Description:
Fix Windows 11 Version 25H2 Not Installing Error Code 0x80073712 We Couldn't Install This Update
Step 1) Use Windows 11 Installation Assistant
https://www.microsoft.com/en-us/software-download/windows11
Step 2) Run Windows PowerShell as administrator
net stop wuauserv
Rename-Item C:\Windows\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
Rmdir C:\Windows\SoftwareDistribution.old -recurse
This will stop the windows update service, renames the existing SoftwareDistribution folder to .old, starts the windows update service again and make a new SoftwareDistribution folder
Step 5) Run SFC & DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
DISM /Online /Cleanup-Image /StartComponentCleanup
Step 8) Use Media Creation Tool
https://www.microsoft.com/en-us/software-download/windows11
Share this link via
Or copy link
































