π ~1 min read
Table of contents
Symptom & Impact
Updates fail with missing assembly references and rollback repeatedly. Vulnerability exposure remains unresolved.
Environment & Reproduction
Triggered after interrupted servicing, failed supersedence chains, or corrupted WinSxS components.
dism /online /cleanup-image /scanhealth
sfc /verifyonly
Root Cause Analysis
CBS cannot stage required component versions because manifest metadata is missing or damaged.
Quick Triage
Collect CBS excerpts around failure and verify source media availability for repair.
findstr /i /c:"0x80073701" C:WindowsLogsCBSCBS.log
Get-Volume
Step-by-Step Diagnosis
Identify exact package identity and architecture to map correct repair source.
dism /online /get-packages | findstr /i pending
Get-WindowsUpdateLog -LogPath C:Tempwu-180.log

Solution β Primary Fix
Run DISM restore with validated source, then re-run SFC and retry update.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
dism /online /cleanup-image /restorehealth /source:wim:D:sourcesinstall.wim:4 /limitaccess
sfc /scannow
usoclient StartScan

Solution β Alternative Approaches
Apply missing package manually from Update Catalog when source media does not match baseline.
dism /online /add-package /packagepath:C:PatchRepomissing.cab
Verification & Acceptance Criteria
No corruption reported and update installation completes without CBS rollback.
dism /online /cleanup-image /checkhealth
Get-HotFix | Select -First 5
Rollback Plan
Revert to last known good backup image if component corruption persists.
wbadmin get versions
Prevention & Hardening
Use tested golden images and avoid abrupt power events during servicing windows.
Get-WinEvent -LogName System -MaxEvents 50 | Where-Object {$_.Id -in 41,6008}
Related Errors & Cross-Refs
Related: 0x800f081f source files not found, 0x80073712 component store corruption.
Related tutorial: View the step-by-step tutorial for Windows Server 2016.
View all Windows Server 2016 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Microsoft DISM servicing repair references and CBS troubleshooting guidance.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.