Quick fix: Open Settings → Windows Update → Advanced options → Optional updates. Driver updates appear here separately from system updates. Tick the specific drivers you want, click Download & install. System updates stay deferred according to your other settings.
Windows Update bundles drivers with system updates by default. You want a specific driver (Wi-Fi, GPU, audio) but don’t want the entire month’s system update. The Optional updates section installs just drivers without forcing the system update.
Affects: Windows 11 (and Windows 10) Windows Update.
Fix time: ~5 minutes.
What causes this
Windows Update has two categories: required updates (cumulative security and quality, feature updates) and optional updates (drivers, preview cumulative). Optional updates have a separate page where you can pick and choose. Most drivers Microsoft pushes via Windows Update show up here, not in the main update list.
Method 1: Install via Optional updates page
The standard route.
- Open Settings → Windows Update. Click Advanced options.
- Scroll to Optional updates. Click to open.
- The page lists three categories:
- Driver updates: specific drivers (Wi-Fi, GPU, audio, chipset).
- Preview updates: not-yet-required cumulative updates.
- Optional cumulative updates: feature update previews.
- Expand Driver updates. Each driver shows: name, version, date, importance.
- Tick only the drivers you want. Leave others unticked.
- Click Download & install. Drivers install without affecting other update settings.
- Reboot when prompted (some drivers require restart).
This is the canonical way to selectively install drivers.
Method 2: Use Device Manager for specific drivers
For more granular control over which driver to install.
- Press
Win + X→ Device Manager. - Find the device. Right-click → Update driver.
- Choose Search automatically for drivers. Windows checks the local driver store and Windows Update for compatible drivers.
- If a newer driver is found: it’s installed.
- For more control, choose Browse my computer for drivers → Let me pick from a list of available drivers. Pick a specific version from the list (multiple versions if previously installed).
- For vendor-direct driver installs (newer than what Windows Update offers): download from manufacturer site (Intel, NVIDIA, AMD, Realtek). Run their installer.
- For drivers that won’t install (incompatible): roll back via Driver tab → Roll Back Driver.
This is the right path for specific driver versions.
Method 3: Block specific updates from being offered
For preventing unwanted updates.
- Download wushowhide.diagcab from Microsoft. Run.
- Pick Hide updates. Tick the specific update (driver, KB) you don’t want offered.
- Confirm. The update is hidden from Windows Update offerings.
- To unhide: run wushowhide again, pick Show hidden updates.
- For driver-only update prevention via Group Policy (Pro): gpedit.msc → Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage updates offered from Windows Update → Do not include drivers with Windows Updates → Enabled.
- For Windows 11 Home (no gpedit): registry equivalent at
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate→ DWORD ExcludeWUDriversInQualityUpdate = 1. - After enabling: drivers must be installed manually via Optional updates page or Device Manager.
This is the right path for users who prefer manual driver installation only.
How to verify the fix worked
- Open Settings → Windows Update → Update history. Driver shows as installed in the Driver Updates section.
- Device Manager: right-click the device → Properties → Driver tab. Version matches the installed driver.
- Functionality test: hardware works (Wi-Fi connects, GPU performs, audio plays). No driver-related errors in Event Viewer.
If none of these work
If the driver isn’t offered in Optional updates: Driver already current: Microsoft doesn’t offer drivers older than installed. Check current version vs. available. Driver Microsoft doesn’t distribute: not all drivers go through Windows Update. OEM-specific drivers (Lenovo Vantage, Dell Update) come from manufacturer apps. Hardware not detected as needing update: Windows uses device PnP IDs to match drivers. Verify Hardware Ids in Device Manager → Properties → Details. Make sure the device is properly identified. For driver that recently caused issues: hidden via wushowhide. Unhide via wushowhide → Show hidden updates → pick the driver. For drivers behind Group Policy: corporate IT controls which drivers are pushed. Contact IT. For chipset drivers: install fresh from motherboard manufacturer (best) or chipset vendor (Intel Chipset Software Installation Utility, AMD Chipset Drivers). Often more complete than Windows Update versions.
Bottom line: Settings → Windows Update → Advanced options → Optional updates → Driver updates. Tick the ones you want; install. System updates stay deferred separately.