Forum Discussion
JamesNel
Jul 31, 2026Copper Contributor
DISM Restore Health Error & Missing Repair Content
Helllo I ran DISM RestoreHealth and received the error below. Where do I find the "Missing Repair Content"? Assistance is much appreciated! C:\Windows\System32>DISM /Online /Cleanup-Image /Res...
SelinaKnow
Aug 04, 2026Iron Contributor
Use repair media that matches the installed image, because your log shows the DISM tool version and image version are not the same. Download the current Windows ISO from Microsoft, mount it, and check whether the mounted drive contains `sources\install.wim` or `sources\install.esd`. Then run DISM with `/Source:wim:X:\sources\install.wim:1 /LimitAccess` or the matching `esd` path, replacing `X:` with the mounted ISO drive. If the index is not Windows 11 Pro/Home as installed, list the indexes first with `DISM /Get-WimInfo`. Matching edition and build is the bit that usually fixes this.