0x8024200B
Microsoft Windows Update
Severity: ModerateWhat Does This Error Mean?
The 0x8024200B error means Windows Update started downloading or installing an update but the process stopped before it finished. This is sometimes called a 'self-update' error because it often happens when the Windows Update service itself is trying to update its own components. A corrupted update cache, a stopped service, or insufficient disk space are the most common causes. This error is almost always fixable without reinstalling Windows.
Affected Models
- Windows 10
- Windows 11
- Windows 8.1
Common Causes
- The Windows Update cache folder contains corrupted or incomplete download files from a previous failed attempt
- The Windows Update service or one of its dependencies stopped running mid-process
- The system drive does not have enough free space to download and stage the update
- A Windows Update component that was being updated in the background failed to complete
- A system clock set to the wrong date or time causing certificate validation to fail
How to Fix It
-
Run the Windows Update Troubleshooter. Go to Settings > System > Troubleshoot > Other troubleshooters and click 'Run' next to Windows Update. Let it scan and apply any fixes automatically.
The built-in troubleshooter detects and repairs many common Windows Update service issues automatically. Always try this first before manual steps.
-
Clear the Windows Update download cache. Open Command Prompt as Administrator and run: net stop wuauserv — then navigate to C:\Windows\SoftwareDistribution\Download and delete all files inside it. Then run: net start wuauserv — and restart your computer.
The SoftwareDistribution folder stores downloaded update files. Deleting its contents removes any corrupted downloads and forces Windows to start fresh.
-
Free up disk space on your C: drive. Open File Explorer, right-click the C: drive, and choose Properties > Disk Cleanup. Check 'Temporary files,' 'Windows Update Cleanup,' and 'Recycle Bin,' then click OK.
Windows needs extra free space during update installation. If your drive has less than 10 GB free, updates will fail partway through.
-
Check that your system clock is set correctly. Right-click the clock in the taskbar and choose 'Adjust date/time.' Make sure the date, time, and time zone are all correct. Toggle 'Set time automatically' on.
Windows Update uses HTTPS to connect to Microsoft's servers. An incorrect system clock causes the security certificate check to fail, which stops the update.
-
Reset all Windows Update components. Open Command Prompt as Administrator and run these commands one by one: net stop bits — net stop wuauserv — net stop appidsvc — net stop cryptsvc — then: net start bits — net start wuauserv — net start appidsvc — net start cryptsvc
This restarts all the services that Windows Update depends on. It is the equivalent of giving the entire update system a fresh start.
When to Call a Professional
If clearing the update cache and running the troubleshooter do not resolve the error, consider running a full Windows repair using the Media Creation Tool from Microsoft's website. Choose 'Upgrade this PC now' to perform an in-place repair that refreshes Windows Update components without deleting your files. This is the most reliable fix for persistent Windows Update service corruption.
Frequently Asked Questions
What is the SoftwareDistribution folder and is it safe to delete?
The SoftwareDistribution folder is where Windows stores downloaded update files before installing them. It is safe to delete the contents of the Download subfolder inside it. Do not delete the folder itself — just the files inside the Download subfolder. Windows will re-download whatever it needs the next time you check for updates. The folder can grow very large over time, so clearing it also frees up disk space.
Why does Windows Update need to update itself?
The Windows Update system is made up of several components that Microsoft updates regularly. These include the Windows Update Agent, the Background Intelligent Transfer Service (BITS), and the servicing stack. Before installing a major update, Windows sometimes needs to update these components first. If that self-update step fails, the error 0x8024200B is often the result.
How long should I wait before deciding an update is stuck?
Windows updates — especially major feature updates — can take 30 to 90 minutes depending on your PC speed and internet connection. Do not force-restart your computer unless the progress bar has not moved at all for more than two hours. Force-stopping an update midway can cause bigger problems than waiting. If the progress is truly frozen, wait overnight before taking action.