Why file copying speed matters, and what actually controls it

File copying speed depends on three things: the type of storage you're moving files between, how many files you're moving, and what your operating system is doing in the background. A single large video file copies faster than ten thousand small photos, even if the total size is the same. Moving files within the same hard drive is faster than moving them to an external drive or network location. And if your computer is running backups, updates, or virus scans at the same time, everything slows down.

You cannot make copying faster than your hardware allows. A USB 2.0 drive has a hard ceiling of about 60 megabytes per second. A USB 3.0 drive can reach 400 megabytes per second. A solid-state drive (SSD) is faster than a traditional hard disk drive (HDD). But within those limits, you can remove the software slowdowns that most people don't know they're creating.

Key Takeaways

  • Close programs that are scanning or writing to disk — antivirus software, backup tools, and cloud sync apps slow copying by competing for access to your storage.
  • Copy files in batches by type and size rather than one folder at a time; the operating system handles fewer large transfers faster than many small ones.
  • Use external drives formatted as exFAT instead of FAT32 if you're moving files larger than 4 gigabytes, because FAT32 cannot handle them and will fail partway through.
  • On Windows, disable indexing for external drives you use only occasionally, and check Task Manager to see which processes are using your disk while copying.
  • On Mac, avoid copying to drives connected over Wi-Fi (AirDrop, network shares) unless necessary, because wireless is much slower than USB or Thunderbolt.

Close background programs that access your disk

Antivirus software, backup tools, cloud storage apps (OneDrive, Google Drive, Dropbox, iCloud), and Windows Search all scan or write to your disk continuously. When you start a copy operation, they compete with it for access. The operating system has to pause your copy, let the other program do its work, then resume your copy. This happens hundreds of times per second and adds up to significant slowdown.

On Windows: Open Task Manager (press Ctrl+Shift+Esc), click the Performance tab, then click Disk. Watch the disk usage percentage while you copy files. If it stays above 50 percent and you see programs other than File Explorer listed, close them. Right-click each one in the Processes tab and select End Task. Temporarily disable Windows Search by typing "services" in the Start menu, finding Windows Search, right-clicking it, and selecting Stop. You can turn it back on after copying.

On Mac: Open Activity Monitor (search for it in Spotlight), click the Disk tab, and sort by Disk Write Bytes. If you see Spotlight indexing, Time Machine, or cloud sync apps using significant disk activity, quit them. You can pause Time Machine in System Settings > General > Time Machine. Quit Dropbox or other sync apps by right-clicking their menu bar icons and selecting Quit.

Organize files into batches before copying

Copying one large folder is faster than copying the same files scattered across ten small folders. The operating system has to open and close each folder, read its contents, and write them to the destination. Doing this once is faster than doing it ten times.

Before you copy, group files by type and size. Put all your photos in one folder, all your documents in another, all your videos in a third. If you're moving files to an external drive with limited space, copy the largest files first. If the drive fills up partway through, you've at least moved the most important data.

If you're copying thousands of small files (like a website backup or a software project), compress them into a single .zip file first. Copying one zip file is much faster than copying ten thousand individual files. Unzip it at the destination afterward.

Check your storage connection type and format

The cable and port you use matter more than most people realize. USB 3.0 is roughly six times faster than USB 2.0. Thunderbolt (on Mac) is faster than USB 3.0. Wi-Fi is slowest of all. If you're copying to an external drive, use the fastest port available on your computer.

The file system format of your external drive also affects speed. FAT32 is the oldest format and has a hard limit: it cannot store files larger than 4 gigabytes. If you try to copy a 5-gigabyte video file to a FAT32 drive, the copy will fail partway through. exFAT removes this limit and works on both Windows and Mac. NTFS is Windows-native and slightly faster on Windows machines, but Mac cannot write to NTFS without third-party software. APFS is Mac-native and fastest on Mac, but Windows cannot read it.

If your external drive is formatted as FAT32 and you need to copy large files, back up any data on it first, then reformat it as exFAT. On Windows, right-click the drive, select Format, choose exFAT from the File System dropdown, and click Start. On Mac, open Disk Utility, select the drive, click Erase, choose exFAT, and click Erase again.

