Skip to content
Follow
Windows

How to Turn On or Off Driver Updates with Windows Update in Windows 11

Richard
Written by
Richard
Mar 4, 2026 Updated Aug 13, 2026 3 min read
How to Turn On or Off Driver Updates with Windows Update in Windows 11
How to Turn On or Off Driver Updates with Windows Update in Windows 11

Driver updates in Windows 11 let the operating system automatically download software for your hardware, like graphics cards and printers, alongside regular system patches. You can turn this automatic feature on or off if a new driver breaks your PC or if you prefer to manage hardware updates yourself.

Stopping these updates prevents Windows from replacing stable drivers with faulty ones. You can block or allow driver updates at any time using the Local Group Policy Editor, the Registry Editor, or the Advanced System Settings panel.

⚡ Quick Answer

You can manage driver updates in Windows 11 through either the Local Group Policy Editor or the Registry Editor. Both methods involve navigating to specific settings and enabling or disabling the “Do not include drivers with Windows Updates” option. Administrator privileges are required for these changes.

What Are Driver Updates?

Drivers help your computer talk to devices like printers, graphics cards, or keyboards. Windows Update often includes updated drivers to keep your devices working smoothly.

Learn more about driver updates from Microsoft Support

Before You Start

  • You need to be signed in as an administrator on your PC to make these changes.
  • Even if you turn off driver updates, some device drivers might still update automatically.

Option 1Use Local Group Policy Editor (🪟 Windows 11 Pro/Enterprise/Education)

This tool is not available on Windows 11 Home edition.

  1. Press Win+R on your keyboard to open the Run box.
  2. Type gpedit.msc and press Enter to open the Local Group Policy Editor.
  3. In the left panel, go to:


    Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Updates
  4. On the right, find and double-click Do not include drivers with Windows Updates.

  5. To enable driver updates (default): Select Not Configured or Disabled, then click OK.

  6. To disable driver updates: Select Enabled, then click OK.
  7. Close the Local Group Policy Editor.
Include drivers with Windows update
Include drivers with Windows update
Include drivers with Windows update options
Include drivers with Windows update options

Option 2Use Registry Editor (Works on All 🪟 Windows 11 Editions)

This method is a bit more detailed but works on Windows 11 Home too.

📝Important
Editing the registry can be risky. Please back up your registry before making changes. Learn how to back up your registry.

To Turn ON Driver Updates (Default)

💻Code
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate]
"ExcludeWUDriversInQualityUpdate"=-

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDriverSearching]
"SearchOrderConfig"=dword:00000001

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsUpdateUpdatePolicyPolicyState]
"ExcludeWUDrivers"=dword:00000000

To Turn OFF Driver Updates

💻Code
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate]
"ExcludeWUDriversInQualityUpdate"=dword:00000001

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDriverSearching]
"SearchOrderConfig"=dword:00000003

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsUpdateUpdatePolicyPolicyState]
"ExcludeWUDrivers"=dword:00000001

How to Edit the Registry

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to the keys shown in the code above using the left sidebar.
  3. Change or create the values as shown. To create a new value, right-click in the right pane, choose New, then DWORD (32-bit) Value.
  4. Double-click the value to change its data.
  5. Close Registry Editor and restart your computer for changes to take effect.

Summary

  • By default, Windows 11 updates drivers with Windows Updates to keep your devices working well.
  • You can turn off automatic driver updates using Group Policy Editor or Registry Editor.
  • Group Policy Editor is easier but only on certain Windows editions.
  • Registry Editor works on all editions but needs careful handling.
  • Administrator permission is required to make these changes.
  • Turning off driver updates doesn’t always stop all driver updates entirely.

Use these steps if you want more control over driver updates on your Windows 11 PC.

Was this guide helpful?

100% of readers found this helpful (1 votes)

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to View Active Windows Update Policies in Windows 11
Windows How to View Active Windows Update Policies in Windows 11
How to Update Windows 11 Drivers and Check for Driver Updates: A Complete Guide
Windows How to Update Windows 11 Drivers and Check for Driver Updates: A Complete Guide
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Enable or Disable Windows Update Delivery Optimization in Windows 11
Windows How to Enable or Disable Windows Update Delivery Optimization in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *