How to Fix DISM Not Working in Windows 11

DISM (Deployment Image Servicing and Management) is a built-in Windows tool used to repair system images, fix corrupted Windows files, and prepare Windows images for recovery. On Windows 11, you may encounter issues where DISM commands fail, get stuck at a certain percentage, show error codes, or do not run at all.

When DISM is not working properly, it usually points to corrupted system files, Windows Update issues, insufficient permissions, network problems, or component store corruption. Since DISM operates at a system level, even small issues can prevent it from completing successfully.

How to Fix DISM Not Working in Windows 11

Follow the steps below carefully. After completing each step, try running the DISM command again before moving on to the next solution.

1. Run DISM Using Windows Terminal as Administrator

DISM will not work without elevated permissions.

  1. Right-click Start
  2. Select Windows Terminal (Admin)
  3. Click Yes on the User Account Control prompt
  4. Run your DISM command again

Running DISM without administrator rights will cause it to fail immediately.

2. Use the Correct DISM Command Syntax

Incorrect command syntax often leads to errors.

  1. Open Windows Terminal (Admin)
  2. Enter the following command and press Enter
DISM /Online /Cleanup-Image /RestoreHealth
  1. Wait patiently for the scan to complete

Do not interrupt the process, even if it appears stuck for a while.

3. Be Patient if DISM Appears Stuck

DISM often pauses at certain percentages.

  1. Let the process run for at least 20–30 minutes
  2. Do not close the Terminal window
  3. Avoid restarting the system unless it is frozen for over an hour

DISM commonly appears stuck at 20%, 40%, or 62%, but it usually resumes.

4. Check Your Internet Connection

DISM may need internet access to download repair files.

  1. Make sure your PC is connected to the internet
  2. Disable VPN temporarily if you are using one
  3. Try running DISM again

If Windows Update servers are unreachable, DISM may fail.

5. Restart Windows Update–Related Services

DISM relies on Windows Update components.

  1. Press Windows + R, type services.msc, and press Enter
  2. Restart the following services:
    • Windows Update
    • Background Intelligent Transfer Service
    • Windows Modules Installer
  3. Close Services and try DISM again

Stopped services can block the repair process.

6. Run System File Checker (SFC) Before or After DISM

SFC can fix issues that prevent DISM from working.

  1. Open Windows Terminal (Admin)
  2. Enter the following command and press Enter
sfc /scannow
  1. Wait for the scan to finish
  2. Restart your PC
  3. Run DISM again

SFC and DISM work best when used together.

7. Run DISM in Safe Mode

Safe Mode reduces background interference.

  1. Boot Windows 11 into Safe Mode with Networking
  2. Open Windows Terminal (Admin)
  3. Run the DISM command again

Safe Mode prevents third-party services from interfering with DISM.

8. Use a Windows 11 ISO as a Repair Source

If online repair fails, use a local source.

  1. Download the Windows 11 ISO from Microsoft
  2. Mount the ISO by double-clicking it
  3. Note the drive letter
  4. Run the following command (replace X with the ISO drive letter)
DISM /Online /Cleanup-Image /RestoreHealth /Source:X:\sources\install.wim /LimitAccess

This bypasses Windows Update and uses local files instead.

9. Check Disk for Errors

Disk corruption can cause DISM failures.

  1. Open Windows Terminal (Admin)
  2. Run the following command
chkdsk C: /f
  1. Press Y if prompted
  2. Restart your PC and let the scan complete

File system errors can block image servicing operations.

10. Update Windows 11

Missing updates can cause DISM compatibility issues.

  1. Open Settings > Windows Update
  2. Click Check for updates
  3. Install all available updates
  4. Restart your PC

Keeping Windows updated ensures DISM works correctly.

Final Thoughts

DISM not working in Windows 11 is usually caused by permission issues, corrupted system files, Windows Update problems, or disk errors, not hardware failure. In most cases, running DISM as administrator, restarting required services, or using a Windows ISO as a repair source resolves the issue.

Because DISM is a critical system repair tool, always allow it enough time to complete and avoid interrupting the process.

Posted by Raj Bepari

I’m a digital content creator passionate about everything tech.