How Do I Fix a Black Screen After Login in Windows 11?
Windows 11 shows a black screen after you log in and the desktop never loads? This guide covers every cause — from Explorer not starting to GPU driver failure — with exact steps for each.
Issue type: Windows system — black screen appears after login; desktop, taskbar, and icons do not load
SEO focus: If you are looking for windows 11 black screen after login, this guide starts with the fastest diagnosis, then moves to the exact fix that matches the symptom.
Short answer: A black screen after login usually means Explorer.exe did not start. If Task Manager opens, launch Explorer manually to bring the desktop back, then disable the startup app or repair the shell issue that caused it.
Windows 11 Black Screen after Login: Quick Diagnosis
Press Ctrl + Alt + Delete. If the security screen appears, Windows is running and the desktop shell failed to load.
A black screen with a cursor usually means Explorer did not start. A black screen with no cursor can be a GPU driver crash or a system deadlock.
If the desktop appears after 30–120 seconds, a slow startup app is delaying Explorer rather than a full black-screen failure.
What to do first
- Press Ctrl + Shift + Esc. In Task Manager, go to File > Run new task, type
explorer.exe, check administrative privileges if available, and click OK. - Open Task Manager > Startup apps. Disable high-impact or recently installed apps, especially antivirus tools, cloud sync apps, GPU utilities, and shell tools.
- Create a new local account from Settings > Accounts > Family & other users. If the new account loads normally, the old user profile shell data is corrupted.
- If the screen is unresponsive, boot into Safe Mode and roll back the GPU driver from Device Manager > Display adapters > Properties > Driver.
- Run
sfc /scannow, thenDISM /Online /Cleanup-Image /RestoreHealth. Restart afterward. - Clear Explorer cache: run
cd /d %userprofile%AppDataLocalMicrosoftWindowsExplorer, thendel iconcache*.db /a, then restart.
⚠️ Warning: Before editing the Winlogon registry key, export it first. A wrong value there can stop the Windows desktop from loading.
Common mistake
Force-restarting repeatedly can make the damage worse. If you have a cursor, try Task Manager first and start explorer.exe manually before holding the power button.
Best next step
If Explorer must be launched manually after every login, check HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon and confirm the Shell value is exactly explorer.exe.
Official reference: For official Windows troubleshooting guidance, check Microsoft’s Windows support page before downloading third-party repair tools or changing advanced settings.
Quick Q&A
Why does it happen only after restart?
That points to a startup app or service blocking the initial desktop load. Disable high-impact startup apps one by one.
I hear Windows sounds but see black screen. What does that mean?
Windows booted successfully. The shell did not render. Start explorer.exe through Task Manager.
Could a new GPU cause this?
Yes. Boot into Safe Mode, remove the current GPU driver, and install the latest driver from NVIDIA or AMD directly.