This post will show you how to use the DISM Tool to repair a Windows System Image in Windows 11/10. The System Update and Readiness Tool or CheckSUR tool will scan your Windows computer for inconsistencies, which may be caused by various hardware failures or by software issues and potentially fix that corruption. In Windows 11/10/8 and Windows Server, the Inbox Corruption Repair brings the functionality of CheckSUR into Windows. You do not require a separate download to get the tool.
What is Deployment Image Servicing and Management Tool (DISM.exe)?
Deployment Image Servicing and Management (DISM.exe) is a command-line tool for servicing a Windows image or preparing a Windows PE image. It is available in Windows 11/10/8.
The DISM tool replaces the Package Manager (pkgmgr.exe), PEimg, and Intlcfg tools used with Windows Vista. Deployment Image Servicing and Management, or DISM, consolidates the functionality found in those three tools and delivers new functionality to improve the experience of offline servicing.
When used in Windows 11/10/8, you get the added functionality.
You can use DISM to:
- Add, remove, and enumerate packages and drivers.
- Enable or disable Windows features.
- Apply changes based on the offline servicing section of an unattend.xml answer file.
- Configure international settings.
- Upgrade a Windows image to a different edition.
- Prepare a Windows PE image.
- Take advantage of better logging.
- Service down-level operating systems like Windows Vista with SP1 and Windows Server 2008.
- Service all platforms (32-bit, 64-bit, and Itanium).
- Service a 32-bit image from a 64-bit host and service a 64-bit image from a 32-bit host.
- Make use of old Package Manager scripts.
Read: DISM vs SFC first? What should I run first?
How to Run DISM in Windows 11/10
You can repair Windows System Image using the DISM tool.
If a Windows image becomes unserviceable, you can use the Deployment Imaging and Servicing Management (DISM) tool to update the files and correct the problem. In the case of system inconsistencies and corruption, you can use the DISM tool by using the Cleanup-Image functionality along with these available switches.
Windows Component Store Corrupt
Use Dism /Online /Cleanup-Image followed by these switches:
1] /ScanHealth
This checks for component store corruption and records that corruption to the C:\Windows\Logs\CBS\CBS.log but no corruption is fixed using this switch. This is useful for logging what, if any, corruption exists. Use:
Dism /Online /Cleanup-Image /ScanHealth
This could take 10-15 minutes.
2] /CheckHealth
This checks to see if a component corruption marker is already present in the registry. This is merely a way to see if corruption currently exists. Think of it as a read-only CHKDSK. Use:
Dism /Online /Cleanup-Image /CheckHealth
This could take less than a minute.
Read: DISM /online /cleanup-image /restorehealth is stuck
3] /RestoreHealth
This checks for component store corruption, records the corruption to C:\Windows\Logs\CBS\CBS.log and FIXES the corruption using Windows Update. Use:
Dism /Online /Cleanup-Image /RestoreHealth
This operation takes 15 mins or more, depending on the level of corruption.
To carry out these operations, you have to open an elevated Command Prompt. First, you have to check if there are corruptions and if the corruption or image is repairable. If yes, you can use the /RestoreHealth switch to fix the corruption.
TIP: Fix corrupted Windows Update system files using DISM Tool.
You can use this:
- If your System File Checker is corrupted or SFC is not working and the SFC /SCANNOW command is unable to repair corrupted system files because the store is corrupted.
- To fix Windows component store corruption when the same Windows Updates continue to appear to be available to install even though they already show successfully installed in update history.
- If a Windows image becomes unserviceable, you can use the Deployment Imaging and Servicing Management (DISM) tool to update the files, correct the problem, and repair the Windows image. You can use DISM to repair an offline Windows image in a WIM or VHD file or an online Windows image.
Related: How to repair Windows 11 without losing data or programs
Incidentally, our freeware FixWin for Windows lets you repair the Windows Component Store, with a click. Windows Software Repair Tool from Microsoft will repair system components and detect corrupt files, resync System date and Time, reset System Settings, reinstall System Applications and run the DISM Tool to repair system image, with a click.
Read: How to view DISM log files on Windows
See this post if you receive a DISM fails The source files could not be found error message. You can also run DISM Offline to repair Windows 11/10 System Image backup.
Additional reads:
This takes a god aweful long time. Hopefully this is what my system needs to fix the issue I’m having updating to Windows 8.1
I have tried everything mentioned above and then some, but almost always I get an error 87 message or something like command not found. Updates are KB2961908-KB2919355 and error codes are 0x800F0922-0x80073712.
Dism /Online /Cleanup-Image/ScanHealth did the jobn in my case
I am using this
C:Windowssystem32>Dism /Online /Cleanup-Image /CheckHealth
Deployment Image Servicing and Management tool
Version: 10.0.10240.16384
Image Version: 10.0.10240.16384
The component store is repairable.
The operation completed successfully.
Then when i perform
C:Windowssystem32>DISM /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.10240.16384
Image Version: 10.0.10240.16384
[==========================100.0%==========================]
Error: 0x800f081f
The source files could not be found.
Use the “Source” option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:WindowsLogsDISMdism.log
And i cannot get past that, i have tried all the other option listed and just to no avail.
how do i open power shell when there is no start menu?????????????
If you hold the shift key while right clicking on the start button, you should still be able to bring up Command Prompt
I have this same problem
Comment deleted.
CTRL+ALT+DEL then open task manager in Task manager click on File and then New Task and type Powershell. Dont’ forget to check box under the search bar to use it with administrator rights
/scanhealth completed ok. But what does it mean when it says “The checkhealth option is not recognised in this context”? Similarly for /restorehealth ?
having this issue now, I know it was a long time ago, but did you find a fix for this? Anyone?
In my opinion I wish I had stayed with Windows 7 before obtain Windows 10. Windows 10 is unstable. I’ve tried the DISM several times and I still have problems with the OS. Why it continues to freeze (stop operating) is a puzzle to me. I spend some days rebooting my PC more than I would like to. I’ve downloaded an update thinking that it would fix problem but it still exist. Hopefully, there will be a resolution to this annoying problem.
check health gives error 87? any ideas what it could be please, hate windows 10
I’m having this trouble now. Have you fixed this? PLease respond
Excellent.