Skip to content

KB5124012 not installing or stuck in Windows 11

Affects
  • Windows 11, version 26H1
  • OS Build 28000.2954
Daniel Okafor4 min read

Quick answer

If KB5124012 fails to install or gets stuck during the download process, it usually means temporary update files are corrupted or the background update service needs a quick reset. Running the built-in Windows Update troubleshooter or clearing out the download cache generally resolves the issue. Once cleared, checking for updates again allows Windows 11 to complete the update to OS Build 28000.2954 cleanly.

Windows 11 update KB5124012 is a cumulative security update released for systems running Windows 11, version 26H1, updating the operating system to OS Build 28000.2954. While updates are designed to download and install automatically in the background, update installations can sometimes freeze at a specific percentage or fail entirely with a generic error message. When this happens, Windows 11 may repeatedly attempt to download the exact same update package, consuming system resources and leaving your computer without the latest performance improvements.

If KB5124012 fails or gets stuck during installation, the root cause is often a corrupted file in the update repository cache, a stalled background system service, or file system inconsistencies. Fortunately, you do not need advanced technical skills to resolve this issue. By following a structured set of step-by-step troubleshooting procedures, you can reset the update components and successfully update your PC to OS Build 28000.2954.

Method 1: Run the Windows Update troubleshooter

When to use: Use this method first because it is automated, completely safe, and fixes common background service hitches without altering your personal files or custom settings. Afterwards, Windows will attempt a fresh scan for updates.

  1. Click the Start button on your taskbar and select Settings (represented by a gear icon).
  2. In the left sidebar of the Settings window, click System.
  3. On the right panel, scroll down and click Troubleshoot.
  4. Click Other troubleshooters to view the full list of diagnostic tools.
  5. Locate Windows Update and click the Run button next to it.
  6. Wait for the automated scan to detect issues. The utility will display diagnostic feedback on your screen and apply standard repairs automatically.
  7. Once the troubleshooter reports that repairs are complete, close the window, return to Settings, select Windows Update from the left navigation panel, and click Check for updates to retry downloading KB5124012.

Method 2: Restart the Windows Update services

When to use: Try this method if the update remains stuck at a fixed progress percentage like 0% or 99%. Stopping and restarting the core system services clears temporary memory locks that prevent the installer from finishing.

  1. Click the Start menu button, type services.msc into the search box, and press Enter to launch the Services desktop app.
  2. In the Services window, scroll down through the alphabetical list to find Windows Update.
  3. Right-click Windows Update and select Stop. The screen will display a brief progress popup showing the service status changing to stopped.
  4. Next, scroll through the list to find Background Intelligent Transfer Service.
  5. Right-click Background Intelligent Transfer Service and select Stop.
  6. Once both services are stopped, right-click Windows Update again and select Start.
  7. Right-click Background Intelligent Transfer Service and select Start to ensure background downloading capability is restored.
  8. Close the Services window, open Settings, navigate to Windows Update, and click Check for updates to see if KB5124012 installs cleanly.

Method 3: Clear the Windows Update download cache

When to use: Use this method when an update package downloads partially or becomes corrupted on your storage drive. Warning: Clearing system cache folders resets your update history log, though your personal files, installed apps, and system configuration remain completely untouched.

  1. Open the Start menu, search for Command Prompt, right-click the top result, and select Run as administrator. Click Yes if a User Account Control prompt appears on screen.
  2. In the Command Prompt window, type net stop wuauserv and press Enter to pause the update service.
  3. Type net stop bits and press Enter to pause the background transfer service.
  4. Press the Windows Key + R on your keyboard to open the Run dialog box.
  5. Type C:\Windows\SoftwareDistribution into the open field and press Enter. This opens File Explorer directly inside the SoftwareDistribution cache folder.
  6. Select all files and folders inside SoftwareDistribution by pressing Ctrl + A on your keyboard, right-click the selection, and click Delete. If Windows states a file is in use, click Skip.
  7. Return to your administrator Command Prompt window, type net start wuauserv and press Enter, then type net start bits and press Enter to re-enable both services.
  8. Close File Explorer and Command Prompt, restart your PC, open Settings, go to Windows Update, and click Check for updates.

Method 4: Run System File Checker and DISM tools

When to use: Use this method if previous steps fail to resolve the installation issue. Corrupted operating system files can block Windows 11 version 26H1 from committing updates. Warning: This process scans and repairs protected core system files. It is safe, but it may take 15 to 30 minutes to finish.

  1. Click the Start button, type cmd into the search bar, right-click Command Prompt, and choose Run as administrator.
  2. Type DISM.exe /Online /Cleanup-image /Restorehealth into the console window and press Enter. The screen will show a progress bar; wait until it reaches 100% and reports that the operation completed successfully.
  3. Next, type sfc /scannow and press Enter to begin the System File Checker scan.
  4. Allow the scan to complete. The terminal will display results indicating whether integrity violations were found and repaired.
  5. Restart your computer when the scan finishes.
  6. After rebooting, open Settings, navigate to Windows Update, and click Check for updates to install KB5124012.

If nothing worked

If KB5124012 still refuses to install or remains stuck after trying these methods, you can temporarily pause updates to prevent your system from endlessly trying to download the package. Open Settings, navigate to Windows Update, and locate the Pause updates section. Click the button to pause updates for 1 week. This allows background system processes to reset. After the pause period expires, unpause updates and run Check for updates again to successfully apply OS Build 28000.2954.

Sources

Frequently asked questions

Why is KB5124012 failing to install on Windows 11?

KB5124012 typically fails to install due to corrupted temporary update files in the system cache or background service timeouts. Running the Windows Update troubleshooter or clearing the SoftwareDistribution folder usually fixes the issue.

What build version does KB5124012 apply to?

KB5124012 applies to Windows 11, version 26H1, updating the operating system to OS Build 28000.2954.

Is it safe to delete the SoftwareDistribution folder contents?

Yes, deleting the contents of the SoftwareDistribution folder is completely safe because Windows automatically recreates the folder and downloads fresh update files when you check for updates again.

Checked against Microsoft's release notes on ; re-checked when a new build ships.

Written by

Daniel Okafor

Writes Thea's error-code and app-breakage guides. Each fix is checked against Microsoft's documentation and community reports, and updated when a new Windows 11 build changes the steps.

More from Daniel Okafor

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

  • 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

  • Update ProblemsWindows 11 version 23H2

    KB5122880 not installing or stuck in Windows 11

    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.

    Maya Reyes

  • Error CodesWindows 11

    How to fix error 0x800f0922 in Windows 11

    Error 0x800f0922 (CBS_E_INSTALLERS_FAILED) occurs when Windows Update fails to complete an advanced installation task, often due to corrupted scheduled tasks or blocked staged update packages. You can fix this by running the built-in Windows Update troubleshooter, removing staged packages using DISM, or clearing corrupted Task Scheduler registry keys. Follow the ordered methods below to safely restore your system's update capability.

    Daniel Okafor

  • Update ProblemsWindows 11, version 24H2 (OS Build 26100.9445)

    KB5124008 not installing or stuck in Windows 11

    If KB5124008 fails to install or gets stuck during download, running the built-in Windows Update troubleshooter or clearing the SoftwareDistribution cache directory usually resolves the problem. This update, released on September 8, 2026, applies to Windows 11 versions 24H2 and 25H2, bringing OS builds to 26100.9445 and 26200.9445. Clearing cached installation files forces Windows Update to fetch fresh components from Microsoft servers.

    Maya Reyes