Prevent Windows Update from Installing Drivers
How to stop Windows Update from automatically downloading and installing driver updates using Group Policy and Registry.
Confirmed working on: Windows 10 · Windows 11
Before you begin
Problem overview
Windows Update automatically downloads and installs hardware drivers in the background. While convenient, this often overwrites perfectly functioning manufacturer drivers with generic or older versions, causing hardware instability, audio loss, or GPU crashes.
Common causes
- Windows Update prioritizing generic WHQL drivers over manufacturer-specific control panels
- Frequent automatic rollbacks of manually installed custom drivers
- Conflicts between OEM software and Microsoft-provided driver packages
Solution 1: Use the Group Policy Editor (Pro/Enterprise only)
- Press
Win + R, typegpedit.msc, and press Enter to open the Local Group Policy Editor. - Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
- In Windows 11, expand Manage updates offered from Windows Update.
- Find the policy named Do not include drivers with Windows Updates.
- Double-click it, select Enabled, and click OK.
If you only need to block a single specific driver update that keeps reappearing, use the official Microsoft wushowhide.diagcab tool instead of completely disabling all driver updates.
Solution 2: Use the Registry Editor (Home users)
- Press
Win + R, typeregedit, and press Enter. - Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate - If the
WindowsUpdatekey does not exist, right-click theWindowsfolder, select New > Key, and name itWindowsUpdate. - Right-click inside the
WindowsUpdatefolder, select New > DWORD (32-bit) Value, and name itExcludeWUDriversInQualityUpdate. - Double-click the new value and set the Value data to
1. - Click OK and restart your computer to apply the changes.
Confirm the result
- Repeat the exact action that originally triggered the problem.
- Confirm the original error or symptom is gone and no new warning has appeared.
- If the guide changed a driver, service, package, or system setting, restart once and test again.
- If the result is worse or unexpected, stop. Reverse only the last change using its documented restore option; if none is documented, use your backup or qualified support.
Questions about this fix
Will this stop security updates?
No, this only prevents hardware drivers from updating automatically. Windows will still download security and feature updates.
Is Group Policy available on Windows Home?
No, Group Policy Editor is only available on Windows Pro, Education, and Enterprise. Windows Home users must use the Registry Editor method.
Did this fix work for you?
Weighted Consensus Protocol
Did this solution resolve your issue?
Confirming if this works strengthens verification statistics on the registry.
FixingTeam10,000 rep
Official Project Maintainers
The core engineering and moderation team behind FixingBook. We curate, verify, and maintain the standards of the troubleshooting ledger.
Discussion (0)
No comments yet. Share your experience or verify if this fixed your issue!
