Windows updates are important because they fix vulnerabilities, improve performance, and ensure your system stays compatible with new software and drivers. Microsoft recently released the Windows 10 KB5120249 update (August 2026) as part of its monthly Patch Tuesday rollout. This update mainly focuses on security improvements, bug fixes, and system stability enhancements to keep your PC safe and running smoothly. However, things don’t always go as expected. Many users report that Windows 10 KB5120249 gets stuck at 0%, 20%, or even 100%, downloads successfully but fails to install, or displays errors such as 0x80070002, 0x80070643, or 0x800f0922.
In most cases, this happens due to corrupted update files, a lack of free storage space to download or install updates, security software blocking or unstable internet connections. If you’re experiencing any of these problems, the seven troubleshooting methods below will help you identify the cause and get KB5120249 installed successfully.
Why Windows 10 Update Fails to Download or Install
Windows updates are not just simple downloads they depend on multiple system services, files, and background processes. If anything breaks, the update can get stuck or fail to install with error. Here are the most common reasons:
- Corrupted Windows Update cache: Damaged files in the SoftwareDistribution or Catroot2 folders can prevent Windows from downloading or installing the update correctly.
- Insufficient free disk space: Windows needs enough available storage to download, unpack, and install update files. A nearly full system drive often causes installation failures.
- Corrupted system files: Damaged Windows system files may prevent the update from replacing or modifying critical components during installation.
- Windows Update service problems: If services such as Windows Update or Background Intelligent Transfer Service (BITS) stop working correctly, downloads may stall or fail.
- Driver or third-party software conflicts: Antivirus software, VPN clients, or outdated device drivers can interfere with the installation process.
- Interrupted previous updates: If an earlier update was interrupted by a forced shutdown or unexpected restart, Windows may struggle to install future updates until the issue is repaired.
However, in most cases, you can easily fix Windows update installation problems by following the easy steps below. Let’s start with basic solutions like checking the internet and restarting your PC, then move on to advanced fixes like resetting update components or performing a manual installation.
Fix 1: Restart Your PC and Check the Basics
Before trying advanced troubleshooting, make sure a temporary glitch or connection problem isn’t preventing KB5120249 from installing. A simple restart and a few quick checks often resolve Windows Update issues.
Restart your PC properly
- Click Start → Power → Restart.
- A normal restart clears pending update states and refreshes system services that might be stuck.
Avoid choosing Shut down, as Fast Startup may not fully reload Windows Update services.
Check your internet connection
A stable internet connection is required to download update files successfully.
- Restart your router if the connection is unstable.
- If possible, use a wired Ethernet connection.
- Avoid VPNs or metered/mobile hotspot connections while installing updates.

Temporarily disable third-party antivirus
Some antivirus programs may interfere with Windows Update by blocking files or services during installation. Temporarily pause your antivirus protection, install KB5120249, then enable protection again after the update completes.
Tip: If Windows Update still gets stuck after these basic checks, continue with the troubleshooting methods below.
Fix 2: Run Windows Update Troubleshooter
Windows 10 includes a built-in Windows Update Troubleshooter that automatically detects and repairs common update problems, such as incorrect settings, stopped services, or damaged update components. This is one of the first steps to try when a Windows 10 update won’t download or install. (Microsoft recommends.)
- Press Windows + I to open Settings.
- Go to Update & Security, then click Troubleshoot in the left menu.
- Click Additional troubleshooters,
- Select Windows Update, then click Run the troubleshooter.
- Wait while Windows scans for update-related problems.
- If any issues are found, click Apply this fix and follow the on-screen instructions.
- Restart your PC after the repair completes.

After restarting, go to Settings > Update & Security > Windows Update, then click Check for updates and try installing KB5120249 again.
What this fixes: Incorrect Windows Update settings, stopped update services, damaged configuration files, and other common issues that prevent updates from downloading or installing.
Fix 3: Free Up Disk Space (If Your Drive Is Almost Full)
Windows needs enough free space to download, unpack, and install KB5120249. If your system drive (usually C:) is almost full, the update may fail, get stuck at a certain percentage, or display installation errors. Let’s check the C drive for free space and free up storage on your computer, so updates have space to install.
- Press Windows + E to open File Explorer.
- Select This PC and check the available space on Local Disk (C:).
- If you have less than 10 GB of free space, remove unnecessary files:
- Open Disk Cleanup and delete temporary files, Recycle Bin contents, and Delivery Optimization files.
- Uninstall apps you no longer use from Settings > Apps > Apps & features.
- Move large files such as videos or downloads to another drive or external storage.

- Restart your PC after freeing up space
- Open Settings > Update & Security > Windows Update and try installing KB5120249 again
Tip: While Windows can sometimes install updates with less free space, keeping 15–20 GB available on the system drive helps prevent installation issues and improves overall performance.
Fix 4: Reset Windows Update Components
Windows stores update files in a cache folder SoftwareDistribution and Catroot2. If these folders or files become corrupted, updates can repeatedly fail or get stuck at the same percentage. Resetting Windows Update components removes damaged temporary update files and forces Windows to download fresh files. It’s one of the best fixes Microsoft recommends.
First, we stop some services (related to Windows Update), delete the old update cache, and restart the services.
- Press Windows+R, type services.msc, and press Enter
- In the Services window, scroll down to locate Windows Update, right-click it, and select Stop.
- Also, locate the Background Intelligent Transfer Service (BITS), Cryptographic Services, right-click and stop

