Fix Windows 11 Update Error Code 0x80073712 [NEW 2024]
The Windows Update error 0x80073712 typically occurs when a file needed by Windows Update is either missing or corrupt. This error prevents updates from installing correctly. Here are the common causes of this error:
Corrupted System Files:
If essential system files required for the update are damaged or missing, the update process fails. This could be due to sudden power loss, improper shutdowns, or disk errors.
Failed or Incomplete Previous Updates:
If a prior update did not complete successfully, it can leave the update system in an unstable state, causing subsequent updates to fail with this error.
Corrupted Windows Component Store:
The Component Store (WinSxS folder) in Windows stores important files needed for installing updates. If this store becomes corrupted, Windows Update will fail.
Disk Errors:
Issues with your hard drive, such as bad sectors, can lead to corruption of the files needed for updates.
Here are several steps to resolve the error:
Run the Windows Update Troubleshooter:
Windows comes with a built-in troubleshooter that can detect and fix common update-related issues.
Go to Settings - Update & Security - Troubleshoot - Additional troubleshooters, then select Windows Update and click Run the troubleshooter.
Run the System File Checker (SFC) and DISM:
System File Checker can repair corrupted system files. Open Command Prompt as an administrator and type:
Copy code
sfc /scannow
After this completes, run DISM to repair the Windows image:
Copy code
DISM /Online /Cleanup-Image /RestoreHealth
Check the Windows Component Store (WinSxS):
Sometimes, you may need to clean up the Component Store to repair it. Run the following command in an elevated Command Prompt:
Copy code
DISM /Online /Cleanup-Image /StartComponentCleanup
----------------------------------------------
Link: https://www.microsoft.com/en-us/software-download/windows11
This troubleshooting guide will work Windows 11 operating systems (Home, Professional, Enterprise, Education) and desktops, laptops, tables and computers manufactured by the following brands: Asus, Dell, HP, MSI, Alienware, MSI, Toshiba, Acer, Lenovo, razer, huawei, dynabook, LG , vaio, Microsoft Surface among others.
Copy and paste this:
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
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
cd /d %windir%\system32
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
-------------------------------------------------------------------
CHAPTERS
00:00 Intro
00:15 Solution #1
01:38 Solution #2
03:04 Solution #3
04:16 Solution #4
05:23 Solution #5
09:33 Outro