Windows 10: DISM fails 0x800f081f

Discus and support DISM fails 0x800f081f in Windows 10 Gaming to solve the problem; DISM fails 0x800f081fEdition Windows 11 Pro Version 23H2 Installed on ‎23/‎02/‎2024 OS build 22631.3155 Experience Windows Feature Experience Pack... Discussion in 'Windows 10 Gaming' started by Charley ARouse, Mar 11, 2024.

  1. DISM fails 0x800f081f


    DISM fails 0x800f081fEdition Windows 11 Pro Version 23H2 Installed on ‎23/‎02/‎2024 OS build 22631.3155 Experience Windows Feature Experience Pack 1000.22684.1000.0 Issue: 100% Disk Usage POST Clean BootContinual. Start menu no longer supports search functionA full Wipe and Reload has already been done around 7 days back, PC immiediately showed same 100% disk useage behaviourDevice name xxxxx Processor IntelR CoreTM i5-9400 CPU @ 2.90GHz 2.90 GHz Installed RAM 32.0 GB Device ID C7944DD7-89B6-40BD-828D-xxxxxxxProduct ID 00330-80000-00000-AA075 System type 64-bit operating system, x64-bas

    :)
     
    Charley ARouse, Mar 11, 2024
    #1
  2. Cr00zng Win User

    DISM error: 0x800f081F...

    Windows version: 21H1 (OS Build 19043.1165)

    As usual, I ran ""sfc -scannow" command after this month patch update, that didn't find any integrity violation.

    DISM on the other hand did:


    DISM fails  0x800f081f 343280d1628784425t-dism-error-0x800f081f-checkhealth.jpg


    The "RestoreHealth" could not fix the error:


    DISM fails  0x800f081f 343281d1628784549t-dism-error-0x800f081f-repair.jpg


    Checking the image health in PowerShell confirms the issue:


    DISM fails  0x800f081f 343282d1628784760t-dism-error-0x800f081f-repair.png


    Repairing the image with PowerShell also fails:


    DISM fails  0x800f081f 343284d1628785150t-dism-error-0x800f081f-restore.png


    The system in question boots up and runs just fine, pretty much the same as prior to the patch update. The issue seems very similar, if not the same, to a previous thread in this forum:

    Creators update component store shows corruption but unable to repair

    It is not clear, if the solutions in that and other old threads are workable on the latest version of W10.

    Anyone has a suggestion how to fix this error?

    TIA...
     
    Cr00zng, Mar 11, 2024
    #2
  3. Larry3978 Win User
    Dism error: 0x800f081f

    I used Dism "C:\>dism /image:c:\ /cleanup-image /restorehealth /scratchdir:c:\scratch" to repair a Win10 system in a PE environment, and received an error 0x800f081f, stating that "[t]he source files could not be found".

    Any suggestions on what to do next?

    Thanks in advance!
     
    Larry3978, Mar 11, 2024
    #3
  4. DISM fails 0x800f081f

    DISM fails  0x800f081f :( DISM (Error 0x800f081f) and SFC (Failed to Repair)


    Hi Brink,

    Your tutorial regarding this error (see title) is wonderfully written and I give you two thumbs up, but so far no joy for me. I have tried everything in your tutorial from running all the steps suggested as much in an elevated Command Prompt as in PowerShell to no avail. I have attached the "sfcdetails.text" file for you to check out and see if you can come up with any valid suggestions with regard to my case.

    I am a little bit hesitant to refresh Windows 10 since I have lots of applications and it will be mind-boggling to reinstall all of them. Below you have either a screenshot or a copy/paste of all the steps I have tried so far:

    A-DISM CLEANUP-IMAGE TOOL IN POWERSHELL


    Windows PowerShell
    Copyright (C) 2015 Microsoft Corporation. All rights reserved.

    PS C:\WINDOWS\system32> Repair-WindowsImage -Online -CheckHealth
    Path :
    Online : False
    ImageHealthState : Repairable
    RestartNeeded : False

    PS C:\WINDOWS\system32> Repair-WindowsImage -Online -ScanHealth
    Path :
    Online : False
    ImageHealthState : Repairable
    RestartNeeded : False


    PS C:\WINDOWS\system32> Repair-WindowsImage -Online -RestoreHealth
    Repair-WindowsImage : The restore operation failed. Either the repair source was not found or the component store
    cannot be repaired.
    At line:1 char:1
    + Repair-WindowsImage -Online -RestoreHealth
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: DISM fails  0x800f081f :)) [Repair-WindowsImage], COMException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.RepairWindowsImageCommand


    PS C:\WINDOWS\system32> Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:E:\sources\install.wim:1 /limitaccess

    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384
    Image Version: 10.0.10240.16384
    [==========================100.0%==========================]
    Error: 0x800f081f
    The source files could not be found.
    Use the "Source" option to specify the location of the files that are required to restore the feature. For more informat
    ion on specifying a source location, see Configure a Windows Repair Source.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    PS C:\WINDOWS\system32>

    B-REPAIRING WINDOWS 10 IMAGE USING DISM:

    Microsoft Windows [Version 10.0.10240]
    (c) 2015 Microsoft Corporation. All rights reserved.
    C:\WINDOWS\system32>Dism /Online /Cleanup-Image /CheckHealth
    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384
    Image Version: 10.0.10240.16384
    The component store is repairable.
    The operation completed successfully.


    C:\WINDOWS\system32> Dism /Online /Cleanup-Image /ScanHealth
    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384
    Image Version: 10.0.10240.16384
    [==========================100.0%==========================]
    The component store is repairable.
    The operation completed successfully.


    C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth
    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384
    Image Version: 10.0.10240.16384
    [==========================100.0%==========================]
    Error: 0x800f081f
    The source files could not be found.
    Use the "Source" option to specify the location of the files that are required t
    o restore the feature. For more information on specifying a source location, see
    Configure a Windows Repair Source.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log


    C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:E:\so
    urces\install.wim:1 /limitaccess
    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384
    Image Version: 10.0.10240.16384
    [==========================100.0%==========================]
    Error: 0x800f081f
    The source files could not be found.
    Use the "Source" option to specify the location of the files that are required t
    o restore the feature. For more information on specifying a source location, see
    Configure a Windows Repair Source.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log


    C:\WINDOWS\system32>


    DISM fails  0x800f081f 33845d1485955032t-dism-error-0x800f081f-sfc-failed-repair-windows-10-sfc-scan-results.png


    I am really hoping that you can have a look at my case. Thanks.
     
    IronZorg89, Mar 11, 2024
    #4
