Windows 11 includes several built-in troubleshooting tools that help keep the operating system stable and functioning properly. One of the most powerful tools available is DISM, which stands for Deployment Image Servicing and Management. Although originally designed for IT professionals to manage Windows images, DISM has become an essential repair utility for everyday users who need to fix Windows corruption and system-related issues.
Over time, Windows may develop problems due to failed updates, corrupted system files, malware infections, improper shutdowns, storage drive errors, or software conflicts. These issues can cause applications to crash, Windows Update to fail, system features to stop working, or the operating system to become unstable. While the System File Checker (SFC) tool can repair many damaged files, SFC relies on a healthy Windows image to obtain replacement files. If the Windows image itself becomes corrupted, SFC may not be able to complete repairs successfully.
This is where DISM becomes extremely useful. DISM can scan the Windows image for corruption, identify damaged components, and restore missing or corrupted files using Windows Update or another repair source. In many cases, running DISM followed by an SFC scan can resolve serious operating system problems without requiring a complete Windows reinstallation.
The best part is that DISM is included with Windows 11 and does not require any additional software. Whether you are troubleshooting update failures, system instability, or corrupted files, learning how to use DISM is an important skill for maintaining a healthy Windows installation.
In this guide, you will learn what DISM does, when to use it, the most important DISM commands, and several methods for repairing Windows 11 using DISM.
What Is DISM?
DISM stands for Deployment Image Servicing and Management.
It is a Microsoft command-line utility used to manage and repair Windows images.
DISM can:
- Check Windows image health
- Detect corruption
- Repair damaged system components
- Restore missing Windows files
- Fix Windows Update problems
- Prepare Windows installations
When Windows system components become damaged, DISM can often restore them without affecting your personal files.
When Should You Use DISM?
DISM is commonly used when Windows starts experiencing problems that cannot be resolved through normal troubleshooting.
Common situations include:
- Windows Update failures
- Corrupted system files
- SFC scan failures
- Application crashes
- Startup issues
- Missing Windows features
- Blue Screen of Death errors
- Unusual system instability
- Error messages related to Windows components
A common troubleshooting sequence is:
- Run SFC.
- If SFC cannot repair files, run DISM.
- Run SFC again.
This process often resolves corruption-related issues.
How DISM Works
Windows stores a special component store that contains clean copies of system files.
When SFC repairs files, it uses this component store as its source.
If the component store itself becomes damaged:
- SFC may fail.
- Repairs may be incomplete.
DISM repairs the component store and restores Windows image integrity.
After DISM repairs the image, SFC can usually repair any remaining corrupted files successfully.
Before Running DISM
Before starting, a few preparations are recommended.
Save Open Work
Although DISM typically does not require a restart immediately, saving your work is a good precaution.
Ensure Internet Access
The RestoreHealth command often downloads replacement files from Windows Update.
A stable internet connection is recommended.
Use An Administrator Account
DISM requires administrative privileges.
Make sure you are signed in with an administrator account.
Connect Laptop Power
If using a laptop:
- Connect the charger.
This prevents interruptions during the repair process.
Method 1: Check Windows Image Health
Before performing repairs, you can quickly check whether corruption exists.
Open Command Prompt As Administrator
To begin:
- Open the Start menu.
- Search for Command Prompt.
- Select Run as administrator.
Click Yes if prompted.
Run CheckHealth
Type:
DISM /Online /Cleanup-Image /CheckHealth
Press Enter.
What This Command Does
The command performs a quick examination of the Windows image.
It determines whether corruption has already been detected and recorded.
The scan completes within a few seconds.
Review The Results
Possible outcomes include:
- No corruption detected
- Corruption detected
- Repairable corruption found
If corruption exists, continue with the next methods.
Method 2: Perform A Detailed DISM Scan
The ScanHealth option performs a more thorough analysis.
Run ScanHealth
Type:
DISM /Online /Cleanup-Image /ScanHealth
Press Enter.
Wait For Completion
This scan may take:
- 5 to 20 minutes
depending on:
- System speed
- Drive performance
- Amount of corruption
Understand The Results
DISM will report whether corruption exists and whether it can be repaired.
If corruption is found, proceed with RestoreHealth.
Method 3: Repair Windows Using RestoreHealth
RestoreHealth is the most commonly used DISM repair command.
Run RestoreHealth
Type:
DISM /Online /Cleanup-Image /RestoreHealth
Press Enter.
What RestoreHealth Does
This command:
- Scans the Windows image
- Identifies corruption
- Downloads replacement files if necessary
- Repairs damaged components
Wait Patiently
The process may take:
- 10 minutes
- 20 minutes
- Sometimes longer
Progress percentages may pause temporarily.
Do not close the Command Prompt window.
Restart The Computer
After completion:
- Restart Windows.
This ensures repaired components load properly.
Method 4: Run SFC After DISM
Once DISM repairs the Windows image, you should run System File Checker.
Open Command Prompt As Administrator
Launch Command Prompt again.
Run SFC
Type:
sfc /scannow
Press Enter.
Why This Step Matters
DISM repairs the Windows image.
SFC repairs individual system files.
Running both tools together provides the most complete repair process.
Method 5: Use DISM Through Windows Terminal
Windows Terminal provides a modern interface for running administrative commands.
Open Windows Terminal
To begin:
- Right-click Start.
- Select Terminal (Admin).
Approve User Account Control.
Run DISM Commands
Examples:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Windows Terminal executes the commands exactly as Command Prompt does.
Method 6: Run DISM Using PowerShell
PowerShell also supports DISM commands.
Open PowerShell As Administrator
Search for:
- PowerShell
Select:
- Run as administrator
Execute RestoreHealth
Type:
DISM /Online /Cleanup-Image /RestoreHealth
Press Enter.
PowerShell performs the repair just like Command Prompt.
Method 7: Repair Windows Using Installation Media
Sometimes DISM cannot download files from Windows Update.
In this situation, Windows installation media can be used as a repair source.
Download Windows 11 Installation Media
Obtain the latest Windows 11 installation media from Microsoft’s official website.
Mount The ISO
After downloading:
- Right-click the ISO file.
- Select Mount.
A new virtual drive will appear.
Identify The Drive Letter
Example:
- D:
- E:
- F:
Remember the assigned drive letter.
Run RestoreHealth Using The ISO
Example:
DISM /Online /Cleanup-Image /RestoreHealth /Source:wim:D:\sources\install.wim:1 /LimitAccess
Press Enter.
Replace D: with your actual drive letter.
Wait For Repairs
DISM will use the installation media instead of Windows Update.
This often resolves repair failures.
Method 8: Run DISM In Safe Mode
Safe Mode loads Windows with minimal drivers and services.
This can help when software conflicts interfere with repairs.
Enter Advanced Startup
Open:
- Settings
- System
- Recovery
Click:
- Advanced Startup
- Restart Now
Open Startup Settings
Navigate through:
- Troubleshoot
- Advanced Options
- Startup Settings
Click Restart.
Enter Safe Mode
Press:
- 4
to launch Safe Mode.
Run RestoreHealth
Open Command Prompt as administrator.
Type:
DISM /Online /Cleanup-Image /RestoreHealth
Press Enter.
Common DISM Errors And Solutions
Error 87
This usually occurs because of incorrect command syntax.
Verify that spaces and parameters are entered correctly.
Source Files Could Not Be Found
DISM cannot locate repair files.
Solutions include:
- Checking internet access
- Using Windows installation media
- Running Windows Update
DISM Stuck At A Percentage
Progress may appear frozen at:
- 20%
- 40%
- 62%
- 80%
In many cases, DISM is still working.
Allow additional time before assuming the process has failed.
Access Denied Errors
Ensure Command Prompt or Terminal is opened as administrator.
How Long Does DISM Take?
The repair duration depends on:
- System performance
- Drive speed
- Internet connection
- Amount of corruption
Typical times include:
| Command | Approximate Time |
|---|---|
| CheckHealth | Seconds |
| ScanHealth | 5–20 Minutes |
| RestoreHealth | 10–30+ Minutes |
Large repairs may require additional time.
Benefits Of Using DISM
DISM offers several advantages.
Repairs Windows Component Store
This is its primary purpose.
Supports SFC Repairs
A healthy component store allows SFC to function properly.
Fixes Update Problems
Many Windows Update issues are caused by corruption that DISM can repair.
Preserves Personal Files
DISM repairs Windows components without affecting documents, photos, videos, or applications.
Built Into Windows
No additional downloads are required.
Best Practices After Running DISM
After completing repairs:
Restart Windows
A restart ensures repaired components load correctly.
Run SFC
Always run:
sfc /scannow
after RestoreHealth.
Install Updates
Check for available Windows updates.
Monitor System Stability
Observe whether:
- Crashes stop occurring
- Applications function correctly
- Updates install successfully
When DISM Is Not Enough
In rare situations, corruption may be too severe.
Additional recovery options include:
- System Restore
- Startup Repair
- Reset This PC
- In-place upgrade repair
- Clean Windows installation
These methods should generally be considered only after DISM and SFC have been attempted.
Conclusion
DISM is one of the most powerful repair tools included with Windows 11. It is specifically designed to repair the Windows image and component store, which are critical for maintaining operating system stability. When system corruption prevents SFC from working properly or causes Windows Update failures, DISM can often restore damaged components and return the operating system to a healthy state.
For most users, the RestoreHealth command is the most useful DISM option because it automatically scans for corruption and repairs detected problems. Running DISM followed by an SFC scan is one of the most effective ways to fix Windows-related issues without reinstalling the operating system.
By learning how to use DISM properly and applying it whenever corruption-related problems occur, you can keep your Windows 11 installation stable, reliable, and functioning at its best.
FAQs
1. What does DISM do in Windows 11?
DISM repairs the Windows image and component store, allowing corrupted operating system components to be restored.
2. Should I run SFC or DISM first?
Usually run SFC first. If SFC cannot repair files, run DISM and then run SFC again.
3. Does DISM require an internet connection?
RestoreHealth often uses Windows Update to download repair files, so internet access is recommended. Alternatively, installation media can be used.
4. Will DISM delete my personal files?
No. DISM repairs Windows components and does not remove personal files, applications, or user data.



