Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » Windows Server » DISM failed with error 0x800f081f: Source file could not be found

DISM failed with error 0x800f081f: Source file could not be found

Posted on 21/09/202022/02/2025 Christian By Christian No Comments on DISM failed with error 0x800f081f: Source file could not be found
DISM error 0x800f081f

Usually, the DISM failed “0x800f081f” error is caused by incorrectly configured system settings or irregular entries in the Windows registry. But in this case, this error message states that the DISM tool was unable to find the files required to fix the Windows image in their default location. In this article, we shall discuss “DISM failed with error 0x800f081f: Source file could not be found”. DISM failed with error 0x800f081f. Pleaase see Error 0xc1420127: The specified image in the specified wim is already mounted for read and write access, and Error 740: Elevated permissions are required to run DISM.

Here are some related contents, see how to fix error 0xc1510114: The wim file needs to be remounted, Error 0x80070002: When trying to mount an image file, Error code 15601: How to resolve DISM unspecified error when removing preinstalled packages, 

This means the source files could not be found” even with the correct ISO, source files, and the right path. I also got this error without having any dependency issues. Below is the error log prompted when I tried adding packages to the Windows Image (WIM).

  • Error: 0x800f081f
  • DISM failed. No operation was performed.
  • For more information, review the log file.
  • The DISM log file can be found at C:\windows\Logs\DISM\dism.log

To resolve this DISM failed with error 0x800f081f issue, you have to either run a component clean up and then an SFC Scan or provide DISM with a location that contains the files it needs to attempt the image repair.

Solution to DISM failed with error 0x800f081f

I resolved this by downloading the Windows 10 ISO from the Microsoft Tech Bench Upgrade Program. Using that as the source for the DISM command and download the iso file again. You can use this alternative link too.

Alternatively, the Windows 10 2004 language ISO can be downloaded from the following website https://my.visualstudio.com or from https://www.microsoft.com/vlsc, which is Volume Licensing Service Center as well.

Next step in resolving DISM failed error 0x800f081f is mounting the iso. Once you’ve downloaded the iso, mount it. ( Right-click at the iso file > click Mount ) and extract the needed package (FoD) you wish to add to your install.wim file (windows image). See this article on how to add packages to the Windows image (install.wim) file.

Now, when you try to add the package again with the right PackageFamilyName (UWP), you should get the following message below that the installation was successful.

Deployment Image Servicing and Management tool
Version: xxxxxxx

Image Version: xxxxxx

Processing 1 of 1 - Adding package Microsoft-OneCore-DeveloperMode-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.1
[==========================100.0%==========================]

If the following step mentioned above do not work, you should perform the following steps below.

1: Analyse the Component:

Before proceeding to start the component clean, first analyze it to see if there are DISM failed 0x800f081f errors. Here is the command to achieve this. MountZ here is the mounted directory.

dism /Image:G:\Path-to-the-mounted-wim-file\<MountedZ> /Cleanup-Image /AnalyzeComponentStore >>G:\path-to-the-text-fileoutput\AnalyzeCompStore.txt

2: Clean the Components File

The first way to tackle this DISM failed with error 0x800f081f issue is to clean up image components. This can be done by running another DISM command. Use the command below to resolve issues with the install.wim file.

dism /Cleanup-Image:G:\path-to-mounted-wim-file/StartComponentCleanup /ResetBase

Note: Also try to see if there are dependencies that is needed for the the package you are adding. If this is not meant, this could also result to issue.

I hope you found this blog post on “DISM failed with error 0x800f081f: Source file could not be found” helpful. If you have any questions about the DISM failed error 0x800f081f, please let me know in the comment session.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:Microsoft Deployment Toolkit (MDT), WDS, Windows Deployment Services

Post navigation

Previous Post: Adding a new partition to an existing Linux server
Next Post: NTuser.dat file: How to correctly load Windows Registry Hive

Related Posts

  • How to visualize MBAM Recovery Audit Report with Python
    Visualize MBAM Recovery Audit Report with Python Automation
  • wmic4
    How to find User Security Identifier (SID) in Windows [Part 1] Windows
  • dfggg
    SimpleSAMLphp Setup on Windows Server [Part 1] Windows Server
  • mountedimagenotaccessible
    Unable to access the image: Make sure that the image path exist Windows
  • Certificates
    The application /Certsrv does not exist: How to configure Certificate Enrollment Web Services and Certificate Authority Web Enrolment Windows Server
  • Netstat
    Network statistics: How to save netstat command output to a text Web Server

More Related Articles

How to visualize MBAM Recovery Audit Report with Python Visualize MBAM Recovery Audit Report with Python Automation
wmic4 How to find User Security Identifier (SID) in Windows [Part 1] Windows
dfggg SimpleSAMLphp Setup on Windows Server [Part 1] Windows Server
mountedimagenotaccessible Unable to access the image: Make sure that the image path exist Windows
Certificates The application /Certsrv does not exist: How to configure Certificate Enrollment Web Services and Certificate Authority Web Enrolment Windows Server
Netstat Network statistics: How to save netstat command output to a text Web Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • PrintNightMare 1
    PrintNightmare security update for Windows Server and Windows 10 Security | Vulnerability Scans and Assessment
  • maxresdefault
    The following errors occurred attempting to join the domain: The specified domain either does not exist or could not be contacted Windows Server
  • wine 2 1
    How to install and uninstall WineHQ on Linux Linux
  • Featured image Unblock Microsoft Store
    How to Unblock Microsoft Store on Windows 11 Windows
  • GNS3
    How to Connect GNS3 to the internet on Windows Network | Monitoring
  • microsoft edge
    All available Policies for the latest version of Microsoft Edge Windows
  • App Locker
    Harden your Veeam Backup Server with Microsoft AppLocker Windows
  • mbamreports
    Email notifications for MBAM Enterprise and Compliance and Recovery Audit reports Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,821 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.