← All articles

How to Fix Windows 11 Update Stuck Downloading or Not Installing

Windows 11 update stuck at 0%, 100%, or failing to install? Work through these safe troubleshooting steps before resetting update components.

By ShantanuPublished Updated
  • Applies to Windows 11
  • 3 min read
  • 7 steps
View article illustration
How to Fix Windows 11 Update Stuck Downloading or Not Installing

A Windows 11 update that sits at 0%, 100%, or repeatedly fails can be frustrating, but it does not automatically mean Windows Update is broken. A slow connection, low storage, a pending restart, or a damaged update cache can all produce similar symptoms.

Start with the least invasive checks and only move to advanced repair steps if the update still refuses to install.

1. Restart before changing anything

Save your work and restart the PC from Start > Power > Restart. Do not use Shut down for this test. A restart clears pending servicing activity and reloads update-related services.

After Windows starts, open Settings > Windows Update and select Check for updates.

2. Check the Internet connection and free space

Large cumulative and feature updates need both a stable connection and enough room to unpack temporary files. Confirm that normal web browsing works, then open Settings > System > Storage and make sure the system drive is not nearly full.

If space is tight, remove temporary files or unused applications first. Avoid manually deleting files from the Windows folder.

3. Run the Windows Update troubleshooter

Microsoft now routes many Windows troubleshooters through the Get Help app.

  1. Open Get Help.
  2. Search for Windows Update troubleshooter.
  3. Allow the diagnostics to run and follow the recommended fixes.

You can also open Settings > System > Troubleshoot > Other troubleshooters and run Windows Update when the option is present.

4. Note the exact error code

If Windows Update displays a code such as 0x80070002, 0x80070020, or 0x80070422, write it down before trying more fixes. The code can distinguish a service problem from a damaged download or a process that is blocking the update.

5. Repair Windows system files

Open Terminal (Admin) or Command Prompt (Admin) and run:

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

Let each command finish, restart the PC, and check Windows Update again.

6. Reset the update cache only if the problem continues

If the same update still fails, reset the Windows Update cache using the procedure in our separate guide. Renaming the update cache folders is safer than running old Internet scripts that re-register dozens of DLLs or overwrite service permissions.

7. If a feature update still fails

Check winver to confirm your current Windows 11 release. A safeguard hold may prevent a feature update from being offered to a device with a known compatibility issue. Do not force the upgrade just because another PC already received it.

If monthly updates fail repeatedly even after DISM, SFC, and a cache reset, use Windows 11’s Fix problems using Windows Update repair option before considering a reset or clean installation.

Before forcing a feature update

Feature updates are different from normal monthly cumulative updates. Microsoft can place a temporary safeguard hold on a device when a driver, application, or firmware combination is known to cause problems with a new Windows release. In that case, the safest fix is often to wait for the compatibility issue to be resolved rather than downloading an ISO and bypassing Windows Update.

If the PC is managed by work or school, update timing may also be controlled by policy. Check Settings > Accounts > Access work or school before assuming the update service itself is broken.

Keep a record of what failed

Before each major troubleshooting step, note the update name, KB number, error code, and current build from winver. If a later repair works, that record tells you what actually fixed the problem instead of leaving you with a long list of changes you cannot trace.

Official references

Microsoft Support — Troubleshoot problems updating WindowsOfficial reference