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.