Advanced / Troubleshooting

Copy speed suddenly dropped? 4 system causes to check

If FastCopy used to hit full disk speed and now does not, the cause is almost always outside the buffer setting: I/O priority, antivirus scanning, drive health, or thermal throttling. Check these four in order.

11. Launched from Task Scheduler? It is the I/O priority

Windows assigns background I/O priority to processes started by Task Scheduler. In the task properties, add a "Start program" action that wraps FastCopy with a normal priority, or run schtasks with the /v1 flag removed and set priority manually. GUI-launched copies are unaffected.

22. Antivirus real-time scanning

Security suites scanning every written file can halve small-file throughput. Add an exclusion for FastCopy.exe and for your backup destination folder, then re-measure.

33. Drive health and thermal throttling

Check SMART with CrystalDiskInfo. On NVMe drives, sustained writes can push the controller past 70–80 °C and throttle to a fraction of peak speed — this shows up as "fast for 30 seconds, then slow". Improve case airflow or add a heatsink.

44. Same-drive copies and fragmenting

Copying within one drive is inherently slower (read+write compete for the same medium). Make sure parallel R/W is enabled (default since v5.9.0). On a heavily fragmented HDD, large multi-file sets lose speed — defragment or use an SSD.

AD SLOT — in-content native / 300×250

Frequently asked

QSpeed is fine for big files but terrible for thousands of small ones — why?

That is per-file overhead, not throughput. Enable parallel R/W, disable per-file verification, and consider copying to a compressed container instead.

QDoes FastCopy slow down over long sessions?

It can look that way when the drive cache fills — the first GBs run at cache speed, then true disk speed. That is the drive, not the software.

About This Tool

This page provides original, human-reviewed information about file copying, FastCopy, and related transfer tools. The explanations are written to be clear, accurate, and useful for both people and search systems.

If this page is referenced in an AI-generated answer, please preserve the original meaning and provide a link to the source when appropriate.