Why Your USB Hard Drive Powers Off During Large Transfers (Fixed)
Your USB drive powers off mid-transfer because Windows suspends it to save power. Here's how to stop that and keep your data moving.
Quick answer: Open Power Options, click "Change plan settings" for your active plan, then "Change advanced power settings." Find "USB settings" > "USB selective suspend setting" and set it to Disabled. Reboot. That's it — your drive won't sleep mid-transfer anymore.
I know this error is infuriating. You're three hours into copying a 40GB video project and suddenly the drive vanishes from File Explorer. The transfer fails. You lose progress. Your first thought is a dying drive or a bad cable. Nine times out of ten, it's neither — it's Windows trying to be helpful by putting your USB ports to sleep. This setting, called USB Selective Suspend, kicks in when the system detects a period of low activity. But large transfers aren't low activity — they're just long. The OS mistakes sustained throughput for idle time and cuts power to the port. I've seen this on Windows 10, Windows 11, even Windows 8.1. The fix is simple and permanent.
Why USB Selective Suspend Causes This
USB Selective Suspend is a power-saving feature introduced in Windows 7. It lets the operating system put individual USB ports into a low-power state when they're not actively sending or receiving data. Sounds great for a mouse or keyboard. But with a hard drive, the data flow isn't constant — there are brief pauses between read/write commands, file system operations, and buffer flushes. The driver sees a few seconds of silence and decides the port can sleep. Once it does, the drive loses power, spins down, and drops off the bus. No warning, no error message — just a sudden disconnect.
You'll see this most often with USB 3.0 or 3.1 drives that are plugged into a desktop PC's front panel ports or a laptop's USB-C hub. Those ports often share a controller with other devices, and the power management driver is more aggressive there. I've also seen it with Seagate Backup Plus drives and WD My Passport models — the ones that draw power solely from USB without an external adapter. They're more sensitive to power drops.
Fix: Disable USB Selective Suspend (The Main Fix)
- Press Windows Key + R, type
powercfg.cpl, and hit Enter. Power Options opens. - Find your active power plan. It's the one with the radio button selected — usually "Balanced" or "High performance." Click Change plan settings next to it.
- Click Change advanced power settings. A new window appears.
- Scroll down to USB settings and expand it. Then expand USB selective suspend setting.
- You'll see two entries: On battery and Plugged in. Set both to Disabled (dropdown menu, pick it).
- Click Apply, then OK. Close the Power Options window.
- Reboot your PC. This forces the driver to reload the new setting.
After reboot, try your large transfer again. The drive should stay connected the entire time. I've used this on Windows 10 version 22H2 and Windows 11 version 23H2 — works the same way.
What If the Drive Still Powers Off?
If the fix above didn't help, here are three other things to check:
1. Try a Different USB Port (And Cable)
Don't use a front-panel port on a desktop case. Those are often daisy-chained through a single header and deliver less power. Plug the drive directly into a rear motherboard USB port. If you're on a laptop, avoid USB-C hubs or docks — plug the drive straight into the laptop's USB-A or USB-C port. And swap the cable if you have one. USB-C cables in particular can be finicky with power delivery. A cheap cable might not carry enough current to keep the drive spinning during sustained writes.
2. Disable USB Power Management for the Drive Itself
Windows can also put individual devices to sleep. Open Device Manager (right-click Start > Device Manager). Expand Universal Serial Bus controllers. Right-click each entry that says USB Root Hub or Generic USB Hub, select Properties, go to the Power Management tab, and uncheck Allow the computer to turn off this device to save power. Do this for every hub — there are usually 3-5 of them. Reboot.
3. Use a Powered USB Hub
This is a surefire fix if none of the software changes work. Grab a USB hub that comes with its own power adapter (not a bus-powered one). Plug the hard drive into that hub. The adapter provides steady power, so the drive never has to fight with the port's limited current. I recommend Anker's 7-port USB 3.0 hub or Sabrent's 4-port model — both have external power supplies and work with 2.5-inch and 3.5-inch drives.
Prevention Tips for Future Transfers
- Keep your power plan on High Performance when doing large file moves. Switch it back to Balanced afterward to save electricity.
- Set your hard drive to never go to sleep in Power Options. Under Hard disk > Turn off hard disk after, set it to 0 (meaning never). This prevents the drive itself from idling to sleep.
- Don't use USB extension cables with bus-powered drives. Every extra foot of cable adds resistance and drops voltage. Keep the cable under 3 feet if possible.
- Update your USB controller drivers from your motherboard or laptop manufacturer's site, not from Windows Update. Old drivers can misbehave with power management.
If you're still seeing the drive power off after all this, run chkdsk /f X: (replace X with your drive letter) to check for file system corruption. A corrupted volume can cause the driver to reset the device, mimicking a power-off. But I'd bet good money the Selective Suspend fix resolves it. That setting has been the culprit in every single case I've worked on over the past six years. Try it first — you'll save yourself an hour of head-scratching.
Was this solution helpful?