Windows 11 Stuck on Black Screen After Sleep? 8 Ways to Fix It (2026)

Windows 11 stuck on black screen after sleep mode

You wake up your Windows 11 laptop from sleep mode, move the mouse, press a key on the keyboard, or open the laptop lid, but nothing happens. Instead of returning to the desktop, the screen stays completely black even though the laptop appears to be running. You may notice the power light is on, the keyboard backlight is lit, or the cooling fan is spinning, but the display never wakes up. This issue usually means Windows has resumed from sleep, but something prevented the display from waking up properly. It could be due to incorrect power management settings, Fast Startup conflicts, an outdated graphics driver, or a recent Windows update glitch. In this guide, we’ll show you the most effective ways to fix the Windows 11 black screen after sleep, so your PC wakes up normally again.

Why Does Windows 11 Show a Black Screen After Sleep Mode?

When your PC enters sleep mode, Windows saves your current session and puts the computer into a low-power state. When you wake it up, Windows needs to restore the display, reload the graphics driver, and reconnect connected devices before showing your desktop again. If any part of this wake-up process fails, you may see a black screen even though the computer is still running.

The most common causes include:

  • Graphics driver problems: The graphics driver may fail to restart correctly after sleep, causing Windows to run but preventing the display from turning back on.
  • Power management settings: Incorrect sleep, hibernation, or power settings can prevent your PC from entering or exiting sleep mode properly.
  • Fast Startup conflicts: Windows Fast Startup uses a saved system state to speed up boot times, but it can sometimes interfere with power state changes.
  • Outdated Windows updates: A buggy update or missing system patch can cause sleep and wake issues, especially on newer hardware.
  • USB devices or external hardware: Connected devices such as USB hubs, external drives, docking stations, or monitors may prevent Windows from waking correctly.
  • Modern Standby issues: Some newer laptops use Modern Standby instead of traditional sleep mode, and driver or firmware problems can sometimes cause wake failures.

1. Wake the Display Using Keyboard Shortcuts

Sometimes the computer wakes from sleep, but the display doesn’t respond. Before trying more advanced solutions, use these keyboard shortcuts to check if Windows is still running and refresh the display.

  • Press Windows + Ctrl + Shift + B to restart the graphics driver. If the shortcut works, you’ll hear a short beep and the screen may flicker before the desktop reappears.
  • Press Ctrl + Alt + Delete. If the security screen appears, Windows has resumed successfully. Select Task Manager or restart your computer from the Power menu.
  • If you’re using a laptop, close the lid, wait a few seconds, and open it again. This forces Windows to detect the built-in display and may restore the screen.

If the display is still black, press and hold the Power button for about 10 seconds to turn off the computer. Wait a few seconds, then turn it back on.

2. Change Power Management Settings

Windows uses power management settings to control how your PC enters sleep mode and how hardware devices behave when the computer wakes up. Incorrect settings can prevent your display, USB devices, or network adapters from waking properly, causing a black screen after sleep.

Adjusting these settings can help Windows handle sleep and wake transitions more reliably.

Allow your keyboard and mouse to wake the PC

  1. Press Windows + X and select Device Manager.
  2. Expand Keyboards and double-click your keyboard.
  3. Open the Power Management tab.
  4. Check Allow this device to wake the computer.
  5. Repeat the same steps for your mouse under Mice and other pointing devices (if the option is available).
Allow this device to wake the computer

Turn off USB Selective Suspend

USB Selective Suspend allows Windows to save power by turning off inactive USB devices. In some cases, it can prevent USB keyboards or mice from waking the computer correctly.

  1. Open Control Panel and go to Power Options.
  2. Click Change plan settings next to your active power plan.
  3. Select Change advanced power settings.
  4. Expand USB settings > USB selective suspend setting.
  5. Set it to Disabled for both On battery and Plugged in.
  6. Click Apply and OK.

Note: If you’re using a laptop, also check your manufacturer’s power management software, as apps from Dell, Lenovo, HP, ASUS, or other manufacturers can sometimes change sleep behavior.

3. Update or Roll Back the Graphics Driver

The graphics driver controls how Windows communicates with your display. After your PC wakes from sleep, the driver needs to reload and restore the display signal. If the driver is outdated, corrupted, or incompatible with Windows 11, your screen may remain black even though the system is running.

Updating the driver can fix known compatibility issues, while rolling it back can help if the problem started after a recent driver update.

Update the graphics driver

  1. Press Windows + X and select Device Manager.
  2. Expand Display adapters.
  3. Right-click your graphics card and select Update driver.
  4. Choose Search automatically for drivers.
  5. Follow the on-screen instructions and restart your PC.
update graphics driver

If Windows does not find an update, visit the manufacturer’s website (NVIDIA, AMD, or Intel) and manually download the latest driver.

Roll back the graphics driver

If the problem started after installing a new graphics driver:

  1. Open Device Manager.
  2. Expand Display adapters.
  3. Right-click your graphics card and select Properties.
  4. Open the Driver tab.
  5. Click Roll Back Driver (if available).
  6. Restart your computer.
Rollback display driver

If the Roll Back Driver option is unavailable, download and install the latest stable driver from your graphics card manufacturer’s website.

After restarting, put your PC into sleep mode and wake it again to check whether the issue has been resolved.

4. Disable Fast Startup

Fast Startup is a Windows feature that helps your PC boot faster by saving part of the system state when you shut down. However, this saved state can sometimes conflict with sleep and wake operations, causing Windows 11 to get stuck on a black screen when you try to resume your session.

