How to disable automatic driver install on Windows 11

Automatic driver installs are causing problems on Windows 11? Here's how to disable the feature in three different ways.

Windows 11 disable driver installs / Image: Mauro Huculak
Windows 11 disable driver installs / Image: Mauro Huculak
  • Windows 11 can stop downloading and installing drivers automatically through the Registry or Group Policy.
  • Windows 11 Home users must use the Registry, while Pro, Enterprise, and Education users can also use Group Policy.
  • You can block driver updates for a specific device using its hardware ID instead of disabling all driver updates.
  • Disabling automatic driver updates is best reserved for troubleshooting incompatible or unstable drivers.

I’ve found that automatic driver updates on Windows 11 are one of those features that work great until they don’t. A lot of the time, letting Windows Update handle drivers is the right choice because it keeps your hardware working with little effort. However, I’ve also dealt with situations where Windows kept installing the same incompatible driver over and over, breaking a graphics card, disabling Wi-Fi, or introducing other issues after every update.

If you’ve ever installed a driver that fixed a problem only to have Windows 11 replace it with a different version the next day, I know how frustrating that can be. In my experience troubleshooting computers, the latest driver isn’t always the best one to use. Sometimes an older version from the hardware manufacturer is simply more stable, and the last thing you want is for Windows Update to overwrite it automatically.

That’s why I only recommend disabling automatic driver updates when there’s a specific reason to do so, such as troubleshooting a persistent hardware issue or sticking with a driver you know works reliably. For most people, leaving this feature enabled is still the best option.

In this guide, I’ll show you how I prevent Windows 11 from automatically downloading and installing device drivers using the Local Group Policy Editor and the Registry, giving you full control over when your hardware drivers are updated.

Warning: It’s essential to note that modifying the Windows Registry can cause serious problems if not used properly. It’s assumed you know what you’re doing and have created a full backup of your system before proceeding.

Block automatic driver install from Registry

If you use Windows 11 Home, you won’t have access to the Local Group Policy Editor. However, you can disable the feature through the Registry.

To stop Windows 11 from installing device drivers automatically, use these steps:

  1. Open Start.

  2. Search for regedit and click the top result to open the Registry.

  3. Open the following path:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
  4. Right-click the WindowsUpdate key, select New, and choose the “DWORD (32-bit) Value” option.

    DWORD ExcludeWUDriversInQualityUpdate

  5. Confirm the ExcludeWUDriversInQualityUpdate name for the DWORD.

  6. Double-click the ExcludeWUDriversInQualityUpdate DWORD key, and change its value from 0 to 1.

    Registry disable drivers from Windows  Update

  7. Click OK.

  8. Restart the computer.

Once you complete the steps, setting “ExcludeWUDriversInQualityUpdate” to “1” will block drivers from updating every time Windows 11 checks for new updates.

Get the Pureinfotech newsletter

Expert Windows guides, practical tips, and the latest updates that make your PC easier to use, delivered to your inbox

You can always revert the changes using the same steps, but in step 6, change the DWORD key value from 0 to 1.

Alternatively, you can also change the Registry using Command Prompt (admin) with the reg add "reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v ExcludeWUDriversInQualityUpdate /t REG_DWORD /d 1 /f command. 

You can revert the changes with the reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v ExcludeWUDriversInQualityUpdate /t REG_DWORD /d 1 /f command.

Once you complete the steps, Windows 11 will no longer install drivers automatically for new devices. If you add a new graphics card or printer, you will have to download and install the drivers manually.

Block automatic driver install from Group Policy

Alternatively, you can use the Local Group Policy Editor to stop the operating system from installing driver updates on Windows 11 Pro, Enterprise, and Education.

To disable driver installs automatically with Group Policy, use these steps:

  1. Open Start.

  2. Search for gpedit and click the top result to open the Local Group Policy Editor.

  3. Browse the following path:

    Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update
  4. Double-click the “Do not include driver with Windows Update” policy.

    Do not include drivers with Windows Update policy

  5. Check the Enabled option.

    Group Policy disable driver install

  6. Click the Apply button.

  7. Click the OK button.

After you complete the steps, the policy will be enabled, and Windows Update will stop providing drivers during updates.

While this policy works as advertised, it has some limitations because the operating system can ignore it in some scenarios, such as when setting up the system for the first time.

If you want to stop automatic driver updates completely, you can enable the “Do not include drivers with Windows Updates” policy and select the “No (your device might not work as expected)” option on the “Device Installation Settings” page, as shown above.

Block automatic driver install for a specific device hardware

To disable driver installs automatically for specific hardware, use these steps:

  1. Open Start.

  2. Search for Device Manager and click the top result to open the tool.

  3. Right-click the device, select Properties, and open the Details tab.

  4. Change the Property dropdown to Hardware Ids.

  5. Right-click the top value and choose the Copy option.

    Device Manager copy Hardware Ids

  6. Open Start.

  7. Search for gpedit and click the top result to open the Local Group Policy Editor.

  8. Browse the following path:

    Computer Configuration > Administrative Templates > System > Device Installation > Device Installation Restrictions > Device Installation Restrictions
  9. Double-click the “Prevent installation of devices that match any of these device IDs” policy.

    Group Policy Device Installation Restrictions policies

  10. Check the Enabled option.

  11. Click the Show button.

  12. Confirm the device’s Hardware ID in the list from step 4.

    Precent installation of specific device driver option

  13. Click the OK button.

  14. Click the Apply button.

  15. Click the OK button.

Once you complete the steps, Windows 11 will stop overwriting a driver for one specific piece of hardware (such as a GPU or Wi-Fi card) while letting Windows Update handle everything else.

Pureinfotech’s Take

I think automatic driver updates are one of Windows 11’s most useful features. For most people, they just work, taking the hassle out of finding and installing the right drivers. However, I’ve learned over the years that they’re not always the right choice. When Windows Update gets stuck pushing the same problematic driver, it can turn a stable device into a frustrating troubleshooting session. That’s why I like that Windows 11 still gives you ways to take back control when you need to.

I also don’t recommend disabling driver updates permanently unless you have a specific reason. In my experience, it’s better to fix the one device causing problems rather than block every driver update across the system. That’s why, whenever possible, I prefer preventing the operating system from updating a specific device instead of disabling automatic driver installation entirely. It gives you the best of both worlds because Windows Update can continue keeping the rest of your hardware up to date while leaving the one stable driver alone.

What are your thoughts about automatic driver updates on Windows 11? Have they ever solved a problem or created one for you? Let me know in the comments.

Thank you for your feedback!
About the author

Mauro Huculak is a Windows How-To Expert and founder of Pureinfotech in 2010. With over 23 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS.

Certifications: Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+.

Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central.

You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at [email protected].

Comments

Join In