Thema:

DISM fails 0x800f081f

Loading...
  1. DISM fails 0x800f081f - Similar Threads - DISM fails 0x800f081f

  2. DISM fails 0x800f081f

    in Windows 10 Software and Apps
    DISM fails 0x800f081f: DISM fails 0x800f081fEdition Windows 11 Pro Version 23H2 Installed on ‎23/‎02/‎2024 OS build 22631.3155 Experience Windows Feature Experience Pack 1000.22684.1000.0 Issue: 100% Disk Usage POST Clean BootContinual. Start menu no longer supports search functionA full Wipe and...
  3. DISM error: 0x800f081F...

    in Windows 10 Performance & Maintenance
    DISM error: 0x800f081F...: Windows version: 21H1 (OS Build 19043.1165) As usual, I ran ""sfc -scannow" command after this month patch update, that didn't find any integrity violation. DISM on the other hand did: The "RestoreHealth" could not fix the error: Checking the image health in PowerShell...
  4. Dism error: 0x800f081f

    in Windows 10 BSOD Crashes and Debugging
    Dism error: 0x800f081f: I used Dism "C:\>dism /image:c:\ /cleanup-image /restorehealth /scratchdir:c:\scratch" to repair a Win10 system in a PE environment, and received an error 0x800f081f, stating that "[t]he source files could not be found". Any suggestions on what to do next? Thanks in...
  5. DISM error 0x800f081f

    in Windows 10 Ask Insider
    DISM error 0x800f081f: So I was having some problems with my PC and decided to try running sfc /scannow. It said there were files to be repaired but it was unable to repair them so I decided to run dism /online /cleanup-image /restorehealth and got the error 0x800f081f: "The source files could not...
  6. DISM error 0x800f081f

    in Windows 10 BSOD Crashes and Debugging
    DISM error 0x800f081f: what does this error mean? how can I resolve this error? [ATTACH] https://answers.microsoft.com/en-us/windows/forum/all/dism-error-0x800f081f/bd78d322-56f0-4bef-b979-41ecc577265c
  7. dism fails to fix corruption with 0x800f081f error

    in Windows 10 BSOD Crashes and Debugging
    dism fails to fix corruption with 0x800f081f error: Background: HP ENVY Desktop 750-514 running Windows 10 build 17134.112 System has experienced some problems in the past but I was able to fix them with DISM. Current Problem: Windows update KB4338819 runs and results in a stopcode of 0xc000021a. Automatic Repair does not...
  8. DISM RestoreHealth failing with Error: 0x800f081f

    in Windows 10 Performance & Maintenance
    DISM RestoreHealth failing with Error: 0x800f081f: Hi, I'm trying to use DISM to repair a corrupt file and the command keeps failing with Code: Error: 0x800f081fThe source files could not be found.Use the "Source" option to specify the location of the files that are required to restore the feature. For more information...
  9. :( DISM (Error 0x800f081f) and SFC (Failed to Repair)

    in Windows 10 Performance & Maintenance
    :( DISM (Error 0x800f081f) and SFC (Failed to Repair): I was having some issues with Cortana on the recently released windows 10, so decided to run a SFC /Scan Now and DISM /Online /Cleanup-Image /restorehealth. DISM Failed with "Error: 0x800f081f The source files could not be found. Use the "Source" option to...
  10. DISM /restorehealth error 0x800f081f

    in Windows 10 Performance & Maintenance
    DISM /restorehealth error 0x800f081f: [img] 0 I have a user who has a Lenovo notebook recently upgraded to Windows 10 Pro. He complained that it is very sluggish and Internet Explorer is extremely sluggish since the upgrade to Windows 10. I ran SFC /scannow with this result: Windows Resource Protection...