Black Screen After Login in Windows 11 & 10: Every Fix

Logeshwaran

If you sign in to Windows and get a black screen instead of your desktop — usually with your mouse cursor still visible and movable — the most common cause is a display driver that's crashing or hasn't finished loading before Explorer tries to draw the desktop. The fastest fix is almost always the same one: get Explorer running manually with Task Manager, then deal with the driver once you're back in.

This happens on both Windows 11 and Windows 10, and it's usually not the disaster it looks like — your files and settings are still there. The screen going black doesn't mean Windows failed to start; it means the piece of Windows responsible for actually painting the desktop (Explorer, or the graphics driver underneath it) didn't finish its job.

Quick Answer

  • Step 1 — Press Ctrl + Alt + Delete, choose Task Manager.
  • Step 2 — File → Run new task → type explorer.exe → Enter.
  • If your desktop comes back, the fix is to update or roll back your display driver so this stops happening on every login.

Why this happens

Windows actually finishes signing you in before your desktop appears — the black screen you're looking at is Windows waiting on one more step: Explorer.exe (the process that draws your taskbar, desktop icons, and Start button) starting up, and your graphics driver being ready to hand it a picture to display. When either of those stalls or crashes, you get a black screen with nothing on it. Some people also see a bare cursor that moves — that's actually a good sign, because it means the login itself worked and only the desktop drawing step failed.

The usual causes, in order of how often they show up:

  • A display/graphics driver that's outdated, corrupted, or was left mid-update — the single most common cause, and more likely right after a Windows feature update, since those sometimes reset or reinstall the graphics driver.
  • Explorer.exe itself failing to launch — sometimes unrelated to graphics, caused by a corrupted user profile, a startup app that's conflicting, or a botched Windows update.
  • Fast Startup interacting badly with a driver — Fast Startup hibernates the kernel session instead of fully shutting down, and if a driver saved a bad state, that state gets reloaded on your next "boot."
  • A second monitor or dock/adapter Windows is confused about — Windows sometimes tries to draw the desktop on a display that isn't actually receiving signal.
  • Malware or a broken shell replacement — rare, but worth ruling out if nothing else here fixes it.

Fixing it — Windows 11

1. Try the 5-second fix first: refresh the graphics driver

Before touching Task Manager, press Windows key + Ctrl + Shift + B. This tells Windows to restart the graphics driver in place without restarting the PC — you'll hear a short beep and the screen may flicker once. It sounds too simple to work, but a driver that's technically running but stopped sending a picture is one of the more common causes, and this fixes exactly that in a few seconds with nothing to lose.

2. Get your desktop back with Task Manager

  1. Press Ctrl + Alt + Delete and choose Task Manager from the menu that appears. (If even that screen is black, try Ctrl + Shift + Esc, which opens Task Manager directly.)
  2. If Task Manager opens in the compact view, click More details at the bottom left first.
  3. Look under the Processes tab for Windows Explorer. If it's listed, right-click it and choose Restart — this is faster than launching a new instance and works more often than people expect.
  4. If Explorer isn't listed at all, go to File → Run new task, type explorer.exe, and press Enter.

Your taskbar and desktop should appear within a few seconds. If they don't, close the "Run new task" box, tick "Create this task with administrator privileges" before running explorer.exe again — Explorer occasionally needs elevated rights to restart cleanly after a crash.

2a. If Explorer.exe crashes the instant you launch it

There's a specific, well-documented variant of this: you run explorer.exe and it appears for a split second, then closes itself immediately, every time. If that's what you're seeing, the cause is often a stuck Windows background service called StateRepository, not your graphics driver at all — this shows up a lot on managed/work PCs with certain security software installed. To check and fix it:

  1. From Task Manager's Run new task box, launch cmd with "administrative privileges" ticked.
  2. In the command window, run net stop StateRepository, then net start StateRepository.
  3. Try explorer.exe again — it should now stay open instead of crashing immediately.

You can confirm this is what's happening by opening Event Viewer (steps further down) and checking Applications and Services Logs → Microsoft → Windows → StateRepository → Operational for repeated Event ID 270 entries around the time of the crash.

3. Try a second monitor if you have one

