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

  1. Open the Registry Editor
    • Press Windows Key + R to open the Run dialog box.
    • Type regedit and press Enter or click OK.
    • If prompted by User Account Control (UAC), click Yes to grant administrator privileges.
  2. 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\Windows
    • Check 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.

  3. 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
  4. Modify the Value Data
    • Double-click the newly created ExcludeWUDriversInQualityUpdate value.
    • Set the Value data field to 1.
    • Ensure the Base is set to Hexadecimal, then click OK.
  5. 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.