Skip to content

Free Tech Tutor

Tag: display issues

Windows 11 Black Screen? Here’s How to Fix It (8 Proven Fixes)

Fix a Windows 11 black screen with 8 proven methods — reset your GPU driver, boot Safe Mode, roll back updates, and more. No tech skills needed.

Introduction

You press the power button, wait for Windows 11 to load — and then nothing. A black screen stares back at you. Maybe there’s a cursor sitting in the corner. Maybe there’s nothing at all. Your PC is clearly running (the fans are spinning, the power light is on), but you can’t see a thing.

A Windows 11 black screen can happen at startup, right after you log in, or suddenly while using your computer. It’s one of the most frustrating problems Windows users face — and one of the most common too.

The good news: in most cases, you don’t need a technician or a full Windows reinstall. This guide walks you through 8 proven fixes, starting with the simplest and fastest.

Quick Answer

To fix a Windows 11 black screen, press Windows key + Ctrl + Shift + B to reset your GPU driver — this resolves most cursor-present black screens instantly. If that doesn’t work, boot into Safe Mode (hold Shift, then click Restart), then roll back or update your display driver in Device Manager.

What Causes a Black Screen in Windows 11?

Black screens in Windows 11 almost always come from one of four sources:

  • A display driver crash or conflict — the most common cause by far
  • A failed or incompatible Windows Update
  • Fast Startup conflicts — Windows doesn’t fully reinitialize hardware on boot
  • Corrupted system files — usually from an interrupted update or forced shutdown

Knowing which scenario applies to you helps you skip straight to the right fix.

Which Scenario Are You In?

Symptom Most Likely Cause
Black screen with a cursor Display driver crash
Black screen after a Windows Update Update conflict or driver
Black screen right after login Explorer.exe not loading
Black screen on startup (no cursor) Fast Startup or hardware issue
Black screen after waking from sleep Display driver or power settings

Fix 1: Try the GPU Driver Reset Shortcut

This is the fastest fix when you can see a cursor on the black screen:

  1. Press Windows key + Ctrl + Shift + B all at once.
  2. Your screen will flash briefly as the display driver restarts.
  3. Wait 5 seconds. If the black screen was a driver crash, your desktop should reappear.

Pro tip: This shortcut works even when your desktop is completely invisible. You don’t need to see anything — just press the keys blind.

Troubleshooting tip: If the screen shows no response at all (no flash, no change), the problem goes deeper than the driver. Move to Fix 2.

Fix 2: Check the Basics First

Rule out simple hardware issues before going further:

  1. Check your monitor’s power cable — make sure it’s firmly seated at both ends.
  2. Unplug and replug your video cable (HDMI, DisplayPort, or VGA) at both the monitor and the PC.
  3. Adjust brightness — laptop brightness can accidentally go to zero. Press your brightness-up key (usually Fn + F6 or a sun icon) several times.
  4. If you use multiple monitors, press Windows key + P to cycle through display modes — you may be projecting to the wrong screen.
  5. Try a different cable if one is available.

If connecting an external monitor shows your desktop normally, your laptop screen or its cable is the issue — not Windows.

Fix 3: Force a Restart

If the screen is black but the PC is clearly on:

  1. Press Ctrl + Alt + Del. If the security screen appears, click the Power icon (bottom-right) and choose Restart.
  2. If Ctrl + Alt + Del gets no response, hold the power button for 10 seconds to force a shutdown, then press it once to start again.

A clean restart clears temporary driver glitches and is often all it takes to get your desktop back.

Fix 4: Boot Into Safe Mode

Safe Mode loads Windows with only essential drivers, letting you diagnose and fix problems even when the desktop won’t appear.

If you can see the lock or login screen:

  1. Hold Shift and click the Power icon → Restart.
  2. On the recovery screen, go to Troubleshoot → Advanced Options → Startup Settings → Restart.
  3. Press 4 (or F4) to boot into Safe Mode.

If Windows won’t load at all:

  1. Force-restart your PC three times in a row by holding the power button each time. On the third boot, Windows automatically launches Automatic Repair mode.
  2. Go to Troubleshoot → Advanced Options → Startup Settings → Restart.
  3. Press 4 to enter Safe Mode.

If your desktop appears normally in Safe Mode, a third-party driver or app is causing the black screen. Move to Fix 5.

Fix 5: Roll Back or Update Your Display Driver

The display driver is the #1 cause of Windows 11 black screens. Fix it from Safe Mode or your normal desktop:

  1. Right-click the Start button and select Device Manager.
  2. Expand Display adapters.
  3. Right-click your GPU (NVIDIA GeForce, AMD Radeon, or Intel Graphics) and choose Properties.
  4. Click the Driver tab.
  5. Click Roll Back Driver if the option is available. This undoes the last driver change and is often the instant fix.
  6. If rollback is greyed out, click Update Driver → Search automatically for drivers.
  7. Restart your PC after making the change.

Pro tip: Windows doesn’t always find the newest driver. If the automatic search finds nothing useful, visit your GPU maker’s site directly — nvidia.com, amd.com, or intel.com — and download the correct driver for your GPU model. This is more reliable than the built-in search.

Display driver problems also cause Windows 11 screen flickering — if you’ve noticed flickering alongside the black screen, that guide covers additional driver steps.

Fix 6: Disable Fast Startup

Fast Startup speeds up boot times by partially hibernating Windows. This can cause black screens because Windows doesn’t fully reinitialize all hardware on the next boot — especially after updates.

  1. Press Windows key + R, type control, and press Enter.
  2. Go to Hardware and Sound → Power Options.
  3. Click Choose what the power buttons do in the left sidebar.
  4. Click Change settings that are currently unavailable.
  5. Uncheck Turn on fast startup (recommended).
  6. Click Save changes and restart.

