If your Windows 11 PC won’t wake from sleep when you press the keyboard or move the mouse, try pressing the power button once first. If that doesn’t work, hold the power button down for 10 seconds to force a full shutdown, then power back on. Still stuck? Unplug the power cable for 30 seconds and reconnect before booting again.
What’s Happening
Windows 11 juggles three power states—Sleep, Hibernate, and Shutdown—to save energy. When your PC ignores keyboard or mouse input, it’s usually because a driver’s acting up, a power setting’s wrong, or hardware like a USB port or wireless receiver has gone rogue. According to the official Microsoft support site, USB wake settings and graphics drivers top the list of wake-failure suspects on modern rigs.
Step-by-Step Solution
- Restart with a Manual Wake
- Smack any key on the keyboard or wiggle the mouse.
- Still nothing? Press the power button once—this zaps a wake signal straight to the motherboard.
- Wait up to 30 seconds. If the screen stays black, move to step 2.
- Force a Full Shutdown
- Hold the power button for 10 seconds until the PC goes dark.
- Wait five seconds, then press the power button to boot normally.
- See if the system wakes from sleep now.
- Check Wake Sources in BIOS/UEFI
- Reboot and mash F2, F12, DEL, or ESC—the magic key varies by brand.
- Poke around for Power Management or Advanced → Wake Configuration.
- Make sure USB Wake Support, PS/2 Wake Support, and PCIe Wake are all set to Enabled.
- Hit F10 to save and exit.
- Enable Wake on Keyboard/Mouse in Windows
- Hit Win + X and pick Device Manager.
- Expand Keyboards, right-click your keyboard (e.g., “HID Keyboard Device”), and choose Properties.
- Switch to the Power Management tab and tick Allow this device to wake the computer.
- Do the same for your mouse under Mice and other pointing devices.
- Click OK and close Device Manager.
- Update or Roll Back Graphics Drivers
- Press Win + X and pick Device Manager.
- Expand Display adapters, right-click your GPU (e.g., “NVIDIA GeForce RTX 4060”), and choose Update driver.
- Pick Search automatically for drivers. If an update pops up, install it and reboot.
- If the trouble started after a recent driver update, right-click the driver again, hit Properties → Driver → Roll Back Driver.
If This Didn’t Work
- Disable Fast Startup
- Press Win + R, type powercfg.cpl, and hit Enter.
- Click Choose what the power buttons do on the left.
- Click Change settings that are currently unavailable at the top.
- Uncheck Turn on fast startup (recommended) and save your changes.
- Run Power Troubleshooter
- Press Win + I to open Settings.
- Go to System → Troubleshoot → Other troubleshooters.
- Find Power and click Run.
- Follow the prompts and apply any fixes that appear.
- Test with a Different USB Port
- If you’re using a USB keyboard or mouse, yank it out and try a different port—ideally one soldered straight to the motherboard (usually at the back of the case).
- Swap in a wired USB-A or USB-C port instead of a USB hub.
Prevention Tips
- Keep Drivers Updated Regularly
Graphics and chipset drivers get patched often to squash wake bugs. Grab NVIDIA GeForce Experience, AMD Adrenalin, or your motherboard maker’s tool to automate updates.
- Use a Wired Keyboard or Mouse
Wireless receivers—especially Bluetooth—can drop the ball during sleep. A good old-fashioned wired USB input is way more reliable for wake signals.
- Enable Hibernate Instead of Sleep for Long Absences
Hibernate saves your session to disk and restores it fully on wake, avoiding sleep-mode failures.
To flip the switch:
- Open Command Prompt as Administrator.
- Run:
powercfg /hibernate on - Then hop into Power Options → Choose what the power buttons do → Pick Hibernate.
- Check Power Settings for USB Selective Suspend
- Press Win + R, type powercfg.cpl, and hit Enter.
- Click Choose a power plan → Change plan settings → Change advanced power settings.
- Drill into USB settings → USB selective suspend setting and set it to Disabled.
- Click Apply and exit.