Fix Windows 11 0x80073712 Update error. Question: “I’ve been having an issue installing two updates on my new computer. All the other updates have downloaded and installed successfully with no issues but two updates have an issue installing. I have tried to restart my computer, I have tried running the windows update troubleshooter and I have also tried running DISM + SFC and still have no luck in installing the two updates. The error I am getting is:
Some update files are missing or have problems. We’ll try to download the update again later. Error code: (0x80073712)
These are the two updates that are failing to install:
1. 2022-02 Cumulative Update Preview for .NET Framework 3.5 and 4.8 for Windows 11 for x64 (KB5010474)
2. 2022-04 Cumulative Update Preview for .NET Framework 3.5 and 4.8 for Windows 11 for x64 (KB5012159)”
Causes of Windows Update error code 0x80073712
Windows Update error 0x80073712 or 80073712 means that a file needed by Windows Update or Windows Setup is corrupted or missing, causing the update or installation to fail.
Fix Windows 11 0x80073712 Update error
Rename the software distribution folders as instructed below:
1. Open Start and type cmd, right-click on “Command Prompt”, and select “Run as administrator”.
2. Run the following commands at the Command Prompt one at a time:
net stop bits
net stop wuauserv
net stop cryptsvc
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
net start cryptsvc
3. After all these commands are completed, close the Command Prompt window, restart your computer, and then try to update Windows.
If it persists, download and install the update that is having problems manually.
KB5010474: https://catalog.s.download.windowsupdate.com/d/…
KB5012159: https://catalog.s.download.windowsupdate.com/d/…
Source: https://www.catalog.update.microsoft.com/Home.aspx
Other solutions
If you receive Windows Update error 0x80073712 or 80073712, it means that a file needed by Windows Update is damaged or missing. Windows has troubleshooting tools that can help you address this problem. Follow the steps below to use these tools.
Method 1: Run the Windows Update troubleshooter
-
Open the Windows Update troubleshooter by swiping in from the right edge of the screen, tapping Search (or if you’re using a mouse, pointing to the upper-right corner of the screen, moving the mouse pointer down, and then clicking Search), entering Troubleshooting in the search box, tapping or clicking Settings, and then tapping or clicking Troubleshooting. Under System and Security, tap or click Fix problems with Windows Update.
-
Run the troubleshooter, then open Windows Update and try to install the update again.
Method 2: Run the DISM tool
-
Swipe in from the right edge of the screen, and then tap Search.
(If you’re using a mouse, point to the upper-right corner of the screen, move the mouse pointer down, and then click Search.) -
Enter command prompt in the search box.
-
In the list of results, swipe down on or right-click Command Prompt, and then tap or click Run as administrator.
-
In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:
DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
-
To close the Administrator: Command prompt window, type Exit, and then press Enter.
-
Run Windows Update again.
Method 3: Refresh your PC
-
For information about how to do this, go to How to restore, refresh, or reset your PC.
`~`
80070003
Click Start (Press “Windows Key + Q” to open Charms Bar.)
Type: cmd
Right click on cmd in start menu and select ‘Run as Administrator’
Type: net stop wuauserv
Hit Enter
Type: ren c:\windows\SoftwareDistribution softwaredistribution.old
Hit Enter
Type: net start wuauserv
Hit Enter
Type: exit
Hit Enter
Restart once it’s finished running and see if the return code still appears when checking for updates.
Attempt to download updates
TheArtCult hopes you find this article useful If you have fixed this error then please leave a comment and give us a like and share! Thank you and see you in the next post!