How to Fix Black Screen in Safe Mode on Windows 11

Safe Mode is one of Windows 11’s most reliable troubleshooting environments. It loads the system with minimal drivers and services, allowing you to isolate and fix software issues that might cause startup errors, crashes, or other performance problems. But what happens when even Safe Mode itself gives you a black screen?

A black screen in Safe Mode can be confusing because Safe Mode is supposed to bypass problematic drivers and third-party software. When this happens, it usually indicates an issue with system files, display settings, corrupted drivers, or even background startup configurations.

In this guide, we’ll walk you through how to fix the black screen issue when booting into Safe Mode on Windows 11.

What You’ll Need

Before you begin, ensure you have administrator access to your computer. If your screen is completely black with no display at all, you might need a second device to access Microsoft’s recovery tools or a bootable Windows 11 USB installer.

Tip: Don’t panic if the screen goes black with just a cursor — that often means Windows is running but something is blocking the interface from loading properly. You can usually fix this without reinstalling Windows.

Step 1: Check for Display Connection Issues

Start with the basics before moving to advanced fixes. A simple connection problem can sometimes look like a black screen error.

  1. Ensure your monitor or laptop screen is powered on.
  2. Disconnect and reconnect your HDMI or DisplayPort cable.
  3. If you’re using a desktop, try switching the display port or using a different cable.
  4. Press Ctrl + Alt + Del — if the screen changes or a menu appears, it means the display is active and Windows is running.

If nothing happens, try connecting to another monitor or external display to rule out hardware issues.

Step 2: Boot Into Safe Mode Using Advanced Startup

If the black screen prevents you from entering Safe Mode normally, use Windows’ Advanced Startup options.

  1. Hold down the Power button to shut down the computer completely.
  2. Turn it back on and immediately press the power button again to force another shutdown.
  3. Repeat this process three times — on the fourth boot, Windows will enter the Windows Recovery Environment (WinRE).
  4. Go to Troubleshoot → Advanced options → Startup Settings → Restart.
  5. When prompted, press 4 for Enable Safe Mode or 5 for Enable Safe Mode with Networking.

This method ensures you’re booting into Safe Mode cleanly and bypasses most software-related startup conflicts.

Step 3: Roll Back or Reinstall Display Drivers

Display driver corruption is one of the most common causes of a black screen in Safe Mode. You can fix this by rolling back or uninstalling the problematic driver.

  1. Press Ctrl + Shift + Esc to open Task Manager (if it’s visible).
    • If you can’t see it, press Ctrl + Alt + Del, choose Task Manager, and wait for it to appear.
  2. Click File → Run new task.
  3. Type devmgmt.msc and press Enter to open Device Manager.
  4. Expand the Display adapters section.
  5. Right-click your display driver (e.g., Intel, NVIDIA, or AMD) and select Uninstall device.
  6. Check the box for Attempt to remove the driver for this device, then click Uninstall.

Restart your PC and let Windows reinstall a generic display driver automatically. If that resolves the issue, reinstall the latest version of your GPU driver from the manufacturer’s website.

Step 4: Disable Fast Startup and Hybrid Boot

Fast Startup can sometimes cause display initialization issues even when booting into Safe Mode. Disabling it can help.

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

After restarting, try booting into Safe Mode again to check if the black screen issue persists.

Step 5: Run System File Checker (SFC) and DISM Tools

If corrupted system files are causing the problem, the built-in repair tools can help restore them.

  1. In Safe Mode, press Ctrl + Shift + Esc and open Task Manager.
  2. Click File → Run new task, type cmd, check Create this task with administrative privileges, and press Enter.
  3. Run the following command to scan for corrupted files: sfc /scannow
  4. After it completes, run these additional commands: DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /RestoreHealth
  5. When finished, restart your PC and check if the display loads properly in Safe Mode.

Step 6: Reset Display Settings to Default

Incorrect resolution or refresh rate settings can also cause the screen to go black. You can reset display settings using a quick command.

  1. Press Windows + R, type ms-settings:display, and press Enter.
  2. If the screen is still black but you can move the mouse, press Alt + Space, then M, and use your arrow keys to reposition the window in case it’s off-screen.
  3. Once you regain access, set your display resolution to the Recommended setting and click Apply.

If that doesn’t help, restart in Safe Mode with Command Prompt and run:

rundll32.exe display.dll,ShowDisplayCPL

Then reset to default display configurations.

Step 7: Perform a Clean Boot

If the black screen persists even in Safe Mode, a third-party service or driver might be interfering. You can isolate this by performing a clean boot.

  1. Press Windows + R, type msconfig, and press Enter.
  2. In the Services tab, check Hide all Microsoft services, then click Disable all.
  3. Go to the Startup tab and open Task Manager.
  4. Disable all startup apps.
  5. Click Apply, then OK, and restart your system.

This starts Windows with only essential services and drivers. If the issue disappears, re-enable items one at a time to find the culprit.

Step 8: Use System Restore or Startup Repair

If none of the above solutions fix the issue, you can use Windows’ recovery tools to restore your system to a working state.

  1. Boot into Windows Recovery Environment (WinRE) by holding the Power button and interrupting the boot process three times.
  2. Navigate to Troubleshoot → Advanced options → System Restore.
  3. Choose a restore point from before the issue began.

If System Restore isn’t available, select Startup Repair from the same menu to automatically fix boot-related issues.

Wrapping Up

A black screen in Safe Mode can seem serious, but in most cases, it’s caused by corrupted display drivers or misconfigured system settings. Start with the basic fixes — reconnecting your display and restarting the Windows Search or Explorer process — then move on to driver and system repairs if needed.

If the issue persists even after performing SFC, DISM, and driver reinstallation, consider performing an in-place upgrade or repair install of Windows 11. This process keeps your files and apps intact while restoring all system components to default.

Once your display returns to normal, it’s a good idea to update your GPU drivers regularly and create restore points before making major changes. That way, if something like this happens again, you’ll be back up and running in no time.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.