DISM error 0x800f0915 can prevent Windows from repairing important system files, but it is usually fixable without performing a clean installation. In most cases, restarting your computer, repairing corrupted files with System File Checker, resetting Windows Update components, or using a local Windows installation source resolves the issue successfully.
Let’s learn the complete process to fix DISM error 0x800f0915 on Windows 10 and Windows 11.
Fix DISM Error 0x800f0915 on Windows 10/11

Quick Steps to Fix DISM Error 0x800f0915:
- Restart your Windows PC and run the DISM command again.
- Run the System File Checker (SFC) scan.
- Reset the Windows Update components.
- Use Windows Update Troubleshooter.
- Run DISM using a Windows installation ISO.
- Install the latest Windows updates.
- Perform an in-place repair upgrade if the error continues.
The detailed instructions for each solution are explained below.
Step 1: Restart Your Computer and Run the DISM Command Again
Sometimes, DISM error 0x800f0915 occurs because a Windows service or update process is temporarily stuck. A simple restart can refresh all essential system services and remove temporary conflicts.
Go to Start > Power > Restart and allow Windows to reboot completely. After signing in, click Start, type Command Prompt, then select Run as administrator.
Once the elevated Command Prompt opens, type the following command and press Enter:
DISM /Online /Cleanup-Image /RestoreHealth
Wait patiently until the scan reaches 100 percent. Depending on your computer’s speed, this process may take several minutes.
If the command finishes successfully, restart your computer once more and check whether Windows is functioning normally. If the error still appears, continue with the next solution.
Step 2: Run the System File Checker Scan
Corrupted or missing Windows system files often interfere with the DISM repair process. Running System File Checker (SFC) can repair these files before attempting DISM again.
Go to Start, type Command Prompt, then choose Run as administrator. In the Command Prompt window, enter the following command:
sfc /scannow
Press Enter and let Windows scan the protected system files.
The scan may take between 10 and 30 minutes, depending on your system configuration. Avoid closing the Command Prompt until the verification reaches 100 percent.
After the scan finishes, restart your PC. Open Command Prompt as an administrator again and rerun the DISM command.
Many users find that repairing corrupted system files first allows DISM to complete successfully.
Step 3: Reset Windows Update Components
Since DISM often downloads repair files directly from Windows Update, damaged update components can trigger error 0x800f0915.
Go to Start, type Command Prompt, then choose Run as administrator. Stop the update services by entering the following commands one at a time and pressing Enter after each command.
net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver
Next, rename the Windows Update folders by entering:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
Now restart the services by typing:
net start wuauserv
net start bits
net start cryptsvc
net start msiserver
Restart your computer after completing these commands.
Finally, run the DISM command again to see if the issue has been resolved.
Step 4: Run the Windows Update Troubleshooter
Windows includes a built-in troubleshooter that automatically detects and repairs common update-related problems that may prevent DISM from working properly.
Go to Settings > System > Troubleshoot > Other troubleshooters.
Locate Windows Update and click Run.
Allow the troubleshooter to scan your computer. If Windows detects any problems, it will recommend or automatically apply the appropriate fixes.
After the troubleshooting process finishes, restart your computer and try running the DISM command again.
This method is especially useful when update-related services or settings have become misconfigured.
Step 5: Run DISM Using a Windows Installation ISO
If DISM cannot download repair files online, you can manually provide a Windows installation source.
First, download the correct Windows 10 or Windows 11 ISO that matches your installed version and language.
After downloading the ISO, right-click the file and select Mount. Windows will create a virtual DVD drive with a new drive letter.
Open File Explorer and note the assigned drive letter.
Now go to Start > Command Prompt > Run as administrator.
Type the following command, replacing X with the mounted drive letter.
DISM /Online /Cleanup-Image /RestoreHealth /Source:wim:X:\sources\install.wim:1 /LimitAccess
If your ISO contains install.esd instead of install.wim, replace the file name accordingly.
Press Enter and wait for DISM to complete the repair.
Using a local installation source often resolves problems caused by unavailable or damaged Windows Update files.
Step 6: Install the Latest Windows Updates
Running an outdated Windows version may cause compatibility issues with DISM, especially if important servicing stack updates are missing.
Go to Settings > Windows Update.
Click Check for updates.
Allow Windows to download and install all available updates, including cumulative updates, security patches, and servicing stack updates.
Some updates may require multiple restarts before installation is complete.
Once Windows is fully updated, open Command Prompt as an administrator and run the DISM command again.
Keeping Windows updated ensures that the servicing tools remain compatible with Microsoft’s latest repair components.
Step 7: Perform an In-Place Repair Upgrade
If none of the previous methods work, performing an in-place repair upgrade can replace damaged Windows files while keeping your personal files, installed applications, and settings intact.
Download the latest Windows installation media using Microsoft’s official Media Creation Tool.
Open the downloaded setup file and choose Upgrade this PC.
Continue through the installation wizard until you reach the option to keep your files and apps.
Select Keep personal files and apps, then continue with the installation.
Windows will reinstall the operating system without removing your data. Once the repair upgrade finishes, restart your computer and run the DISM command again.
This method repairs deeply corrupted Windows components that standard troubleshooting cannot fix.
FAQs
What causes DISM error 0x800f0915?
The error is commonly caused by corrupted Windows Update components, damaged system files, missing repair files, interrupted update services, or corruption within the Windows image itself.
Is DISM error 0x800f0915 dangerous?
No. The error itself is not harmful, but it indicates that Windows cannot repair corrupted system files. Ignoring the issue may eventually lead to system instability or update failures.
Should I run SFC before DISM?
Running SFC first can repair damaged system files that interfere with DISM. If SFC cannot resolve all issues, run the DISM /RestoreHealth command afterward.
Can antivirus software cause DISM errors?
In some cases, third-party antivirus software may interfere with Windows servicing operations. Temporarily disabling the antivirus while running DISM may help identify whether it is causing the problem.
Will reinstalling Windows fix DISM error 0x800f0915?
Yes. Reinstalling Windows or performing an in-place repair upgrade usually fixes persistent DISM errors because damaged operating system files are replaced with fresh copies.