Encountering Error 0x80070570 in Windows can be both alarming and disruptive. This error typically appears during Windows installation, system updates, or when transferring files, and it often signals file corruption, damaged installation media, hardware issues, or disk errors. While the message may sound technical and severe, it can usually be resolved through systematic troubleshooting. Understanding the root causes is the key to applying the correct fix safely and effectively.
TLDR: Error 0x80070570 in Windows usually indicates corrupted files, failing storage devices, or damaged installation media. Start by checking your hard drive for errors, running system repair tools like SFC and DISM, and verifying installation media. If the issue persists, test your RAM and consider replacing faulty storage hardware. Acting promptly can prevent data loss and further system instability.
What Is Error 0x80070570?
Error 0x80070570 generally appears with a message such as “The file or directory is corrupted and unreadable” or “Windows cannot install required files.” It most commonly occurs in three scenarios:
- During Windows installation or reinstallation
- While performing a Windows Update
- When copying, moving, or accessing files
In most cases, the error points to corruption within the file system or issues with the storage device itself. Less frequently, it may be caused by faulty RAM or improperly created installation media.
Common Causes of Error 0x80070570
Before attempting repairs, it is important to understand the most likely causes:
- Corrupted system files
- Bad sectors on the hard drive or SSD
- Defective RAM modules
- Damaged USB installation media
- Interrupted Windows update processes
- Virus or malware infection
Identifying the specific scenario in which the error appears will guide you toward the most appropriate solution.
Method 1: Run Check Disk (CHKDSK)
If the error occurs while accessing files or installing Windows, disk corruption is a likely cause. The Check Disk utility (CHKDSK) scans for bad sectors and file system errors.
Steps to Run CHKDSK:
- Press Windows + X and select Command Prompt (Admin) or Terminal (Admin).
- Type the following command:
chkdsk C: /f /r
Replace C: with the appropriate drive letter if necessary.
- /f fixes errors.
- /r locates bad sectors and attempts recovery.
You may be prompted to restart your computer. Allow the scan to complete without interruption. This process can take considerable time depending on drive size and damage severity.
Method 2: Run System File Checker (SFC)
Corrupted Windows system files can trigger error 0x80070570 during updates or installations. The System File Checker (SFC) tool restores damaged system files.
How to Run SFC:
- Open Command Prompt as Administrator.
- Enter:
sfc /scannow
Wait for the verification process to reach 100%. If corruption is detected, the tool will attempt to repair it automatically.
Method 3: Use DISM to Repair Windows Image
If SFC cannot fix the issue, the Windows image itself might be corrupted. Use the Deployment Image Servicing and Management (DISM) tool.
Steps:
In an elevated Command Prompt, run:
DISM /Online /Cleanup-Image /RestoreHealth
This process may take 10–30 minutes. Once complete, restart your computer and run SFC again to confirm repairs.
Method 4: Check RAM for Memory Errors
Faulty RAM is a frequently overlooked cause of installation errors.
To Check Memory:
- Press Windows + R.
- Type mdsched.exe and press Enter.
- Select Restart now and check for problems.
The Windows Memory Diagnostic tool will scan for memory issues during reboot. If errors are reported, you may need to replace the affected RAM module.
Method 5: Recreate Installation Media
If you encounter error 0x80070570 during Windows installation, the installation USB drive may be corrupted.
Recommended Actions:
- Download the latest Windows ISO directly from Microsoft.
- Use the official Media Creation Tool to create bootable media.
- Try a different USB drive (preferably a new, high-quality one).
- Use a different USB port.
Corrupted or incomplete downloads are a common cause of failed installations.
Method 6: Clean Boot Before Updating
Third-party services may interfere with updates.
Perform a Clean Boot:
- Press Windows + R, type msconfig, and press Enter.
- Under the Services tab, check Hide all Microsoft services.
- Click Disable all.
- Restart your computer.
Then attempt the Windows update again.
Method 7: Scan for Malware
Malware can corrupt system files and cause disk errors.
Run a full system scan using:
- Windows Defender Offline Scan
- A reputable third-party antivirus solution
If infection is found, complete removal before proceeding with any repair attempts.
Comparison of Windows Repair Tools
| Tool | Main Purpose | Best For | Difficulty Level |
|---|---|---|---|
| CHKDSK | Repairs disk errors and bad sectors | File corruption, unreadable drives | Moderate |
| SFC | Repairs system files | Update failures, corrupted Windows files | Easy |
| DISM | Fixes Windows image corruption | SFC failures, deeper system damage | Moderate |
| Windows Memory Diagnostic | Tests RAM integrity | Installation failures, crashes | Easy |
| Media Creation Tool | Creates fresh installation media | Setup errors | Easy |
When Hardware Replacement Is Necessary
If repeated disk scans show bad sectors growing over time, your storage drive may be failing. Warning signs include:
- Slow file access
- Clicking or grinding noises (HDDs)
- Frequent file corruption
- Random system freezes
In such cases, backing up data immediately and replacing the drive is strongly advised. Continuing to operate a failing disk risks permanent data loss.
Preventive Measures
Preventing Error 0x80070570 is considerably easier than recovering from hardware failure. Follow these best practices:
- Regularly back up important files.
- Maintain sufficient free disk space (at least 15–20%).
- Use reliable antivirus protection.
- Avoid interrupting system updates.
- Monitor disk health using SMART tools.
- Use high-quality USB drives for installation media.
Routine maintenance significantly reduces the likelihood of corruption and disk-related failures.
Final Thoughts
Error 0x80070570 may appear intimidating, but it is generally resolvable with calm, methodical troubleshooting. Most cases stem from disk errors, corrupted system files, or faulty installation media. By using built-in Windows utilities such as CHKDSK, SFC, and DISM, many users can restore stability without professional intervention.
However, recurring errors should not be ignored. Persistent file corruption often indicates deeper hardware issues that require prompt attention. Acting early not only restores system functionality but also protects valuable data.
A disciplined approach—starting with software diagnostics and progressing to hardware checks—offers the highest probability of success. With careful execution of the steps outlined above, you can resolve Error 0x80070570 and restore your Windows system to reliable working condition.