# How to Use DISM Command Tool in Windows 11

**URL:** https://www.compsmag.com/blogs/how-to-use-dism-command-tool-in-windows-11/
**Author:** Ayushi Chauhan
**Published:** 2022-03-28
**Updated:** 2022-03-28
**Categories:** Blogs
**Tags:** Blogs Daily, Computer Guides, guiderobert, Guides and Tutorials, guiding12, How To Guide, How To Guides, internet tips and tutorials, Software tips and tutorials, Tips, Tricks, Windows 11
**Reading Time:** 6 min

---

This tip is about the how to Use DISM Command Tool in Windows 11. So read this free guide, How to Use DISM Command Tool in Windows 11 step by step. If you have query related to same article you may contact us.

## How to Use DISM Command Tool in Windows 11 - Guide

Is your Windows 11 not working accurately?  Want to fix Windows 11?  Windows 11 incorporates two underlying remediation tools SFC and DISM.  SFC and DISM are two exemplary gadgets that help you to restore degenerated system files.  This gearupwindows article will direct you to fix your Windows 11 working system without deleting any files or folders.  The sfc/scannow order checks the honesty of protected system files.

In the event that any document is tampered with or missing, SFC will replace it with correct forms whenever the situation allows.  This device also identifies if a document has been replaced by a modified or older version.  For this situation, SFC will retrieve the correct form of the file from the Windows Store and later replace the modified file.  It is useful when your PC is contaminated by malware or infections.  Using this SFC tool, you can quickly fix your Windows 11 operating system.

## What is DISM in Windows 11?

On Windows, DISM or Deployment Image Servicing and Management is a handy command-line tool that comes pre-installed and is available on Windows 11. All images used in Windows Setup, PE, and Recovery Environment (WRE) can be repaired using DISM (WinRE) .  When other Windows repair tools like System File Scan fail to fix a variety of issues in Windows 11, this program may.

For example, if your Windows 11 PC is not working properly due to various unexplained issues like hardware failure, corrupted apps or software or some combination of them.  All you have to do is run some command prompt commands with the tool to fix these issues.

## How to    Use DISM to repair Windows 11 image

“CheckHealth”, “ScanHealth” and “RestoreHealth” are the three options for repairing an image in the DISM command tool for Windows 11, which you must run in that order.  However, you can also use the “RestoreHealth” option to fix the locally available image using different source files depending on the severity of the issue.

### DISM command using CheckHealth option

The CheckHealth option in the Deployment Image Servicing and Management command tool allows you to quickly see if your local Windows 11 image is damaged.  This option, however, does not perform any repairs.  Follow these simple steps to check your Windows 11 image for DISM related issues:

Click on the Start button button

Right-click the top result in the Command Prompt search and choose Run as administrator.

To perform a quick scan, type the following command and press Enter:

> DISM /Online /Cleanup-Image /CheckHealth

After completing the steps, DISM will run and check for any data corruption that needs to be fixed.

### DISM command using the ScanHealth option

The ScanHealth option runs a more comprehensive scan to see if the Windows 11 image has any issues.  Follow these simple steps to check for issues using the ScanHealth option:

Click on the Start button button

Right-click the top result in the Command Prompt search and choose Run as administrator.

To run an advanced DISM channel, type the following command and press Enter:

> DISM /Online /Cleanup-Image /ScanHealth

After completing the steps, the advanced scan may take several minutes to check and complete whether the Windows 11 image needs to be repaired or not.

### DISM command using the RestoreHealth option

If the system image is corrupted, you can use DISM with the RestoreHealth option to automatically check and repair simple issues.  Follow these simple steps to repair Windows 11 image issues with the RestoreHealth command:

Click on the Start button button

Right-click the top result in the Command Prompt search and choose Run as administrator.

To run an advanced DISM scan, type the following command and press Enter:

> DISM /Online /Cleanup-Image /RestoreHealth

After completing the above steps, the Deployment Image Servicing and Management tool will connect to Windows Update online (if applicable) to download and replace damaged files.

### Fix problems with DISM using the install.wim image

The DISM command usually works without any problems, but if the damaged files cannot be replaced or you do not have access to the internet, you will need to provide another image using the Source option to complete the job.  An “install.wim” or “install.esd” file from another computer, bootable installation media, or a Windows 11 ISO file are usually the best options.  However, you must ensure that the files are compatible with the version, edition and language of the Windows 11 version you are trying to repair.

#### Download Windows 11 ISO file

If you need to use a different font for the files, download a fresh copy of Windows 11 using the Media Creation Tool.  Again, follow these steps to download the Windows 11 ISO file:

Go to the official Microsoft website.

Select “Download Tool Now” from the drop-down menu.

Now, to run the setup, double click on the MediaCreationToolxxxx.exe file

After that, to accept the terms, click on the Accept button button

Choose the option Create installation media (DVD, ISO file or USB flash drive) for a different PC.

Click Next button.

click next button again.

Choose the ISO file option.

Again click Next button.

Select the destination where you want to store the Windows 11 ISO file.

Then click on the Save button button.

After that, click on the link to open the file location using File Explorer.

Click Finish button.

Now double-click the Windows ISO file to mount the image.

Finally, in the “This PC” section, check the drive letter for the mount on the left panel.

After completing the steps, you can use DISM tool to repair local Windows 11 image using “Source” option.

#### Fix Windows 11 Recovery Image

Follow these steps to run the Deployment Image Servicing and Management tool with an alternate source image (install.wim).

Click on the Start button button

Right-click the top result in the Command Prompt search and choose Run as administrator.

Copy this command directly into the command prompt and press Enter to repair the Windows 11 image.

> DISM /Online /Cleanup-Image /RestoreHealth /Source:E:Sourcesinstall.wim

Replace the source drive letter with the ISO mount point in File Explorer.

(Optional) To limit the use of Windows Update, enter this command:

> DISM /Online /Cleanup-Image /RestoreHealth /Source:ESourcesinstall.wim /Lim

## Final note

I hope you like the guide How to Use DISM Command Tool in Windows 11. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.

---

*End of Article*