Quick fix: Group Policy: gpedit.msc → Computer 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.
Affects: Windows 11.
Fix time: ~5 minutes.
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.
- Open
gpedit.msc. - Navigate: Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage updates offered from Windows Update.
- Find Do not include drivers with Windows Updates. Double-click.
- Set to Enabled. Apply.
- Open Admin cmd:
gpupdate /force. - Next Windows Update sync: drivers no longer offered.
- Quality / security updates still install normally.
- To revert: same policy → Not Configured or Disabled.
This is the policy route.
Method 2: Registry for Home edition
For Windows 11 Home.
- Open Registry Editor as Admin.
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate. (Create WindowsUpdate key if missing under\Microsoft\Windows\.) - Create DWORD: ExcludeWUDriversInQualityUpdate. Value 1.
- Close Registry Editor.
- Reboot or run
gpupdate /force(works on Home too for registry-based policies). - Windows Update no longer pushes drivers.
- Quality updates / security updates / feature updates still install.
- 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.
- For specific device whose driver shouldn’t auto-update:
- Device Manager → right-click device → Properties → Details tab.
- Property dropdown: pick Hardware Ids. Copy top ID.
- Open Group Policy: Computer Configuration → Administrative Templates → System → Device Installation → Device Installation Restrictions.
- Open Prevent installation of devices that match any of these device IDs. Enable. Click Show. Add the Hardware ID.
- Tick Also apply to matching devices that are already installed.
- Apply.
gpupdate /force. - Windows Update won’t install driver for this specific device. Other devices’ drivers still update if Method 1 isn’t enabled.
- 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.htmlshows 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.msc → Do not include drivers with Windows Updates = Enabled. For Home: registry ExcludeWUDriversInQualityUpdate = 1. Quality and security patches still install; drivers excluded.