{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreidpvgckfwidxheb52ktp45g2gswkvqz6vdk3ceangoyftbmf2ncye",
"uri": "at://did:plc:ws6dhxzqnqxu5aqxt4kd27oc/app.bsky.feed.post/3mk5o7iqnidl2"
},
"coverImage": {
"$type": "blob",
"ref": {
"$link": "bafkreihygrmsjsut6pvbiigfilc6ffl24bff4e2iiucnw3sb7lrqmme54i"
},
"mimeType": "image/png",
"size": 1177047
},
"description": "Recover your desktop when Windows 11 boots to a blank screen with only a cursor visible.",
"path": "/black-screen-after-login-on-windows-11-how-to-fix-it/",
"publishedAt": "2026-04-23T09:11:56.000Z",
"site": "https://allthings.how",
"tags": [
"Nvidia",
"AMD",
"Intel",
"Media Creation Tool"
],
"textContent": "A black screen after signing into Windows 11, usually with just a mouse cursor floating on an empty display, points to the desktop shell failing to load. The login itself succeeds, but `explorer.exe` or the graphics stack stalls before the taskbar and icons appear. The fix depends on whether you can reach Task Manager, whether the issue started after an update, and whether Fast Startup is involved.\n\nā”\n\nQuick answer: Press Ctrl+Alt+Delete, open Task Manager, choose File > Run new task, type explorer.exe, tick \"Create this task with administrative privileges,\" and press Enter. If the desktop returns, disable Fast Startup to prevent it from recurring.\n\n* * *\n\n### Reset the graphics driver first\n\nBefore anything else, try the built-in keyboard shortcut that restarts the display stack without rebooting. Press **Windows + Ctrl + Shift + B**. You should hear a short beep and see the screen flicker. If the desktop appears, a stalled GPU driver was the cause and no further action is needed for that session.\n\nIf nothing happens, cycle the display output. Press **Windows + P** , then tap **P** again and press **Enter** to rotate through PC screen only, Duplicate, Extend, and Second screen only. This rules out a misrouted signal to a disconnected monitor.\n\n* * *\n\n### Restart Windows Explorer from Task Manager\n\nThe most common cause is that the Explorer shell did not launch with your user session. Task Manager can start it manually.\n\n**Step 1:** Press **Ctrl + Alt + Delete** and select **Task Manager**. If Ctrl+Shift+Esc works directly, use that instead.\n\n**Step 2:** In Task Manager, click **File** > **Run new task**. Type `explorer.exe`, tick the box for **Create this task with administrative privileges** , and press **Enter**.\n\n**Step 3:** If the taskbar and desktop appear, the shell was not auto-starting. Proceed to the registry check below to make the fix permanent. If Explorer is already running but the screen is still blank, end the `explorer.exe` process in the Details tab and relaunch it the same way.\n\n* * *\n\n### Verify the shell registry value\n\nIf Explorer will not start at all, the Winlogon shell entry may be missing or corrupted. This needs to match a clean Windows 11 install.\n\n**Step 1:** From Task Manager, choose **File** > **Run new task** , type `regedit`, tick the admin box, and press **Enter**.\n\n**Step 2:** Navigate to `HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon`. Confirm the **Shell** value exists and is set to `explorer.exe`. If it contains anything else, back up the key, then change it.\n\n**Step 3:** Also check `HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Environment`. Confirm a string value named **windir** exists with the data `C:\\Windows`. A missing `windir` variable has resolved black-screen-after-login cases where Explorer refuses to launch.\n\n**Step 4:** Reboot. You should land on a normal desktop after signing in.\n\n* * *\n\n### Boot into Safe Mode to fix deeper issues\n\nIf the desktop never appears, even after restarting Explorer, boot into Safe Mode so you can roll back drivers, uninstall recent software, or run a system restore without the shell being involved.\n\n**Step 1:** On the lock screen, click the **Power** icon, then hold **Shift** and click **Restart**. If you cannot reach the lock screen, force shutdown by holding the power button for 10 seconds. Repeat two or three times until Windows enters the Recovery Environment automatically.\n\n**Step 2:** Choose **Troubleshoot** > **Advanced options** > **Startup Settings** > **Restart**. When the list appears, press **5** or **F5** for **Safe Mode with Networking**.\n\n**Step 3:** Sign in. If the desktop loads here but not in normal mode, the culprit is a driver, startup app, or third-party service ā not Windows itself.\n\n* * *\n\n### Roll back or reinstall the graphics driver\n\nDisplay driver conflicts are one of the top triggers, especially right after a Windows update or a GPU driver update.\n\n**Step 1:** In Safe Mode, right-click the Start button and open **Device Manager**. Expand **Display adapters**.\n\n**Step 2:** Right-click your GPU and choose **Properties** > **Driver** tab. If **Roll Back Driver** is available, use it. Otherwise, choose **Uninstall device** and tick **Attempt to remove the driver for this device**.\n\n**Step 3:** Reboot normally. Windows will install a baseline driver. If the desktop now loads, reinstall the latest stable driver from Nvidia, AMD, or Intel ā matching your exact GPU model.\n\n* * *\n\n### Turn off Fast Startup\n\nFast Startup is hybrid hibernation. When you shut down, Windows saves kernel state to `hiberfil.sys` and reloads it on the next boot. On some systems, particularly with certain motherboard firmware or GPU drivers, this reused state is what leaves you with a black screen and cursor. Disabling it forces a full cold boot every time.\n\n**Step 1:** Open **Command Prompt** or **Terminal** as administrator.\n\n**Step 2:** Run:\n\n\n powercfg -H off\n\n\n**Step 3:** This disables hibernation and Fast Startup together, and deletes `hiberfil.sys` ā freeing several gigabytes equal to your installed RAM. Reboot to apply.\n\nIf you prefer a GUI: open Control Panel > Power Options > Choose what the power buttons do > Change settings that are currently unavailable, then clear **Turn on fast startup (recommended)**.\n\nš\n\nNote: On an SSD, a cold boot typically adds only 3 to 10 seconds versus Fast Startup, and it avoids a long list of driver and update bugs that persist across shutdowns. A true restart always bypasses Fast Startup, which is why \"just restart it\" often fixes things that shutting down and powering back on does not.\n\n* * *\n\n### Uninstall recently added software\n\nIf the black screen started after installing a program, a shell extension, filter driver, or security tool is likely hooking into Explorer. Third-party folder protection, screen recorders, virtual display utilities, Explorer replacements, and some antivirus products have all been linked to this behavior.\n\nBoot into Safe Mode, open **Settings** > **Apps** > **Installed apps** , and uninstall anything added in the days before the problem started. Reboot after each removal and test. If a specific program is the trigger, reinstalling it will reproduce the black screen ā confirming the cause.\n\n* * *\n\n### Repair system files and the image\n\nCorrupted system files can prevent the shell from initializing. Running the built-in repair tools in order resolves most cases.\n\n**Step 1:** Open Command Prompt or Terminal as administrator (from Safe Mode if needed).\n\n**Step 2:** Run:\n\n\n DISM /Online /Cleanup-Image /RestoreHealth\n sfc /scannow\n\n\n**Step 3:** Let both commands finish. DISM repairs the underlying Windows image; SFC then uses that clean image to replace damaged system files. Reboot.\n\n* * *\n\n### Use System Restore if it started after an update\n\nWhen the black screen began immediately after a Windows update or driver install, a restore point from before that change is the fastest fix.\n\nFrom the Recovery Environment, go to **Troubleshoot** > **Advanced options** > **System Restore** and pick a restore point dated before the issue appeared. This rolls back drivers, updates, and registry changes without touching your personal files.\n\nIf an update is confirmed as the trigger, you can also uninstall it from **Troubleshoot** > **Advanced options** > **Uninstall Updates** , then pause Windows Update for a few weeks to avoid reinstallation while a fix is prepared.\n\n* * *\n\n### Reference table of fixes by symptom\n\nSymptom| Most likely cause| First fix to try\n---|---|---\nBlack screen with cursor, Task Manager opens| Explorer shell failed to start| Run explorer.exe as admin from Task Manager\nBlack screen, no cursor| Graphics driver stalled| Windows + Ctrl + Shift + B\nHappens only after shutdown, not restart| Fast Startup reusing bad state| powercfg -H off\nStarted after a Windows update| Driver or update regression| Roll back driver or System Restore\nStarted after installing an app| Shell extension or filter driver conflict| Uninstall the app in Safe Mode\nBlinking underscore cursor on a black screen| BIOS cannot find boot device| Check boot order and drive connection in BIOS\nOne-minute delay then desktop loads| Delayed user profile or AppX provisioning| Wait out the delay; check for cumulative updates\n\n* * *\n\n### When to consider a reset or clean install\n\nIf the shell still will not load after rolling back drivers, running DISM and SFC, disabling Fast Startup, removing recent software, and attempting System Restore, you are likely dealing with a corrupted user profile or a broken component store that repair tools cannot reach.\n\nCreate a new local administrator account first ā from Task Manager, run `control userpasswords2` or use `net user NewName Password /add` followed by `net localgroup Administrators NewName /add` in an admin prompt. Sign in to the new account. If it loads a normal desktop, the original profile is the problem and you can migrate your files over.\n\nIf a fresh profile also shows the black screen, use **Settings** > **System** > **Recovery** > **Reset this PC** and choose **Keep my files**. As a last resort, perform a clean install from a Windows 11 USB created with the Media Creation Tool. Back up data from Safe Mode before doing this.\n\nKnown issue note: Microsoft has acknowledged black-screen-after-login reports tied to mid-2025 Windows 11 cumulative updates, involving the App Readiness service and delayed shell startup on imaged enterprise deployments. If you are on a managed device, check with your IT team before making registry or driver changes, because a pending servicing fix may already be in the pipeline.",
"title": "Black screen after login on Windows 11: How to fix it",
"updatedAt": "2026-04-23T09:11:58.837Z"
}