DISM /RestoreHealth Fails with Error 0x800f0915 on Windows 11 Insider Build 10.0.26200

Krish Mathur 40 Reputation points
2026-08-23T16:43:58.3+00:00

Hello,

I am experiencing a persistent failure when trying to run the DISM repair tool on my system. The process reaches 100% and then terminates with Error: 0x800f0915 ("The repair content could not be found").

Here are my specific system details and the troubleshooting steps I have already attempted:

System Environment:

  • OS Build: Windows 11 Insider Preview / Development Build (Version 10.0.26200)
  • Architecture: x64bit
  • Hardware: 13th Gen Intel(R) Core(TM) i5-13450HX (2.40 GHz)

The Problem: Initially, I attempted an offline repair using a local source image path (/Source:wim:D:\sources\install.wim /LimitAccess). This failed because the tool environment (10.0.26100) detected a build mismatch against the host OS payload (10.0.26200).

However, switching to the standard online command over a stable internet connection yields the exact same failure at 100% progression: DISM.exe /Online /Cleanup-image /Restorehealth -> Error 0x800f0915

Steps Already Taken (That Did Not Work):

  1. Switched from local source patching to standard cloud-connected online recovery.
  2. Fully reset the Windows Update cache by stopping wuauserv, bits, cryptsvc, and renaming the SoftwareDistribution and catroot2 directories.
  3. Attempted to deploy the local components using alternative indexing, but the component store appears deadlocked.

My dism.log shows routine background servicing actions initialized properly by applications like directxdatabaseupdater.exe and cleanmgr.exe, but any attempt to verify or heal the image component store fails natively.

Are there any known blocks or specific cab update packages causing this deployment engine mismatch on Build 26200? Any guidance on how to force-clear this component deadlock without performing a destructive clean install would be highly appreciated.

Thank you!

Windows Insider program | Windows Insider preview | Repair and recovery
0 comments No comments

2 answers

Sort by: Most helpful
  1. Johnny55 5,150 Reputation points Volunteer Moderator
    2026-08-28T22:44:17.5433333+00:00

    Have you tried the offline from ISO using appropriate source

    DISM /Offline /Cleanup-Image /RestoreHealth /source:WIM:D:\Sources\Install.wim:2 /LimitAccess

    Was this answer helpful?


  2. Alex-L 12,555 Reputation points Microsoft External Staff Moderator
    2026-08-24T06:42:26.8133333+00:00

    Hi Krish Mathur

    Based on the troubleshooting you've already completed, I would not expect another Windows Update reset or a repeat of /RestoreHealth to provide new information.

    Since you're on an Insider build (26200), could you check whether the DISM log or CBS log contains entries such as:

    • CBS_E_REPAIR_CONTENT_MISSING
    • Failed to resolve package
    • specific package identities or version numbers that DISM is attempting to source

    The missing package identity is usually the key clue to determine whether this is component store corruption or a servicing-source mismatch.

    If you can share the relevant error lines (with any personal information removed), that may help narrow down whether this is a known build-specific servicing issue or something unique to the system.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.