Microsoft is in a continual effort to evolve the Windows 10 operating system to meet current demands. That’s why they bring patch updates regularly along with security updates monthly. These cumulative updates definitely enhance the overall efficiency of Windows OS day by day. However, there may arise some bugs in doing so. Windows Update Error 0x8024200D is one such bug that resurfaces on the LCUs. Today, in this article, we depict the probable causes and easy troubleshooting guide to get rid of this bug on Windows 10.
Missing or corrupt system core files may cause this Windows Update issue on your PC. Reset Windows Update Components, Run Troubleshooter, Restart the Update services and sfc scan are some best ways to resolve this anomaly.
- Run Windows Update Troubleshooter
- Restart Windows Update service
- Delete the currently installed Windows updates and Download it again
- Perform SFC (System File Check) scan
- Restart Windows Update components
Windows Update Error 0x8024200D Windows 10 Solutions
Here are the easy workarounds to address Windows Update Error 0x8024200D on Windows 10 PC-
1. Run Windows Update Troubleshooter
Running Windows Update Troubleshooter is the best approach to solve this tussle related to Windows Update. Here are the steps to perform-
Step-1: Go to the Settings and select Update & Security category.
Step-2: On the left column, select Troubleshoot then switch to the corresponding right-hand side.
Step-3: Further, scroll down and click Windows Update thereupon Run the Troubleshooter button.
Step-4: This will automatically scan and repair any faults, so wait patiently until the above task gets over.
2. Restart Windows Update service
In case, Update services get paused or blocked somehow may also lead to this error 0x8024200D. This bug arises often when you are installing Updates. You can fix this error by restarting these services-
- Hold and release Window logo & R hotkey together to open the Run dialog.
- Type services.msc at the void followed by the Enter key.
- Subsequently, right-click on Windows Update and select Properties from the context menu.
- Now move to the Startup type: and choose Automatic followed by the Start button from the service status section.
Note: In case the status denotes Running, just skip this process.
- Lastly, restart your system and update your PC without receiving the error 0x8024200D.
3. Delete the recent Windows update and download it again
The corrupt files exist in Datastore which may start this nuisance. Searching such files is pretty difficult hence you should rather delete the recent Windows Update. Once it begins working fine, update your Operating System again. Try performing this task after being in Safe Mode.
- Press Win and E altogether to open File Explorer.
- Thereupon, copy and paste the following path on the address bar and press the Enter key.
C:\Windows\SoftwareDistribution\DataStore
- You will reach to the DataStore folder, here select all the available files and delete them.
- Restart the File Explorer and paste the below path to reach the Download folder.
C:\Windows\SoftwareDistribution\Download
- Here, delete all the available folders unless you see “This folder is empty” message.
- Next, close the current window and Reboot the Windows machine.
- After next login, navigate to the Settings -> Update & security category.
- Switch to the right pane and hit Check for updates button so as to clean install the latest cumulative update.
4. Perform SFC (System File Check) scan
System File Checker is the basic window utility tool than can scan and mend any missing or corrupt core file. Just follow these easy steps-
- Go to the Search and type Command Prompt in the text box.
- Make a right-click on the well-matched result thereafter choose Run as Administrator option.
- If UAC prompts, tap Yes.
- Type the following code near the blinking cursor and hit the Enter key.
sfc /scannow
- You should wait for at least 10 minutes till the scanning and repairing process gets over.
5. Restart Windows Update components
In case, any solution discussed above doesn’t help you, restart Windows Update components. Doing so may address this error message. Here’s how to proceed-
- Right-click on Windows icon and choose Run from the Power Menu.
- In the text box, type cmd and hold Shift+Ctrl then press Enter key to launch Command Prompt as Admin.
- Select Yes on User Account Control prompt to permit the access.
- Now copy/ paste the following codes one by one. Make sure to tap Enter at the end of each command line.
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\\Windows\\SoftwareDistribution SoftwareDistribution.old ren C:\\Windows\\System32\\catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver pause Exit
- The last command will take you out of the Console. Reboot your PC and check if it does solve the Windows Update error 0x8024200D.