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 Jul 10, 2026 4 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

You can control whether Windows Update refreshes your hardware software by turning driver updates on or off in Windows 11.

Drivers are the essential software that helps your Windows 11 operating system talk to your hardware, like your graphics card, printer, or network adapter.

Windows 11 automatic driver updates keep hardware working well. Users may choose to manage driver updates manually. A recent driver update, for example, might cause problems with certain applications or games, requiring temporary disabling of these updates. This tutorial explains how to control driver updates within Windows 11.

⚡ 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 communicate with hardware devices. Windows Update often includes new drivers to keep your devices running smoothly.

Before You Start

  • You need administrator access on your PC to make these changes. ⚑
  • Even if you turn off driver updates, some drivers might still update automatically.

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

Windows 11 Pro, Enterprise, and Education users can stop automatic driver updates using the Local Group Policy Editor. This method lets you manage when hardware drivers are updated through Windows Update, helping to avoid unexpected changes that might cause problems with your devices.

  1. Press ⊞ Win+R 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 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)

To turn on automatic driver updates in Windows 11 again, you’ll use a command in the Command Prompt. Running this command as an administrator tells Windows Update to resume searching for and installing the latest hardware drivers for your system, ensuring your devices have the most current software.

🗝️Registry
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v ExcludeWUDriversInQualityUpdate /f & reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching" /v SearchOrderConfig /t REG_DWORD /d 1 /f & reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState" /v ExcludeWUDrivers /t REG_DWORD /d 0 /f

To Turn OFF Driver Updates

You can stop Windows 11 from automatically installing driver updates by using a specific command in the Command Prompt, run as an administrator. This command tells Windows Update to skip driver installations during its regular checks, giving you more control over which driver updates are applied to your system.

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v ExcludeWUDriversInQualityUpdate /t REG_DWORD /d 1 /f & reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching" /v SearchOrderConfig /t REG_DWORD /d 3 /f & reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState" /v ExcludeWUDrivers /t REG_DWORD /d 1 /f

How to Edit the Registry Manually

You can manually change settings for Windows 11 driver updates by directly editing the Registry Editor. This advanced method involves going to specific locations in the registry and changing or adding certain values, offering precise control over driver update behavior but requiring careful steps.
  1. Press ⊞ Win+R, type regedit, and press Enter. ⚑
  2. Navigate to the registry paths 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 number.
  5. Close Registry Editor and restart your computer for the changes to work.

Summary

Windows 11 usually updates your hardware drivers automatically through Windows Update to keep your devices running smoothly. However, you have the option to control this process. You can choose to turn off these automatic driver updates if you prefer, using tools like the Group Policy Editor or by manually editing the Registry.
  • Windows 11 automatically updates drivers with Windows Updates by default 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 to use but only works on certain Windows editions.
  • Registry Editor works on all editions but requires careful handling.
  • Administrator permission is required to make these changes.
  • Turning off driver updates doesn’t always stop all driver updates completely.
  • Use these steps if you want more control over driver updates on your Windows 11 PC.

Will 🪟 Windows 11 update my drivers?

Windows 11 uses Windows Update to install recommended drivers automatically and lets you manually install optional driver updates when they're available.

Was this guide helpful?

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 Reset Local Group Policy in Windows 11
Windows How to Reset Local Group Policy 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 View Windows Update Policies in Windows 11
Windows How to View Windows Update Policies in Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt 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 *