Fix Windows 11 Cumulative Update Failing to Install

Resolve Windows 11 cumulative updates that fail repeatedly, and let Kudu help remove temporary files before retrying.

By the Kudu Team

Fix this automatically with Kudu

Run a free system scan to detect and resolve this issue automatically — no manual steps required.

Download Kudu Free →

What Causes This?

Windows 11 cumulative updates usually fail because something interrupts the update process or blocks the files Windows needs to install. Common causes include corrupted update cache files, not enough free disk space, damaged system files, or Windows Update services getting stuck. In some cases, third-party antivirus tools, unstable internet, or a failed previous update can also trigger repeated install errors.

Common Symptoms

  • Windows Update downloads the cumulative update, then fails during installation
  • You see messages like “Install error,” “Something didn’t go as planned,” or a specific error code
  • The update reaches a certain percentage, then rolls back after restarting
  • Windows keeps trying to install the same update over and over
  • Your PC feels slow or unstable after a failed update attempt

How to Fix It Manually

  1. Restart your PC and check free space

    • Click Start > Power > Restart.
    • After restarting, open File Explorer with Windows + E.
    • Select This PC and check your C: drive.
    • Make sure you have at least 10-20 GB of free space before retrying the update.
  2. Run the Windows Update troubleshooter

    • Press Windows + I to open Settings.
    • Go to System > Troubleshoot > Other troubleshooters.
    • Find Windows Update and click Run.
    • Let Windows detect and apply any fixes, then restart your PC.
  3. Clear temporary files

    • Press Windows + I and go to System > Storage > Temporary files.
    • Let Windows scan, then review the list.
    • Check items like Temporary files, Windows Update Cleanup, and Delivery Optimization Files.
    • Click Remove files.
    • Avoid deleting Downloads unless you know you do not need those files.
  4. Reset Windows Update components

    • Press Windows, type cmd.
    • Right-click Command Prompt and choose Run as administrator.
    • Run these commands one at a time:
      net stop wuauserv
      net stop bits
      net stop cryptsvc
      net stop msiserver
      ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
      ren C:\Windows\System32\catroot2 catroot2.old
      net start wuauserv
      net start bits
      net start cryptsvc
      net start msiserver
    • Restart your PC after the commands finish.
  5. Repair corrupted system files

    • Open Command Prompt as administrator again.
    • Run this command first:
      DISM /Online /Cleanup-Image /RestoreHealth
    • When it finishes, run:
      sfc /scannow
    • Wait for both scans to complete, then restart your PC.
  6. Try installing the update again

    • Open Settings > Windows Update.
    • Click Check for updates.
    • If the cumulative update still fails, note the error code shown on the screen.
    • You can also try downloading the update manually from the Microsoft Update Catalog by searching for the KB number listed in Windows Update.
  7. Temporarily disable third-party antivirus

    • If you use antivirus other than Microsoft Defender, open that app and temporarily disable real-time protection.
    • Retry the update.
    • Turn protection back on immediately after the test.

Fix It Automatically with Kudu

Kudu can help fix update failures by clearing temporary files, freeing disk space, and removing leftover junk that often interferes with cumulative updates. It gives you a faster way to clean up your PC before retrying Windows Update, without digging through multiple Windows menus.

Download Kudu Free →

Fix this automatically with Kudu

Run a free system scan to detect and resolve this issue automatically — no manual steps required.

Download Kudu Free →