External drive keeps disconnecting mid-transfer? Try this fix first

Hardware – Hard Drives Intermediate 👁 9 views 📅 Jun 21, 2026

External hard drive dropping out during file copies? Usually a USB power issue. Seen this a hundred times. Here's the real fix.

1. USB Power Saving Settings (The Real Culprit 80% of the time)

I see this at least once a month. Someone's copying a big project folder from their external drive, and boom—drive disappears halfway through. Windows just decided to turn off the USB port to save 0.0001 cents of electricity. Dumb, right?

Here's how to kill that setting:

  1. Open Device Manager (search for it in Start).
  2. Find Universal Serial Bus controllers and expand it.
  3. Right-click each USB Root Hub and select Properties.
  4. Go to the Power Management tab.
  5. Uncheck "Allow the computer to turn off this device to save power".
  6. Do this for EVERY USB Root Hub listed. Yes, all of them.
  7. Click OK and restart your PC.

Had a client last month whose external Seagate 4TB kept dropping during video file transfers. After this change, it ran steady for 6 hours straight copying 2TB of footage. No issues after that.

Also check your power plan settings: go to Control Panel > Power Options > Change plan settings > Change advanced power settings. Find USB settings > USB selective suspend setting and set it to Disabled. This does the same thing but from a different angle—belt and suspenders.

2. The Cable and Port (Don't overlook these)

USB cables are cheap crap. I've had brand-new cables that work fine for small files but fail on big transfers. A friend's WD My Passport kept disconnecting when copying photos. Turned out the cable had a tiny kink near the connector. Replaced it with a 12-inch USB 3.0 cable with ferrite core (the little cylinder at the end). Never dropped again.

Ports matter too. Front USB ports on desktop PCs are often underpowered—they share a single USB header on the motherboard. Try the ports directly on the back of the computer. These are soldered onto the motherboard and get cleaner power.

Quick test: if the drive works fine on one computer but not another, it's almost always a port or power issue on the problem PC.

3. Drive Format and File System Problems

This one trips people up. Some external drives come formatted as exFAT or FAT32. These work everywhere but aren't great for large files or long transfers. exFAT is fine for drives under 2TB, but I've seen it cause random disconnects with drives over 4TB.

If you're using the drive only with Windows (or mainly with one OS), reformat it to NTFS. Right-click the drive in File Explorer > Format > File system: NTFS. Quick format is fine. This gives you better stability and no 4GB file size limit.

One client had a 6TB drive formatted as exFAT that kept dropping during large video transfers. After reformatting to NTFS, it ran solid for months. Just remember: NTFS doesn't work well with Macs without extra software.

4. Faulty Drive Controller Firmware

Less common, but I've seen it maybe 5 times in 10 years. Some external drives have firmware bugs that cause them to drop connections during heavy writes. Check the manufacturer's website for firmware updates. Western Digital and Seagate both have tools for this.

Search for your drive model + firmware update. If there's one, apply it. If not, this is probably not your issue.

Quick Reference Summary

CauseHow OftenFix
USB power saving80%Disable in Device Manager + Power Options
Bad cable or port15%Replace cable, use rear USB ports
File system mismatch3%Reformat to NTFS
Firmware bug2%Check manufacturer for updates

Start with the power saving fix. That'll solve most cases. If not, swap the cable and try a different port. Reformatting is a last resort because you'll lose everything on the drive. Back it up first.

Was this solution helpful?