Disable indexing on external drives you use occasionally

Windows Search indexes every file on every connected drive so you can search them quickly. This is useful for your main hard drive, but it slows down copying to external drives you only use sometimes. If you plug in an external drive and when ready start copying, Windows will index it at the same time, competing for disk access.

To disable indexing on a specific external drive, right-click it in File Explorer, select Properties, and uncheck "Allow this drive to have files indexed in addition to file properties." Windows will stop indexing it when ready. You can still search files on that drive; it will just be slower. When you unplug the drive, Windows forgets this setting, so you may need to repeat it the next time you plug it in.

Do not disable indexing on your main C: drive. Disabling it there makes Windows Search slower overall and can slow down other operations.

Use the right copying method for your situation

On Windows, dragging and dropping files in File Explorer works fine for most copying tasks. If you're copying hundreds of files or large amounts of data, right-click and select Cut, then right-click at the destination and select Paste. Cut-and-paste is slightly faster because Windows knows it can delete the originals after pasting, so it doesn't have to verify the copy as thoroughly.

On Mac, dragging files copies them by default. Option-dragging moves them (equivalent to cut-and-paste on Windows). For large transfers, Option-drag is marginally faster. Both Mac and Windows also support copying via the command line (Terminal on Mac, Command Prompt on Windows), which can be faster for very large batches, but requires typing commands and is not necessary for most users.

Avoid copying over Wi-Fi unless you have no other choice. AirDrop on Mac, network shares, and cloud storage apps all use Wi-Fi, which maxes out around 50 to 100 megabytes per second on a good connection. A USB 3.0 drive can be five times faster. If you're moving large amounts of data regularly, use a wired connection.

Monitor what's actually happening during the copy

Windows and Mac both show a progress window when you copy files, but it doesn't tell you why copying is slow. On Windows, open Task Manager while copying and watch the Disk tab. If disk usage is consistently below 30 percent, something else is competing for access. If it's above 80 percent and the copy is still slow, your storage hardware may be the bottleneck, and there's not much you can do except wait.

On Mac, open Activity Monitor and watch the Disk Read/Write activity. If you see high disk usage but the copy progress bar is moving slowly, check which processes are using the disk. If it's Spotlight, Time Machine, or a backup tool, quit it and restart the copy.

If copying is consistently slow even after closing other programs, your external drive may be failing. Try copying to a different drive. If that's faster, the original drive may need replacement.

Frequently Asked Questions

Why does copying the same files twice take different amounts of time?

The first copy is often slower because the operating system is reading files from disk for the first time, and the disk head has to move around to find them. The second copy may be faster because parts of the file are cached in RAM. If the first copy is faster, it usually means background programs were running during the second copy.

Does copying files damage an external hard drive?

Normal copying does not damage a drive. Unplugging a drive while it's copying can corrupt files or damage the drive itself. Always wait for the progress window to close and the operating system to say the copy is complete before unplugging. On Mac, eject the drive first by dragging it to Trash or right-clicking and selecting Eject.

Is it faster to copy files to a cloud drive like Google Drive or OneDrive?

No. Cloud uploads are limited by your internet speed, which is almost always slower than local storage. A typical home internet connection uploads at 5 to 20 megabytes per second. A USB 3.0 drive copies at 400 megabytes per second. Use cloud storage for backup and sharing, not for moving large amounts of data quickly.

Can I speed up copying by changing settings in Windows or Mac?

The main settings that affect speed are disabling indexing (Windows), disabling Spotlight indexing (Mac), and closing background programs. Beyond that, speed is determined by your hardware. Changing visual effects or power settings has minimal impact on copying speed.

What's the difference between copying and moving files?

Copying creates a duplicate and leaves the original in place. Moving (cut-and-paste) removes the original after creating the duplicate. Moving is marginally faster because the operating system doesn't have to verify the copy as thoroughly, but the difference is usually only a few seconds for typical file sizes.