ACTIVE MALWARE WINDOWS TESTED: WINDOWS 10, WINDOWS 11

How to fix
0x8024200B Error
on Windows

Resolve the 0x8024200B error on Windows 10 and Windows 11 effortlessly. Follow expert-tested solutions and enjoy a smoother experience, fixed in minutes.

How to Fix 0x8024200B Error on Windows?
Quick Summary
Error severity
Medium
Est. time
10 minutes
Offer Fortect PC Suite
Start fix →
Ad · we may earn a commission
0 Comments
01

What causes How to Fix 0x8024200B Error on Windows?

  • Missing or corrupted registry or system files
  • Bugged components of the Windows update infrastructure
  • Older available updates
  • Outdated drivers or unused software
  • Interference from antivirus, VPN, or firewall applications
Offer Fortect PC Suite

Repairs Windows system files, removes malware, and restores a clean OS state — without reinstalling.

Ad · we may earn a commission
Get Fortect PC Suite ↗

How to fix Windows Update Error 0x8024200B? It occurred when I was installing updates. I am using Windows 10.

 0x8024200B is one of the Windows update errors users might encounter when trying to update their systems. It might affect all Windows versions, including the latest Windows 11. The error message shows up when a system fails to install or find available updates - be feature, quality, security, or other types of updates.

There are numerous reasons that cause this error. These problems might be related to the missing or corrupted registry or other system files. Certain components of the Windows update infrastructure might get bugged too, and this can be addressed by resetting them.

Older available updates might also be responsible for the 0x8024200B error. Sometimes, outdated drivers or software you do not use can prevent you from installing necessary updates. In such cases, running Clean Boot could indicate which conflicting applications are preventing the update.

There are also other possibilities that are causing this issue, and, of course, there are several different ways to fix 0x8024200B when updating Windows. Below you will find detailed instructions that should guide you through the remediation process.

If your computer seems to be struggling with numerous issues at the same time and you don't even know where to begin, we highly recommend you try using a comprehensive PC repair tool [d1] instead.

How to fix 0x8024200b error on windows copy
How to fix 0x8024200b error on windows copy

Fix 1. Disable antivirus, VPN, or similar software

Software such as antivirus, VPNs, or firewall applications can sometimes interfere with Windows Update by blocking its access to the internet or certain system components. Disabling these applications temporarily can help identify if they're causing the update error.

  • Locate the antivirus icon on the taskbar's notification area.
  • Right-click on the icon and look for an option like Disable, Stop, Pause, or Turn off.
  • If prompted, choose the duration for which you want to disable the antivirus. If possible, select the option to disable it until the next restart.
  • For VPNs or firewall software, follow a similar process to disable them temporarily.

Alternatively, you can run Clean Boot to find out which application might be interfering with the update process:

  • Type msconfig inWindows Search and press Enter to open the System Configuration window.
  • Click on the Services tab and check the Hide all Microsoft Services box.
  • Click Disable all to disable non-Microsoft services, then click the Startup tab.
  • Open the Task Manager, disable all startup items, and close the Task Manager.
  • Go to the Boot tab and mark the Safe boot option.
  • Click OK on the System Configuration window and restart your computer.
  • If the problem does not exist, third-party software is at fault. To determine which app is causing it try enabling half of the available programs, restarting, and checking if the the problem is still absent. Continue till you find the offending software and either update or uninstall it.

How to fix 0x8024200b error on windows clean boot copy
How to fix 0x8024200b error on windows clean boot copy

Fix 2. Address file corruption problems

Corrupted system files or Windows image files can cause update errors. The System File Checker (SFC) and Deployment Image Service and Management Tool (DISM) are utilities that can repair these files.

  • Type cmd in Windows search.
  • Right-click on the Command Prompt result and select Run as administrator.
  • When the UAC window pops up, click Yes.
  • In the Command Prompt window, paste the following command and press Enter:
    sfc /scannow
  • Wait for the scan to complete.
  • Once the SFC scan is finished, run the following set of DISM commands, pressing Enter after each one:
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
  • After completing the DISM commands, restart your computer.

How to fix 0x8024200b error on windows sfc dism
How to fix 0x8024200b error on windows sfc dism

Fix 3. Check all relevant services

Certain services must be running for Windows Update to function correctly. Ensuring these services are operational can resolve update issues.

  • Type in Services in Windows search and press Enter.
  • Locate Background Intelligent Transfer Service (BITS).
  • If it is already running, right-click and select Restart.
  • If the service is not running, double-click it, select Automatic under the Startup type from the drop-down menu.
  • Click Start, Apply, and OK.
  • Repeat the process with the Windows Update, Cryptographic, and Windows Installer services.

