If you encounter Windows 10 Error Code 0x80070570, which states that a file or directory is corrupted and unreadable, follow these steps to fix the issue:
Solution 1: Run System File Checker
Corrupted system files often cause this error. Use the System File Checker (SFC) tool to repair them:
- Press Win + X and select Command Prompt (Admin).
- Type sfc /scannow and press Enter.
- Wait for the scan to complete. This process may take some time.
- If any corrupted files are found, the tool will attempt to repair them automatically.
- Restart your computer and check if the error is resolved.
Solution 2: Check Disk for Errors
If there are issues with the hard drive, running a check disk utility can help fix them:
- Press Win + X and select Command Prompt (Admin).
- Type chkdsk /f and press Enter.
- Type Y to schedule the disk check and restart your computer.
- The check will run during the restart and attempt to fix any disk errors.
Solution 3: Use Windows Update Troubleshooter
If this error occurs while updating Windows, the Windows Update Troubleshooter may resolve it:
- Go to Settings > Update & Security > Troubleshoot.
- Click on Additional troubleshooters and select Windows Update.
- Run the troubleshooter and follow the instructions to fix any issues related to Windows Update.
Solution 4: Reinstall Windows Update Components
If the problem persists, reinstalling the Windows Update components may help:
- Press Win + X and select Command Prompt (Admin).
- Type the following commands one by one, pressing Enter after each:
net stop wuauserv net stop bits net stop cryptsvc rename C:WindowsSoftwareDistribution SoftwareDistribution.old rename C:WindowsSystem32catroot2 catroot2.old net start wuauserv net start bits net start cryptsvc
- Restart your computer and try updating again.
Solution 5: Use a System Restore Point
If the error occurred recently, using a system restore point can help revert your system back to a state before the error:
- Go to Control Panel > System and Security > System.
- Click on System Protection and then System Restore.
- Follow the instructions to restore your system to an earlier point.
If none of these steps resolve the error, you may need to reinstall Windows or contact Microsoft Support for further assistance.
For more “Windows 10” solutions, please check our Windows 10.
Leave a Reply