Windows 11 update gets stuck and rolls back
Windows 11 downloads an update, restarts, gets stuck, then says it is undoing changes. After the desktop returns, the same update appears again.
Do not keep forcing the same restart loop. First capture the failed KB number or update name, the error code, and the free space on C:. Those three facts are more useful than ten repeated restarts.
If Windows still returns to the desktop normally, work from the safe branch below. If it no longer reaches the desktop, skip to the stop section.
- Plug in the PC and make sure C: has at least 20-25 GB free if possible.
- Unplug non-essential USB devices and docks. Leave only keyboard, mouse, display, power, and network.
- Open Settings -> Windows Update -> Update history. Note the failed update name, KB number, and error code if Windows shows one.
- Open Settings -> System -> Storage. If C: is nearly full, use Settings to remove temporary files. Do not delete recovery partitions.
- Run Settings -> System -> Troubleshoot -> Other troubleshooters -> Windows Update once.
- Restart and retry the update one time. If it rolls back again, stop repeating the loop.
If Windows does not show a useful code, search Start for Reliability Monitor, open View reliability history, and check the red X on the update day. Look for Windows Update, Setup Host, driver, or disk-related entries.
Use the result to choose the next branch:
- The same KB fails with a storage warning: free space through Windows Storage settings and retry once.
- Reliability Monitor names a driver or device: update or temporarily disconnect that exact device through the manufacturer-supported route; do not run a broad driver-updater tool.
- The update downloads again but fails before restart: the Windows Update cache or servicing components may be damaged.
- The failure happens only during reboot: firmware, encryption, storage, or a low-level driver deserves attention before another forced attempt.
- Several unrelated updates fail: repair the Windows component store before treating one KB as the whole problem.
If Windows reaches the desktop normally and the first pass did not help, open Terminal as administrator and run:
DISM.exe /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Let each command finish. Restart, return to Windows Update, and retry the failed update once. If it rolls back again, keep the KB number, error code, and DISM/SFC result for the next diagnosis instead of repeating the cycle.
Do not delete recovery partitions, clear TPM, turn off BitLocker, rename system folders from an old forum script, or reinstall Windows just because one cumulative update rolled back. Those are later branches, not first moves.
If you ask for help, include the failed update or KB number, error code if present, free space on C:, whether a dock/external drive/printer/capture card/USB hub/SD card was connected, and whether Reliability Monitor names a driver or setup failure. Hide account names, serial numbers, recovery keys, and private file paths.
Stop here if the PC enters a boot loop and does not return to the desktop, BitLocker asks for a recovery key, the Windows drive reports SMART or disk errors, C: has almost no free space, or a BIOS/firmware update happened right before the Windows update problem. Preserve the recovery key and current evidence before changing firmware or encryption settings.
Related Price2Click guide: /how-to-check-if-your-pc-is-ready-for-windows-11/
Official references: Troubleshoot problems updating Windows and use DISM and System File Checker.