Keeping your computer up to date is generally the best way to ensure optimal performance and security. By default, Windows 11 is designed to handle everything for you, automatically downloading and installing system patches, security definitions, and hardware device drivers directly through Windows Update.
However, when it comes to device drivers, automatic updates can sometimes do more harm than good. A generic driver pushed by Microsoft can overwrite a custom manufacturer driver, breaking your audio interface, causing graphics card crashes, or creating Wi-Fi instability.
If you are experiencing hardware bugs after a recent update, or if you prefer to manually manage your graphics and audio drivers, this guide explains exactly how to stop Windows 11 from automatically updating device drivers.
Method 1: Using Advanced System Settings (Home and Pro Editions)
The most straightforward method to prevent Windows from installing generic drivers is through the classic System Properties menu. This method works on both Windows 11 Home and Windows 11 Pro editions.
- Click the Start button on your taskbar and type Change device installation settings in the search bar.
- Press Enter or click the matching Control Panel result.
- A small window will appear asking: “Do you want to automatically download manufacturers’ apps and custom icons available for your devices?”
- Select the No (your device might not work as expected) option.
- Click the Save Changes button.
While this method is quick, it is sometimes treated by Windows as a “recommendation” rather than a strict rule, meaning critical driver updates might still slip through. For a permanent solution, you must use Method 2 or 3.
Method 2: Using the Group Policy Editor (Windows 11 Pro Only)
If you use Windows 11 Pro, Enterprise, or Education, you have access to the Local Group Policy Editor. This powerful administration tool allows you to enforce a strict rule that completely blocks Windows Update from touching any driver packages.
- Press the Windows Key + R on your keyboard to open the Run dialog box.
- Type gpedit.msc and press Enter to open the Local Group Policy Editor.
- In the left sidebar, navigate through the folders using this exact path:
Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update. - In the right pane, locate the policy named Do not include drivers with Windows Updates.
- Double-click this policy to open its configuration window.
- Select the Enabled radio button in the top left corner.
- Click Apply, then click OK.
- Restart your computer to ensure the policy takes immediate effect.
Once enabled, Windows Update will continue downloading security patches and feature updates, but it will completely ignore hardware drivers.
Method 3: Using the Registry Editor (Windows 11 Home)
Because Windows 11 Home does not include the Group Policy Editor, you must edit the Windows Registry directly to achieve the same strict enforcement. Editing the registry can be risky, so please follow these steps carefully.
- Press the Windows Key + R to open the Run dialog box.
- Type regedit and press Enter. Click Yes if the User Account Control prompt appears.
- In the Registry Editor’s top address bar, paste the following path and press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows - Look for a folder named WindowsUpdate under the Windows folder. If it does not exist, right-click the Windows folder, select New > Key, and name it exactly WindowsUpdate.
- Click on your new WindowsUpdate folder to select it.
- In the blank space on the right side of the window, right-click and select New > DWORD (32-bit) Value.
- Name this new value exactly ExcludeWUDriversInQualityUpdate and press Enter.
- Double-click your new ExcludeWUDriversInQualityUpdate value.
- Change the “Value data” from 0 to 1.
- Click OK and close the Registry Editor.
- Restart your computer.
This registry modification safely forces Windows 11 Home to ignore driver updates, giving you total control over when and how you update your hardware.