Two Levels of Uninstall

Windows offers two flavours of driver uninstall. Right-click a device in Device Manager → Uninstall device shows a checkbox: 'Delete the driver software for this device'. Without that checkbox, Windows removes the device but keeps the driver in the store, ready to reinstall on next reboot.

With the checkbox ticked, Windows removes both the device and the driver package, freeing the driver store and forcing a fresh install when you next plug the device in.

  • Device Manager → device → Uninstall device
  • Tick 'Delete the driver software' to fully remove
  • Reboot to confirm fresh state
Uninstall flow concept

Stubborn Driver Packages

If Windows reports that a driver cannot be removed because it is in use, boot into Safe Mode and try the uninstall again. Safe Mode loads a minimal driver set, which usually frees up the package for removal.

From an elevated command prompt, 'pnputil /delete-driver oemNN.inf /uninstall /force' removes a driver package by its INF name. List packages first with 'pnputil /enum-drivers' to find the right oemNN.inf entry.

PnPUtil concept

Display Driver Uninstaller

For graphics drivers in particular, the third-party Display Driver Uninstaller (DDU) tool is widely used in Safe Mode to scrub residual files left by an incomplete driver removal. It is reliable but only needed when standard uninstall has clearly missed something.

DDU's instructions recommend running it from Safe Mode for the cleanest result. Reinstall the GPU driver fresh after DDU finishes for the most predictable outcome.

Driver uninstall scene
Quick Answers

Frequently Asked Questions

The questions readers send us most often on this topic.

Without the 'Delete the driver software' checkbox, Windows reinstalls from the driver store on next reboot.

Yes — it is widely used and well-respected. Run it in Safe Mode for best results, then reinstall the GPU driver fresh.

No — only third-party packages added to the driver store. Built-in drivers belong to Windows itself.

Keep Reading

Related Overviews on PrintSoftDriver

Hand-picked articles that pair well with this one.

Want More Plain-English Driver Reads?

We translate the technical so you can focus on using your computer rather than fighting it.