Windows 0x80070570High

Error 0x80070570 in Windows: Causes and Solutions

Error 0x80070570 indicates corruption of the file system or individual files. It often occurs during updates, data copying, or application launches.

Updated at February 13, 2026
15-45 min
Medium
FixPedia Team
Применимо к:Windows 10Windows 11Windows Server 2016Windows Server 2019Windows Server 2022

Error 0x80070570 in Windows

Error 0x80070570 is one of the common system errors in Windows, indicating corruption in the file structure or individual files. This issue can arise in various situations: during updates, file copying, application launches, or even during the normal startup of the computer.

Symptoms of the Error

  • Error message "The file or directory is corrupted and unreadable"
  • Inability to open or copy certain files
  • Failure during application or Windows updates installation
  • The system may freeze or restart
  • Problems launching programs

Main Causes

1. File System Corruption

The NTFS file system can become corrupted due to unexpected power outages, improper shutdowns, or physical issues with the hard drive.

2. Corruption of System Files

Windows system files can be corrupted due to:

  • Failures during updates installation
  • Hardware conflicts
  • Actions of malware

3. Hard Drive Issues

Physical damage to disk sectors can cause this error. This is especially common on older hard drives or when using SSDs with worn memory cells.

4. Antivirus Software Failures

Some antivirus programs may block access to files or mark them as corrupted.

Solutions

Method 1: Check and Repair System Files (SFC)

  1. Open Command Prompt as an administrator
  2. Enter the command:
sfc /scannow
  1. Wait for the scan to complete (may take 10-15 minutes)
  2. Restart your computer

Method 2: Check Disk for Errors (CHKDSK)

  1. Launch Command Prompt as an administrator
  2. Execute the command:
chkdsk C: /f /r

Note: Replace C: with the letter of the disk you want to check. A restart will be required after executing the command.

Method 3: Using the DISM Tool

  1. Open Command Prompt as an administrator
  2. Sequentially execute:
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
  1. Restart the system after completion

Method 4: System Restore

If the error appeared recently:

  1. Press Win + R
  2. Type sysdm.cpl and press Enter
  3. Go to the System Protection tab
  4. Select System Restore
  5. Choose a restore point before the issue occurred

Method 5: Check for Viruses and Malware

  1. Run a full system scan
  2. Remove detected threats
  3. Restart your computer

Preventing the Error

To avoid the occurrence of error 0x80070570 in the future:

  • Regularly update Windows — this reduces the risk of system file conflicts
  • Use a UPS — an uninterruptible power supply will protect against power outages
  • Create backups — regularly back up important data
  • Check the disk — periodically run error checks
  • Update drivers — especially hard drive and motherboard drivers

Frequently Asked Questions

Can data be recovered with this error?

Yes, if not all sectors of the disk are damaged. Use data recovery programs (Recuva, TestDisk) to extract important files.

What to do if nothing helps?

If none of the methods resolved the issue, you may need to:

  • Perform a complete reinstallation of Windows
  • Replace the hard drive (if there are physical damages)
  • Contact a service center

The error appears every time the computer is turned on

This is a serious sign of physical problems with the hard drive. Urgently back up all important data and check the disk with specialized utilities (Victoria, CrystalDiskInfo).

Conclusion

Error 0x80070570 is a serious issue that requires immediate attention. Follow our recommendations for system recovery and remember preventive measures to avoid recurrence of the problem in the future.

F.A.Q.

What does error code 0x80070570 mean?
Is error 0x80070570 dangerous for data?
Can this error be ignored?

Hints

Run System File Checker
Check the disk for errors
Run the DISM tool
Check the system for viruses
FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community