New Update Microsoft releases Windows 11 version 25H2

I've been encountering a different error, 0x80004005, for several months when trying to update from 23H2 to 24H2 or now 25H2. It seems to be pretty common since there are many videos and articles about how to get past it, but I've tried all of the potential fixes and it repeatedly fails with the same error. Seems like the only option left for me it to do a clean install.
 
I had the same error with mine and ended up doing a windows repair through update but that did take 3-4 hours (see below) which worked and didn't affect anything installed etc, just took forever to download and install even on my gaming laptop. But I would suggest try the various methods first and see if they work for you first.

View attachment 292273
Thank you ErzCrz, that what worked for me. And you're right, it did take a long time, and a manual restart (just to be sure) after it went through its process. I'm now up to date :)
 
So far really not going well with the last 2 updates!!! I'v had to perform 2 clean installs for the last 2 updates. If this next update fails to install Microsoft and intel might make me put my face through my laptop :) I'v once again did a clean install hopefully no more!
 
Advice for people having problems, I suggest an in place upgrade to 25H2 burning the 25H2 .iso to a USB stick using Rufus which you can get here Rufus - Create bootable USB drives the easy way. If your having troubles updating the 25H2 .iso while updating and it gets stuck at 46% then disconnect or put your internet into airplane mode and do a offline upgrade. I had problems with the 25H2 getting stuck at 46% while upgrading due to MS bullshit. Offline mode installed/upgraded/updated fine to 25H2 & WU install correctly with no errors. 24H2 turned into a shitshow, multiple WU errors/fail to update and multiple BSODs. 25H2 fixed WU errors.

Still having problems with the latest Intel GPU drivers, new release driver just fails to install. No fix for this error. Just does not install.
 
  • Like
Reactions: Sorrento
Advice for people having problems, I suggest an in place upgrade to 25H2 burning the 25H2 .iso to a USB stick using Rufus which you can get here Rufus - Create bootable USB drives the easy way. If your having troubles updating the 25H2 .iso while updating and it gets stuck at 46% then disconnect or put your internet into airplane mode and do a offline upgrade. I had problems with the 25H2 getting stuck at 46% while upgrading due to MS bullshit. Offline mode installed/upgraded/updated fine to 25H2 & WU install correctly with no errors. 24H2 turned into a shitshow, multiple WU errors/fail to update and multiple BSODs. 25H2 fixed WU errors.

Still having problems with the latest Intel GPU drivers, new release driver just fails to install. No fix for this error. Just does not install.
I have to do a clean install every update so far it's annoying as heck! Everything is good now until Microsoft releases a new update. :mad: They have had more than enough time to fix this! I'm going to start calling these 2 comodo with the product quality these 2 companies have been producing.
 
  • Like
Reactions: Sorrento
I'm getting exhausted of Windows Repair constantly reinstalling itself. 😠

2026-03-11 18_52_39-Settings.png
 
Hey @lokamoka820

The advice to run sfc isn't bad, but the sequence matters, and there's a crucial missing step for this specific Windows Update issue. Always run DISM before SFC. SFC pulls fresh files from a hidden backup folder to fix your system, but if that backup folder is corrupted, SFC will fail. DISM fixes that backup folder first so SFC actually has healthy files to work with.

Here is the sequence that should make the fix stick and stop the loop.

Repair the core image
Open Command Prompt as an Administrator, then run these one at a time:

DISM /Online /Cleanup-Image /RestoreHealth

(Let this finish entirely; it might pause at certain percentages for a while).

sfc /scannow

Clear the corrupted update cache
Since this keeps looping in Windows Update, the downloaded repair files are likely corrupted and stuck in your cache.

Open your Start menu, type Services, and hit Enter.

Scroll down to Windows Update, right-click it, and select Stop.

Open File Explorer and navigate to C:\Windows\SoftwareDistribution\Download

Delete everything inside that Download folder (this is completely safe; it's just a temporary cache).

Go back to the Services window, right-click Windows Update, and select Start.

Give your PC a restart after that and check for updates again. Let us know if it finally clears out that prompt!
 
Microsoft Begins Automatic Windows 11 25H2 Rollout to Unmanaged Home and Pro Devices
Microsoft has begun automatically rolling out Windows 11 25H2 to unmanaged Home and Pro devices running Windows 11 24H2, according to notices posted on the Windows release health pages for both versions. The update is linked to the end of support for Windows 11 24H2, which is set for October 13, 2026.

In the 24H2 release health notice, Microsoft states: "Devices running Home and Pro editions of Windows 11, version 24H2 that are not managed by IT departments will receive the Windows 11, version 25H2 update automatically. You can choose when to restart your device or postpone the update."
 
Installing preview updates is not advised; turning off "Get the latest updates as soon as they're available" option in Windows 11 makes it more stable.
The latest Windows update installed successfully. I’m not sure what caused the earlier issue, but everything is now working properly. Next, I’ll run a disk cleanup to remove any leftover files from the update.