- The Source Files Could Not Be Found
- Dism Restore Health Source Files Could Not Be Found A Way
- Dism The Source File Cannot Be Found
- Dism Restore Health Source Files Could Not Be Found Within
- Dism /online /cleanup-image /restorehealth Source Files Could Not Be Found
- Dism Log File Not Found
Deployment Imaging and Servicing Management (DISM) has been a very promising way to repair corrupted system image. We’ve told you all about the magical DISM commands in following article:
However, we’ve seen some cases where even DISM commands fails to execute and thus you can’t repair your machine. Today, in this article, we’re going to talk about one such issue that we faced recently. While we executed DISM‘s restore health command (i.e. Dism /Online /Cleanup-Image /RestoreHealth), the following message appeared which aborted the operation as well.
The Source Files Could Not Be Found
Here is my dism.log file. PID=4836 TID=5692 The source files could not be found; their location must be specified using the /source option to restore the feature. Thanks for the information. If you didn't install any new Powershell version besides the one included on Windows 8.1, try this: - From Windows and Features Disable Powershell - Install the Language Packs you use - Restart the computer - Enable Powershell again.
Error: 0x800f081f; The source files could not be found.
This message clearly indicates that DISM is missing required source file(s) that can be provided with Windows installation disc. So here are the possible solutions that you can try to resolve this problem:
FIX : DISM Error 0x800f081f, The Source Files Could Not Be Found In Windows 10
FIX 1 – Clean Up Image Components
The first way to tackle this issue is to clean up image components. This can be done by running another DISM command. Here is what you need to do:
1. Open administrative Command Prompt.
2. Type Dism.exe /online /Cleanup-Image /StartComponentCleanup
and press Enter key.
Once you’re done with that, you can retry running Dism /Online /Cleanup-Image /RestoreHealth command.
FIX 2 – Using Windows ISO Disc Image
If you’ve Windows installation media such as ISO file with you, it can be used to resolve this problem very easily. You need to follow these simple steps:
1. Locate Windows OS ISO file using File Explorer and right click on it, select Mount. This will mount the disc image to your Windows with a temporary drive letter.
2. Next, type following commands one-by -one and press Enter key after each:
After executing these commands, you have to identify correct drive letter on which Windows ISO file is mounted. Then run this final command:
*Substitute X with correct system drive letter in your case.
You’ve now redirected DISM to mounted Windows ISO file. Hence, you can now run DISM command i.e. Dism /Online /Cleanup-Image /RestoreHealth and it should work.
Hope this helps! If the issue still persists, try reinstalling Windows 10 without affecting your machine.
Related:DISM fails with error 0x800f0906 on Windows 10 Creators Update (V1703).
Last updated on October 6th, 2017
The DISM error 0x800f0906: Source files could not be downloaded, occurred on a Windows 10 based computer after running the 'DISM /Online /Cleanup-Image /RestoreHealth' command.
The error message indicates that Windows cannot connect online to download the required files to repair the Windows 10 image, despite the fact that the system has already access to the Internet and to Microsoft servers without any problem.
DISM Error 0x800f0906 in details:
'C:WINDOWSsystem32>DISM /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.15063.0
Image Version: 10.0.15063.0
[100.0%]
Error: 0x800f0906
The source files could not be downloaded.
Use the 'source' option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:WINDOWSLogsDISMdism.log'
This troubleshooting guide contains detailed instructions to fix the DISM Error 0x800f0906 in Windows 10/8/8.1
How to FiX DISM RestoreHealth Error 0x800f0906.
Method 1. Run DISM command again.
Method 2. Check your date and time settings.
Method 3. Run the Windows Update troubleshooter.
Method 4. Force Windows to re-create the Windows Update Store folder.
Other Methods to fix DISM /RestoreHealth Errors.
Method 1. Run DISM command again.
On a Windows 10 Home based computer, I realized that DISM fails with error 0x800f0906, at 100% of the Restore Health process. So, I decided to run 'DISM /Online /Cleanup-Image /RestoreHealth' command again and fortunately the DISM problem 'The source files could not be downloaded' disappeared.
So, before you continue to the rest methods, execute the 'DISM /Online /Cleanup-Image /RestoreHealth' command once more, to verify if the DISM error 0x800f0906 persists.
Method 2. Check your date and time settings.
Ensure that your computer's (or phone) date and time are correct. To do that
1. Simultaneously press the Windows + R keys to open run command box.
2. Type control panel and press Enter.
2. Change the View by: to Small icons.
Dism Restore Health Source Files Could Not Be Found A Way
3. Open Date and Time.
4. Press Change date and time.
4a. Set the current date/time/year and click OK.
5. Press the Change time zone button.
5a. Set your current Time Zone and press OK.
6. Choose the Internet Time tab and click the Change settings button.
6a. Check the Synchronize with an Internet time server checkbox & then choose a Time Server from the list (e.g. time.windows.com).
6b. When done, click Update Now.
6c. When the time is updated, press OK twice to close all open windows.
7. Restart your computer and run the 'DISM /Online /Cleanup-Image /RestoreHealth' command again.
Method 3. Run the Windows Update troubleshooter.
1. Download and Save on your computer the Windows 10/8 Update Troubleshooter.
2. Run the Windows Update Troubleshooter and press Next.
3. Choose Try troubleshooting as an administrator.
4. Press Next and follow the rest of the steps in the wizard to repair problems with Windows update.
5. When the repair is completed, Close the wizard.
6. Restart your computer and run the 'DISM /Online /Cleanup-Image /RestoreHealth' command again.
Method 4. Force Windows to re-create the Windows Update Store folder.
The Windows Update Store folder (commonly known as 'SoftwareDistribution' folder) is the location where Windows stores the downloaded updates.
-If the SoftwareDistribution folder becomes corrupted then it causes problems with Windows Update. So, one of the most efficient solutions to resolve problems with Windows Update is to recreate the SoftwareDistribution folder. To do that:
Dism The Source File Cannot Be Found
1. Simultaneously press the Windows + R keys to open run command box.
2. In run command box, type: services.msc and press Enter.
3. Right click on Windows Update service and select Stop.
4. Open Windows Explorer and navigate to C:Windows folder.
5. Select and Delete the “SoftwareDistribution” folder.*
(Click Continue at 'Folder Access Denied' window).
* Note: The next time the Windows Update run, a new empty SoftwareDistribution folder will be created automatically by Windows to store updates.
6.Restart your computer and run the 'DISM /Online /Cleanup-Image /RestoreHealth' command again.
Other Methods to fix DISM /RestoreHealth Errors.
If you still face problems when running DISM, after applying the above mentioned methods, then proceed and try the instructions from the following articles:
Dism Restore Health Source Files Could Not Be Found Within
That's it! Let me know if this guide has helped you by leaving your comment about your experience. Please like and share this guide to help others.