Share via

2026-04 Security Update (KB5083769) (26200.8246) - Install error - 0x800736b3

Jim Bateman 0 Reputation points
2026-04-18T19:26:30.43+00:00

The title is clear, the machine is a Surface Pro 9 - 5G with 64 bit ARM:Details from Surface App:

  • Device information: 
  • Device name: JIM-SP9
  • Serial number: 0F011PN223900E
  • Surface model: Surface Pro 9 With 5G Model 1997
  • SAM: 5.100.139
  • UEFI: 19.63.235
  • App version: 76.2010.145.0
  • BIOS Version/Date: Microsoft Corporation 19.63.235 11/13/2024
  • Wi-Fi driver: 1.0.4122.4000
  • Edition: Windows 11 Pro
  • OS build: 26200.8037
  • Processor: Microsoft SQ3
  • Installed RAM: 16 GB
  • Storage size: 292 GB free of 475 GB
  • GPU: Qualcomm(R) Adreno(TM) 8cx Gen 3
  • Screen resolution: 2880 x 1920
Surface | Surface Pro | Install and update
0 comments No comments

4 answers

Sort by: Most helpful
  1. S.Sengupta 30,501 Reputation points MVP Volunteer Moderator
    2026-04-19T01:06:29.2766667+00:00

    Open Command Prompt (Admin) and run:

    sfc /scannow

    then:

    DISM /Online /Cleanup-Image /RestoreHealth

    1 person found this answer helpful.

  2. Q&A Assist
    2026-04-18T19:26:42.7666667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    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:

    1. Download the Windows 11 ISO
      • Go to the official Windows 11 download page.
      • Under “Download Windows 11 Disk Image (ISO)”, select “Windows 11 (multi-edition ISO for x64-apparatus)” (ARM devices use the same multi‑edition ISO distribution channel as documented).
      • Choose the language and download the 64‑bit ISO file.
    2. Start the in‑place upgrade from within Windows
      • In File Explorer, double‑click the downloaded ISO to mount it.
      • In the mounted drive, double‑click Setup.exe.
      • On the “Install Windows 11” screen, clear “I want to help make the installation of Windows better”.
      • Select “Change how Setup downloads updates” → choose “Not right now” → Next.
      • Accept the license terms.
    3. Choose what to keep
      • On the “Ready to install” screen, select “Change what to keep”.
      • Select “Keep personal files and apps” so that data, apps, and settings are preserved.
      • Confirm and select “Install”. The device will restart several times.
    4. Verify and re-run Windows Update
      • After setup completes and the desktop appears, open Settings → Windows Update.
      • Check for updates and confirm that the security update chain now installs successfully.

    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:

    1 person found this answer helpful.
  3. Erik Moreau 1,981 Reputation points MVP Volunteer Moderator
    2026-05-03T07:44:36.5233333+00:00

    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,

    User's image

    select Advanced Options

    User's image

    select Recovery

    User's image

    select Reinstall Now, this will trigger Windows Update to download the repair version of 25H2 and fix your problem

    Hope this helps,

    0 comments No comments

  4. S.Sengupta 30,501 Reputation points MVP Volunteer Moderator
    2026-04-24T14:38:04.6633333+00:00

    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


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.