Stop Windows 11 from Automatically Updating Drivers
Windows 11 frequently bundles hardware driver updates with regular system updates, which can occasionally overwrite stable, manufacturer-specific, or custom drivers with generic alternatives. This guide provides clear, step-by-step instructions to prevent Windows Update from automatically replacing your drivers using the Local Group Policy Editor, the Windows Registry, and System Properties.
Method 1: Use the Local Group Policy Editor (Windows 11 Pro & Enterprise)
The Group Policy Editor is the safest and most direct method to exclude drivers from Windows Updates.
- Press Windows Key + R to open the Run dialog box.
- Type
gpedit.mscand press Enter. - In the left pane, navigate to:
Computer Configuration>Administrative Templates>Windows Components>Windows Update>Manage updates offered from Windows Update - In the right pane, double-click the policy named Do not include drivers with Windows Updates.
- Select the Enabled option in the top-left corner of the window.
- Click Apply, then click OK.
- Restart your computer to apply the changes.
Method 2: Use the Registry Editor (Windows 11 Home & Pro)
Windows 11 Home does not include the Group Policy Editor, but you can achieve the same result using the Windows Registry.
- Press Windows Key + R, type
regedit, and press Enter. - Navigate to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows - Check if a subkey named WindowsUpdate exists under
Windows. If it does not:- Right-click the Windows folder, select
New > Key, and name it
WindowsUpdate.
- Right-click the Windows folder, select
New > Key, and name it
- Select the WindowsUpdate key.
- Right-click an empty space in the right pane, select
New > DWORD (32-bit) Value, and
name it
ExcludeWUDriversInQualityUpdate. - Double-click
ExcludeWUDriversInQualityUpdate, set its Value data to1, and ensure the Base is set to Hexadecimal. - Click OK, close the Registry Editor, and restart your PC.
Method 3: Change Device Installation Settings
This built-in setting stops Windows from automatically downloading manufacturer apps and custom icons for your devices.
- Press Windows Key + R, type
sysdm.cpl, and press Enter to open System Properties. - Switch to the Hardware tab.
- Click the Device Installation Settings button.
- In the prompt asking “Do you want to automatically download manufacturers’ apps and custom icons available for your devices?”, select No (your device might not work as expected).
- Click Save Changes, then click OK to close System Properties.