DISM cant find the source when using the /Online switch

Funky 5 Reputation points
2025-01-18T16:15:26.12+00:00

I have been trying to use the DISM Restore Health option after a windows update today, but it is failing every time. i even tried using the /StartComponentCleanup which completes successfully but retrying /RestoreHealth again yields the same fail error.

Also when the progress comes to 62.3% it gets stuck there for about 5 minutes and the entire system starts to stutter for that duration, then the progress jumps to 100% with the source error.

Windows 11 Build: 24H2 Insider Preview 26120.2992

Update: Cumulative Update for Windows 11 Insider Preview (10.0.26120.2992) (KB5050083)

Error: User's image Gets stuck at 62.3% with the entire system stuttering even mouse pointer drops frames while moving.User's image

Dism Log:User's image

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Marcin Policht 49,640 Reputation points MVP Volunteer Moderator
    2025-01-19T12:23:12.7433333+00:00

    Try https://answers.microsoft.com/en-us/windows/forum/all/dism-restore-health-stuck-at-623/ded69db0-2622-4c1c-8da6-cfd12425ce2e


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. Anonymous
    2025-01-20T02:20:53.2166667+00:00

    Hi Funky,

    Please open cmd as administrator and run Dism.exe /online /Cleanup-Image /StartComponentCleanup.

    Then try the Dism /Online /Cleanup-Image /RestoreHealth command again.

    You can also try specifying the location of the source files using the /Source option. For example:

    Dism /Online /Cleanup-Image /RestoreHealth /Source:<path_to_source> /LimitAccess
    

    This command specifies the path to the source files that can be used for the repair. Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.