Open Command Prompt (Admin) and run:
sfc /scannow
then:
DISM /Online /Cleanup-Image /RestoreHealth
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The title is clear, the machine is a Surface Pro 9 - 5G with 64 bit ARM:Details from Surface App:
Open Command Prompt (Admin) and run:
sfc /scannow
then:
DISM /Online /Cleanup-Image /RestoreHealth
For a Surface Pro 9 with 5G (SQ3) that is already on build 26200.8037 and fails to install the 2026‑04 security update KB5083769 with error 0x800736b3, the supported remediation path in similar Windows update failure scenarios is an in‑place upgrade/repair using a Windows 11 ISO, while keeping files and apps.
Follow an in‑place upgrade approach similar to the documented procedure for resolving repeated update failures:
Setup.exe.This in‑place upgrade/repair approach is the documented resolution for persistent Windows update errors (including cases where a prior cumulative update is partially installed or corrupted) and is appropriate for a Surface Pro 9 with 5G already on a recent 26200 build.
References:
Hi Jim,
Windows 11 has a new built-in feature that usually fixes this kind of error the easy way:
open Settings and go to Windows Update,
select Advanced Options
select Recovery
select Reinstall Now, this will trigger Windows Update to download the repair version of 25H2 and fix your problem
Hope this helps,
Open Command Prompt as Admin and copy-paste:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Then rename update cache:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
Restart services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver