How to Disable Driver Updates Through Windows Update

By default, Windows Update automatically installs driver updates along with regular system updates. While this is convenient for most users, it can cause problems if a newer driver breaks hardware functionality, conflicts with custom drivers, or overwrites a stable version you rely on. This is especially common with graphics, audio, and network drivers.

The good news is that Windows lets you stop driver updates through Windows Update using safe, reversible methods—so you stay in control.

Disable Driver Updates Through Windows Update

The fixes below show multiple ways to prevent Windows from automatically installing drivers. We recommend starting with Group Policy (if available), then using Registry or system settings depending on your Windows edition.

1. Disable Driver Updates Using Group Policy Editor (Windows Pro & Enterprise)

This is the cleanest and most reliable method if you’re using Windows 11 Pro or Enterprise.

  1. Press Windows + R, type gpedit.msc, and press Enter.
  2. Navigate to:
    Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update
  3. Double-click Do not include drivers with Windows Updates.
  4. Set it to Enabled.
  5. Click Apply, then OK.
  6. Restart your PC.

Once enabled, Windows Update will install system updates only—no drivers.

2. Disable Driver Updates Using Registry Editor (All Editions)

If you’re using Windows Home, Registry Editor gives you the same control.

  1. Press Windows + R, type regedit, and press Enter.
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
  3. If the WindowsUpdate key doesn’t exist, right-click Windows, choose New > Key, and name it WindowsUpdate.
  4. Select the WindowsUpdate key.
  5. Right-click in the right pane and choose New > DWORD (32-bit) Value.
  6. Name it ExcludeWUDriversInQualityUpdate.
  7. Double-click it and set the value to 1.
  8. Click OK and restart your PC.

This prevents Windows Update from delivering driver updates system-wide.

3. Disable Automatic Driver Installation via Device Installation Settings

This method stops Windows from downloading drivers automatically for new hardware.

  1. Press Windows + R, type sysdm.cpl, and press Enter.
  2. Go to the Hardware tab.
  3. Click Device Installation Settings.
  4. Select No (your device might not work as expected).
  5. Click Save Changes.

This helps prevent Windows from replacing manually installed drivers.

4. Hide Specific Driver Updates (Temporary Fix)

If you only want to block one problematic driver, you can hide it.

  1. Use Microsoft’s Show or hide updates troubleshooter.
  2. Run the tool and let it scan for available updates.
  3. Select the driver update you want to block.
  4. Hide the update and close the tool.

This method is useful when a single driver keeps reinstalling.

5. Install Drivers Manually Instead

Once automatic driver updates are disabled, you should handle driver updates manually.

  1. Download drivers directly from the hardware manufacturer’s website.
  2. Install only stable versions you trust.
  3. Avoid beta or optional drivers unless necessary.

This gives you full control over system stability.

6. Re-Enable Driver Updates If Needed

If you ever want Windows to manage drivers again, simply reverse the changes.

  • Set the Group Policy option to Not Configured
  • Change the Registry value back to 0 or delete it
  • Re-enable automatic device installation

After restarting, Windows Update will resume driver delivery.

Wrapping Up

Disabling driver updates through Windows Update is a smart move if you’ve dealt with broken drivers, unexpected rollbacks, or hardware issues after updates. By using Group Policy, Registry Editor, or device installation settings, you can keep your system stable and update drivers on your own terms.

Windows, from Microsoft, gives you the flexibility—you just have to know where to look. Once driver updates are under your control, surprise breakages become a thing of the past.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.