Windows 11 Won't Wake From Sleep or Shows a Black Screen? Work Through This First
June 15, 2026
A PC that won't come back from sleep looks broken, but it almost never is. The first job is to tell a black-but-running screen apart from a truly asleep machine — then fix the setting that's really behind it.
You step away, come back, wiggle the mouse and tap a key — and nothing. The screen stays black. Maybe you can hear the fan running and see a light on the case, or maybe the whole thing seems dead until you hold the power button down to force it off and start over. Either way it had gone to sleep and won't wake up, and it usually happens at the worst moment, with your work sitting behind that black screen. The good news: this is one of the most common and most fixable Windows complaints there is. It's almost always a power setting, a driver, or the way a recent Windows feature handles sleep — not a computer that's broken.
Before you change anything, work out which of two situations you're in, because the fix is different. If the fans, lights, or keyboard backlight are on but the screen is black, the PC is awake — it's the display that didn't come back, which points at graphics drivers or the monitor. If there's no sign of life at all and only holding the power button does anything, it likely went into a deeper sleep (or hibernation) that it can't cleanly come out of, which points at power settings and the keyboard/mouse not being allowed to wake it. Keep that split in mind as you go.
First, the five-second wakes — before you force a restart
When the screen is black but the machine is clearly running, don't reach for the power button yet — try to wake just the display first. Press a key, then click the mouse (a real click, not just a nudge). If you have a laptop, close the lid and open it again, or tap the power button once (a single quick press tells a sleeping PC to wake; only a long hold forces it off). Make sure you didn't just dim out — press the brightness-up key a few times.
If that does nothing, try Windows’ built-in display reset: press the Windows key, Ctrl, Shift, and B all at once. You’ll hear a short beep and the screen will flash — that restarts the graphics driver without touching anything you have open, and it very often brings a black-but-running screen straight back. Also try Windows key + P, which is the projection switch; sometimes a PC wakes with the picture sent to a display that isn’t there, and tapping through the options (or pressing it and selecting "PC screen only") puts the image back where you can see it. On a desktop, confirm the monitor itself is awake and on the right input — many monitors drop to standby and need their own button or an input switch (HDMI/DisplayPort) to come back.
The setting behind most of these: turn off Fast Startup
If your PC regularly won’t wake properly — or wakes to a black screen, or won’t shut down and stay off — the single most effective fix is to turn off a feature called Fast Startup. It’s meant to make the computer boot quicker by saving part of Windows to disk on shutdown, but it interacts badly with a lot of hardware and is behind a huge share of wake-from-sleep and black-screen problems.
To turn it off: open the Start menu, search for "Control Panel," and open it. Go to Hardware and Sound > Power Options, then click "Choose what the power buttons do" on the left. Click "Change settings that are currently unavailable" (you may need an administrator), then under "Shutdown settings" uncheck "Turn on fast startup (recommended)" and save. Restart once, and see whether the wake problem stops. This is free, reversible, and the first thing we’d change.
Let your keyboard and mouse wake the PC
A classic version of this problem is a PC that’s genuinely asleep and simply isn’t allowed to wake when you press a key or move the mouse — so it sits there looking dead until you press the power button. Windows controls this per device, and an update or a new device can quietly switch it off.
Open Device Manager (right-click the Start button and choose it). Expand "Keyboards," right-click your keyboard, choose Properties, and open the Power Management tab. Tick "Allow this device to wake the computer," then click OK. Do the same under "Mice and other pointing devices" for your mouse. If those tabs aren’t there or the boxes are greyed out, that device simply can’t wake the PC — use the power button, or use a device that can. While you’re here, it’s worth a quick driver check: a buggy or outdated keyboard, mouse, or chipset driver is a common cause, and you can right-click the device and choose "Update driver."
The modern trap: USB power-saving cuts off your keyboard
Newer Windows 11 laptops have a battery-saving feature that can backfire here. Go to Start > Settings > System > Power & battery > Energy recommendations, and look for "Stop USB devices when my screen is off to help save battery." It does exactly what it says — it cuts power to USB devices while the screen is off — which saves a little battery but can also mean your USB keyboard, mouse, or wireless dongle is dead asleep right when you need it to wake the machine. If you can’t wake a laptop with a USB keyboard or mouse, turn this off and test. (It only appears on devices with a battery, so desktops won’t have it.)
There’s a related setting on the power-plan side called USB selective suspend that can put USB ports to sleep and not bring them back cleanly. To rule it out, open Control Panel > Hardware and Sound > Power Options, click "Change plan settings" next to your plan, then "Change advanced power settings," expand "USB settings" > "USB selective suspend setting," and set it to Disabled. If a USB device that wouldn’t respond after sleep starts behaving, that was it.
When the screen is black but the PC is running: graphics drivers
If the machine is clearly awake (fans, lights, sound) but the screen stays black until you force a restart, the display driver is the prime suspect — it didn’t reinitialize the screen on wake. The Windows + Ctrl + Shift + B reset above is the quick test; the lasting fix is the right graphics driver. A word of warning first: searches for this problem are full of "driver updater" tools that promise a one-click fix. Don’t install those — they’re unnecessary and often bundle junk. Get drivers from the proper source instead.
On a laptop, the most reliable driver is the display/graphics driver from your laptop maker’s own support page (Dell, HP, Lenovo, ASUS, Acer) for your exact model — those are tuned for that machine’s sleep behavior. On a desktop, get it straight from the graphics chip maker (Intel, NVIDIA, or AMD). If the black-screen-on-wake problem started right after a driver update, do the opposite: open Device Manager > "Display adapters," right-click your graphics device, choose Properties > Driver tab, and use "Roll Back Driver" to return to the version that worked. Update or roll back, restart, and test a few sleep cycles.
If it keeps waking itself up — or you want to know why
Sometimes the complaint is the reverse: the PC won’t stay asleep, waking by itself moments or minutes after you leave. Windows can tell you what’s doing it. Open the Start menu, type "cmd," right-click Command Prompt and choose "Run as administrator," and run powercfg /lastwake — it reports what woke the computer the last time. Run powercfg /requests to see any app or driver actively keeping it awake, and powercfg /waketimers to list scheduled tasks (updates, maintenance) set to wake it. To see every device allowed to wake the PC, run powercfg /devicequery wake_armed; a network adapter or mouse that keeps nudging it awake can then be unticked in Device Manager using the Power Management tab above.
One more command worth knowing if hibernation seems broken — the PC won’t come back from a deep sleep, or you see file-system or wake errors after it: the hibernation file can become corrupted. In that same administrator Command Prompt, run powercfg /hibernate off, press Enter, then powercfg /hibernate on. That rebuilds the file from scratch and clears a surprising number of stubborn wake failures. (Turning hibernation off also disables Fast Startup, which, as above, is often the real culprit anyway.)
Still waking to a black screen?
If you’ve turned off Fast Startup, allowed your keyboard and mouse to wake the PC, ruled out the USB power-saving settings, and updated or rolled back the graphics driver and it still won’t wake cleanly, the cause is usually a stubborn driver, a firmware/BIOS setting, or aging hardware that needs a closer look — and it’s easy to spend an evening chasing the wrong one. That’s what we do. We’ll find what’s actually keeping your PC from waking, get sleep working the way it should, and make sure nothing you had open is at risk along the way. We’re local across Southern California and the Coachella Valley, onsite or by remote support — and because we don’t sell software, we’ll fix the setting that’s really behind it rather than sell you a tool you don’t need.
Keep reading
Free calculators
Service areas we cover
We don't sell hardware or warranties — call and we'll tell you what's worth buying and upgrading.
Call (626) 655-0020