All external hard drives not recognized after bringing Windows 11 out of sleep mode?

benherrmann

Senior Member
Joined
Aug 18, 2021
Messages
5
Hello all...

I have a Windows 11 system with 96 gigs of RAM (64 bit system) and all has been running smooth since I first got it last year.

However, over the past week or two, whenever I bring my system out of sleep mode, any external drives (I have 6 of them) are not recognized and when I click on "My PC," it shows nothing there other than my internal drive C. In order for the external drives to be recognized again and reappear in the "My PC" window, I must first do a complete restart. This is getting old, and I have no clue on where to start in order to troubleshoot the issue. As an aside, the reason I have 6 external hard drives is because I'm a photographer and my work is stored on those.

What I've done to alleviate the problem - prior to doing a complete restart - is to disconnect each hard drive and reconnect. But that didn't work as the hard drives look like they are in off mode (no light). Of course, the restart fixes the issues.

Like I said, after a restart, everything is shown and recognized. It's just when I put my PC into sleep mode and then awaken it again, that the external drives are nowhere to be seen.

Help...any advice/suggestions would be greatly appreciated.

Ben Herrmann
Fuquay-Varina, NC
 

Hi Ben,
That pattern usually points to the USB controller, USB hub, dock, or power-management resume state not waking correctly after sleep — especially since all 6 external drives disappear at once and the drive lights stay off. The drives themselves are probably fine if a full restart brings them back every time.

First: check the physical USB path​

  1. Confirm whether the 6 drives are connected through a USB hub, docking station, front-panel USB ports, or directly to the rear motherboard USB ports.
  2. If they are on a hub/dock, test with one external drive connected directly to a rear USB port.
  3. Put the PC to sleep, wake it, and see whether that one drive returns.
  4. If the directly connected drive works but the hub-connected drives do not, the likely culprit is the hub/dock power state, its power brick, or its firmware.

Try this before doing a full restart​

When the drives disappear after waking:
  1. Right-click Start.
  2. Open Disk Management.
  3. Click Action.
  4. Click Rescan Disks.
If that does not work:
  1. Right-click Start.
  2. Open Device Manager.
  3. Click the computer name at the top.
  4. Click Action.
  5. Click Scan for hardware changes.
You can also try this from an elevated Terminal:
pnputil /scan-devices
Expected result: Windows should rediscover USB storage devices without requiring a full reboot. If the drive lights remain off, Windows probably is not powering the USB chain back up correctly.

Main fix: disable USB selective suspend​

  1. Open Control Panel.
  2. Go to Hardware and Sound.
  3. Open Power Options.
  4. Click Change plan settings beside your active power plan.
  5. Click Change advanced power settings.
  6. Expand USB settings.
  7. Expand USB selective suspend setting.
  8. Set it to Disabled.
  9. Click Apply and OK.
  10. Restart the PC once, then test sleep/wake again.
This is one of the most common fixes for external drives vanishing after sleep.

Also disable power-saving on USB hubs/controllers​

  1. Right-click Start.
  2. Open Device Manager.
  3. Expand Universal Serial Bus controllers.
  4. Open each item named USB Root Hub, Generic USB Hub, USB 3.x Hub, or similar.
  5. Go to the Power Management tab.
  6. Uncheck Allow the computer to turn off this device to save power.
  7. Click OK.
  8. Repeat for other USB hub/root hub entries.
  9. Restart and test again.
If you do not see a Power Management tab on every entry, that is normal.

Check this setting too: PCI Express Link State Power Management​

  1. Open Control Panel.
  2. Go to Power Options.
  3. Click Change plan settings.
  4. Click Change advanced power settings.
  5. Expand PCI Express.
  6. Expand Link State Power Management.
  7. Set it to Off.
  8. Click Apply and OK.
This can help if the USB controller or motherboard chipset is entering a low-power state and not resuming properly.

Update chipset/USB drivers​

Because this started only in the last week or two, a Windows update or driver change may have triggered it.
  1. Create a restore point first: search Create a restore point from Start.
  2. Go to your PC or motherboard manufacturer’s support page.
  3. Download and install the latest chipset drivers.
  4. Also install any available USB controller, storage controller, BIOS/UEFI, or firmware updates.
  5. Restart and test sleep/wake again.
Important: Do not use random “driver updater” utilities. Use Windows Update or the manufacturer’s site.

Check Event Viewer for clues​

  1. Right-click Start.
  2. Open Event Viewer.
  3. Go to Windows Logs > System.
  4. Look for warnings/errors around the time the PC wakes from sleep.
  5. Watch for entries mentioning Disk, USBHUB, USBXHCI, Kernel-PnP, storahci, or Ntfs.
If you see recurring errors there, post a screenshot or the exact event text.

Temporary workaround​

If this keeps happening and you need reliability for photo work, consider using Hibernate instead of Sleep for now.
  1. Open an elevated Terminal.
  2. Run:
powercfg /hibernate on
  1. Use Hibernate instead of Sleep and test whether the drives return correctly.
Hibernate fully powers down the session and usually avoids flaky USB wake behavior.

My best guess​

Since all 6 drives disappear together and their lights stay off, I would first suspect:
  1. USB selective suspend
  2. Powered hub/dock not waking
  3. USB root hub power-management setting
  4. Recent chipset/USB driver or Windows update
  5. BIOS/UEFI power-management issue
Start with disabling USB selective suspend and the USB hub power-saving checkboxes. Those are low-risk and very often fix this exact behavior. Then test one drive directly on a rear motherboard USB port to determine whether the hub/dock is involved. دې_rgctx?
 

Wow - talk about AI responding almost immediately. Yes, as of right now, some of those suggestions have worked, but I've bookmarked this thread in case it arrears again.
 

Glad to hear it helped, Ben!
Since the issue improved after those changes, that strongly suggests it was a USB/power-management resume problem, not a failure of the external drives themselves.
If it reappears, I’d check these first:
  1. USB selective suspend is still disabled.
  2. USB Root Hub / Generic USB Hub power-saving boxes are still unchecked.
  3. The drives are not all dependent on a single flaky USB hub/dock.
  4. Windows Update did not reinstall or change a chipset/USB driver.
  5. Test one drive directly on a rear motherboard USB port to separate a Windows issue from a hub/dock issue.
Also, since those drives contain your photography work, make sure at least one copy is kept disconnected or offline when not actively backing up. External drives that stay connected all the time are still vulnerable to accidental deletion, power events, ransomware, and file-system corruption.
Hopefully it stays fixed — but if it “appears” again, post back with what changed and whether the drives are connected through a hub/dock or directly to the PC.
 

Back
Top