Skip to content
FixingBook
Verifiedbeginnerest. 10 minutes

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

Match the environmentUse this guide only for Windows 10, Windows 11 or a clearly compatible setup.
Protect recoveryBack up important data and save encryption or account recovery keys before changing system state.
Know when to stopMake one change at a time and stop if the result differs from what the guide describes.

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)

  1. Press Win + R, type gpedit.msc, and press Enter to open the Local Group Policy Editor.
  2. Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  3. In Windows 11, expand Manage updates offered from Windows Update.
  4. Find the policy named Do not include drivers with Windows Updates.
  5. Double-click it, select Enabled, and click OK.
Expert Tip

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)

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
  3. If the WindowsUpdate key does not exist, right-click the Windows folder, select New > Key, and name it WindowsUpdate.
  4. Right-click inside the WindowsUpdate folder, select New > DWORD (32-bit) Value, and name it ExcludeWUDriversInQualityUpdate.
  5. Double-click the new value and set the Value data to 1.
  6. Click OK and restart your computer to apply the changes.

Confirm the result

  1. Repeat the exact action that originally triggered the problem.
  2. Confirm the original error or symptom is gone and no new warning has appeared.
  3. If the guide changed a driver, service, package, or system setting, restart once and test again.
  4. 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

Consensus0%
Required100% (Weight 3)
Contributors0
Verified By YouNo
Your Weight--

Did this solution resolve your issue?

Confirming if this works strengthens verification statistics on the registry.

Sign In to VerifySign in required to verify

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.

Spotted something outdated? Suggest an edit. Maintainers review submissions within 48 hours.
Share:XReddit

Discussion (0)

No comments yet. Share your experience or verify if this fixed your issue!

Join the Discussion