A noticeably slow external drive is often not a failing drive at all — it's a configuration issue Windows introduces silently, especially after a Windows update resets driver settings. Check these before spending money on a replacement.
01Confirm it's actually running at USB 3.0/3.1 speeds
A USB 3.0 drive plugged into a USB 2.0 port (often color-coded black instead of blue, or on a rear panel port without a matching controller) will run at USB 2.0 speeds — roughly a tenth of USB 3.0's throughput. Check Device Manager → Universal Serial Bus controllers, and confirm the drive is listed under a "USB 3.0/3.1 eXtensible Host Controller" entry, not just a generic USB Hub.
02Check the drive's power management settings
Windows aggressively power-manages USB devices to save battery on laptops, and this can throttle external drives even when plugged into a desktop.
- Device Manager → find the drive under "Disk drives."
- Right-click → Properties → Power Management tab.
- Uncheck "Allow the computer to turn off this device to save power."
03Check the write-caching policy
Windows defaults some external drives to "Quick Removal" mode, which disables write caching for safety (so you can unplug without ejecting) at a real cost to speed.
- Device Manager → the drive → Properties → Policies tab.
- Switch from "Quick removal" to "Better performance," which enables write caching.
- If you choose this, always use "Safely Remove Hardware" before unplugging — that's the tradeoff.
04Rule out the file system itself
exFAT and FAT32 have less write overhead than NTFS in some workloads but far worse handling of many small files; NTFS is the opposite. If you're moving thousands of small files, that alone can look like "the drive is slow" when it's actually file-system overhead. This isn't usually worth reformatting for unless you understand the tradeoffs (FAT32 also caps individual file size at 4GB).
05Check actual drive health if the above didn't help
Run wmic diskdrive get status in Command Prompt, or use the free CrystalDiskInfo tool for a full SMART health report. A drive reporting SMART warnings, not just slowness, is a genuine hardware concern and worth backing up immediately rather than continuing to troubleshoot speed.
| Setting | Typical speed impact |
|---|---|
| USB 2.0 port instead of 3.0 | Up to 10x slower |
| Quick Removal instead of Better Performance | Significant on write-heavy tasks |
| Power management throttling | Intermittent slowdowns / drive dropping out |