Repeated "Undoing changes made to your computer" messages during Windows 11 updates signal that the update process cannot finish and is rolling back. This issue often blocks access to critical security patches or new features, and can leave your system less stable or secure. The most effective way to resolve this is by directly addressing system file corruption and update component issues, then moving on to other possible causes like disk space, driver conflicts, or hardware compatibility.
Repair System Corruption and Reset Update Components
Step 1: Run the Deployment Imaging Service and Management Tool (DISM) and System File Checker (SFC) to repair missing or damaged Windows system files. Open Command Prompt
as an administrator. Type the following command and press Enter
:
DISM.exe /Online /Cleanup-Image /RestoreHealth

This process may take several minutes and will attempt to restore the integrity of the Windows image. After it finishes, run the next command:
sfc /scannow

SFC will scan and repair any corrupted system files. When both scans are complete, sign out and reboot your PC to apply the repairs. This step often resolves update rollback issues caused by file corruption.
Step 2: Reset Windows Update components to clear out any corrupted update cache. Open Command Prompt
as an administrator and enter the following commands one by one, pressing Enter
after each:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Restart your computer and attempt the update again. Resetting these components can resolve persistent update failures that cause Windows to revert changes.
Free Up Disk Space
Step 1: Check available disk space on your system drive. Open Settings
and go to System > Storage
. If your drive is nearly full, Windows updates may fail due to insufficient space.

Step 2: Remove temporary files by clicking Temporary Files
and selecting files to delete.

Step 3: Use Disk Cleanup
by pressing Win + R
, typing cleanmgr
, and pressing Enter
. Delete old update files and other unnecessary data. Reboot and try the update again.

Run Windows Update Troubleshooter
Use the built-in Windows Update Troubleshooter to automatically detect and fix common update issues.
Step 1: Open Settings
, navigate to System > Troubleshoot.

Step 2: ClickOther troubleshooters
, and then Run
next to Windows Update
. Follow the prompts and apply any recommended fixes.

Uninstall Conflicting Updates or Drivers
Step 1: If the update issue started after installing a specific update or driver, uninstall it.
Step 2: Go to Settings > Windows Update > Update history.

Step 3: Select Uninstall updates
on the next page.

Step 4: Identify and remove the problematic update, then restart your PC and retry the update process.

Perform a Clean Boot
Step 1: A clean boot starts Windows with minimal drivers and startup programs, which helps identify software conflicts that may interfere with updates.
Step 2: Press Win + R
, type msconfig
, and press Enter
.

Step 3: In the Services
tab on the System Configuration dialog box, check Hide all Microsoft services
and click Disable all
.

Step 4: Switch to the Startup
tab, open Task Manager
, and disable all startup programs by right-clicking and selecting Disable
. Restart your PC and attempt the update.

Manually Install Updates
Download and install updates directly from the Microsoft Update Catalog if automatic updates keep failing.
Step 1: Visit Microsoft Update Catalog and search for the failed update by its KB number.

Step 2: Download the installer and run it manually. Restart your computer when done.
Address Hardware Compatibility and BIOS Issues
Updates can fail and revert if recent hardware changes (such as CPU upgrades) have not been fully recognized by Windows. Make sure all device drivers are up to date, and check your motherboard manufacturer’s website for BIOS updates. Sometimes, performing a fresh Windows installation after major hardware changes resolves persistent update failures.
Perform an In-Place Upgrade
If none of the above methods work, use the Windows Media Creation Tool to perform an in-place upgrade.
Step 1: Download the tool from Microsoft’s official website, run it, and select Upgrade this PC now
.
Step 2: Follow the on-screen instructions. This process reinstalls Windows while keeping your files and applications, and can resolve deep-seated system issues that block updates.
Completing these steps should resolve most Windows 11 update rollback problems. If updates still fail, consider checking for specific hardware compatibility issues or seeking help from Microsoft support forums for more targeted troubleshooting.
Member discussion