Share via

DISM tool cleanup image command throws error 1392: "The file or directory is corrupted and unreadable"

Laura Wagner 20 Reputation points
2026-06-04T14:44:25.57+00:00

I've got an issue: Since my SFC scan failed to clean up system anomalies, I tried running the deployment optimization suite (DISM /Online /Cleanup-Image /RestoreHealth). The script runs through about 40% before crashing back to the line prompt with Error 1392, stating the system image index directory itself is completely corrupted. What are my remaining options short of a wipe? Thanks in advance.

Windows for business | Windows 365 Enterprise
0 comments No comments

Answer accepted by question author

Jason Nguyen Tran 19,870 Reputation points Independent Advisor
2026-06-04T15:20:04.76+00:00

Hello Laura Wagner,

The DISM error 1392 (“The file or directory is corrupted and unreadable”) usually means that the system image store or one of the underlying files has become damaged beyond what DISM can repair directly. Since SFC also failed, this points to deeper corruption in the component store.

Before considering a full wipe, there are a few remaining options you can try. First, run chkdsk /f on your system drive to ensure the file system itself is stable. Next, try using DISM with a known good source: DISM /Online /Cleanup-Image /RestoreHealth /Source:D:\sources\install.wim /LimitAccess (replace D: with the path to a mounted Windows ISO or installation media). This forces DISM to pull clean files from the installation image instead of the corrupted local store. If that still fails, you can attempt an in‑place upgrade repair by running the Windows setup from installation media and choosing “Upgrade” while keeping files and apps, this refreshes system components without wiping your data.

If none of these steps succeed, the last resort is a clean installation, but most users are able to recover with either the source repair or in‑place upgrade. Be sure to back up important files before attempting these advanced steps.

I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.

Jason.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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