If you're on a laptop with an external monitor connected, or docked, try pressing Windows key + P and switching the display mode (PC screen only / Duplicate / Extend). Windows sometimes tries to render your desktop on a display that's asleep or disconnected, which looks identical to a black-screen crash but isn't a driver problem at all.

4. Deal with the driver so it doesn't happen again

Once you're back on your desktop, open Settings → Windows Update → Advanced options → Optional updates → Driver updates and install anything listed for your graphics adapter. If the black screen started right after a Windows Update or a driver update, the more reliable fix is usually to roll the driver back rather than update it further:

  1. Right-click Start → Device Manager.
  2. Expand Display adapters, right-click your graphics card, choose Properties.
  3. Go to the Driver tab. If Roll Back Driver is available (it's greyed out if Windows didn't keep the old one), use it.
  4. If it's not available, download the current driver directly from your GPU maker's site (Intel, NVIDIA, or AMD) rather than relying on Windows Update, and run a clean install.

5. Turn off Fast Startup

This is worth doing even if a driver update fixes things, because Fast Startup is a common reason the black screen comes back after it seemed solved. Go to Control Panel → Power Options → Choose what the power buttons do → Change settings that are currently unavailable, then untick "Turn on fast startup." This makes your next restart genuinely fresh instead of resuming from a saved kernel state.

6. If it started right after a specific update, uninstall that update

When the black screen began the same day as a Windows Update — especially a monthly "quality" update rather than a driver update — removing that specific update is often faster than fighting the driver. From the sign-in screen, hold Shift while clicking Power → Restart, then go to Troubleshoot → Advanced options → Uninstall Updates and choose Uninstall latest quality update. This doesn't touch your files, and Windows will simply offer the update again later once whatever caused the conflict is fixed on Microsoft's end.

7. Laptops with two graphics chips (Intel + NVIDIA/AMD)

If you're on a laptop that switches between built-in graphics and a discrete NVIDIA or AMD GPU, and the black screen only affects the laptop's own display — an external monitor plugged into a dock or USB-C port still works fine — the discrete GPU is very likely the one failing to initialize. Two things to try: boot into Safe Mode (steps below) and uninstall just the discrete GPU driver from Device Manager, leaving the Intel one in place; or, as a stopgap to get working today, keep an external display connected and disable the discrete GPU in Device Manager until you've sorted a proper driver.

8. Rule out security software

Some antivirus or endpoint-security agents have, in specific versions, interfered with the shell startup process in exactly this way — the desktop stays black until the security agent finishes whatever it's doing, sometimes for several minutes. If your PC is otherwise fine but the black screen reliably clears itself after a long wait (5–20 minutes) with no input from you, check whether your antivirus has a known compatibility bulletin for your Windows build, and try temporarily turning off its real-time protection (from Safe Mode if needed) to confirm before deciding whether to update or replace it.

Fixing it — Windows 10

The recovery steps are the same on Windows 10 as above — Ctrl + Alt + Delete → Task Manager → File → Run new task → explorer.exe — and Fast Startup lives in the same Control Panel path. Two things differ:

  • Device Manager path is identical (right-click Start → Device Manager), but on Windows 10 the driver rollback button sits in the same Driver tab with no other changes.
  • If you're specifically on an old, unsupported Insider Preview or beta build, the honest fix is to get off it: Insider builds are pre-release software, and driver support for a specific beta build stops the moment Microsoft moves on to the next one. Rolling back to the last stable release (Settings → Update & Security → Recovery → Go back to the previous version of Windows 10, where still available) is usually faster than chasing a driver that was never finished for that build.

One more thing worth knowing if you're on Windows 10 today: mainstream free security updates for Windows 10 ended on October 14, 2025. If your PC still runs 10, none of that affects this specific black-screen problem, but it's worth knowing while you're in Windows Update anyway — Microsoft's consumer Extended Security Updates program is still open for enrollment and covers you through October 2027 if you want to stay on 10 a while longer.

If Explorer.exe won't start at all

