How to disable automatic driver updates on Windows 10

On Windows 10, the automatic update mechanism is a convenient system that provides maintenance and security patches as well as updates for Microsoft products and device drivers.

Although drivers available through Windows Update usually work pretty well, they're not always the most up to date, and sometimes getting driver updates automatically are known to cause issues on specific hardware configurations.

In previous versions, you're able to exclude drivers using the Windows Update settings, but that option is no longer available in the Settings app. However, it's still possible to prevent Windows 10 from downloading driver updates using the Local Group Policy Editor and Registry.

In this Windows 10 guide, we'll walk you through the steps to prevent Windows Update from including driver updates during automatic maintenance.

How to stop updates for drivers with Windows Update using Group Policy

If you're running Windows 10 Pro, the easiest way to stop getting driver updates from Windows Update is using the Local Group Policy Editor with these steps:

  1. Use the Windows key + R keyboard shortcut to open the Run command.
  2. Type gpedit.msc and click OK to open the Local Group Policy Editor.
  3. Browse the following path:Computer Configuration > Administrative Templates > Windows Components > Windows Update
  4. On the right side, double-click the Do not include drivers with Windows Update policy.

  1. Select the Enabled option.

  1. Click Apply
  2. Click OK.

After completing the steps, your device will continue to receive security and other patches, but drivers will be excluded.

If you need help downloading and installing device drivers manually, we have you covered with everything you need to know in this guide.

In the case you change your mind, you can roll back the previous settings using the same instructions, but on step No. 5, select the Not Configured option.

How to stop updates for drivers with Windows Update using Registry

On Windows 10 Home, you won't have access to the Local Group Policy Editor, but you can still exclude driver updates by modifying the Registry with these steps:

Warning: This is a friendly reminder that editing the Registry is risky, and it can cause irreversible damage to your installation if you don't do it correctly. It's recommended to make a full backup of your PC before proceeding.

  1. Use the Windows key + R keyboard shortcut to open the Run command.
  2. Type regedit, and click OK to open the Registry.
  3. Browse the following path:HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsQuick Tip: On Windows 10, you can now copy and paste the path in the Registry's address bar to quickly jump to the key destination.
  4. Right-click the Windows (folder) key, select New, and click on Key.

  1. Name the key WindowsUpdate and press Enter.
  2. Right-click the newly created key, select New, and click on DWORD (32-bit) Value.

  1. Name the key ExcludeWUDriversInQualityUpdate and press Enter.
  2. Double-click the newly created DWORD and set the value from 0 to 1.

  1. Click OK.

Once you've completed the steps, cumulative updates will continue to download, but you won't receive updates for drivers.

At any time you can revert the changes using the same instructions, but on step No. 4, inside the WindowsUpdate (folder) key, make sure to right-click the ExcludeWUDriversInQualityUpdate DWORD and select the Delete option.

Wrapping things up

While we're outlining the steps to disable driver updates, we're not saying that you should block this type of updates as they're required for hardware to work correctly. However, there are special cases when you may need to use custom drivers or drivers provided by your manufacturer, instead of those available through Windows Update, and in these situations, this guide can come in handy.

If you're having problems with a single driver update, it's recommended to temporarily block that update using the Show or hide updates tool.

More Windows 10 resources

For more helpful articles, coverage, and answers to common questions about Windows 10, visit the following resources:

Mauro Huculak

Mauro Huculak is technical writer for WindowsCentral.com. His primary focus is to write comprehensive how-tos to help users get the most out of Windows 10 and its many related technologies. He has an IT background with professional certifications from Microsoft, Cisco, and CompTIA, and he's a recognized member of the Microsoft MVP community.