How to fix 0x8024200b error on windows check services
How to fix 0x8024200b error on windows check services

Fix 4. Run Windows Update troubleshooter

Windows includes a troubleshooting tool that automatically detects and attempts to fix problems with Windows Update.

  • Type Troubleshoot in Windows search and hit Enter.
  • Click Additional troubleshooters/Other troubleshooters.
  • Scroll down to find Windows store apps and select it.
  • Click Run the troubleshooter/Run.
  • Wait till the process is finished and apply the fixes, then try updating again.

How to fix 0x8024200b error on windows windows update troubleshooter copy
How to fix 0x8024200b error on windows windows update troubleshooter copy

Fix 5. Perform Disk Cleanup

Disk Cleanup helps free up space on your hard drive and can solve issues by removing temporary files that may be causing conflicts with Windows Update.

  • Type Disk Cleanup in Windows search and hit Enter
  • If your Windows is installed on drive C, pick it from the list (should be by default) and press OK
  • Click Clean up system files
  • Select your main disk again and click OK
  • Here, select the largest portions of the data used - these typically include Temporary Internet Files, Windows Update, Temporary FilesRecycle Bin, Delivery Optimization Files, and others.
  • Click OK and wait for the cleanup process to finish.

How to fix 0x8024200b error on windows disk cleanup copy
How to fix 0x8024200b error on windows disk cleanup copy

Fix 6. Reset Windows update components

Resetting the Windows Update components can resolve issues by clearing the update cache and restarting related services.

  • Type cmd in Windows search.
  • Right-click on the Command Prompt result and select Run as administrator.
  • When the UAC window pops up, click Yes.
  • Paste in each of these commands, pressing Enter every time:
    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    Del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*”
    rmdir %systemroot%\SoftwareDistribution /S /Q
    rmdir %systemroot%\system32\catroot2 /S /Q
    regsvr32.exe /s atl.dll
    regsvr32.exe /s urlmon.dll
    regsvr32.exe /s mshtml.dll
    netsh winsock reset
    netsh winsock reset proxy
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc 
  • Restart your system.

How to fix 0x8024200b error on windows reset windows update components copy
How to fix 0x8024200b error on windows reset windows update components copy

Fix 7. Install the update manually

If specific updates are failing to install through Windows Update, you can download and install them manually from the Microsoft Update Catalog.

  • Type in Updates in Windows search and press Enter.
  • Select View update history.
  • Find the update that failed with the 0x8024200B error and copy its KB number.
  • Open your browser and go to Microsoft Update Catalog.
  • Within the search bar, type in the KB number and clicks Search.
  • Find the correct version of the update for your operating system (to check this, right-click on Start and pick System. Under Device specifications and check the System type) and click Download.
  • Use on-screen guidelines to finish the installation process and restart your system.

How to fix 0x8024200b error on windows install manually copy
How to fix 0x8024200b error on windows install manually copy

Bottom line

To fix the 0x8024200B error, you can disable antivirus, VPN, or firewall software temporarily, or run a Clean Boot to identify conflicting applications. If these solutions do not resolve the issue, consider using a comprehensive PC repair tool.

Frequently asked questions

The 0x8024200B error is typically caused by issues with Windows Update, such as corrupted system files or incomplete updates.

To fix the 0x8024200B error on Windows 11, you can run the Windows Update Troubleshooter and reset the Windows Update components.

Yes, you can use the 'DISM' and 'SFC' commands in the Command Prompt to repair corrupted system files that may be causing the 0x8024200B error.

Did this fix work for you?
Gabriel E. Hall

Written & verified by

Malware Removal Expert
Malware removal Ransomware recovery Browser hijackers Spyware analysis Security tools testing

Gabriel E. Hall is a malware removal expert and cybersecurity researcher with over ten years of hands-on experience analysing threats and writing removal guides. She has documented hundreds of malware families — from browser hijackers and adware to ransomware and rootkits — providing step-by-step cleanup instructions tested against real infections. Gabriel's work combines deep technical analysis with clear, actionable language that readers without a security background can follow. Her guides consistently appear among the most-referenced resources for malware removal on Windows systems.

0 Comments

Be the first to comment

Still worried? Run a free check.

Paste any URL or domain — we'll scan it against 4.2M known threats in 10 seconds.

View full scanner → Add to your website →