Share via

delete drivers using pnputil

Duncan Clee 41 Reputation points
2026-02-18T22:41:47.2633333+00:00

I want some advice on how to delete drivers from DriverStore FileRepository

Windows for home | Windows 11 | Security and privacy
0 comments No comments
{count} votes

Answer accepted by question author
  1. Q&A Assist
    2026-02-18T22:41:56.2866667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To delete drivers from the Driver Store using PnPUtil, you can follow these steps:

    1. Open Command Prompt as Administrator: You need administrative rights to perform driver management tasks.
    2. Identify the Driver Package: Before deleting a driver, ensure you know the name of the driver package you want to remove, such as oem42.inf.
    3. Use the PnPUtil Command: To delete the driver package, use the following command:
         pnputil /delete-driver <Published Name> /uninstall
      
      Replace <Published Name> with the actual name of the driver package you want to delete. This command will uninstall the driver from any devices currently using it and remove the driver package from the Driver Store.
    4. Verify Removal: After executing the command, you can verify that the driver has been removed by checking the Driver Store again.

    Important Note: Ensure that the driver you are deleting is not critical for system operation, as removing essential drivers can lead to system instability.


    References:

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.