Disabling Fast Startup forces Windows to perform a cleaner startup and can fix wake-up problems, especially on laptops and PCs that frequently switch between sleep and shutdown.

To disable Fast Startup:

  1. Press Windows + R, type control, and press Enter.
  2. Go to Hardware and Sound > Power Options.
  3. Click Choose what the power buttons do from the left pane.
  4. Select Change settings that are currently unavailable.
  5. Under Shutdown settings, uncheck Turn on fast startup (recommended).
  6. Click Save changes and restart your computer.
fast startup windows

After restarting, put your PC into Sleep mode and wake it again to see if the black screen problem has been resolved.

Note: Disabling Fast Startup may increase boot time slightly, but it can improve compatibility and resolve recurring wake-from-sleep issues on some systems.

5. Install or Uninstall Recent Windows Updates

Windows updates often include fixes for power management, graphics compatibility, and hardware drivers. If your PC is missing important updates, installing the latest patches may resolve sleep and wake problems.

However, if the black screen started after a recent Windows update, that update may be causing the issue. In that case, removing the latest update can help restore normal wake behavior.

Check for new Windows updates

  1. Press Windows + I to open Settings.
  2. Go to Windows Update.
  3. Click Check for updates.
  4. Download and install any available updates.
  5. Restart your computer and test Sleep mode again.
Windows 11 check for updates

Uninstall the latest update

If the problem started immediately after installing a Windows update:

  1. Open Settings > Windows Update > Update history.
  2. Scroll down and click Uninstall updates.
  3. Select the most recent quality or feature update and click Uninstall.
  4. Restart your PC.
Uninstall windows 11 KB update

If updating or removing the latest update doesn’t resolve the issue, continue with the next method to repair Windows system files.

6. Run SFC and DISM to Repair Windows Files

Sometimes Windows may fail to wake from sleep because important system files are corrupted. The System File Checker (SFC) and DISM tools built into Windows 11 can scan for these problems and repair the files needed for normal system operation. These tools are especially useful if the black screen started after a failed update, unexpected shutdown, or system crash.

  • Press the Windows key and type cmd. Right-click on Command Prompt, select run as administrator,
  • Run the System File Checker command: sfc /scannow
  • Wait for the scan to reach 100%. This may take several minutes.
  • If SFC reports that it found corrupted files but couldn’t repair all of them, run the DISM restore health command

DISM /Online /Cleanup-Image /RestoreHealth

Run SFC and DISM command

After DISM finishes, run sfc /scannow again and restart your PC.

Once your computer restarts, put it into Sleep mode, then wake it up to check whether the black screen issue has been resolved.

7. Reset Power Plans to Default

If the black screen started after changing power settings or installing power management software, resetting all Windows power plans to their default configuration may help. This removes any incorrect or conflicting power settings that could prevent the display from waking properly after sleep.

Note: This command resets all custom power plans and restores the default Windows power settings.

Here’s how to reset the power plans:

  1. Press Windows + X and select Terminal (Admin) or Command Prompt (Admin).
  2. Type the following command and press Enter:

powercfg -restoredefaultschemes

  1. Restart your computer.

After your PC restarts, put it into Sleep mode and wake it again to check if the black screen issue has been resolved.

8. Reset Windows 11

If none of the previous solutions worked, resetting Windows 11 can repair damaged system components and restore the default system configuration while keeping your personal files.

Important: Choosing Keep my files preserves your documents, photos, and other personal data, but removes installed apps and resets Windows settings. You’ll need to reinstall your applications afterward.

  • Open Settings and go to System > Recovery.
  • Under Recovery options, click Reset PC.
  • Select Keep my files.
Select keep my files option
  • Choose Cloud download or Local reinstall.
  • Follow the on-screen instructions to complete the reset.

If you can’t access the desktop, you can also reset your PC from the Windows Recovery Environment (WinRE) by selecting Troubleshoot > Reset this PC.

If the black screen after sleep still occurs after resetting Windows, the problem is likely related to your graphics hardware, BIOS/UEFI firmware, or another hardware component. In that case, check for a BIOS update from your laptop or motherboard manufacturer, or contact the manufacturer’s support team for further assistance.

Frequently Asked Questions (FAQ)

Why does my Windows 11 laptop show a black screen after sleep?

This usually happens when Windows resumes from sleep, but the display fails to initialize correctly. Common causes include graphics driver problems, incorrect power management settings, Fast Startup conflicts, or a recent Windows update.

How do I fix a black screen after waking my laptop from sleep?

Start by pressing Windows + Ctrl + Shift + B to restart the graphics driver. If that doesn’t help, update or roll back the graphics driver, disable Fast Startup, install the latest Windows updates, and repair Windows system files using SFC and DISM.

Can a graphics driver cause a black screen after sleep?

Yes. An outdated, corrupted, or incompatible graphics driver is one of the most common reasons a Windows 11 PC wakes from sleep with a black screen. Updating or rolling back the driver often resolves the issue.

Does Fast Startup cause black screen problems after sleep?

It can. Although Fast Startup is designed to speed up boot times, it may conflict with graphics drivers or power management on some systems, preventing the display from waking properly after sleep.

Why is my laptop running but the screen stays black after sleep?

If the power light is on, the keyboard backlight is lit, or you can hear the fan spinning, the laptop has likely resumed from sleep but the display hasn’t. This is usually caused by a graphics driver issue, incorrect power settings, or an external display conflict.

Amiush Palk

I am Amiush founder of this blog. My qualification. completed Bachelor of Arts (BA) and Microsoft Certified Professional (MCP). With a strong background in computer applications love write articles on Microsoft Windows (11, 10, etc.) Cybersecurity, WordPress and more.