Windows 11 KB5060999 Update is stuck at 100 download (solved)

The Windows 11 KB5060999 update often stalls at 100% download for many users, leaving the progress bar frozen and the update process in limbo. This isn't just a minor annoyance - it can block further security patches and disrupt your workflow. Fortunately, there are proven ways to unstick the update and get your system running smoothly again.

Why the KB5060999 Update Gets Stuck at 100%

Several factors can cause the KB5060999 update to freeze at the 100% download mark. Most commonly, the Windows Update cache becomes corrupted, or there are network interruptions right when the update is about to finalize. Background processes, antivirus software, or even insufficient disk space can also prevent the update from completing. On some systems, a stuck update can linger for hours without error messages, making it hard to pinpoint the exact issue.

Understanding the root of the problem helps you pick the best fix. If your internet connection is stable and you have plenty of disk space, the culprit is often a glitch in the Windows Update service itself or related system files. If your PC has recently crashed or restarted while updating, this can also leave update files in a bad state, causing future downloads to stall.

Restart Windows Update Services

The first step is to reset the Windows Update services, which often clears up download stalls. Here's how:

  1. Press Windows + R to open the Run dialog.
  2. Type services.msc and press Enter.
  3. In the Services window, find Windows Update.
  4. Right-click it and choose Stop. Wait a few seconds, then right-click again and choose Start.

This restarts the core update mechanism. After doing this, check Windows Update again. Sometimes, the download will resume or the install phase will trigger automatically. If the update remains stuck, move to more advanced fixes.

Clear the Windows Update Cache

Corrupted cache files are a common reason for update hang-ups. Clearing the cache forces Windows Update to redownload everything from scratch:

  1. First, stop the Windows Update service as explained above.
  2. Go to C:\Windows\SoftwareDistribution\Download in File Explorer.
  3. Delete all files and folders inside "Download". You may need administrator permission.
  4. Restart the Windows Update service.

Now, run Windows Update again. The system will fetch a fresh copy of the KB5060999 update. This often fixes stalls caused by damaged or incomplete files.

Run the Windows Update Troubleshooter

Windows 11 includes a built-in troubleshooter specifically designed for update problems. It can detect and fix issues like stuck downloads or broken components without manual intervention:

  1. Open Settings (Windows + I).
  2. Go to System > Troubleshoot > Other troubleshooters.
  3. Find Windows Update and click Run.

The troubleshooter will scan for problems and attempt repairs. Review any findings or recommendations it shows. Even if it doesn’t report a fix, try checking for updates again, as the process often unsticks downloads.

Check Internet Connection and Free Up Disk Space

A spotty connection can prevent a download from completing, even if it seems to reach 100%. Close any bandwidth-heavy apps and switch to a wired connection if possible. If your network drops out right as the download is finishing, the update may not finalize.

Also, make sure you have enough free space on your system drive (C:). Windows updates need several gigabytes of space to unpack and install. If you’re running low, clear temporary files using Disk Cleanup or Storage Sense, and delete or move large, unneeded files.

Temporarily Disable Antivirus or Security Software

Some third-party antivirus programs interfere with Windows Update, especially during the finalization phase of a download. Temporarily disable real-time protection or any "web shield" features before retrying the update. Don’t forget to re-enable your security software after the update succeeds.

If you use only Windows Defender, it usually doesn’t cause issues, but a quick scan for malware is always a good precaution if updates are repeatedly failing.

Manually Download and Install the KB5060999 Update

If the automatic update process refuses to work, you can manually download KB5060999 using the Microsoft Update Catalog:

  1. Visit Microsoft Update Catalog in any browser.
  2. Search for KB5060999.
  3. Download the correct version for your system (x64 for most PCs).
  4. Double-click the downloaded .msu file to start the manual update.

This bypasses the normal download mechanism. If the installer throws an error, take note of the specific message - it may point to deeper system issues like damaged files or incompatible drivers.

Reset Windows Update Components Using Command Prompt

For persistent problems, you may need to reset all Windows Update components via Command Prompt:

  1. Press Windows + S, type cmd, right-click Command Prompt, and choose Run as administrator.
  2. Type the following commands one by one, pressing Enter after each:
    net stop wuauserv
    net stop bits
    net stop cryptsvc
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 catroot2.old
    net start wuauserv
    net start bits
    net start cryptsvc

This process stops update services, renames key folders (forcing Windows to rebuild them), and restarts services. Try checking for updates again after rebooting.

Frequently asked questions

Is it safe to delete the SoftwareDistribution folder?

Yes, deleting the contents of the SoftwareDistribution folder is safe. Windows recreates it automatically, and it only removes temporary update files.

How long should I wait when the update is stuck at 100%?

If the update is stuck at 100% for more than 30 minutes with no disk or network activity, it's safe to assume the process is frozen and intervention is needed.

Will manually installing the update cause problems?

Manually installing updates from the official Microsoft Catalog is safe as long as you choose the correct version for your system. Avoid unofficial sources.

Can I pause Windows Updates to prevent this in the future?

You can pause updates temporarily in Windows 11 Settings, but long-term pausing is not recommended since you'll miss security and reliability fixes.