Windows 11 Guide

How to Fix Windows 11 Update Loops and Installation Errors

Stop Windows 11 updates that repeatedly fail, restart, or return to the same installation screen.

Difficulty: Easy–MediumTime: 10–45 minutesUpdated: July 2026

Before repeating the update, identify where it fails

A Windows Update loop can mean different things: the download may repeatedly restart, installation may fail at a fixed percentage, Windows may roll back after reboot, or the PC may keep returning to the same update screen. Record the KB number, error code and the stage where failure occurs before clearing anything.

Check storage and restart state first

Make sure the system drive has working space and complete one normal restart. Pending restarts, nearly full storage and interrupted previous updates can cause repeated installation attempts without requiring a full Windows reset.

Use repair steps in increasing order

Start with Windows Update troubleshooting and system-file checks before resetting update components. If DISM or SFC reports an error, keep the final message because it determines the next step. Do not repeatedly delete update folders without knowing whether the servicing stack itself is healthy.

If Windows cannot boot normally

Use Windows Recovery options to reach Startup Repair, Safe Mode or uninstall the latest quality update where appropriate. Keep BitLocker recovery information available before entering recovery or changing boot-related settings.

Know when to stop

If the same update repeatedly fails after supported component repair, or the drive reports file-system or hardware errors, collect the exact error and address that underlying issue before forcing another installation attempt.

Follow the steps in order and make one change at a time. Back up important files or settings before any reset, registry, firmware, or administrator-level action.

Run the troubleshooter

  1. Open Settings → System → Troubleshoot → Other troubleshooters.
  2. Run Windows Update, restart, and try again.

Repair Windows files

Open Terminal as Administrator and run:

DISM /Online /Cleanup-Image /RestoreHealth; sfc /scannow

Reset the update cache

In Terminal (Admin), run each command separately:

net stop wuauserv; net stop bits; net stop cryptsvc; ren C:\Windows\SoftwareDistribution SoftwareDistribution.old; ren C:\Windows\System32\catroot2 catroot2.old; net start cryptsvc; net start bits; net start wuauserv

Restart and retry. Windows recreates the cache automatically.

If Windows will not boot

In Windows Recovery Environment, choose Troubleshoot → Advanced options → Uninstall Updates. Remove the latest quality update first.

Warning: Stop update services before renaming SoftwareDistribution and keep your BitLocker recovery key available.

Frequently Asked Questions

Will this remove files?

No. It resets update components only.

Check the failed KB and error code before resetting more components

Open Settings → Windows Update → Update history and note the KB number and any error code. If one specific update keeps failing while other updates install normally, investigate that update instead of repeatedly resetting the whole Windows Update stack.

Check free space and the system drive

An update can download successfully but fail during installation when the system drive is nearly full or the file system has problems. Free temporary space, restart once, and confirm the drive is not reporting errors before retrying a large feature or cumulative update.

Try a manual installation only for the exact failed update

For a normal Microsoft update with a known KB number, the Microsoft Update Catalog can sometimes bypass a damaged Windows Update download path. Match the package to the correct Windows version and architecture.

When an in-place repair makes more sense

If Windows Update continues to loop after DISM, SFC, cache repair and a clean restart, an in-place repair installation may be safer than repeatedly deleting update folders. Back up important data first.

How to verify the problem is fixed

  1. Restart Windows normally.
  2. Open Windows Update and check again.
  3. Confirm the failed KB shows as installed or is no longer offered.
  4. Restart once more and confirm Windows does not roll back to the same loop.