The Deployment Image Servicing and Management (DISM) tool is one of Windows 11’s most powerful utilities for repairing corrupted system images and fixing issues that prevent the operating system from functioning correctly. It’s commonly used alongside the System File Checker (SFC) to restore damaged Windows components. However, while running the DISM /Online /Cleanup-Image /RestoreHealth command, you may encounter Error 0x800f0915 with the message “The repair content could not be found anywhere.”
This error indicates that DISM cannot locate the files it needs to repair the Windows image. It often occurs when Windows Update is unavailable, the local component store is corrupted, the repair source is missing or incorrect, or system policies prevent DISM from downloading repair files. In some cases, damaged Windows Update components or an outdated installation media can also trigger the error.
Fortunately, you can usually resolve the problem by checking your internet connection, resetting Windows Update components, specifying a local repair source, or repairing the component store. In this guide, we’ll walk you through the most effective methods to fix DISM Error 0x800f0915 on Windows 11.
How to Fix DISM Error 0x800f0915: “The Repair Content Could Not Be Found Anywhere” on Windows 11
Before you begin, make sure your PC is connected to the internet if you’re relying on Windows Update as the repair source. If you’re using a Windows installation ISO, ensure it matches your installed version, edition, and language of Windows 11. Follow the troubleshooting methods below in order until DISM completes successfully.
1. Restart Your Computer
Temporary Windows Update or servicing issues can prevent DISM from locating repair files.
- Save your work and close all applications.
- Open the Start menu.
- Click the Power icon.
- Select Restart.
- After Windows starts, run the DISM command again.
A restart refreshes Windows services and may resolve temporary servicing errors.
2. Check Your Internet Connection
DISM may download repair files from Windows Update if a local source isn’t available.
- Verify your PC is connected to the internet.
- Open a web browser to confirm connectivity.
- Disconnect any VPN connection temporarily.
- Retry the DISM command.
A stable internet connection is required when DISM uses Windows Update as its repair source.
3. Run Windows Update
Installing pending updates can refresh the component store and provide the files DISM requires.
- Press Windows + I to open Settings.
- Navigate to Windows Update.
- Click Check for updates.
- Install all available updates.
- Restart your computer.
- Run DISM again.
Updating Windows may resolve missing component store files automatically.
4. Run DISM with a Local Repair Source
If Windows Update cannot provide the required files, use a Windows 11 ISO as the repair source.
- Mount a Windows 11 ISO by double-clicking it.
- Note the assigned drive letter.
- Open Command Prompt as Administrator.
- Run the following command, replacing X: with the mounted ISO drive letter:
DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:X:\sources\install.wim:1 /LimitAccess
If the ISO contains an install.esd file instead, use:
DISM /Online /Cleanup-Image /RestoreHealth /Source:ESD:X:\sources\install.esd:1 /LimitAccess
Using a local repair source allows DISM to repair Windows without relying on Windows Update.
5. Verify the Correct Windows Edition
The repair source must match your installed version of Windows.
- Press Windows + R, type winver, and press Enter.
- Note your Windows edition and build.
- Ensure your ISO matches:
- Windows edition
- Language
- Architecture (64-bit or ARM)
- Download the correct ISO if necessary.
Using an incompatible repair source will cause DISM to fail.
6. Reset Windows Update Components
Corrupted Windows Update components may prevent DISM from downloading repair files.
- Open Command Prompt as Administrator.
- Stop the Windows Update services.
- Rename the SoftwareDistribution folder.
- Rename the Catroot2 folder.
- Restart the services.
- Restart your PC.
Resetting Windows Update restores its ability to provide repair files.
7. Repair the Component Store
Before restoring the image, scan the component store for corruption.
- Open Command Prompt as Administrator.
- Run:
DISM /Online /Cleanup-Image /ScanHealth
- Wait for the scan to finish.
Then run:
DISM /Online /Cleanup-Image /CheckHealth
If corruption is detected, retry the RestoreHealth command.
8. Run System File Checker
Corrupted system files may contribute to DISM errors.
- Open Command Prompt as Administrator.
- Run:
sfc /scannow
- Wait for the scan to complete.
- Restart your computer.
- Retry the DISM command.
SFC repairs protected Windows system files before DISM repairs the system image.
9. Check the Group Policy Settings
A Group Policy setting may prevent Windows from downloading repair content.
- Press Windows + R, type gpedit.msc, and press Enter.
- Navigate to:
Computer Configuration > Administrative Templates > System
- Open Specify settings for optional component installation and component repair.
- Set the policy to Enabled.
- Check Download repair content and optional features directly from Windows Update.
- Click Apply, then OK.
- Restart your PC.
This allows DISM to obtain repair files directly from Microsoft.
10. Perform an In-Place Upgrade
If the component store is severely damaged, repairing Windows with an in-place upgrade may be necessary.
- Download the latest Windows 11 ISO.
- Mount the ISO.
- Run setup.exe.
- Select Keep personal files and apps.
- Follow the installation wizard.
An in-place upgrade reinstalls Windows while preserving your files, applications, and settings.
11. Repair Windows in Safe Mode
Third-party services may interfere with the repair process.
- Restart your PC into Safe Mode with Networking.
- Open Command Prompt as Administrator.
- Run the DISM command again.
- Restart Windows normally after the repair completes.
Safe Mode minimizes software conflicts during servicing.
12. Reset Windows 11 (Last Resort)
If DISM continues to fail after trying every repair method, resetting Windows may be the only remaining option.
- Open Settings.
- Navigate to System > Recovery.
- Click Reset PC.
- Choose Keep my files if you want to preserve personal data.
- Follow the on-screen instructions.
Resetting Windows replaces damaged system components that DISM cannot repair.
Conclusion
DISM Error 0x800f0915: “The repair content could not be found anywhere” typically occurs when DISM cannot locate the files needed to repair the Windows image. This is often caused by missing Windows Update files, an incorrect repair source, a corrupted component store, or restrictive system policies.
In most cases, using a matching Windows 11 ISO as the repair source, resetting Windows Update components, or enabling Windows Update as the repair source resolves the problem. If the error persists, an in-place upgrade can repair the operating system while keeping your files and applications intact. Keeping Windows updated and maintaining a healthy component store will help prevent similar DISM errors in the future.