Page 1 of 1

[RESOLVED] WUA after update in 25H2

Published: Dec 31, 2025 - 11:13
by guigeek
Hello everyone,
on some machines (unfortunately not all, otherwise it would be too easy), after updating to 25H2, the machines no longer update via WUA in wapt.
There's no error message; it seems to be working, but it remains pending, and the version_windows_ubr stays the same.

I then have to take the PC offline for it to work again. For example, on the last machine tested, the update downloaded directly was this one:
2025-09 Cumulative Update for Windows 11, version 25H2 for x64-based Systems (KB5065426) (26200.6584)
via wapt. No information indicated that this update was missing.

Am I the only one encountering this type of problem?

Thank you all, and happy holidays.
Guillaume
WAPT Debian Server 12 / 2.6.1.17576

Re: WUA after update in 25H2

Published: Dec 31, 2025 - 11:37
by sfonteneau
guigeek wrote: Dec 31, 2025 - 11:13 AM Hello everyone,
on some machines (unfortunately not all, otherwise it would be too easy), after updating to 25H2, the machines no longer update via WUA in wapt.
There's no error message; it seems to be working, but it remains pending, and the version_windows_ubr remains the same.
I have a job that's blocked internally on version 10.0.26200.6899

If you try to manually install the KB5072033 cab, it doesn't work...

If you try manually installing KB5072033 on the machine, does it work?

https://support.microsoft.com/en-us/top ... bd=catalog

Code: Select all

http://dl.delivery.mp.microsoft.com/filestreamingservice/files/9d6e2b81-b755-4e68-af73-9f4ee41cd758/public/windows11.0-kb5072033-x64_a62291f0bad9123842bf15dcdd75d807d2a2c76a.msu
http://dl.delivery.mp.microsoft.com/filestreamingservice/files/d8b7f92b-bd35-4b4c-96e5-46ce984b31e0/public/windows11.0-kb5043080-x64_953449672073f8fb99badb4cc6d5d7849b9c83e8.msu
command (the one used by wapt and the one present in the Microsoft article):

Code: Select all

DISM /Online /Add-Package /PackagePath:c:\packages\windows11.0-kb5072033-x64_a62291f0bad9123842bf15dcdd75d807d2a2c76a.msu

Re: WUA after update in 25H2

Published: January 2, 2026 - 9:03 AM
by guigeek
My mistake, I was wrong. If I leave the PC plugged in directly, it tries to download the update, but it just stays downloading indefinitely.
It must be a Windows problem; I'll try looking elsewhere.
Installing via the DISM command is successful, but it doesn't change anything.

If you have any other ideas, I'm all ears. Thanks, and Happy New Year to the whole team!