Windows Update · scoped error record
0x800F0831
Windows Update error 0x800F0831: CBS store corruption
Microsoft classifies 0x800F0831 as CBS_E_STORE_CORRUPTION and directs troubleshooting toward component-store repair.
Applies to: Windows 11 Windows Update/servicing contextReviewed: 2026-09-17
What it means in this context
Microsoft’s common Windows Update error guidance lists 0x800F0831 as CBS_E_STORE_CORRUPTION. The useful scope is servicing/component-store repair, not a generic “clear every cache” recipe.
- Record the failing update and the exact error.
- Run the Windows Update troubleshooter.
- Restart Windows and retry.
- Use DISM/SFC if the error persists.
1
Run DISM RestoreHealth
Medium riskWhy: Microsoft lists component-store repair as the mitigation for this CBS error.
- Open Terminal or Command Prompt as administrator.
- Run DISM RestoreHealth and wait for completion.
DISM.exe /Online /Cleanup-Image /RestoreHealth2
Run SFC and restart
Medium riskWhy: SFC checks protected system files after the component image is repaired.
- Run SFC after DISM.
- Restart the device.
- Retry Windows Update.
sfc /scannowWhen not to use this record
Do not keep repeating DISM indefinitely if it reports a new source, disk or access error; branch to that error instead.
If it persists
If the repair commands succeed but the same update still fails, collect the KB number and servicing logs before escalating.
Evidence