“Fix Tech Daily helps you solve real-world IT problems, with daily tips on Windows, Office, networks, and devices.”
Tuesday, September 2, 2025
How to Fix Windows 10 Black Screen After Login
Problem Overview
Sometimes, the screen turns black after logging into Windows 10, but the mouse pointer may still be visible. Causes include:
-
Corrupted or outdated display drivers
-
Explorer.exe not starting
-
Background apps or antivirus software are blocking the login
-
Windows Update bugs
-
Hardware acceleration or display issues
Solution 1: Restart Windows Explorer
If explorer.exe fails to load, desktop icons and the taskbar won’t appear.
Steps:
-
Press Ctrl + Shift + Esc to open Task Manager.
-
Go to the Processes tab.
-
Find Windows Explorer → Right-click → Restart.
👉 If not listed:
-
Go to File → Run new task.
-
Type:
explorer.exe
-
Press Enter.
Solution 2: Boot into Safe Mode
Steps:
-
Hold Shift + Restart → PC reboots into Recovery.
-
Go to Troubleshoot → Advanced options → Startup Settings → Restart.
-
Press 4 (Safe Mode).
-
From Safe Mode, uninstall/update display drivers (next solution).
Solution 3: Update or Roll Back Display Drivers
Steps:
-
Boot into Safe Mode.
-
Press Windows + X → Device Manager.
-
Expand Display adapters.
-
Right-click your graphics card →
-
Update driver (choose automatically).
-
If the issue started after the update → Properties → Driver → Roll Back Driver.
-
Solution 4: Disable Fast Startup
Fast Startup may cause black screen issues.
Steps:
-
Press Windows + R, type:
control
→ Enter.
-
Go to Hardware and Sound → Power Options → Choose what the power buttons do.
-
Click Change settings that are currently unavailable.
-
Uncheck Turn on fast startup.
-
Save changes → Restart.
Solution 5: Disable Problematic Startup Apps
Steps:
-
Press Ctrl + Shift + Esc → open Task Manager.
-
Go to the Startup tab.
-
Disable non-essential apps (antivirus, third-party apps).
-
Restart PC.
Solution 6: Run System File Checker & DISM
Steps:
-
Press Ctrl + Alt + Del → Task Manager.
-
Go to File → Run new task.
-
Type:
cmd
Check Create this task with admin privileges → Enter.
-
Run commands one by one:
sfc /scannow DISM /Online /Cleanup-Image /RestoreHealth
-
Restart PC.
Solution 7: Disable/Uninstall Antivirus Temporarily
Some antivirus software blocks the login and causes black screens.
-
Boot into Safe Mode.
-
Uninstall third-party antivirus → Restart.
-
If fixed, replace with Windows Defender.
Solution 8: Check Multiple Display Settings
Windows might be projected to another screen.
Steps:
-
Press Windows + P.
-
Select the PC screen only.
Solution 9: Perform Startup Repair
Steps:
-
Hold Shift + Restart → Recovery options.
-
Go to Troubleshoot → Advanced Options → Startup Repair.
-
Let Windows attempt auto repair.
Solution 10: Create a New User Profile
If the user profile is corrupted, the login may show only a black screen.
Steps:
-
Boot into Safe Mode.
-
Press Windows + I → Accounts → Family & other users.
-
Add a new account → Assign admin rights.
-
Log in with the new account.
Solution 11: Disable App Readiness Service
This service sometimes delays login.
Steps:
-
Boot into Safe Mode.
-
Press Windows + R, type:
services.msc
→ Enter.
-
Find App Readiness → Right-click → Properties.
-
Set Startup type = Disabled.
-
Restart PC.
Solution 12: System Restore (if available)
If the issue started after updates or new software:
Steps:
-
Hold Shift + Restart → Recovery options.
-
Go to Troubleshoot → Advanced Options → System Restore.
-
Choose a restore point before the black screen problem started.
Solution 13: Reset Windows 10 (Last Option)
If nothing works:
Steps:
-
Go to Settings → Update & Security → Recovery.
-
Under Reset this PC, click Get Started.
-
Choose Keep my files or Remove everything.
Final Note
The black screen issue after logging in to Windows 10 is usually linked to display drivers or explorer.exe not running. Start by restarting Windows Explorer, updating drivers, and disabling startup apps. If nothing works, a system restore or reset can bring Windows back to normal.