Windows 11 Pro N - 24H2
OS Build - 26100.2605
I have constant troubles installing updates for about a month and a half now. The latest cumulative KB5051987 shows the 0x800f0993 error when installing from windows update, and 0x800f0838 when installing manually from powershell.
I have tried all the common advices:
-- sfc /scannow
-- dism /online /cleanup-image /restorehealth
-- 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
-- wuauclt /detectnow
wuauclt /reportnow
-- Manual install in Safe Mode
And the same issue persists.
For this update, Windows Catalog downloads 2 msu packages :
-- windows11.0-kb5043080-x64...
-- windows11.0-kb5051987-x64...
The first installs fine, the second fails at about 73%. I'm copying part of the relevant logs here :
...
2025-02-12 13:54:56, Info CBS: Stage Progress remap: [69]->[53]%
2025-02-12 13:54:56, Info CBS: Stage Progress remap: [100]->[73]%
2025-02-12 13:54:57, Error ICbsServicingProcessor->Process for the non-SSU packages failed: 800f0983 [Error,Facility=(000f),Code=2435 (0x0983)]
2025-02-12 13:54:57, Error Staging packages failed, hrControllerResult = -2146498173
2025-02-12 13:54:57, Error CDeploymentSession::Install::::operator ()(9100): Result = 0x800F0983
2025-02-12 13:54:57, Info OnError: [0x800F0983]
2025-02-12 13:54:57, Info WatsonHelper: Setting bucket parameter [3]: [0x800F0983]
2025-02-12 13:54:57, Info Error is fatal: [TRUE]. UpdateResult: [1].
2025-02-12 13:54:57, Info [Plugins]::Serialize: 0 plugins present
2025-02-12 13:54:57, Info WatsonHelper: Setting bucket parameter [2]: [1]
2025-02-12 13:54:57, Info WatsonHelper: No opt-in
2025-02-12 13:54:57, Info ReportEventInstallEnd: ExtensionName = [OS]
2025-02-12 13:54:57, Info ReportEventInstallEnd: hr = [0x800F0983]
2025-02-12 13:54:57, Info ReportEventInstallEnd: InternalFailureResult = [0x0]
2025-02-12 13:54:57, Info ReportEventInstallEnd: result = [1]
2025-02-12 13:54:57, Info ReportEventInstallEnd: CancelRequested = [FALSE]
2025-02-12 13:54:57, Info ReportEventInstallEnd: UpdatePriority = [0]
2025-02-12 13:54:57, Error DISM DISM Package Manager: PID=616 TID=3640 Installation failed. - CDISMPackageManager::ProcessWithUpdateAgent(hr:0x800f0983)
2025-02-12 13:54:57, Info Deleting non payload files from sandbox.
...
Any help would be greatly appreciated, re-installing Windows is something I really want to avoid.
Thank you