Seeing a black screen after shutting down your PC can be confusing and worrying. In many cases, the system appears to be powered off, but the screen stays black, the fans keep running, or the PC refuses to start properly on the next boot. This issue has become more common on Windows 11, especially after updates or driver changes.
The good news is that this problem is usually caused by Fast Startup, display drivers, power settings, or firmware-related glitches, not hardware failure. In this guide, we’ll explain why it happens and walk you through all reliable fixes, step by step.
Why Windows 11 Shows a Black Screen After Shutdown
A black screen after shutdown usually occurs due to one or more of the following reasons:
- Fast Startup or hybrid shutdown issues
- Graphics driver conflicts or corruption
- Windows Update bugs
- Power or sleep state conflicts
- BIOS/UEFI firmware problems
- External display or peripheral conflicts
Because Windows 11 uses a hybrid shutdown by default, the system doesn’t always power off cleanly.
Fix Black Screen After Shutdown on Windows 11
Follow the solutions below in order. Most users fix the issue within the first few steps.
1. Perform a Forced Power Reset (Quick Recovery)
If your PC is stuck on a black screen right now:
- Press and hold the Power button for 10–15 seconds until the PC shuts down.
- Unplug the power cable (and battery, if it’s a laptop with a removable battery).
- Hold the power button again for 10 seconds to discharge residual power.
- Reconnect power and turn the PC back on.
This clears temporary power-state glitches.
2. Disable Fast Startup (Most Important Fix)
Fast Startup is the most common cause of black screen issues after shutdown.
- Open Control Panel.
- Go to Power Options.
- Click Choose what the power buttons do.
- Click Change settings that are currently unavailable.
- Uncheck Turn on fast startup (recommended).
- Click Save changes.
- Shut down your PC completely and power it back on.
This forces Windows to perform a full shutdown instead of a hybrid one.
3. Update or Reinstall Graphics Drivers
Display driver issues often cause black screens during shutdown or startup.
- Right-click Start and open Device Manager.
- Expand Display adapters.
- Right-click your GPU and select Update driver.
- If the issue persists:
- Uninstall the display driver
- Restart Windows
- Install the latest driver from NVIDIA, AMD, or Intel
Avoid using generic drivers if possible.
4. Check Windows Update History
Some cumulative updates introduce shutdown-related bugs.
- Open Settings → Windows Update → Update history.
- Look for recently installed updates around the time the issue started.
- If necessary, uninstall the latest update and restart your PC.
Microsoft often releases follow-up patches to fix these issues.
5. Disable Hybrid Sleep and Hibernate
Hybrid sleep can interfere with shutdown behavior.
- Open Control Panel → Power Options.
- Click Change plan settings next to your active plan.
- Click Change advanced power settings.
- Expand:
- Sleep → Allow hybrid sleep → Off
- Hibernate after → Never
- Click Apply → OK.
This ensures a clean power-off sequence.
6. Disconnect External Displays and Peripherals
External devices can keep the system in an active state.
- Shut down your PC.
- Disconnect:
- External monitors
- Docking stations
- USB devices
- Power on the PC and test shutdown again.
If this fixes the issue, reconnect devices one by one to find the culprit.
7. Run System File Checker (SFC)
Corrupted system files can cause shutdown and display issues.
- Open Command Prompt (Admin).
- Run:
sfc /scannow - Wait for the scan to finish.
- Restart your PC.
If files are repaired, shutdown behavior often returns to normal.
8. Repair Windows Image Using DISM
For deeper system corruption:
- Open Command Prompt (Admin).
- Run:
DISM /Online /Cleanup-Image /RestoreHealth - Let the process complete fully.
- Restart your system.
This fixes underlying component store issues.
9. Check BIOS/UEFI Settings
Firmware settings can affect shutdown behavior.
- Enter BIOS/UEFI settings.
- Look for options like:
- Fast Boot
- ERP / Power-saving states
- Disable Fast Boot temporarily and save changes.
Also consider updating BIOS if a newer version fixes power-related bugs.
10. Test Shutdown via Command (Diagnostic Step)
This helps confirm whether Fast Startup is the issue.
- Open Command Prompt.
- Run:
shutdown /s /t 0 - Observe whether the system shuts down cleanly.
If this works correctly, the issue is almost certainly Fast Startup–related.
Wrapping Up
A black screen after shutdown on Windows 11 is usually caused by Fast Startup, display driver problems, or power-state conflicts, not a serious hardware failure. Disabling Fast Startup, updating graphics drivers, and repairing system files resolve the issue in most cases.
Once fixed, your PC should shut down cleanly, power off completely, and boot normally—without the black screen returning.