Windows 11 Update Stuck or Failing: How to Fix It

Windows 11 · 5 min read · Target: windows 11 update stuck fix · Updated September 2026

If you need a reliable windows 11 update stuck fix because a cumulative update hangs at 0%, 25%, or throws error 0x80070002, this guide will unblock your queue. Stalled updates occur when the local Windows SoftwareDistribution download cache becomes corrupted mid-transfer.

Diagnosis: Do not force a hard power shutdown if the circular dots are spinning. If progress stays on the exact same percentage for over 45 minutes, clear the SoftwareDistribution cache using the steps below.

Step-by-step unfreeze procedure

  1. Step 1 — Stop Windows Update and BITS services

    Open PowerShell as Administrator and stop the background download daemons:

    PowerShell (Admin)
    net stop wuauserv && net stop bits && net stop cryptsvc
  2. Step 2 — Purge the corrupted SoftwareDistribution folder

    Rename the download cache folder so Windows is forced to request fresh manifests from Microsoft servers:

    PowerShell (Admin)
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old && ren C:\Windows\System32\catroot2 catroot2.old
  3. Step 3 — Restart services and check for updates

    Restart the services to resume downloading:

    PowerShell (Admin)
    net start cryptsvc && net start bits && net start wuauserv

    Now open Settings → Windows Update and click Check for updates. The update will re-download cleanly and finish installing.

← Back to all fixes