Disable Driver Updates via Regedit in Windows
Windows automatically downloads and installs device driver updates through Windows Update, which can occasionally overwrite customized configurations or install unstable software versions. This guide provides a straightforward method to disable automatic driver update deployment on Windows using the Registry Editor (Regedit).
Steps to Disable Automatic Driver Updates via Regedit
- Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnteror click OK. - If prompted by User Account Control (UAC), click Yes to grant administrator privileges.
- Press
- Navigate to the WindowsUpdate Registry Key
In the Registry Editor address bar, paste the following path and press
Enter:HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsCheck if a folder (key) named WindowsUpdate exists under
Windows.If it does not exist, right-click the Windows key, select New > Key, and name it
WindowsUpdate.
- Create the Driver Exclusion Value
Select the WindowsUpdate key in the left sidebar.
Right-click any empty space in the right pane, choose New, and select DWORD (32-bit) Value.
Name the new value:
ExcludeWUDriversInQualityUpdate
- Modify the Value Data
- Double-click the newly created
ExcludeWUDriversInQualityUpdatevalue. - Set the Value data field to
1. - Ensure the Base is set to Hexadecimal, then click OK.
- Double-click the newly created
- Restart Your Computer
- Close the Registry Editor.
- Restart your system to apply the changes.
To re-enable automatic driver updates at any point, navigate back to
the same registry key and either change the
ExcludeWUDriversInQualityUpdate value to 0 or
delete the DWORD entirely.