📬 Instant Delivery 🔑 Genuine Product Keys 🔒 Secure Payments 🌐 24/7 Live Chat 🛡️ Support Included
Windows 11 laptop showing a black screen with only the mouse cursor visible after an update

Windows 11 Black Screen After Update: Quick Fix Checklist

Short answer

In most cases Windows booted fine and only the desktop failed to appear. Press Ctrl + Alt + Delete. If the blue security screen shows up, open Task Manager, find Windows Explorer, and restart it. That alone fixes a large share of these.

If nothing responds, force the PC off during boot three times to trigger the Recovery Environment, then start in Safe Mode and roll back your graphics driver. The steps below go in the order that solves the most cases first.

You restart after an update, the login screen never arrives, and you’re looking at nothing. Maybe a cursor. Maybe not even that.

It’s alarming, and it’s usually less serious than it looks. Windows almost always booted. What failed was the part that draws things on the screen, which is a much smaller problem than a machine that won’t start.

Before touching anything: if the PC has been at this screen for less than twenty minutes after a feature update, wait. Large updates finish configuring on the first boot, and that stage can genuinely sit on a black screen for a while on older hardware. Listen for drive activity. If you can hear or see the disk working, leave it alone.

First: is there a cursor?

This is the single most useful thing you can check, and it takes two seconds. Move the mouse.

What you seeWhat it meansWhere to start
Black screen with a movable cursorWindows is running. The desktop shell or the display driver failed.Fix 1, then Fix 3
Black screen, no cursor, but the PC is onSomething failed earlier in the boot chain.Fix 2 (Safe Mode)
Black screen and no BIOS/UEFI logo eitherWindows probably isn’t the problem.Fix 6 (hardware checks)

Fix 1: Restart Windows Explorer

Windows Explorer isn’t only the file manager. It also draws your taskbar, Start menu and desktop. When it fails to launch, you get a working computer with an empty screen.

  1. Press Ctrl + Alt + Delete.
  2. If the security screen appears, click Task Manager. If you can’t see it, press Ctrl + Shift + Esc instead.
  3. Click More details if the window looks small.
  4. Under Processes, find Windows Explorer. Right-click it and choose Restart.
  5. If it isn’t listed at all, go to File → Run new task, type explorer.exe, and press Enter.

The desktop usually appears within a few seconds. If it does, don’t stop here: the underlying cause is often a display driver, so go and update it before the next restart.

Also worth trying: press Windows + Ctrl + Shift + B. That shortcut restarts the graphics driver without rebooting. You’ll hear a short beep and the screen will flicker. On a driver-related black screen it works immediately, and it costs you nothing to try.

Fix 2: Get into Safe Mode

If nothing responds, you need the Recovery Environment. There’s a deliberate way to trigger it without a screen:

  1. Hold the power button until the PC switches off.
  2. Turn it on, wait about ten seconds, and force it off again.
  3. Repeat once more. On the third boot Windows opens Automatic Repair by itself.
  4. Choose Advanced options → Troubleshoot → Advanced options → Startup Settings → Restart.
  5. Press 5 for Safe Mode with Networking.

Safe Mode loads a generic display driver, which is why the screen works there even when it doesn’t normally. That’s diagnostic in itself: if Safe Mode looks fine, your graphics driver is the culprit and Fix 3 is your answer.

Fix 3: Roll back or reinstall the graphics driver

This is the most common root cause. Windows Update sometimes replaces a working manufacturer driver with its own generic version, or installs a newer one that your specific card doesn’t get along with.

From Safe Mode:

  1. Right-click Start and choose Device Manager.
  2. Expand Display adapters and double-click your graphics card.
  3. Open the Driver tab and click Roll Back Driver if it’s available. Restart.
  4. If the button is greyed out, choose Uninstall device, tick the box to delete the driver software, and restart. Windows installs a basic driver on boot, which is ugly but visible.
  5. Once you have a desktop, download the current driver directly from NVIDIA, AMD or Intel rather than letting Windows Update pick one.

Fix 4: Turn off Fast Startup

Fast Startup doesn’t fully shut Windows down. It saves part of the system state to disk and reloads it, which is why your PC boots quickly. It’s also why a broken driver state can survive a shutdown and greet you again on the next boot.

  1. Open Control Panel → Power Options.
  2. Click Choose what the power buttons do.
  3. Click Change settings that are currently unavailable.
  4. Untick Turn on fast startup and save.

Boots take a few seconds longer. On a machine that’s been misbehaving after updates, that’s a good trade.

Fix 5: Repair system files

An interrupted update can leave system files in an inconsistent state. Two built-in tools fix that, and they need to run in this order.

Open Command Prompt as administrator (in Safe Mode: Start, type cmd, right-click, Run as administrator) and run:

  1. DISM /Online /Cleanup-Image /RestoreHealth – repairs the component store that SFC pulls its replacement files from. Needs an internet connection and can take 15 minutes with no visible progress. Let it finish.
  2. sfc /scannow – scans protected system files and replaces damaged ones.
  3. Restart.

