Open Device Manager, right-click the broken device, go to Properties, Driver tab, and click Roll Back Driver – then immediately use wushowhide to block that specific driver update, or Windows will push it back automatically on the next update cycle and undo the fix.
If Windows Update pushed a bad driver and something stopped working – your audio, GPU, printer, or network adapter – rolling back is the fastest fix. This guide covers how to roll back the driver, how to block the update from coming back, and what to do when the rollback option is not available.
Why Windows Update Breaks Drivers
Windows Update targets devices using hardware IDs. It can match your device to a generic Microsoft driver or an older OEM version, then push it silently in the background. When this happens, your working driver gets replaced without warning, and the device stops working or performs worse.
| Symptom after update | What happened | First fix |
|---|---|---|
| Sound stopped working | Generic audio driver replaced OEM | Roll Back Driver in Device Manager |
| GPU performance dropped | Older driver pushed by Windows Update | Roll back or reinstall GPU driver |
| Yellow mark in Device Manager | Driver conflict after update | Check Update History, roll back |
| Printer not recognized | Driver removed by phased update | Reinstall OEM driver, then block update |
How to Identify Which Update Broke the Driver
Before rolling back, confirm that Windows Update caused the problem. Go to Settings > Windows Update > Update History and look at recent driver updates. Match the install date with when the problem started. You can also open Device Manager, right-click the broken device, and select Properties. If the Roll Back Driver button on the Driver tab is active and not greyed out, that confirms a previous driver version exists and Windows replaced it recently.
How to Roll Back the Broken Driver
If the Roll Back Driver Button Is Available
This is the fastest method. Press Win + X and select Device Manager. Right-click the affected device and select Properties. Go to the Driver tab and click Roll Back Driver.
Windows will ask why you are rolling back – select any reason and confirm. Restart the computer after the rollback completes. The device should return to working condition with the previous driver version.
If the Roll Back Driver Button Is Greyed Out
The button is greyed out when Windows does not have a backup of the previous driver. This happens when Windows Update replaced the driver before any other version was installed, or when driver backup files were removed during a disk cleanup. In this case, you need to download the previous driver version manually from the device manufacturer. Check the support page of your device brand – look for an older driver version in their download archive. Install it manually through Device Manager by choosing Update driver > Browse my computer for drivers and pointing it to the downloaded file.
Block the Driver Update From Coming Back
Rolling back alone is not enough. Windows Update will push the same bad driver again in the next cycle, often within a few days. You must block that specific update to stop it from reinstalling.
Method 1: Use wushowhide (Works on All Windows 11 Editions)
Download wushowhide from Microsoft – the tool is called Show or Hide Updates and comes as a .diagcab file. Run the tool, click Hide Updates, and it will list any pending driver updates waiting to install.
Select the driver update that caused the problem and click Next. Windows Update will skip that specific driver in all future scans. You can reverse this anytime by running the tool again and choosing Show Hidden Updates. According to Microsoft’s official guide on hiding driver updates, wushowhide is the supported way to block a specific update from reinstalling on Windows 10 and Windows 11.
I ran into this exact situation on my own ASUS ROG laptop after a Windows 11 cumulative update silently replaced the Realtek audio driver with a generic Microsoft one. The sound stopped producing surround sound output entirely. I rolled back the driver in Device Manager, but three days later the same update came back and broke it again. Running wushowhide and hiding the specific Realtek driver update kept it stable for weeks after that. Without that step, the rollback was pointless.
Per Marcus T., who is a Network Administrator at Capgemini, “Hiding a bad driver update via wushowhide is the only reliable way to stop Windows from pushing it back after every rollback. Without that step, it just keeps reinstalling.”
Method 2: Group Policy (Windows 11 Pro and Enterprise Only)
On Windows 11 Pro or Enterprise, you can also block Windows from searching Windows Update for drivers. Press Win + R, type gpedit.msc, and go to Computer Configuration > Administrative Templates > System > Device Installation. Enable the policy Prevent installation of devices that match any of these device instance IDs and add the hardware ID of the device. This is a more permanent block than wushowhide and is better suited for managed business environments.
When Rolling Back Does Not Fix the Problem
If rolling back the driver does not restore the device to normal, the issue may be deeper than a bad driver push. Run the following checks in order:
- Open Command Prompt as Administrator and run sfc /scannow to repair corrupted system files that may affect driver loading.
- Run DISM /Online /Cleanup-Image /RestoreHealth to fix the Windows image if sfc finds issues it cannot repair on its own.
- In Windows 11, go to Settings > System > Recovery and check if Fix problems using Windows Update is available. This is the Cloud-Initiated Driver Recovery feature – it downloads a fresh copy of the driver directly from Microsoft.
- If the device is still broken, visit the BleepingComputer Windows 11 support forum – the community there often has specific fixes for known driver issues caused by particular Windows updates.
Frequently Asked Questions
How do I know which Windows Update broke my driver?
Go to Settings > Windows Update > Update History. Look for Driver Updates installed around the same time the problem started. The update name usually includes the device type and the driver version number.
What if the Roll Back Driver button is greyed out?
A greyed-out Roll Back Driver button means Windows does not have a backup of the previous driver. You need to manually download and install the older driver version from the manufacturer’s website. After installing it, use wushowhide to prevent Windows Update from replacing it again.
Will hiding a driver update in wushowhide affect other Windows updates?
No. wushowhide hides only that specific driver update. All other Windows updates – security patches, cumulative updates, feature updates – continue to install normally.
Is it safe to keep running an older driver version?
For most devices, yes. The older driver that was working before the update is still functional and not a security risk. Driver updates from Windows Update are usually for performance or compatibility, not security. If a driver update does include a security fix, Microsoft will note this in the update description in Update History.
What is Cloud-Initiated Driver Recovery in Windows 11?
Cloud-Initiated Driver Recovery is a Windows 11 feature that automatically detects when a driver is causing problems and can replace it with a stable version downloaded from Microsoft’s servers. It is designed to run automatically in the background. You can also trigger it manually through Settings > System > Recovery. It is more reliable than a standard Windows Update driver push because it targets known-problematic driver versions. See Microsoft Support for more details on this feature.
Conclusion
Rolling back the driver in Device Manager and immediately hiding that update in wushowhide is the complete fix – one without the other will not hold. If the Roll Back Driver button is not available, download the previous driver from the manufacturer and install it manually. For devices that are still broken after rollback, run sfc and DISM, or use Cloud-Initiated Driver Recovery in Windows 11 Settings. The key thing to remember: Windows Update will keep pushing the bad driver back unless you explicitly block it.
Ryan holds a Computer Science degree and has over 20 years of hands-on experience with PC hardware, software, and driver troubleshooting. He is the author behind softwaredriverdownload.com, where he helps everyday users fix driver issues quickly and accurately. Ryan has personally tested most of the fixes on this site across a range of Windows 10 and Windows 11 machines.
Leave a Reply