How to Disable Driver Updates via Regedit in Windows
Windows Update automatically downloads and installs the latest hardware drivers, which can sometimes lead to instability, system crashes, or unwanted rollbacks of custom driver configurations. By modifying the Windows Registry, you can prevent Windows Update from automatically delivering hardware driver updates to your PC while still allowing regular security and quality updates to install.
Step 1: Open the Registry Editor
- Press
Windows Key + Ron your keyboard to open the Run dialog box. - Type
regeditand press Enter or click OK. - If prompted by User Account Control (UAC), click Yes to allow access.
Step 2: Navigate to the WindowsUpdate Key
In the Registry Editor address bar, paste the following path and press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
Note: If the WindowsUpdate key does not exist under
Windows, right-click the Windows folder,
select New > Key, and name it
WindowsUpdate.
Step 3: Create and Modify the ExcludeWUDriversInQualityUpdate Value
Right-click on the
WindowsUpdatekey (folder) in the left sidebar or anywhere in the empty space on the right panel.Hover over New and select DWORD (32-bit) Value.
Name the new value:
ExcludeWUDriversInQualityUpdateDouble-click
ExcludeWUDriversInQualityUpdateto open its properties.In the Value data field, change the value from
0to1.Ensure the Base is set to Hexadecimal, then click OK.
Step 4: Apply the Changes
- Close the Registry Editor.
- Restart your computer to apply the new policy.
How to Re-Enable Automatic Driver Updates
If you want to restore the default behavior and allow Windows Update to download drivers again:
- Open
regeditand navigate back toHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate. - Double-click
ExcludeWUDriversInQualityUpdateand set its Value data to0(or right-click the value and select Delete). - Restart your computer.