Hi thomas de beer,
Thanks for reaching out to Microsoft Q&A Forum. I understand that you are encountering error 0x80070570 when copying files to an external drive, and chkdsk reports file corruption, while you want to proceed without losing your files.
Please make sure you already tried the Q&A Assist steps. In addition, please try the following.
To narrow this down a bit:
1, Does the copy error occur with multiple external drives, or only with this specific device?
2, Are the affected files located on your internal system drive or only on the external drive?
In the meantime, you can try these steps:
1, Perform a read-only disk check on the source drive
- Open Command Prompt as administrator
- Run
chkdsk X:(replace X with the source drive letter) - This checks file system integrity without making changes
2, Try copying files using a more resilient copy method
- Use File Explorer to copy a small batch of files at a time
- Skip files that fail and continue with the remaining data
3, Use the built-in Windows robocopy tool to avoid retries on bad files
- Open Command Prompt as administrator
- Run
robocopy X:\ Y:\ /E /R:0 - X is the source drive and Y is the destination drive
4, Check the external drive connection
- Connect the external drive directly to the PC without a hub
- Try a different USB port or cable if available
5, Scan the drive for malware or file system interference
- Open Windows Security
- Run a full scan on the affected drive
6, Check drive health using Windows tools
- Open Event Viewer
- Review Windows Logs under System for disk-related warnings or errors
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.