Running SFC first is the common mistake. If the component store is damaged, SFC has nothing clean to copy from and reports failures it can’t fix.

Fix 6: Rule out the hardware

Do this early if you never see the manufacturer’s logo or the BIOS screen during boot. If those don’t appear, Windows hasn’t started yet and none of the fixes above apply.

  • Try a different cable and a different port. HDMI and DisplayPort cables fail more often than people expect.
  • Try the motherboard’s video output if your CPU has integrated graphics. If that works and the card’s output doesn’t, you’ve found it.
  • Disconnect every other display. Windows sometimes decides the desktop belongs on a monitor that isn’t there. Press Windows + P then the down arrow and Enter to cycle display modes blind.
  • Unplug peripherals. Docks, capture cards and USB display adapters are frequent offenders after a driver update.

Fix 7: Uninstall the update, but treat it as temporary

If nothing else worked, remove the update that started it. From the Recovery Environment: Troubleshoot → Advanced options → Uninstall Updates, then pick the quality update or the feature update.

You’ll get a working desktop back. You’ll also get the same update again, because Windows will reinstall it. Use the window: update your graphics, chipset and storage drivers from the manufacturer’s site, then let the update return. Pausing updates under Settings → Windows Update for a week gives you time to do that properly.

If Windows comes back but says it isn’t activated

These are two separate problems that happened at the same time. A black screen never means your licence was revoked. What can happen is that a repair operation or a hardware change during troubleshooting invalidates the activation state.

Check Settings → System → Activation. If it reports a problem, our activation troubleshooting guide covers the error codes, and this one explains the watermark if that’s what appeared. If you replaced a motherboard as part of fixing this, whether the licence survives depends on its type, which is explained in our OEM vs Retail comparison.

If you do need a fresh licence, a genuine Windows 11 Pro Retail key is $15 and Retail licences survive future hardware changes.

Frequently asked questions

Why does Windows 11 go to a black screen after an update?

The most common cause is a graphics driver that the update replaced or invalidated, so Windows loads but never draws the desktop. Other causes include a stalled Windows Explorer process, a second display Windows thinks is connected, Fast Startup restoring a broken session, or a corrupted user profile. The screen is usually not blank because Windows failed to boot. It booted and the shell did not appear.

What is the difference between a black screen with a cursor and one without?

A visible mouse cursor means Windows loaded far enough to run the input stack, so the problem is almost always Explorer or the display driver. No cursor at all points to something earlier in the boot chain, such as a firmware or driver failure. The cursor is the single most useful clue you have, so check for it before anything else.

Will Ctrl + Alt + Delete work on a black screen?

Often, yes, and it is the fastest test. If the security screen appears, Windows is running and only the desktop shell is missing, which you can usually fix by restarting Windows Explorer from Task Manager. If nothing happens, you will need to boot into Safe Mode instead.

Does a black screen mean my Windows licence was deactivated?

No. Activation problems produce a watermark, locked personalisation settings and messages in Settings, never a black screen. If Windows comes back and then reports it is not activated, those are two separate issues that happened to coincide with the same update.

How do I get into Safe Mode if I cannot see anything?

Force the PC off with the power button while it is booting, three times in a row. Windows then opens the Recovery Environment automatically. From there choose Troubleshoot, Advanced options, Startup Settings, Restart, then press 5 for Safe Mode with Networking.

Should I uninstall the update that caused it?

It is a reasonable last step if driver fixes do not work, and it will get you back to a working desktop. Treat it as temporary: the update will reinstall itself, so use the working time to update your graphics driver from the manufacturer before it does. Pausing updates for a week buys you that window.

Could this be a failing GPU or monitor rather than Windows?

It can be, and it is worth ruling out early. Try a different cable, a different port, and the motherboard’s video output if your CPU has integrated graphics. If the BIOS or UEFI screen also fails to appear during boot, the problem is hardware and no amount of Windows troubleshooting will fix it.

The short version

Check for a cursor. Try Ctrl + Alt + Delete and restart Explorer. If that fails, force three failed boots to reach Safe Mode and roll back the graphics driver. Turn off Fast Startup so the state can’t survive a shutdown. Repair system files with DISM before SFC, in that order. Rule out cables and second monitors early, because they cost nothing to check.

In the large majority of cases this is a display driver, and the machine was never really broken.

Need a licence after a repair or reinstall?

Genuine Retail and OEM keys, delivered by email in minutes, with activation support included.

Windows 11 Pro — $15See all Windows keys

Leave a Reply

Your email address will not be published. Required fields are marked *

Fast Delivery & Activation

Your Keys arrive via Email

Customer Service

Premium Support 24/7

100% Secure Checkout

Stripe / MasterCard / Visa

0