RBRunbook
Operating Systems

How to Fix a Slow External Hard Drive on Windows

Before assuming the drive is failing, check the three settings Windows silently misconfigures for external drives — each one alone can cut speeds by more than half.

DifficultyBeginner
Time10–15 min
PlatformWindows
CategoryOperating Systems

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.

  1. Device Manager → find the drive under "Disk drives."
  2. Right-click → Properties → Power Management tab.
  3. 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.

  1. Device Manager → the drive → Properties → Policies tab.
  2. Switch from "Quick removal" to "Better performance," which enables write caching.
  3. 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.

SettingTypical speed impact
USB 2.0 port instead of 3.0Up to 10x slower
Quick Removal instead of Better PerformanceSignificant on write-heavy tasks
Power management throttlingIntermittent slowdowns / drive dropping out
JM
Written by Jordan Malik Senior Editor, Systems & Networking — guide tested on a live Windows setup before publishing
Last verified: July 2026