KB5122880 not installing or stuck in Windows 11
- Windows 11 version 23H2
- Build 22621.7582
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.
- Select the Start menu on your taskbar and click Settings.
- In the left menu, select System, then scroll down on the right pane and click Troubleshoot.
- Click Other troubleshooters to view the list of available automated repair utilities.
- Find Windows Update near the top of the list and click the Run button next to it.
- 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.
- 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.
- Press the Windows Key on your keyboard, type command prompt into the search bar, right-click the top result, and select Run as administrator.
- In the command window, stop the core update services by typing
net stop wuauservand pressing Enter. - Next, stop the Background Intelligent Transfer Service by typing
net stop bitsand pressing Enter. - Press the Windows Key + R simultaneously on your keyboard to open the Run dialogue box.
- Type
C:\Windows\SoftwareDistribution\Downloadinto the text box and press Enter or click OK. - Highlight all files and folders inside this Download directory using Ctrl + A, then press Delete to move them to the Recycle Bin.
- Return to your Command Prompt window, type
net start wuauservand press Enter to restart the update service. - Type
net start bitsand 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.
- Click Start, type cmd, right-click Command Prompt, and choose Run as administrator.
- Stop the cryptographic, update, and MSI installer services by entering these commands one by one, pressing Enter after each line:
net stop wuauservnet stop cryptSvcnet stop bitsnet stop msiserver
- Rename the system cache folders by typing the following commands and pressing Enter after each:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.oldren C:\Windows\System32\catroot2 catroot2.old
- Reset the network sockets by typing
netsh winsock resetand pressing Enter. - Restart all stopped services by typing these commands sequentially, pressing Enter after each line:
net start wuauservnet start cryptSvcnet start bitsnet start msiserver
- 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.
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