Skip to content

KB5122880 not installing or stuck in Windows 11

Affects
  • Windows 11 version 23H2
  • Build 22621.7582
Maya Reyes4 min read

Quick answer

If KB5122880 is failing to install or stuck during download, running the built-in Windows Update troubleshooter usually resolves basic software glitches. If the update remains stuck, clearing the Windows Update cache folder or resetting background update services will clear out damaged update files and allow Windows 11 to complete the update successfully.

Microsoft released update KB5122880 on September 8, 2026, for Windows 11 version 23H2, bringing the system to OS Build 22621.7582. This cumulative release contains important system updates designed to improve system performance and maintain security across PC hardware. However, some users report that KB5122880 fails to download, freezes at progress percentages during the setup process, or fails with a rollback message after restarting.

Update installation failures generally happen when temporary update files become corrupted, necessary system services encounter permission conflicts, or incomplete cache data blocks Windows Update from processing the new packages. When KB5122880 gets stuck or refuses to install, you can resolve the issue by using built-in Windows 11 diagnostic and repair tools to reset the update pipeline.

Method 1: Run the Windows Update troubleshooter

Use this method first if KB5122880 fails during the download process or stops responding at a specific percentage. The built-in troubleshooter automatically scans system files, checks service permissions, and repairs basic configuration errors in the update mechanism.

  1. Select the Start menu on your taskbar and click Settings.
  2. In the left menu, select System, then scroll down on the right pane and click Troubleshoot.
  3. Click Other troubleshooters to view the list of available automated repair utilities.
  4. Find Windows Update near the top of the list and click the Run button next to it.
  5. Wait for the automated scan to check for errors. If the system detects missing files or stopped background services, follow any on-screen prompts to apply the suggested fixes.
  6. Close the settings window, restart your computer, and navigate back to Settings > Windows Update to retry installing KB5122880.

After completing this process, Windows Update should re-evaluate your system status and download fresh packages for OS Build 22621.7582 without hanging.

Method 2: Clear the Windows Update cache

Use this method if the update download remains stuck at 0%, 20%, or 100%, or if Windows Update repeatedly throws installation errors. Clearing the local cache removes corrupted or partially downloaded update components so your PC can fetch clean installation files from Microsoft servers.

  1. Press the Windows Key on your keyboard, type command prompt into the search bar, right-click the top result, and select Run as administrator.
  2. In the command window, stop the core update services by typing net stop wuauserv and pressing Enter.
  3. Next, stop the Background Intelligent Transfer Service by typing net stop bits and pressing Enter.
  4. Press the Windows Key + R simultaneously on your keyboard to open the Run dialogue box.
  5. Type C:\Windows\SoftwareDistribution\Download into the text box and press Enter or click OK.
  6. Highlight all files and folders inside this Download directory using Ctrl + A, then press Delete to move them to the Recycle Bin.
  7. Return to your Command Prompt window, type net start wuauserv and press Enter to restart the update service.
  8. Type net start bits and press Enter to restart the transfer service.

After clearing the cache and restarting the background services, open Windows Update from Settings and select Check for updates to download KB5122880 again.

Method 3: Reset Windows Update components manually

Use this method if previous steps did not work or if KB5122880 repeatedly rolls back changes during system reboots. Resetting the catalog and network components resets all underlying Windows Update configurations back to their default factory states.

  1. Click Start, type cmd, right-click Command Prompt, and choose Run as administrator.
  2. Stop the cryptographic, update, and MSI installer services by entering these commands one by one, pressing Enter after each line:
    • net stop wuauserv
    • net stop cryptSvc
    • net stop bits
    • net stop msiserver
  3. Rename the system cache folders by typing the following commands and pressing Enter after each:
    • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    • ren C:\Windows\System32\catroot2 catroot2.old
  4. Reset the network sockets by typing netsh winsock reset and pressing Enter.
  5. Restart all stopped services by typing these commands sequentially, pressing Enter after each line:
    • net start wuauserv
    • net start cryptSvc
    • net start bits
    • net start msiserver
  6. Close the Command Prompt window and restart your computer.

Once your computer restarts, navigate back to Windows Settings to check for updates. Windows 11 will build fresh repository folders and attempt a clean installation of KB5122880.

If nothing worked

If KB5122880 still fails to install after trying all methods, system files may be missing or damaged. You can run system file diagnostic tools directly from Command Prompt to repair system integrity. Open Command Prompt as administrator, type sfc /scannow, and press Enter to let Windows verify and repair protected system files. Afterwards, run DISM /Online /Cleanup-Image /RestoreHealth to fix damaged component store files.

If the update remains stuck after scanning, you can pause updates temporarily in Settings > Windows Update to prevent your PC from continuously attempting the failed installation until the next release cycle.

Sources

Frequently asked questions

What is KB5122880?

KB5122880 is a cumulative update released on September 8, 2026, for Windows 11 version 23H2, updating systems to OS Build 22621.7582.

Why is KB5122880 stuck downloading or installing?

Updates usually freeze or fail due to corrupted cached files in the SoftwareDistribution folder, internet interruptions, or conflicting background services.

Is it safe to clear the Windows Update cache?

Yes, clearing the SoftwareDistribution download folder only deletes temporary update setup files, forcing Windows 11 to re-download fresh files safely.

Verified: pending — this guide is awaiting a hands-on check on a current build.

Written by

Maya Reyes

Covers Windows 11 update releases and the problems that follow them. Tracks Microsoft's release-health notes daily and flags known issues the same day they appear.

More from Maya Reyes

Related guides

  • Update ProblemsWindows 11, version 25H2 (OS Build 26200.9278)

    KB5120998 Not Installing or Stuck in Windows 11

    KB5120998 is an optional preview update for Windows 11 versions 24H2 and 25H2. If it becomes stuck during download or fails to install, you can resolve the issue by running the Windows Update troubleshooter, clearing the SoftwareDistribution cache folder, or running SFC and DISM scans. Because KB5120998 is a non-security preview release, you can also safely pause or skip the update until next month.

    Maya Reyes

  • Update ProblemsWindows 11 version 23H2

    KB5078883 Not Installing or Stuck in Windows 11

    If KB5078883 fails or gets stuck during installation on Windows 11, run the automated Windows Update troubleshooter from Settings. You can also use the Get Help app to reset update components or clear temporary system update files in Storage settings. Restart your PC afterwards and check for updates again to trigger a fresh download of OS Build 22631.6783.

    Daniel Okafor

  • How-To GuidesWindows 11, version 26H1

    How to run the Windows Update troubleshooter

    To run the Windows Update troubleshooter in Windows 11, navigate to Settings > System > Troubleshoot > Other troubleshooters and click the Run button next to Windows Update. The tool automatically scans background update components, resolves configuration errors, and clears cached files. After the process finishes, restart your computer and check for updates again.

    Priya Natarajan