ITKab/ endpoint ops

Servicing (CBS)

0x80073701

The referenced assembly could not be found.

  • Symbolic name ERROR_SXS_ASSEMBLY_MISSING
  • Updated 2026-08-20

Failure

What it means

The update references a component that should already be on the device and is not there. Microsoft attributes this to component store corruption caused by a component left in a partially installed state.

Real causes

  • A previous update was interrupted and left a component half-installed.
  • Component store corruption.

What to do

  1. Run Dism.exe /Online /Cleanup-Image /RestoreHealth, then Sfc.exe /Scannow, then restart.
  2. Search CBS.log for the assembly name in the failure. It usually names the exact missing component.
  3. If the missing component belongs to a specific earlier update, install that update first.

Where to look

  • %windir%\Logs\CBS\CBS.log

Checked against Microsoft documentation. Last reviewed 2026-08-20.

Decode another code