Description:
How To Fix Windows 11 Update Install Error Code 0x800f0845
Step 1) 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 4) Run SFC & DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
DISM /Online /Cleanup-Image /StartComponentCleanup
Step 5) Use Microsoft Update Catalog
https://www.catalog.update.microsoft.com/Home.aspx
Step 8) Use Media Creation Tool
https://www.microsoft.com/en-us/software-download/windows11
Share this link via
Or copy link
































