Disable Automatic Driver Rollback in Windows 11
If you’ve ever updated a driver in Windows 11 only to find that your system silently reverts it to an older version, you’re not alone. This behavior is caused by a built-in safety feature called automatic driver rollback. While it’s designed to protect your system from unstable or incompatible drivers, it can sometimes get in the way, especially if you’re intentionally installing a newer or custom driver.
For tech enthusiasts, gamers, and advanced users, this can be frustrating. You install a driver for better performance or compatibility, but Windows automatically replaces it without warning.
In this guide, I will tell you the steps to disable automatic driver rollback on your Windows 11 device!
What is Automatic Driver Rollback?
Automatic driver rollback in Windows 11 is a system feature that reverts a device driver to its previous version if the new one causes instability, crashes, or compatibility issues. It is closely tied to Windows Update and Device Manager, and it works silently in the background.
Here’s how it typically works. When you install a new driver, Windows monitors system behavior. If it detects problems such as hardware malfunctions, system crashes, or performance issues, it may automatically restore the previous working driver version.
While this is useful for protecting less experienced users, it can create problems in situations where you know the newer driver is correct. For example, when installing a GPU driver for gaming optimization or a custom driver for specific hardware, Windows may override your choice.
Disabling automatic rollback does not remove your ability to manually roll back drivers. It simply stops Windows from doing it automatically without your input.
Steps to Disable Automatic Driver Rollback in Windows 11

To disable automatic driver rollback in Windows 11:
- Open the Local Group Policy Editor.
- Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update, and enable the setting that prevents Windows from automatically replacing drivers.
- Alternatively, you can use the Registry Editor to block automatic driver updates, which indirectly stops rollback behavior.
Let’s explore in detail!
Step 1: Open the Local Group Policy Editor
To begin, you need to access a powerful Windows tool called the Local Group Policy Editor. This tool allows you to control system behaviors that are not available through standard settings.
Press the Windows key and type gpedit.msc into the search bar. When it appears in the results, click on it to open. If you are prompted by User Account Control, select Yes.
This editor is only available in Windows 11 Pro, Enterprise, and Education editions. If you are using Windows 11 Home, you will need to use the Registry method described later.
Once opened, you will see a structured interface with categories on the left and settings on the right. This is where you will make changes to prevent Windows from automatically interfering with your drivers.
Step 2: Navigate to Windows Update Driver Settings
Inside the Local Group Policy Editor, look at the left-hand panel. Expand the folder labeled Computer Configuration. Then expand Administrative Templates, followed by Windows Components.
Scroll down until you find the folder named Windows Update and click on it. Inside this section, locate the folder labeled Manage updates offered from Windows Update.
This area contains policies that control how Windows handles updates, including driver updates. Since automatic rollback often happens as part of update management, this is where you need to make your changes.
Take your time navigating through these folders. The structure may look complex at first, but it is simply a categorized list of system controls.
Step 3: Enable the Policy to Prevent Driver Updates
Now that you are in the correct section, look at the right-hand panel for a setting that controls driver updates. Find the policy named Do not include drivers with Windows Updates.
Double-click on this setting to open it. A new window will appear with three options. Not Configured, Enabled, and Disabled.
Select Enabled, then click Apply, followed by OK.
By enabling this policy, you are telling Windows not to automatically download or install drivers through Windows Update. This reduces the chances of Windows replacing your manually installed drivers, which is the root cause of automatic rollback.
Step 4: Restart Your Computer
After applying the policy, close the Group Policy Editor and restart your computer.
Restarting ensures that the changes take effect. Without a restart, Windows may continue using the previous configuration, and the changes might not apply correctly.
Once your system restarts, Windows will no longer automatically install or revert drivers through its update mechanism.
Step 5: Adjust Device Installation Settings
Next, you should modify Device Installation Settings to further prevent Windows from interfering with your drivers.
Press the Windows key and type Advanced System Settings, then open it. In the System Properties window, go to the Hardware tab and click on Device Installation Settings.
A prompt will appear asking whether Windows should automatically download manufacturer apps and custom icons for your devices.
Select No, then click Save Changes.
This step adds an extra layer of control, ensuring that Windows does not automatically fetch or apply driver-related updates in the background.
Step 6: Use Registry Editor for Windows 11 Home Users
If you are using Windows 11 Home, you will not have access to the Group Policy Editor. In this case, you can achieve similar results using the Registry Editor.
Press the Windows key and type regedit, then open the Registry Editor. When prompted, click Yes.
Navigate to the following path by expanding folders step by step:
HKEY_LOCAL_MACHINE, then SOFTWARE, then Policies, then Microsoft, then Windows
Right-click on the Windows folder, select New, then Key, and name it WindowsUpdate if it does not already exist.
Inside the WindowsUpdate folder, right-click in the right-hand pane, select New, then DWORD (32-bit) Value. Name it ExcludeWUDriversInQualityUpdate.
Double-click this new entry and set its value to 1. Then click OK.
This registry change tells Windows not to include drivers in updates, effectively preventing automatic replacement and rollback behavior.
Step 7: Verify Your Changes
After completing the steps, it is important to verify that your settings are working.
You can do this by installing a driver manually and checking whether Windows attempts to replace it after a restart or update check.
Open Device Manager, locate your device, and confirm that the installed driver version remains unchanged.
If everything is configured correctly, Windows will no longer override your driver with an older version automatically.
FAQs
What happens if I disable automatic driver rollback?
Disabling automatic driver rollback means Windows will no longer revert drivers on its own. However, you can still manually roll back a driver through Device Manager if needed.
Is it safe to disable this feature?
It is generally safe if you understand what you are doing. This feature exists to protect users from unstable drivers, so disabling it means you are taking responsibility for driver stability.
Can I re-enable automatic rollback later?
Yes, you can undo all changes by setting the Group Policy back to Not Configured or deleting the registry entry you created.
Why does Windows roll back drivers automatically?
Windows rolls back drivers to maintain system stability. If a newly installed driver causes issues, Windows replaces it with a previously working version.
Does this affect Windows Update entirely?
No, this only affects driver updates. Regular Windows updates, including security patches, will continue as usual.
