You close your laptop or hit sleep mode, walk away for a bit, then come back to find a completely black screen. Press any key, move the mouse, wiggle the keyboard. Nothing. Eventually you hold the power button down and force a restart. Sound familiar? This happens more than you'd think, and most of the time it's not a hardware problem. Windows 10 black screen sleep is almost always a software conflict or driver issue, and the good news is it's fixable without taking your PC apart.
TL;DR
Windows 10 black screen after sleep is usually caused by Fast Startup conflicts, outdated graphics drivers, or the App Readiness service getting stuck. Disable Fast Startup first (70% success rate), then update your graphics driver. If that doesn't work, disable App Readiness service or run a system file check. Most users fix this in under 30 minutes.
Key Takeaways
- Fast Startup is the most common culprit and the first thing to disable
- Graphics driver updates almost always resolve wake-from-sleep display problems
- App Readiness service can be safely disabled if other fixes don't work
- System file integrity checks catch corrupted components causing black screens
- Registry Shell value corruption blocks the login prompt entirely
- Disabling Fast Startup adds only 5-10 seconds to your boot time
At a Glance
- Difficulty: Easy to Intermediate
- Time Required: 15-30 mins
- Success Rate: 70-85% of users
- Tools Needed: None (built-in Windows)
What Causes Windows 10 Black Screen After Sleep?
The root causes here are pretty consistent, and they almost always trace back to a few specific culprits. Fast Startup is probably responsible for more of these than anything else. When you enable Fast Startup in Windows 10, the system doesn't do a full shutdown, it hibernates the kernel and loads it back on boot. Sounds faster in theory, right? But when your PC wakes from sleep, Fast Startup sometimes leaves graphics drivers in a weird state where they can't reinitialise the display. Windows shows you nothing but black.
Then there's the graphics driver issue. If your graphics driver is outdated or hasn't been updated since a major Windows update, it might not handle sleep and wake cycles properly. The driver should tell your monitor to wake up when the system does, but if it's old or broken, the monitor stays off and you see black. This is especially common on laptops with Intel integrated graphics or on systems with dual GPUs (both integrated and dedicated).
The App Readiness service is another sneaky one. This Windows service is supposed to prepare apps for use, but in Windows 10 it sometimes gets stuck or slow during wake-from-sleep events. Your PC is technically awake and running, but the desktop isn't loading because App Readiness is taking forever in the background. From your perspective, you're staring at black.
Power plan misconfiguration can also be the culprit. If your power plan has hibernation or hybrid sleep enabled instead of pure sleep mode, the system might fail to wake the display properly. And in some cases, if the Shell registry value gets corrupted or pointed to the wrong executable, Windows won't even load the login screen when you wake up.
Windows 10 Black Screen Sleep: Quick Fix
Disable Fast Startup Easy
- Open Power Options
Right-click the battery icon in your system tray (bottom right corner) and select Power options. You'll see the power panel open. - Access power button settings
On the left side, click Choose what the power button does. This opens the system power settings where you control shutdown and sleep behaviour. - Find and uncheck Fast Startup
Look for the option that says Turn on fast startup (recommended). It's usually near the bottom. Uncheck this box. You might see a note that says it's recommended, but turning this off solves black screen issues for most users. - Save changes
Click Save changes at the bottom. You may need admin permission to confirm. - Test the fix
Close your laptop lid or press the sleep button. Wait 30 seconds, then press a key to wake it. You should see the login screen now instead of black.
Configure Sign-in Requirements Easy
- Open Settings
Press Windows + I to open the Windows Settings app. - Navigate to sign-in options
Go to Accounts, then click Sign-in options on the left menu. - Change require sign-in setting
Find the section labeled Require sign-in. Change the dropdown from Never (if that's what it says) to When PC wakes up from sleep. - Close Settings
Your change saves automatically. Close the Settings window. - Test sleep and wake
Put your PC to sleep again and wake it. The login screen should now appear instead of taking you straight to the desktop or showing black.
Update Graphics Driver Easy
- Open Device Manager
Press Windows + X and select Device Manager from the menu. - Expand Display adapters
Find Display adapters in the list and click the arrow to expand it. You'll see your graphics card listed (e.g., NVIDIA GeForce, Intel UHD Graphics, AMD Radeon). - Update the driver
Right-click your graphics driver and select Update driver. - Search automatically
Choose Search automatically for updated driver software. Windows will search for the latest version online and install it. - Restart your PC
Once the update completes, restart your computer. This is important because the new driver needs to load fresh. - Test sleep mode
After restart, put your PC to sleep and wake it again. Graphics driver updates fix this issue about 60% of the time on their own.
More Windows 10 Black Screen Sleep Solutions
If the quick fixes didn't work, you're likely looking at something a bit deeper. The App Readiness service or a power plan issue is probably the cause. These intermediate fixes still don't require command line knowledge, just navigating through Windows menus.
Disable App Readiness Service Intermediate
- Open Services application
Press Windows + R, type services.msc, and press Enter. The Services window opens showing every Windows service on your system. - Find App Readiness
Scroll down the list until you find App Readiness. It's usually near the top alphabetically. Click it to select it. - Open properties
Double-click App Readiness to open its properties window. - Change startup type
Find the Startup type dropdown at the top of the window. Change it from Automatic to Disabled. - Apply changes
Click Apply, then OK. You'll be back at the Services list. - Restart your PC
Close the Services window and restart your computer for the change to take effect. - Test sleep again
After restart, test sleep and wake. App Readiness being disabled is safe; most users never notice it's gone, and it fixes black screen issues about 50% of the time when Fast Startup alone doesn't work.
Uninstall Recently Installed Software Intermediate
- Open Control Panel
Right-click the Start button and search for Control Panel, or press Windows + X and select it. - Go to Programs and Features
Click Programs, then Programs and Features (or Uninstall a program). - Review recent installs
Look through the list and identify any software you installed around the time the black screen issue started. Third-party power management tools, graphics utilities, and sleep/hibernation managers are common culprits. - Uninstall suspicious software
Right-click any third-party power or graphics software you don't recognise or installed recently, and select Uninstall. Follow the uninstall wizard. - Restart and test
After uninstalling, restart your PC and test sleep mode again.
Restore Default Power Plan Intermediate
- Open Power Options
Right-click the battery icon and select Power options, or search for Power Options in the Start menu. - Access power plan settings
Click Change plan settings for your active power plan (usually Balanced). - Look for restore defaults option
At the bottom of the window, you should see a link that says Restore default settings for this plan. Click it. - Confirm and save
Windows will confirm you want to restore defaults. Click Yes, then Save changes. - Test sleep mode
Close the settings and test sleep/wake again. Restoring defaults puts your power plan back to pure sleep mode without hibernation, which is more stable.
Advanced Windows 10 Black Screen Sleep Fixes
These fixes require more technical confidence because you're working with system files, registry entries, and command line tools. But they're still not dangerous if you follow the steps carefully. We're not editing anything critical, just checking system integrity and fixing a few registry values.
Run System File Checker Scan Advanced
- Open Command Prompt as Administrator
Right-click the Start button, search for Command Prompt, and select Run as administrator. Click Yes if Windows asks for permission. - Run the scan command
Type this exactly:sfc /scannowand press Enter. This scans all system files and checks for corruption. - Wait for the scan to complete
This usually takes 10-15 minutes. Your PC might slow down during the scan, so don't interrupt it. When it finishes, you'll see a summary telling you if any issues were found. - If issues found, run repair command
If the scan found problems, run this command:DISM /Online /Cleanup-Image /RestoreHealthThis uses Windows recovery tools to fix corrupted system files. - Restart your computer
Close Command Prompt and restart your PC. The repairs will be applied on restart. - Test sleep mode
After restart, test sleep and wake again. Corrupted system files can definitely cause black screen issues, especially if they're display-related files.
Repair Shell Registry Value Advanced
- Open Registry Editor
Press Windows + R, typeregedit, and press Enter. Click Yes if Windows asks for permission. - Navigate to Winlogon key
In the left panel, navigate to: HKEY_LOCAL_MACHINE → SOFTWARE → Microsoft → Windows NT → CurrentVersion → Winlogon. Click on Winlogon to select it. - Check Shell value
In the right panel, look for an entry called Shell. The value should beexplorer.exe. If it shows something different, or if Shell is missing entirely, this is your problem. - Edit or create Shell value
If Shell is wrong, right-click it and select Edit. Change the value toexplorer.exeexactly. If Shell doesn't exist, right-click in the empty space and select New → String Value. Name it Shell and set the value toexplorer.exe. - Close Registry Editor
Click OK to save, then close Registry Editor. - Restart and test
Restart your PC and test sleep/wake again. A corrupted Shell value prevents Windows from loading the login screen or desktop.
explorer.exe with no extra spaces or characters.Disable Onboard Graphics (Dual-GPU Systems) Advanced
- Check if you have dual graphics
Open Device Manager (Windows + X, then Device Manager). Expand Display adapters. If you see two items here (like Intel UHD Graphics AND NVIDIA GeForce), you have dual graphics. - Disable onboard graphics
Right-click the integrated graphics (usually the Intel one) and select Disable device. Windows will ask for confirmation; click Yes. - Restart your PC
Close Device Manager and restart. Your system will now use only the dedicated graphics card. - Test sleep and wake
Put your PC to sleep and wake it again. If the black screen is gone, the conflict was between your two graphics cards during sleep mode. - Re-enable if needed
If you want to use both GPUs for power saving (integrated graphics use less power in idle), you can right-click the disabled GPU and select Enable device. But if sleep issues return, just disable it again.
Update BIOS Advanced
- Identify your PC manufacturer
You need to know whether you have a Lenovo, Dell, HP, ASUS, or other brand. Press Windows + Pause to see your system information, or check your PC's case or documentation. - Visit manufacturer's support site
Go to the support or drivers page for your specific computer model. Search for BIOS updates. - Download the latest BIOS version
Download the BIOS file for your exact model. There's usually a version number and release notes. Make sure it's newer than your current BIOS. - Follow OEM installation instructions
BIOS updates are manufacturer-specific. Some require booting from a USB drive, some use Windows utilities. Follow the instructions exactly as provided by your manufacturer. - Don't interrupt the update
BIOS updates can take 5-15 minutes. Do not turn off your PC, unplug it, or interrupt the process. A failed BIOS update can be serious. - Restart and test
After the update completes, your PC will restart automatically. Test sleep and wake mode again.
Remote Support Option
If you've worked through these fixes and your Windows 10 black screen sleep problem persists, remote support can diagnose the exact cause in real time. A technician can check your graphics driver versions, power plan settings, and system logs to pinpoint what's blocking your display when you wake from sleep. Many black screen issues that don't respond to standard fixes turn out to be unusual driver conflicts or registry corruption that's faster to fix with hands-on remote access.
Preventing Windows 10 Black Screen After Sleep
Once you've fixed the issue, you want to make sure it doesn't come back. The prevention side is pretty straightforward and mainly involves keeping your drivers current and avoiding the settings that caused the problem in the first place.
Keep graphics drivers updated. This is the single most important step. Manufacturers release new drivers regularly, especially after Windows updates. Use Device Manager to check for updates monthly, or use OEM tools if you have a Lenovo (Lenovo Vantage), Dell (SupportAssist), or HP (HP Support Assistant). These tools can automatically update drivers for you.
Leave Fast Startup disabled permanently. If you had to disable it to fix the black screen, don't turn it back on. Yes, Fast Startup saves a few seconds on boot, but the reliability you gain by keeping it off is worth far more than that. The difference is only 5-10 seconds anyway.
Use pure sleep mode, not hibernation. In your power plan settings, make sure you're using sleep mode rather than hibernation or hybrid sleep. Hibernation is more prone to wake-from-sleep problems. If you want to save power on a laptop, configure sleep to happen after 10-15 minutes, and then let hibernation kick in after 30 minutes if you want that feature. But pure sleep is the most reliable.
Avoid third-party power management utilities. Windows built-in power features are stable. Third-party apps that claim to optimise sleep or power consumption often create conflicts. If you see anything called a power optimizer, sleep optimizer, or similar, uninstall it.
Run system file checks monthly. Open Command Prompt as Administrator and run sfc /scannow once a month. This takes 10-15 minutes and catches file corruption before it causes problems. It's like a health check for your system files.
Install Windows updates completely. Don't postpone updates and don't restart your PC in the middle of a Windows Update. Major updates sometimes require driver updates as well, and if you interrupt the process, your drivers might not install properly. Let updates finish fully, then restart.
Check for graphics driver updates after major Windows updates. Windows releases big updates (spring and fall) that often require new graphics drivers. When you see that you've installed a major Windows update, spend 5 minutes checking Device Manager for graphics driver updates. This prevents compatibility issues down the line.
Windows 10 Black Screen Sleep: Summary
Windows 10 black screen after sleep is annoying, but it's almost never a hardware problem and it's fixable without professional help in about 70-85% of cases. Start by disabling Fast Startup (the quickest fix), then update your graphics driver. If those don't work, disable App Readiness service or uninstall recently installed software. For the remaining cases, run a system file check or verify your registry Shell value. BIOS updates are a last resort. Once it's fixed, keep your drivers updated and leave Fast Startup off permanently. Most people who follow this guide get their PC waking reliably from sleep within 30 minutes.


