If you are trying to update your Windows 10 computer using Windows Update but encounter an error code 0x80242006, then you’ve come to the right place as this post will guide you in fixing this particular Windows Update error. This kind of error might be due to mishandling by the operating system. It could also be caused by the antivirus program or security software installed in your computer.
When you encounter this error, you will see the following error message on your screen as you try to run Windows Update:
“0x80242006, WU_E_UH_INVALIDMETADATA. A handler operation could not be completed because the update contains invalid metadata.”
Here are some troubleshooting tips you can try to fix Windows Update Error 0x80242006.
Option 1 – Try to reset the Windows Update components
If by any chance that the second option didn’t work, resetting the Windows Update components could also help you resolve the problem. How? Refer to the following steps:
- Open Command Prompt with admin privileges.
- After that, type each one of the following command and hit Enter after you key in one after the other.
- net stop wuauserv
- net stop cryptsvc
- net stop bits
- net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS and MSI Installer.
- After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below and don’t forget to hit Enter after you type one command after the other.
- ren C:WindowsSoftwareDistribution SoftwareDistribution.old
- ren C:WindowsSystem32catroot2 Catroot2.old
- Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
- net start wuauserv
- net start cryptsvc
- net start bits
- net start msiserver
- Close Command Prompt and reboot your PC.
Option 2 – Run the Windows Update Troubleshooter
If resetting the Windows Update components didn’t work, you could also try running the Windows Update Troubleshooter as it could also help in fixing any issues related to Windows Update including this one. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.
Option 3 – Try to disable your antivirus program
Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.
Option 4 – Check the Background Intelligent Service and the Cryptographic Service
- Tap the Win + R keys to open the Run dialog box.
- Next, type “services.msc” in the field and hit Enter or click OK to open Services.
- From the list of Services, look for the following services and make sure that their Startup type is as follows:
- Background Intelligent Transfer Service – Manual
- Cryptographic Service – Automatic
- After that, check if the Service status of the listed services above are set to Running. If they’re not, click on the Start button to start these services and then check if you can now enable the Windows Update service or not.
Option 5 – Run the System File Checker Scan
System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
- Tap Win + R to launch Run.
- Type in cmd in the field and tap Enter.
- After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few while before it finishes. Once it’s done, you could get the following results:
- Windows Resource Protection did not find any integrity violations.
- Windows Resource Protection found corrupt files and successfully repaired them.
- Windows Resource Protection found corrupt files but was unable to fix some of them.
Option 6 – Try running the DISM tool
You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the Windows Update error 0x80242006. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
- Open the Command Prompt with admin privileges.
- Then type in the following commands and make sure to hit Enter right after you type each one of them:
- Dism /Online /Cleanup-Image /CheckHealth
- Dism /Online /Cleanup-Image /ScanHealth
- exe /Online /Cleanup-image /Restorehealth
- After that, wait until the process is finished and do not close the window as the process will probably take a couple of minutes.
- Once it’s done, restart your computer.