Table of Contents
- Problem
- Solution 1: Configure Windows Services (Cryptographic Service, Background Intelligent Transfer Service, Trusted Installer Service and Windows Update Service) to Start up Automatically
- Solution 2: Use the Windows Update Troubleshooter
- Solution 3: Download the most recent Servicing Stack Update (SSU)
- Solution 4: Download the most recent KB
- Solution 5: Install the Problematic Update Manually
- Solution 6: Fix Windows file corruption
- Solution 7: Reset Windows Update History and Files
- Solution 8: Perform an in-place upgrade using Windows 10 Media Creation Tool
Problem
Windows 10 Update errors commonly seen error codes: 0x80073712, 0x800705B4, 0x80004005, 0x8024402F, 0x80070002, 0x80070643, 0x80070003, 0x8024200B, 0x80070422, 0x80070020 when trying to install the Cumulative Update.
Solution 1: Configure Windows Services (Cryptographic Service, Background Intelligent Transfer Service, Trusted Installer Service and Windows Update Service) to Start up Automatically
- Open cmd.exe with Run as administrator option
- Type the following command:
SC config wuauserv start= auto SC config bits start= auto SC config cryptsvc start= auto SC config trustedinstaller start= auto
- Restart computer.
Solution 2: Use the Windows Update Troubleshooter
- Go to Settings > Update & Security > Troubleshoot tab
- Click on Windows Update option and follow the instructions on screen after the Windows Update troubleshooter opens.
- Navigate to Troubleshoot section again and open Internet Connections troubleshooter.
- Restart computer and perform Windows 10 Update again.
Alternatively, you can download Windows Update Troubleshooter for Windows 10, Windows 7 and Windows 8.
Solution 3: Download the most recent Servicing Stack Update (SSU)
- Go to Start > Settings > System > About > Scroll down to System type.
- Download the version of the latest SSU that matches your version of Windows from the Microsoft Update Catalog.
- Restart your device and check for updates.
Solution 4: Download the most recent KB
- Go to Update history page.
- Find the most recent update KB for the version of Windows 10 you have – it’s usually at the top of the list – and either write the KB number down or copy it.
- Go to Microsoft Update site and search for the KB number.
- Select the link for the download, and then choose Download. Select Save if you are prompted.
- When the download completes, select Open to start the update.
Solution 5: Install the Problematic Update Manually
- Visit Windows 10 update history page to find out which is the latest released update for Windows 10.
- Copy the KB (Knowledge Base) number next to the latest released update for Windows 10.
- Open Microsoft Update Catalog and search the Knowledge Base number you copied.
- Click on Download button to the left and choose the correct architecture of your PC (32bit or 64bit).
- Run the file you downloaded.
- Restart the computer.
Solution 6: Fix Windows file corruption
- Open cmd.exe with Run as administrator option
- Type the following command:
DISM.exe /Online /Cleanup-image /Restorehealth sfc /scannow
- Close the command prompt, and then run Windows Update again.
Solution 7: Reset Windows Update History and Files
- Open cmd.exe with Run as administrator option
- Type the following command:
net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc
- Open Windows Explorer and navigate to C:\Windows\SoftwareDistribution folder, right-click and choose Rename option. Change its name to SoftwareDistribution.old and apply the changes.
- Open cmd.exe with Run as administrator option
- Type the following command:
net start bits net start wuauserv net start appidsvc net start cryptsvc
Solution 8: Perform an in-place upgrade using Windows 10 Media Creation Tool
- Download Windows 10 Media Creation Tool from Microsoft’s website.
- Double-click to execute MediaCreationTool.exe.
- Select Upgrade this PC now option and click on the Next button to proceed.
- Windows 10 Media Creation Tool will download certain files, check for updates, and scan PC.
- Accept the license terms from the next window to proceed.
- Proceed with Install Windows and Keep personal files and apps option.