Troubleshooting tip: Can’t reach Control Panel because of the black screen? Boot into Safe Mode first (Fix 4), then follow these steps from there — they work identically.

Fix 7: Run SFC and DISM to Repair System Files

Corrupted Windows system files can stop your desktop from loading. The built-in System File Checker (SFC) and DISM tools fix them automatically:

  1. Search for cmd, right-click Command Prompt, and choose Run as administrator.
  2. Type the following and press Enter:
    sfc /scannow
  3. Wait 10–20 minutes for the scan to finish. It repairs any corrupted files it finds.
  4. Then type this and press Enter:
    DISM /Online /Cleanup-Image /RestoreHealth
  5. Restart your PC after both scans complete.

Pro tip: Both tools run perfectly in Safe Mode. If you can’t access the desktop normally, run them from there.

Fix 8: Uninstall a Recent Windows Update

If your black screen started immediately after a Windows Update, that update may have introduced a driver conflict. You can remove it:

  1. Boot into Safe Mode (Fix 4).
  2. Press Windows key + I to open Settings.
  3. Go to Windows Update → Update History → Uninstall updates.
  4. Sort by install date and remove the most recent update.
  5. Restart and check whether the black screen is gone.

For more detail on update failures, see: How to Fix Windows Update Not Working on Windows 11.

Common Mistakes to Avoid

  1. Reinstalling Windows as your first step. A full reinstall wipes your files and is almost never necessary for a black screen. Try all 8 fixes first — the vast majority of cases are resolved before you get to that point.
  2. Ignoring the display driver. Most people check cables and restart but skip the driver entirely. The GPU driver is the leading cause of Windows 11 black screens and should be near the top of your checklist.
  3. Trusting Windows to find the latest driver. The automatic search in Device Manager often returns outdated drivers. Always check your GPU manufacturer’s website directly for the most current version.
  4. Overlooking Fast Startup. It’s enabled by default, rarely mentioned in quick-fix lists, and causes black screens more often than most people realize — especially after major Windows updates.
  5. Force-restarting during a Windows Update. If Windows is still applying an update (you see a spinner or percentage), wait it out. Forcing a shutdown mid-update corrupts system files and can make the problem significantly worse.
  6. Skipping Safe Mode entirely. Safe Mode is your most powerful diagnostic tool when Windows appears broken. Most of the fixes above work from Safe Mode even when your normal desktop is inaccessible.

Frequently Asked Questions

Why does my Windows 11 screen go black but the computer is still running?

The PC is on, but your display driver has crashed or the desktop process (explorer.exe) has stopped responding. Press Windows key + Ctrl + Shift + B to reset the GPU driver — it’s the fastest first step and works even when you can’t see anything on screen.

Why do I get a black screen after logging into Windows 11?

This usually means explorer.exe — the process that draws your desktop and taskbar — has failed to start. Press Ctrl + Alt + Del, open Task Manager, click File → Run new task, type explorer.exe, and press Enter. This relaunches the desktop without a full restart.

What causes a Windows 11 black screen with a cursor?

A cursor on a black screen almost always means a display driver crash. The mouse driver is still running, but the GPU driver that renders your desktop has failed. The Windows key + Ctrl + Shift + B shortcut resets it instantly in most cases. If that doesn’t work, roll back your display driver in Device Manager.

How do I fix a Windows 11 black screen after an update?

Boot into Safe Mode (hold Shift while clicking Restart), then go to Settings → Windows Update → Update History → Uninstall updates. Remove the most recent update, restart, and check if the black screen is gone.

Can a virus cause a black screen on Windows 11?

Yes, though it’s less common than driver issues. Malware can corrupt display drivers or core system files. If none of the 8 fixes above work, boot into Safe Mode and run a full scan with Windows Security (Windows Defender) to rule out infection.

Is a Windows 11 black screen the same as a Blue Screen of Death (BSOD)?

No. A BSOD displays a blue error screen with a stop code and error message. A black screen shows nothing (or just a cursor) and has no error code. Both can share similar causes — drivers, corrupted files — but black screens are typically display driver problems, while BSODs signal deeper system crashes. See our full guide on how to fix the Blue Screen of Death on Windows 11 if you’re seeing blue crashes too.

What if none of the 8 black screen fixes work?

If every fix fails, the issue is likely hardware — a failing GPU, a damaged display cable, or a faulty monitor. Connect your PC to an external monitor. If the external display works fine, your laptop’s built-in screen or its internal cable needs professional attention.

Conclusion

A black screen on Windows 11 looks catastrophic but is almost always fixable without reinstalling Windows. Start with the GPU driver reset shortcut (Windows key + Ctrl + Shift + B), check your cables, and boot into Safe Mode if needed. In most cases, rolling back or updating your display driver — or disabling Fast Startup — clears the problem for good.

If screen issues keep coming back, check our guide on Windows 11 screen flickering — the root causes overlap and the solutions complement each other. Try Fix 1 right now and you may be back at your desktop in under a minute.

Author Tech TutorPosted on June 20, 2026Categories How-To Guides, WindowsTags black screen, black screen after login, black screen after update, display driver, display issues, GPU driver, PC tips, Safe Mode, startup issues, Windows 11, Windows 11 fix, Windows troubleshooting

Anti Drone System

Recent Posts

  • Windows 11 Keeps Restarting Randomly? Here’s How to Fix It (9 Proven Fixes)
  • How to Recover Deleted Files on Windows 11 (6 Methods That Actually Work)
  • How to Stop Spam Calls on iPhone and Android (Step-by-Step Guide)
  • Windows 11 Black Screen? Here’s How to Fix It (8 Proven Fixes)
  • Windows 11 CPU Running at 100%? Here’s How to Fix High CPU Usage (8 Proven Fixes)
Free Tech Tutor