How to Disable Driver Quality Updates on Windows 11 Without Disabling Patches
🔍 WiseChecker

How to Disable Driver Quality Updates on Windows 11 Without Disabling Patches

Quick fix: Group Policy: gpedit.mscComputer Configuration → Administrative Templates → Windows Components → Windows Update → Manage updates offered from Windows Update → find Do not include drivers with Windows Updates. Set to Enabled. gpupdate /force. Security and quality patches still install; drivers excluded. For Home: registry: HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\ExcludeWUDriversInQualityUpdate = 1.

Driver updates can introduce bugs. Quality and security updates important. Group Policy or registry separates: block drivers, allow patches. For Pro/Enterprise: easier via gpedit. For Home: registry.

Symptom: Want to disable driver updates on Windows 11 without disabling patches.
Affects: Windows 11.
Fix time: ~5 minutes.

ADVERTISEMENT

What causes this need

Drivers from Windows Update can introduce regressions: graphics flicker, audio issues, network drops. But Windows quality / security patches: needed for fixes. Separating: block drivers, allow patches.

Method 1: Group Policy (Pro / Enterprise)

The standard route.

  1. Open gpedit.msc.
  2. Navigate: Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage updates offered from Windows Update.
  3. Find Do not include drivers with Windows Updates. Double-click.
  4. Set to Enabled. Apply.
  5. Open Admin cmd: gpupdate /force.
  6. Next Windows Update sync: drivers no longer offered.
  7. Quality / security updates still install normally.
  8. To revert: same policy → Not Configured or Disabled.

This is the policy route.

ADVERTISEMENT

Method 2: Registry for Home edition

For Windows 11 Home.

  1. Open Registry Editor as Admin.
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate. (Create WindowsUpdate key if missing under \Microsoft\Windows\.)
  3. Create DWORD: ExcludeWUDriversInQualityUpdate. Value 1.
  4. Close Registry Editor.
  5. Reboot or run gpupdate /force (works on Home too for registry-based policies).
  6. Windows Update no longer pushes drivers.
  7. Quality updates / security updates / feature updates still install.
  8. For verifying: Settings → Windows Update → Advanced options → Optional updates → Driver updates section → should show empty.

This is the Home route.

Method 3: Block specific device drivers via Hardware ID

For per-device exclusion.

  1. For specific device whose driver shouldn’t auto-update:
  2. Device Manager → right-click device → Properties → Details tab.
  3. Property dropdown: pick Hardware Ids. Copy top ID.
  4. Open Group Policy: Computer Configuration → Administrative Templates → System → Device Installation → Device Installation Restrictions.
  5. Open Prevent installation of devices that match any of these device IDs. Enable. Click Show. Add the Hardware ID.
  6. Tick Also apply to matching devices that are already installed.
  7. Apply. gpupdate /force.
  8. Windows Update won’t install driver for this specific device. Other devices’ drivers still update if Method 1 isn’t enabled.
  9. For chronic specific device issues: combine Method 1 (block all drivers) + Method 3 (extra-block specific).

This is the device-specific.

How to verify the fix worked

  • Settings → Windows Update doesn’t offer drivers.
  • Settings → Windows Update → Advanced options → Optional updates → Driver updates empty.
  • Windows Update history: only quality / security updates (KB[number]).
  • For Group Policy: gpresult /h C:\report.html shows policy as Enabled.

If none of these work

If drivers still install: Windows Update for Business / WSUS: corporate-managed updates may override. For specific Optional updates: drivers in Optional category. Don’t install. For manufacturer’s auto-updater: Nvidia GeForce Experience, Intel DSA, AMD Adrenaline. Disable their auto-update too. For Microsoft Update Catalog manual: not blocked. Users can manually. For BIOS / firmware updates: separate from drivers. For chronic auto-install: Block at firewall level: Windows Update server addresses. For specific app driver: many apps install drivers as part of install. Not WU. Different scope.

Bottom line: gpedit.mscDo not include drivers with Windows Updates = Enabled. For Home: registry ExcludeWUDriversInQualityUpdate = 1. Quality and security patches still install; drivers excluded.

ADVERTISEMENT