Advertisement

Remove old driver versions in Windows 10

When a new version of a device driver is available in Windows 10, the operating system keeps the older version after installing the recent one. This behavior is implemented to allow the user to roll back the device driver in case something goes wrong with the updated driver version. Old driver versions fill your disk drive space. To reclaim free disk space, you might want to remove them. Here is how.

Before you continue, keep in mind that once you remove old versions of drivers in Windows 10, you won't be able to rollback a driver. First ensure that all your devices have no issues with installed drivers and everything works as expected.

To remove old driver versions in Windows 10, you need to do the following.

  1. Press Win + R shortcut keys together on the keyboard to open the Run dialog.
    Tip: See the ultimate list of all Windows keyboard shortcuts with Win keys.
  2. Type the following in the Run box:
    cleanmgr

    Windows 10 run cleanmgr

  3. Select your system drive:Windows 10 run select drive c
  4. Click the Clean up system files button to switch the Disk Cleanup tool to extended mode.
    Windows 10 clean up system files
  5. Find and check the Device driver packages item.clear old drivers
  6. Click OK and you are done.

That's it. This will remove older versions of drivers from Windows 10. Once this is done, you won't be able to rollback drivers using Device Manager.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

9 thoughts on “Remove old driver versions in Windows 10”

    1. Nope, I don’t remember such a feature in Windows 7. Maybe I am wrong, I have not used it for the long time.

    2. open cmd and run:
      for /f “usebackq delims=” %i in (`pnputil -e ^| findstr /i /r “oem[0-9]*.inf”`) do pnputil -d “%i”

      this command will remove any installed oem driver packages from “%windir%\System32\DriverStore\FileRepository” except those which are used in the system at the moment.

      Be careful! It will remove all unused drivers!
      If some of your devices need specific manufacturer driver, like iphone for example, and this device isn’t connected – its drivers will be removed.

  1. Sergey:
    I’ve found that cleanmgr.exe doesn’t always remove duplicate or redundant drivers. A better tool for that job is the DriverStore Explorer, aka RAPR.exe, available from GitHub at https://github.com/lostindark/DriverStoreExplorer/releases. It lists all elements of the Windows DriverStore, and permits them to be selected and deleted at will. It won’t delete drivers in use unless deletion is forced, so it won’t render any devise inoperable unless the program’s user insists on forcing deletion. A great tool!
    –Ed–

  2. How to download app from github? I’ve never app from there before. Can you help me? I wanna try DriverStore Explorer. Thanks

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.