Windows 11 Error with DISM RestoreHealth


Skull_Candy

New member
Local time
8:39 PM
Posts
3
OS
Windows 11
Hi all,

I have an issue with my system and have tried the following:

sfc /scannow - came back OK
chkdsk on C drive - came back OK

When running DISM /Online /Cleanup-Image /RestoreHealth, I get this error:

Code:
Image Version: 10.0.26200.9445 [==========================100.0%==========================]
Error: 0x800f0915

The repair content could not be found anywhere. Check the internet connectivity or use the "Source" option to specify the location of the files that are required to restore the image. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.

So, I downloaded the Media Creation Tool, selected the correct locale, downloaded the ISO, and then ran this command after converting the .esd to .wim:

Code:
DISM /Online /Cleanup-Image /RestoreHealth /Source:C:\wim\install.wim /LimitAccess

I still get the same error as above. It reaches about 69% and fails.

In the CBS.log file:

Code:
Total Detected Corruption: 436

Example of an issue: Info CBS (p) CSI Payload Corrupt (n) amd64_userexperience-photon_31bf3856ad364e35_10.0.26100.9278_none_fb163c87215af5ed\r\Photon\Public\wsxpacks\StartMenu\assets\strings\ca-Es-VALENCIA.json

My Windows info:
Edition: Windows 11 Pro
Version: 25H2
Installed on:‎ 28/‎02/‎2025
OS build: 26200.9445
Experience: Windows Feature Experience Pack 1000.26100.360.0

What can I do to resolve this instead of performing an in-place upgrade?
 
Windows Build/Version
25H2 26200.9445

My Computer My Computer

At a glance

Windows 11
OS
Windows 11
Computer type
PC/Desktop
Those are the types of errors we’re getting where I work, and a repair setup is fixing them. Not sure why one would be opposed to a repair setup.
 

My Computer My Computer

At a glance

Windows 11 Enterprise 25H2
OS
Windows 11 Enterprise 25H2
I'm not trusting it will keep everything intact. I have many customized things on this machine (they didn't cause this issue I'm facing).
 

My Computer My Computer

At a glance

Windows 11
OS
Windows 11
Computer type
PC/Desktop
Missing the index number in the command that matches your version of Windows that is installed.
Also, you do not have to convert the esd to wim as there is command for esd as well.

To get the index numbers run:

Dism /Get-WimInfo /WimFile:Full Path to install.wim

Or

Dism /Get-WimInfo /WimFile:Full Path to install.esd


Then you want the index number in there that matches your version and in these examples it is 1 (bold).
Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:Full Path to install.wim:1 /limitaccess

Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:Full Path to install.esd:1 /limitaccess
 

My Computer My Computer

At a glance

Windows 11 Pro
OS
Windows 11 Pro
Hi all,

I have an issue with my system and have tried the following:

sfc /scannow - came back OK
chkdsk on C drive - came back OK

When running DISM /Online /Cleanup-Image /RestoreHealth, I get this error:

Code:
Image Version: 10.0.26200.9445 [==========================100.0%==========================]
Error: 0x800f0915

The repair content could not be found anywhere. Check the internet connectivity or use the "Source" option to specify the location of the files that are required to restore the image. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.

So, I downloaded the Media Creation Tool, selected the correct locale, downloaded the ISO, and then ran this command after converting the .esd to .wim:

Code:
DISM /Online /Cleanup-Image /RestoreHealth /Source:C:\wim\install.wim /LimitAccess

I still get the same error as above. It reaches about 69% and fails.

In the CBS.log file:

Code:
Total Detected Corruption: 436

Example of an issue: Info CBS (p) CSI Payload Corrupt (n) amd64_userexperience-photon_31bf3856ad364e35_10.0.26100.9278_none_fb163c87215af5ed\r\Photon\Public\wsxpacks\StartMenu\assets\strings\ca-Es-VALENCIA.json

My Windows info:
Edition: Windows 11 Pro
Version: 25H2
Installed on:‎ 28/‎02/‎2025
OS build: 26200.9445
Experience: Windows Feature Experience Pack 1000.26100.360.0

What can I do to resolve this instead of performing an in-place upgrade?
Why should you make a dismrepair , if the dism scanhealth is fine.........???
 

My Computers My Computers

  • At a glance

    Windows11 Pro 25H2i732GBnVidia
    OS
    Windows11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Asus
    CPU
    i7
    Motherboard
    z97k
    Memory
    32GB
    Graphics Card(s)
    nVidia
    Sound Card
    Realtek
    Hard Drives
    3
    Cooling
    air
    Browser
    Edge
    Antivirus
    ESET
  • At a glance

    Windows11 ProIntel i516GBIntel
    Operating System
    Windows11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS
    CPU
    Intel i5
    Motherboard
    ASUS Basic
    Memory
    16GB
    Graphics card(s)
    Intel
    Sound Card
    Realtek
    Monitor(s) Displays
    Samsung
    Hard Drives
    one intern , 0ne extern, OS on SSD
    Cooling
    air
    Keyboard
    wireless Logitech
    Mouse
    wireless Logitech
    Internet Speed
    1GB
    Browser
    Edge
    Antivirus
    ESET
This error has been appearing with recent KBs. You aren't the only one.
Try this in an administrator command prompt:

Code:
DISM /Online /Cleanup-Image /StartComponentCleanup

Restart the computer and run the RestoreHealth command:

Code:
DISM /Online /Cleanup-Image /RestoreHealth

That worked for me.
If it doesn't work, you'll need to do an in-place upgrade, but that might fail, or you can wait for a possible fix from Microsoft.
 
Last edited:

My Computer My Computer

At a glance

windows 11
OS
windows 11
Back
Top Bottom