USB Devices Stop Working After Sleep on Windows 10/11

Windows Errors Beginner 👁 10 views 📅 Jun 28, 2026

USB devices like mice, keyboards, or drives stop working after waking from sleep. This fix stops Windows from turning them off.

You close your laptop lid, or put your PC to sleep. When you wake it up, your mouse cursor doesn't move. Your keyboard lights are off. The external drive doesn't show up. You unplug and replug the USB device, and it works again – until next time.

This happens on Windows 10 and Windows 11, especially after the computer has been asleep for more than a few minutes. I've seen it on Dell, HP, and Lenovo machines. Also on custom desktops with USB 3.0 and 3.1 ports.

Why This Happens

Windows has a power-saving feature called USB Selective Suspend. It's meant to save battery by cutting power to USB ports when they're not in use. Problem is, Windows sometimes doesn't restore power correctly when waking up. The USB controller stays in a low-power state. The device is still recognized in Device Manager, but it doesn't get enough power to work.

Another cause: some motherboard BIOS settings allow the OS to control USB power. That's fine for laptops, but on desktops it can cause this exact issue.

Fix: Disable USB Power Saving in Device Manager

I've tried other fixes – updating drivers, changing power plan settings, even reinstalling USB controllers. This one works 90% of the time. Here's the step-by-step.

  1. Right-click the Start button (or press Win + X) and select Device Manager.
  2. In Device Manager, scroll down and expand Universal Serial Bus controllers. You'll see a list of items like "Intel(R) USB 3.0 eXtensible Host Controller", "USB Root Hub", etc.
  3. Right-click the first item in the list (usually a host controller) and choose Properties.
  4. Go to the Power Management tab. You'll see a checkbox: "Allow the computer to turn off this device to save power". It's checked by default.
  5. Uncheck that box. Then click OK.
  6. Repeat steps 3-5 for every USB Root Hub and every host controller in that list. Yes, every single one. I know there could be 5-10 items. Do them all.
  7. After you've unchecked all of them, restart your computer. Don't just put it to sleep – a full restart is needed.

When your PC comes back up, put it to sleep manually (Start > Power > Sleep). Wait 30 seconds. Wake it up. Your USB devices should work now. If they don't, move to the next fix.

Alternative Fix: Change Power Plan Settings

If Device Manager didn't fix it, Windows might be overriding your settings with the power plan. Let's turn off USB selective suspend there too.

  1. Open Control Panel. You can search for it in the Start menu.
  2. Go to Hardware and Sound > Power Options.
  3. Find your active power plan (the one with the radio button filled). Click Change plan settings next to it.
  4. Click Change advanced power settings.
  5. In the new window, scroll down to USB settings. Expand it, then expand USB selective suspend setting.
  6. Change both On battery and Plugged in to Disabled. (If you're on a desktop, you'll only see "Plugged in".)
  7. Click Apply and OK. Close everything.

Test sleep again. If it still fails, there's one more thing to try.

If It Still Fails: Check BIOS and Update Chipset Drivers

Sometimes the problem is deeper. A few things to check:

  • Update your chipset drivers – especially if you have an AMD system. Go to your motherboard or laptop manufacturer's support page. Download the latest chipset driver. Install it, restart.
  • Check BIOS settings – look for something called "USB Power Delivery in S3/S4" or "Always On USB". Make sure it's enabled. On some Dell and Lenovo laptops, there's a setting called "USB Wake Support" – set it to enabled.
  • Try a different USB port – ports on the back of the PC (directly on the motherboard) are more stable than front-panel ports. The problem might be the port, not Windows.
  • Test with a different device – plug in a cheap USB flash drive. If that works but your mouse doesn't, the mouse might have its own power issue. Try new batteries if it's wireless.

The Device Manager fix solves this for most people. If you're still stuck after all this, you might have a hardware problem – a failing USB controller on the motherboard. In that case, a USB PCIe card (about $20) is a clean fix. I've used them on old PCs and they work perfectly.

Was this solution helpful?