Thanks for reaching out. I will do my best to help. I’ll walk you through this step by step and make sure we cover the right checks.
First, let me ask a few questions:
Did you already try booting into Safe Mode to see if the system is stable there?
Do you have any third-party antivirus or optimization software installed? These can interfere with cumulative updates.
Have you run the Windows Update Troubleshooter yet?
Do you see this KB5065426 listed in Settings > Windows Update > Update History > Failed Updates?
- Do you have enough free disk space on your system drive (C:)?
Here’s what you can try right now:
Step 1. Open Command Prompt as Administrator and run these commands one by one:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
This will repair corrupted system files that may have caused the 0x800f0845 failure.
- Reset Windows Update Components
If corruption is stuck in the update cache, reset it:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Then restart and check for updates again.
- Manually Install the Update
Go to the Microsoft Update Catalog and download the standalone installer for your system (x64). Run it manually.
- If these steps do not resolve the problem, I recommend performing an in-place upgrade repair of Windows 11 using the latest ISO. This refreshes Windows, keeps your apps and files, and often clears out failed cumulative update loops.
Here's how.
Go to the official Microsoft page:
https://www.microsoft.com/software-download/windows11
Under "Download Windows 11 Disk Image (ISO)," select Windows 11 (multi-edition ISO) and click Download.
After downloading, right-click the ISO file and click Mount.
Open the new virtual drive that appears and run setup.exe.
On the installer screen
Choose “Keep personal files and apps” when prompted.
Follow the on-screen steps to complete the installation.
This process can take up to 1 hour and may include multiple restarts. After it completes, Windows will be refreshed while keeping all your data intact.
You can also follow the steps outlined in this article.
Troubleshoot problems updating Windows
Note: Please use the Add a comment section below this message to reply, instead of using the Answer field, so that I’ll be notified of your response.