How to disable driver updates from Windows Update

0
358

Windows Update is configured to search for, download and install driver updates for devices installed on the machine Windows runs on.

That’s comfortable at times as you may not have to install a single driver manually after installation of the operating system, but it can be problematic as well for instance if you want to install specific driver versions or if Windows mixes things up and tries to install the wrong drivers on the system.

All recent Microsoft operating systems ship with options to download and install driver software, and you may notice this immediately after installation when recent drivers for video cards or other devices are installed on the system.

There are two three ways to block the installation of device drivers in Windows.

Method 1: The Hardware dialog

Update: Microsoft changed the device installation settings dialog recently, at least on Windows 10. You can still block the operating system from installing device drivers, but don’t get the options anymore shown below.

windows device installation

As you can see, you only get to select Yes or No basically. Update End

device installation settings

  1. Use the keyboard shortcut Windows-Pause to bring up the System Control Panel.
  2. Select “advanced system settings” when the System page has loaded.
  3. Switch to the Hardware tab and click on “device installation settings”.
  4. The dialog that opens may look slightly different depending on which version of Windows you run.
  5. Switch to “No, let me choose what to do”, and pick one of the available options, e.g. “never install driver software from Windows Update”.
  6. Windows 7 users have the option “install driver software from Windows Update if it is not found on my computer” which Microsoft has removed in Windows 10 (Windows 8 maybe as well, could not check).

If you select to never install driver software from Windows Update, you are blocking this from happening. This means that you need to find and install driver software manually for devices not recognized properly by Windows.

Method 2: The Windows Registry

driver searching

You may use the Windows Registry to modify the driver update preference instead.

  1. Tap on the Windows-key, type regedit and hit enter to open the Registry Editor.
  2. You may receive an UAC prompt which you need to accept.
  3. Navigate to the key HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDriverSearching
  4. Locate the Dword SearchOrderConfig underneath it. It determines the download driver software from Windows Update preference.
  5. If you set it to 0, you block driver updates.
  6. If you set it to 1, you set it to download driver updates automatically.
  7. If you set it to 2, driver software is installed if it is not found on the system (this may not work anymore in Windows 10).
  8. Double-click on the preference and change its value.
  9. Restart the PC afterwards.

Method 3: Group Policy Editor

disable driver updates windows

With the Anniversary Update, out Summer 2016, comes a third option. Microsoft added a new policy to Windows 10 which you can configure to block driver updates coming from Windows Update.

  1. Tap on the Windows-key, type gpedit.msc, and hit enter.
  2. Use the structure on the left to go to Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  3. Locate the entry “Do not include drivers with Windows Updates” and double-click on it.
  4. Set the preference to Enabled on the page that opens and click okay.

This prevents driver updates when Windows Update is being used on the device.