Share via

System freezes when copying files.

Demetrius Karantinopoulos 85 Reputation points
2026-03-29T18:14:01.1766667+00:00

Dear All,

It's been more than 3 days trying to copy some large files from one HDD to another HDD.
After few minutes all the system freezes (including mouse cursor), Ctrl-Alt-Del is not working and the only option is to press the reset button.
I ran the sfc /scannow but no errors detected.

I cannot figure out why the systems halts.
I had never this issue before.

When copying starts after few minutes the system freezes and I receive a message that the system cannot read files from the source disk.

Can you please help me?

Thank you very much!!

PS) Some HDD ae formatted with 64k allocation unit size due to very large files on them.

Windows for home | Windows 10 | Performance and system failures
0 comments No comments

Answer accepted by question author
  1. Lucus-V 6,330 Reputation points Microsoft External Staff Moderator
    2026-04-09T21:38:48.3833333+00:00

    Hi Demetrius Karantinopoulos,

    It seems you have problem with IO and leads to system hang.

    Please download CrystalDiskInfo to check for the health of your disks.

    Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology.

    If you have further information, please feel free to let me know.

    1 person found this answer helpful.
    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Demetrius Karantinopoulos 85 Reputation points
    2026-04-03T18:03:53.02+00:00

    Dear S.Sengupta,

    Kindly Reminder about this issue.

    0 comments No comments

  2. Demetrius Karantinopoulos 85 Reputation points
    2026-03-30T03:39:25.13+00:00

    Dear S.Sengupta,

    Also to mention that I have notice that the system halts when doing Cut---->Paste
    (not Copy----->Paste).

    0 comments No comments

  3. Demetrius Karantinopoulos 85 Reputation points
    2026-03-30T03:25:42.71+00:00

    Dear S.Sengupta,

    Thank you very much for your reply.
    I follow all your instructions and the chkdsk command did not detect any errors or bad sectors on disk.
    Let me correct my previous message.

    The copy procedure fails due to fail of the Destination disk (not the Source disk).

    I wrote Source disk in first message.
    I was wrong.

    It's the Destination disk.

    0 comments No comments

  4. S.Sengupta 30,261 Reputation points MVP Volunteer Moderator
    2026-03-30T02:00:05.6366667+00:00

    Your HDD is very likely failing

    Open Command Prompt as Administrator

    Run:

    robocopy X:\ Y:\ /E /R:1 /W:1 /MT:8 /LOG:copylog.txt

    Replace:

    X: = failing/source HDD

    Y: = healthy destination HDD

    After that:

    Run:

    chkdsk X: /f /r

    Only to confirm disk condition

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.