
Windows 10 can automatically detect and install new hardware drivers you connect to your computer. However, sometimes you may not want the system setting up specific devices automatically. It could be because Windows 10 may try to install a version of the incompatible driver or a version that contains bugs, which will result in more issues.
Sometimes you may also want to stop automatic driver installations because there is another version (newer or older) known to work better on your computer. Whatever the reason, you can stop the operating system from trying to use Windows Update to download driver updates.
This guide will teach you the steps to change the settings and stop Windows 10 from automatically installing drivers on your computer.
- Disable automatic driver install on Windows 10
- Disable automatic driver install from Group Policy
- Disable automatic driver install from Registry
Disable automatic driver install on Windows 10
To prevent Windows 10 from setting up drivers automatically, use these steps:
-
Open Settings.
-
Click on System.
-
Click on About.
-
Under the “Related settings” section, click the System protection option.
-
Click the Hardware tab.
-
Click the “Device Installation Settings” button.
-
Select the “No (your device might not work as expected)” option.
-
Click the Save Changes button.
-
Click the OK button.
Once you complete the steps, Windows 10 will no longer try to install drivers automatically for new devices on your computer. If upgrading your graphics card or setting up a new printer, you will need to download and install those drivers from your manufacturer.
Disable automatic driver install from Group Policy
Alternatively, if you have Windows 10 Pro, Enterprise, or Education, you can use the Local Group Policy Editor to stop the operating system from checking and installing driver updates.
To disable automatic driver install from Group Policy, use these steps:
-
Open Start.
-
Search for gpedit and click the top result to open the Group Policy Editor.
-
Browse the following path:
Computer Configuration > Administrative Templates > Windows Components > Windows Update
-
Double-click the “Do not include driver with Windows Update” option.
-
Check the Enabled option.
-
Click the Apply button.
-
Click the OK button.
After enabling this policy, Windows Update will stop providing drivers during updates.
Disable automatic driver install from Registry
While the first method is the safest way to stop Windows 10 from automatically installing drivers, if you’re up to the challenge of running Windows 10 Home, you can tweak the Registry to accomplish the same.
To disable automatic driver installation from the Registry, use these steps:
-
Open Start.
-
Search for regedit and click the top result to open the Registry.
-
Browse the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching
-
Double-click the SearchOrderConfig DWORD key, and change its value from 1 to 0.
-
Click the OK button.
-
Restart your computer.
Setting SearchOrderConfig to 0 will block drivers from updating every time Windows 10 checks for new updates.
You can always revert the changes by using the same steps, but in step 4, change the DWORD key value from 0 to 1. It’s worth pointing out that this not only works on Windows 10 but also on Windows 8.1 and Windows 7 as well.