Windows Update error 0x80073712: component store inconsistent
Microsoft maps 0x80073712 to ERROR_SXS_COMPONENT_STORE_CORRUPT in the Windows servicing context.
What it means in this context
In Microsoft’s current servicing error table, 0x80073712 means the Windows component store is in an inconsistent/corrupt state. That makes component-store repair a more appropriate branch than generic network or Store troubleshooting.
- Confirm the code is attached to a Windows Update/servicing failure.
- Run the Windows Update troubleshooter.
- Restart and retry once.
- If it repeats, repair the component image.
Repair the component store with DISM
Medium riskWhy: 0x80073712 is a component-store corruption class in Microsoft’s servicing documentation.
- Open an elevated Terminal or Command Prompt.
- Run the command below and allow it to finish.
DISM.exe /Online /Cleanup-Image /RestoreHealthVerify protected system files with SFC
Medium riskWhy: SFC is the follow-up verification stage after component repair.
- Run SFC after DISM completes.
- Restart Windows.
- Retry the update.
sfc /scannowWhen not to use this record
If 0x80073712 appears in a different subsystem, do not assume this Windows Update servicing record covers that case.
If it persists
Persistent failures after successful DISM/SFC may justify the supported same-version Windows 11 repair reinstall when that recovery option is available.