If running explorer.exe from Task Manager does nothing — not even a flash of the taskbar — the problem is more likely a broken user profile or a corrupted system file than the graphics driver. Two things to try, in order:

  1. Run System File Checker. From Task Manager's Run new task box, type cmd, tick "administrative privileges," then in the window that opens run sfc /scannow. Let it finish — it can take several minutes — then restart.
  2. Boot into Safe Mode and see if the desktop loads there: hold Shift while clicking Restart from the sign-in screen's power button, then choose Troubleshoot → Advanced options → Startup Settings → Restart, and press 4 (or F4) for Safe Mode. If Safe Mode works fine, that points strongly at a driver or a startup app rather than a corrupted Windows installation — go back to the driver steps above once you're in.

What to check if nothing above works

If you've tried the driver rollback, Fast Startup, and SFC, and the black screen still comes back on every login, check Event Viewer for the actual error before you go further — guessing at this point usually wastes more time than it saves. Press Windows + R, type eventvwr.msc, and look under Windows Logs → Application and System for red-flagged errors around the time you signed in. A repeated error naming a specific driver file (often ending in .sys) tells you exactly what to reinstall or remove.

If Event Viewer shows nothing useful and the problem is new, a corrupted user profile is the next suspect — a second local account that logs in cleanly confirms it's profile-specific rather than a system-wide fault.

Frequently asked questions

Is my data still there?

Yes. A black screen after sign-in means Windows authenticated you and is stuck on the desktop-drawing step — it hasn't touched your files. Nothing about this problem deletes or hides data.

Why does my cursor show up but nothing else does?

That's actually useful information: it means the login succeeded and the shell (Explorer) or the graphics driver is what's stuck, not Windows itself. It points you straight at the driver/Explorer fixes above rather than a deeper startup repair.

Does this happen more after a Windows Update?

Yes, disproportionately. Feature and driver updates sometimes reinstall or reset your graphics driver, and if the new driver has a compatibility issue with your specific card, the symptom is exactly this. That's why driver rollback, not just "wait it out," is the fix that actually sticks.

Can I fix this without a keyboard, on a tablet?

Ctrl + Alt + Delete has no touch equivalent, which is the real problem here. If you have a Bluetooth or USB keyboard, connect it just for this — it's the fastest path. Without one, hold the power button for 10 seconds to force a restart and try Safe Mode via the boot menu instead (hold the volume-down button while restarting, on most tablets, to reach the recovery menu).

Should I do a full reset instead of chasing the driver?

Only as a last resort. A full reset (Settings → System → Recovery → Reset this PC) fixes almost anything, but it also removes your installed apps at minimum, and your files if you choose "Remove everything." Work through the driver and Explorer fixes first — the vast majority of black-screen cases resolve there.

I have two monitors and only one goes black. What's happening?

That's a display-detection issue, not a crash — Windows is drawing the desktop but sending it to the wrong output, or one monitor's cable/input is on the wrong source. Windows key + P and cycling through display modes usually fixes it immediately; no driver work needed.

My screen goes black after login, then dumps me back to the sign-in screen instead of staying black. Same fix?

That's a related but distinct symptom — it usually means Explorer or a startup component crashed hard enough that Windows gave up and restarted the sign-in process rather than just leaving you on a black screen. Start with the driver rollback and Fast Startup steps above; if it keeps looping, the "Uninstall latest quality update" step is worth trying next, since this particular pattern shows up often right after a botched update.

Will this happen again after I fix it once?

If the cause was a one-off driver hiccup, no. If Fast Startup is still on, it's more likely to recur, because Fast Startup can resume a saved bad graphics state instead of starting the driver fresh — which is why turning it off is worth doing even after the immediate fix works.

Further reading

Microsoft maintains its own general blank-screen troubleshooting guide, which is worth a look if nothing above has fixed it: Troubleshooting blank screens in Windows (Microsoft Support).


This post originally covered a black-screen bug specific to Windows 10 Insider Preview build 15025 back in February 2017 — a beta build from Microsoft's old Insider testing channel. That build, and the channel structure it shipped through, no longer exist, so this version answers the same underlying problem — black screen after signing in — as it applies to Windows 11 and Windows 10 today. If you landed here at 11pm with a black screen staring back at you: the fix above works for the large majority of cases, and your files are fine.

Related