- Next, open File Explorer (press Windows+E)
- Navigate to the cache directory at C:\Windows\SoftwareDistribution\downloads
- Select all files and folders within this directory using Ctrl+A, then right-click and choose Delete.
Note: These folders contain temporary Windows Update cache files. Deleting them is safe because Windows automatically recreates them the next time you check for updates.

- Now, return to the Services window, right-click Windows Update, and select Start to resume normal update operations.
Finally, restart your PC, and go to Settings > Update & Security > Windows Update and click Check for updates.
What this does: Resetting Windows Update components clears the cached update files and rebuilds the download cache. It doesn’t remove your personal files or installed applications.
Fix 5: Repair Corrupted System Files Using DISM and SFC
If your system files are damaged, Windows may not be able to apply updates. Because updates need to read, replace, or modify core system files to apply. If those files are already corrupted or inconsistent, several things can go wrong. The SFC (System File Checker) and DISM (Deployment Image Servicing and Management) tools are built‑in Microsoft utilities that scan and repair missing or corrupted system files.
- Press Windows + S, type
cmd. Right‑click Command Prompt → Run as administrator. - First, run the DISM restorehealth command:
DISM /Online /Cleanup-Image /RestoreHealth - Wait for the scan to finish. This can take 10–30 minutes, depending on your system and internet.
- Next, run the System File Checker command:
sfc /scannow - The scan may take 10–30 minutes depending on your system.
- Go to Settings > Update & Security > Windows Update and try installing KB5120249 again.

Note: The DISM scan may appear to pause at 20%, 40%, or 62% for several minutes. This is normal. Let the process finish without closing the Command Prompt or restarting your PC.
Fix 6: Perform a Clean Boot to Check for Software Conflicts
If KB5120249 still won’t install, a third-party application or service may be interfering with Windows Update. A clean boot starts Windows with only essential Microsoft services. This helps you see if something else is blocking the update.
- Press Windows + R, type
msconfig, and press Enter. - Open the Services tab and check Hide all Microsoft services.
- Click Disable all to turn off non-Microsoft services.

- Switch to the Startup tab and click Open Task Manager.
- In Task Manager, under Startup, disable all startup items (right‑click → Disable).

- Close Task Manager, click OK, and restart your PC.
- After Windows starts in a Clean Boot state, go to Settings > Update & Security > Windows Update and try installing KB5120249.
If the update installs successfully, one of your startup programs or third-party services is causing the problem. Re-enable them one at a time until you identify the conflicting application.
Important: After troubleshooting, open msconfig again and restore Windows to Normal startup so all services and startup programs load normally.
Fix 7: Download and Install KB5120249 Manually
If automatic Windows Update keeps failing, you can manually install KB5120249 using the Microsoft Update Catalog. This bypasses the Windows Update service and often resolves installation problems caused by corrupted update components.
- Press Windows + I → go to Update & Security → Windows Update.
- Note the KB number of the failing update (for example,
KB5120249). - Open your browser and go to: https://www.catalog.update.microsoft.com/
- In the search box, type the KB number (e.g.,
KB5120249) and press Enter. - Download the package that matches your Windows 10 version and system architecture (64-bit (x64), 32-bit (x86), or ARM64).

- Double-click the downloaded .msu file and follow the on-screen instructions.
- When the installation finishes, restart your PC.
- Return to Windows Update and check that your device is fully up to date.
Tip: To check whether you’re running a 64-bit or 32-bit version of Windows, go to Settings > System > About and look under System type.
How to Prevent Future Windows Update Installation Problems
While you can’t prevent every Windows Update issue, a few simple maintenance habits can significantly reduce the chances of updates failing in the future.
Keep at least 15–20 GB of free disk space
Feature updates and cumulative updates require temporary working space during installation. Keeping your system drive from becoming full helps Windows install updates more reliably.
Install updates regularly
Avoid postponing Windows updates for several months. Installing updates as they become available reduces the risk of running into larger update backlogs or installation conflicts.
Restart your PC after updates
Some updates require multiple restarts before they’re fully applied. Restarting your PC promptly helps Windows complete pending changes and prevents future update failures.
Keep Windows Update enabled
Avoid disabling Windows Update services or using third-party tools that permanently block Windows updates. These utilities can interfere with future security and quality updates.
Avoid interrupting an update
If Windows displays messages such as “Working on updates” or “Don’t turn off your computer,” allow the process to finish. Interrupting an update can corrupt installation files and cause future updates to fail.
Frequently Asked Questions
KB5120249 usually gets stuck at 0% due to a slow or unstable internet connection, a corrupted Windows Update cache, or stopped update services. Restart your PC, run the Windows Update Troubleshooter, and if the problem persists, reset the Windows Update components before trying again.
This usually happens when Windows encounters corrupted system files, damaged update components, or software conflicts during installation. Running DISM and SFC scans, performing a Clean Boot, or manually installing the update from the Microsoft Update Catalog often resolves the problem.
Yes. Resetting Windows Update components only removes temporary update cache files stored in the SoftwareDistribution and Catroot2 folders. Windows automatically recreates these folders the next time you check for updates, and your personal files, applications, and settings remain unchanged.
You can postpone the update temporarily, but Microsoft recommends installing security updates as soon as possible. KB5120249 contains security fixes and reliability improvements that help protect Windows 10 from newly discovered vulnerabilities.
If none of the troubleshooting methods work, download KB5120249 directly from the Microsoft Update Catalog and install it manually. If the installation still fails, wait a few days and check whether Microsoft has released a revised update or acknowledged a known issue affecting your device.
