Windows Update Enable or Disable Include Drivers with Windows Updates in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:
  • Tags Tags
    driver

Windows_Update_banner.png

This tutorial will show you how to enable or disable including drivers with Windows Updates in Windows 10 and Windows 11.

Windows Update will include drivers when available in Windows 11 by default.

You can enable the Do not include drivers with Windows Updates policy to not include drivers with Windows quality updates.

References:

You must be signed in as an administrator to enable or disable including drivers with Windows Updates.


This will still not always prevent drivers for existing devices from getting updated via Windows Update.




Contents

  • Option One: Enable or Disable Include Drivers with Windows Updates in Local Group Policy Editor
  • Option Two: Enable or Disable Include Drivers with Windows Updates using REG file




Option One

Enable or Disable Include Drivers with Windows Updates in Local Group Policy Editor


The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.

All editions can use Option Two.


1 Open the Local Group Policy Editor (gpedit.msc).

2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below)

Computer Configuration>Administrative Templates>Windows Components>Windows Update>Manage updates offered from Windows Updates

Drivers_with_Windows_Update_gpedit-1.png

3 In the right pane of Manage updates offered from Windows Updates in the Local Group Policy Editor, double click/tap on the Do not include drivers with Windows Updates policy to edit it. (see screenshot above)

4 Do step 5 (enable) or step 6 (disable) below for what you would like to do.

5 To Enable Include Drivers with Windows Updates

This is the default setting.


A) Select (dot) Not Configured, click/tap on OK, and go to step 7 below. (see screenshot below)​

Drivers_with_Windows_Update_gpedit-2.png

6 To Disable Include Drivers with Windows Updates

A) Select (dot) Enabled, click/tap on OK, and go to step 7 below. (see screenshot below)​

Drivers_with_Windows_Update_gpedit-3.png

7 You can now close the Local Group Policy Editor if you like.




Option Two

Enable or Disable Include Drivers with Windows Updates using REG file


This option is more thorough than option one.


1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.

2 To Enable Include Drivers with Windows Updates

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Enable_include_drivers_with_Windows_Updates.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ExcludeWUDriversInQualityUpdate"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching]
"SearchOrderConfig"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState]
"ExcludeWUDrivers"=dword:00000000

3 To Disable Include Drivers with Windows Updates

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Disable_include_drivers_with_Windows_Updates.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ExcludeWUDriversInQualityUpdate"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching]
"SearchOrderConfig"=dword:00000003

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState]
"ExcludeWUDrivers"=dword:00000001

4 Save the .reg file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded .reg file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 Restart the computer to apply.

9 You could now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
If you install the reg file (after selecting your device from the list), it will block WU from making future attempts to replace that driver. It's an override at the device ID level, instead of the driver search level.
 

My Computer

System One

  • OS
    Windows 7
If you install the reg file (after selecting your device from the list), it will block WU from making future attempts to replace that driver. It's an override at the device ID level, instead of the driver search level.
I apologize for being slow on the uptake.

I had a look at your .bat file, and although I'm no expert, it seems like it applies @Brink 's .reg file in a different way. As I mentioned earlier, I've tried "merging" that file with my hardware ID specified, and it doesn't work, as I described earlier (see above). Is there something about the way your .bat file implementation works that stop the unwanted updates, where simply merging the .reg file by double-clicking it does not work for me.

Again, thanks, and apologies for being slow.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Dell
    CPU
    Processor Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 199
    Motherboard
    BaseBoard Manufacturer Dell Inc. BaseBoard Product 08YRWT BaseBoard Version A00
    Memory
    Installed Physical Memory (RAM) 16.0 GB
The script automates the method of creating the reg file. You pick your device(s) from the on-screen list, and it does the work for you. Brink's tutorial expects you to navigate into the device manager's settings, and my script presents a driver list instead

The results are the same. After the script is done, you click on the generated reg file (from Explorer) to activate the block.
 

My Computer

System One

  • OS
    Windows 7
The script automates the method of creating the reg file. You pick your device(s) from the on-screen list, and it does the work for you. Brink's tutorial expects you to navigate into the device manager's settings, and my script presents a driver list instead

The results are the same. After the script is done, you click on the generated reg file (from Explorer) to activate the block.
OK. So I understand from this that your approach won't work for me, either. I have applied @Brink 's approach (manually applied by navigating into the Device Manager to find the hardware IDs) and it failed to work. Indeed, I had to run the "disable" reg file to avoid an extra step to reinstall the old but working driver.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Dell
    CPU
    Processor Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 199
    Motherboard
    BaseBoard Manufacturer Dell Inc. BaseBoard Product 08YRWT BaseBoard Version A00
    Memory
    Installed Physical Memory (RAM) 16.0 GB

Latest Support Threads

Back
Top Bottom