How to Uninstall a Driver Cleanly Without Leaving Stragglers
Plain-English walkthrough through the right way to remove a driver — including the option that actually deletes the underlying files.
Plain-English walkthrough through the right way to remove a driver — including the option that actually deletes the underlying files.
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.
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.
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.
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.
Hand-picked articles that pair well with this one.
We translate the technical so you can focus on using your computer rather than fighting it.