Forum Discussion
Restore Health Cleanup-Image on Windows 11
The CheckHealth and ScanHealth results are the important part here: both report that the component store is healthy. If the final DISM line shows Error: 0x800f0915, the command did not complete successfully even though it reached 100%, but that does not by itself mean the Windows installation is damaged. This error usually means that DISM could not obtain the repair content it was looking for.
Run sfc /scannow once from an Administrator Command Prompt. If it reports that no integrity violations were found and Windows is otherwise working normally, there is no reason to reset the PC or use a random ISO as a repair source. Keep Windows Update current and restart after installing the next cumulative update. Microsoft has previously shipped fixes for this DISM error on some Windows 11 24H2 and 25H2 builds, so an update is the sensible first step.
If SFC finds files that it cannot repair, or there are actual Windows problems, then check C:\Windows\Logs\DISM\dism.log for the missing component. A repair source must match the installed Windows version, edition, language, and servicing level; an older or mismatched ISO can fail in the same way. Microsoft’s guidance is to use Windows Update as the normal source, or a known-good matching repair source when one is needed.