How to Disable Automatic Driver Installation in Windows 11
Windows 11 often installs drivers for your hardware without requiring your approval. While this feature is designed to streamline the user experience, there are situations where you might want to take control. If the system automatically installs incompatible or unstable drivers, it can lead to performance issues. Additionally, you may prefer a specific driver version for optimal functionality.
This guide will walk you through various methods to disable automatic driver downloads and installations using the Settings app, Group Policy Editor, and Registry Editor in Windows 11.
Table of Contents
- Disable Automatic Driver Installation via Settings
- Disable Automatic Driver Installation via Group Policy
- Disable Automatic Driver Installation via Registry
Disable Automatic Driver Installation via Settings
To prevent Windows 11 from automatically installing device drivers, follow these steps:
- Open Settings from the Start menu.
- Navigate to System.
- Click on the About section.
- Locate and select Advanced system settings under “Device specifications.”
- Click the Hardware tab.
- Press the Device Installation Settings button.
- Select No (your device might not work as expected).
- Click on Save Changes and then OK.
After completing these steps, Windows 11 will no longer install drivers automatically for newly connected devices. Remember, for any new peripherals, you will need to manually download and install the necessary drivers.
Join My Newsletter Stay updated with the latest guides and news delivered directly to your inbox. Subscribe
Disable Automatic Driver Installation via Group Policy
If you’re using Windows 11 Pro, Enterprise, or Education, you can utilize the Local Group Policy Editor to stop automatic driver installations.
Here’s how to adjust the Group Policy settings:
- Open the Start menu.
- Type gpedit and press Enter to launch the Local Group Policy Editor.
- Navigate to the following path:
- Double-click the Do not include driver with Windows Update policy.
- Select the Enabled option.
- Click Apply, then OK.
Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update
Implementing these changes will stop Windows Update from downloading drivers automatically. However, be aware of limitations where the operating system might override this policy during initial setups.
Disable Automatic Driver Installation via Registry
If you are on Windows 11 Home, access to the Group Policy Editor is unavailable. Instead, you can disable automatic driver installation through the Registry. Please note that this method is primarily effective for Windows 11 Pro and higher; Home users may encounter issues.
- Open the Start menu.
- Search for regedit and select it to launch the Registry Editor.
- Navigate to the following key:
- Find the SearchOrderConfig DWORD key, double-click it, and change its value from 1 to 0.
- Click OK.
- Restart your computer for changes to take effect.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching
Setting SearchOrderConfig to 0 will prevent driver installations whenever Windows checks for updates. You can revert this change by adjusting the DWORD value back to 1.
Update August 5, 2025: This guide has been revised to reflect the most current procedures and improve clarity.
Leave a Reply