High Severity
0x80070570 Error: File or Directory Is Corrupted and Unreadable
Error 0x80070570 indicates that Windows encountered a corrupted or unreadable file. This error commonly appears during Windows installation, when copying files, or during Windows Update. It often points to a hardware issue with the storage media such as bad sectors on a hard drive or faulty RAM.
Common Causes
- Bad sectors on hard drive or SSD
- Faulty or failing RAM
- Corrupted Windows installation media (USB or DVD)
- Downloaded file corruption during transfer
- SATA cable connection issues
- Storage controller driver problems
- Overheating causing read/write errors
Symptoms
- Windows installation fails during file copy phase
- Cannot copy files to or from the drive
- Windows Update fails with corruption error
- Extracted files are damaged
- Random file corruption across the system
- BSOD errors accompanying the corruption
How to Fix 0x80070570
- Run chkdsk /f /r on the affected drive
- Test RAM using Windows Memory Diagnostic or MemTest86
- Recreate Windows installation USB with fresh ISO download
- Try a different USB port or SATA port
- Replace the SATA cable
- Run SFC /scannow and DISM /RestoreHealth
- Replace the storage drive if bad sectors are confirmed
What Is Error
Error code 0x80070570 is a Windows HRESULT error code that translates to "File or Directory Is Corrupted and Unreadable". HRESULT codes are hexadecimal values used throughout the Windows operating system to indicate specific error conditions. When you see this error, it means Windows or an application encountered the condition described above and could not continue the operation.
The error code format breaks down as follows: the leading 0x8 indicates a failure, the next digits identify the facility (the Windows subsystem that generated the error), and the remaining digits specify the exact error condition.
How Serious Is
Error 0x80070570 is a serious issue that should be addressed immediately. If you are experiencing a Blue Screen of Death, your computer may be unstable and data loss is possible. Back up important files as soon as you can access the system, and work through the fixes below before continuing normal use.