UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 10 laptop displaying black screen with white cursor after login, clean desk environment, soft window lighting from left side, frustration atmosphere
Fix It Yourself · Troubleshooting

Black screen with cursor after Windows login

Updated 10 June 202612 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

You log in with your password, the screen goes black, and all you see is a cursor sitting there waiting. No Start menu, no taskbar, no desktop. This is one of the most frustrating Windows problems because the system clearly boots fine, but somewhere between authentication and the desktop loading, everything stops working. And honestly, most of the fixes floating around online are outdated or incomplete.

TL;DR

Black screen with cursor after Windows login is caused by display driver failures, Explorer.exe crashes, or system file corruption. Quick fix: press Ctrl + Shift + Esc to open Task Manager, click File > Run new task, type explorer.exe and press Enter. Works 80-90% of the time. If that fails, boot into Safe Mode, run System Restore, update graphics drivers, and repair system files with sfc /scannow.

⏱️ 13 min read✅ 80-90% success rate📅 Updated May 2026

Key Takeaways

  • Task Manager keyboard shortcut fixes the issue immediately in most cases
  • Safe Mode System Restore is the safest second step, undoing recent updates or driver changes
  • Graphics driver updates or rollbacks fix the majority of remaining cases
  • System file corruption requires sfc /scannow repair and DISM cleanup
  • Creating a new user profile isolates profile-specific corruption from system-wide issues
  • Fast Startup and AppReadiness service conflicts are preventable with simple settings changes

At a Glance

  • Difficulty: Medium
  • Time Required: 5-45 mins (depends on solution)
  • Success Rate: 85% without reinstalling Windows

What Causes Black Screen with Cursor After Windows Login?

The black screen itself tells you something important: Windows loaded your login credentials successfully. The kernel started, your user session initialised, and all the basic system processes are running. What failed is the desktop shell, the graphical interface that displays icons, the taskbar, and everything you interact with. That shell is a single executable file called Explorer.exe.

When Explorer.exe crashes or refuses to start, you get exactly this: a black background, a mouse cursor, and nothing else. The system is awake but the interface is missing. Here's what typically breaks it:

Display driver issues are the heavyweight champion of causes. Windows updates often install faulty graphics drivers or drivers incompatible with your hardware. If the driver crashes during startup, the display system fails and Explorer.exe can't render anything. This hits especially hard on systems with dual graphics cards (Intel integrated GPU plus NVIDIA or AMD dedicated card), where the wrong driver or misconfigured priority causes a crash loop.

Corrupted system files are the second big culprit. Explorer.exe depends on dozens of core Windows DLLs. If any of those get corrupted, from a bad update, sudden power loss, or disk errors, the shell won't launch. The cursor still works because that's handled by lower-level drivers, but the UI layer is dead.

Windows Update failures account for a huge chunk of these incidents. An update installs a bad driver, corrupts a system file, or leaves the installation in an inconsistent state. You restart, and suddenly the desktop won't load. The timing is obvious: 'This happened right after I restarted after an update.'

User profile corruption is profile-specific. Your account's registry settings, cached files, or configuration data get damaged. Other accounts on the same machine might work fine; only your account gets the black screen. This often happens from forced shutdowns or improper logoffs.

Service hangs like the AppReadiness service can block the desktop from initialising. The service gets stuck during startup, consuming resources and preventing Explorer from launching. You're logged in technically, but nothing displays.

Fast Startup conflicts create hybrid shutdown states that cause boot failures. Windows tries to boot faster using partial snapshots of system memory, but those snapshots are corrupted or incompatible with your hardware, so the shell never starts.

Black Screen with Cursor After Windows Login: Quick Fix

1

Restart Explorer.exe Process Easy

  1. Open Task Manager from the black screen
    Press Ctrl + Shift + Esc all at once. Task Manager should pop up on top of the black screen. If nothing happens, try Ctrl + Alt + Delete instead, then click Task Manager from the menu that appears.
  2. Create a new task
    Look at the top of Task Manager. Click the File menu, then select Run new task. A dialog box will open asking what you want to run.
  3. Launch Explorer.exe
    Type explorer.exe in the text field (no quotes needed) and click OK or press Enter. Wait 5-10 seconds. The desktop, taskbar, and desktop icons should appear suddenly.
  4. Verify everything works
    Click on the Start menu to confirm it opens. Try opening a file manager window. Make sure the taskbar responds to clicks. If all of that works, close Task Manager and you're done.
If the desktop appears, this restart fixed the issue. However, if the black screen comes back after you restart your computer, the underlying cause (driver or corrupted file) is still there. Move on to Solution 2.

More Black Screen with Cursor After Windows Login Solutions

2

Safe Mode System Restore and Driver Repair Medium

  1. Boot into Safe Mode
    From the Windows login screen, hold down Shift and click the Power button in the bottom right. Select Restart from the menu. Your PC will restart into a recovery menu. Select Troubleshoot > Advanced options > Startup Settings > Restart. When the menu appears with numbered options, press 4 or F4 to boot into Safe Mode. You'll see "Safe Mode" written in the corners of the screen.
  2. Run System Restore
    Press Windows key + R, type rstrui.exe, and press Enter. System Restore opens. Select a restore point dated before the black screen issue began (ideally before recent Windows updates). Click Next, confirm the restore point, and click Finish. Windows will restart and revert your system to that earlier point. This undoes recent driver installations and updates that might have caused the problem.
  3. Update or rollback graphics drivers
    Back in Safe Mode, press Windows key + X and select Device Manager. Find Display adapters, right-click your graphics card (usually NVIDIA GeForce, AMD Radeon, or Intel integrated), and select Update driver to check for the latest drivers. If the black screen started right after a driver update, right-click again, select Properties, go to the Driver tab, and look for a Roll Back Driver button. Click it to revert to the previous version.
  4. Disable Fast Startup to prevent future issues
    Open Control Panel > Power Options > Choose what the power buttons do > Change settings that are currently unavailable > uncheck the box next to Turn on fast startup (recommended) > Save changes. This removes a common source of black screen issues after updates.
  5. Run System File Checker scan
    Open Command Prompt as Administrator. Right-click the Command Prompt icon in the start menu and select Run as administrator (or press Windows key + X and select Command Prompt (Admin)). Type sfc /scannow and press Enter. This scan takes 15-30 minutes but will detect and repair any corrupted system files automatically. Don't close the window while it's running.
  6. Restart normally
    Once the SFC scan finishes and System Restore completes, restart your computer normally (not in Safe Mode). It should boot to the desktop without the black screen.
If the desktop loads after this sequence, your issue is solved. System Restore undoes the problematic update, and the driver update ensures graphics are working correctly.
Warning: System Restore will remove recently installed programmes and updates. You may need to reinstall software that was added after the restore point date. SFC scans can take a long time, especially on older or heavily used drives, so plug in your laptop and set aside 30+ minutes.

Advanced Black Screen with Cursor After Windows Login Fixes

3

Create New User Profile and DISM Repairs Advanced

  1. Boot into Safe Mode with Networking
    Follow the Safe Mode boot steps from Solution 2, but this time press 5 or F5 to select Safe Mode with Networking. This loads network drivers so you can download files or updates if needed during repairs.
  2. Create a new user account
    Right-click on Settings in the start menu (or press Windows key + I) and open Settings. Go to Accounts > Family & other users > Add someone else to this PC. Choose I don't have this person's sign-in information and create a local account with a new username. Give it administrator privileges by checking the appropriate box.
  3. Test the new account
    Sign out of your current account and log into the newly created one. If the desktop loads without a black screen, this confirms your original profile is corrupted, not the system itself. Keep using this account and recover your files separately.
  4. Recover your files to the new profile (optional)
    If the new account works, go back to Safe Mode and open File Explorer. Navigate to C:\Users\[YourOldUsername]. Copy the Documents, Desktop, Downloads, and Pictures folders to C:\Users\[NewUsername]. This moves your personal files to the working account without moving corrupted profile data.
  5. Run DISM deep system repairs
    Open Command Prompt as Administrator in Safe Mode with Networking. Type DISM /Online /Cleanup-Image /RestoreHealth and press Enter. This checks and repairs the Windows system image. It takes 10-20 minutes. Once finished, run sfc /scannow again for additional file checks (another 15-30 minutes).
  6. Disable the AppReadiness service
    Press Ctrl + Shift + Esc to open Task Manager. Click File > Run new task, type services.msc, check Create this task with administrative privileges, and click OK. Find AppReadiness in the list, right-click it, select Properties, change Startup type to Disabled, click Apply and OK. This service sometimes blocks the desktop from loading.
  7. Check for and uninstall problematic Windows updates
    Open Settings > Update & Security > Windows Update > View update history > Uninstall updates. Look for updates installed around the time the black screen started. Uninstall the most recent ones. Restart when prompted. This removes bad driver packages or system changes that may have triggered the issue.
  8. Restart and test
    Restart your computer normally. Try logging into your original account. If it still has the black screen, stick with the new account you created. If it works now, your system has been repaired.
This multi-step approach targets every known cause: profile corruption, deep system file damage, and problematic services. If any account can load the desktop after this, your system is repairable.
Critical warnings: Back up important files to an external drive before profile migration, if something goes wrong, you want your data safe. DISM requires an internet connection in Safe Mode with Networking, so verify your network adapter is working. Uninstalling updates may leave your system temporarily vulnerable, but you can reinstall them once you're stable. This sequence takes 60+ minutes total, so plan accordingly. For laptops with dual graphics cards, if problems persist after these steps, try removing the battery, holding the power button for 60 seconds, and reconnecting it to reset the power state.

When to Consider Advanced System Repair

If all three solutions above have failed and black screen with cursor after Windows login still appears even in Safe Mode, you're dealing with either hardware failure or severely corrupted Windows. At this point, test physical connections first: on laptops, the display cable between the keyboard and screen sometimes comes loose. Reseat it if you're comfortable opening the laptop.

If you're confident it's not hardware, Windows Reset via Advanced Startup is your next step. Go to Troubleshoot > Reset this PC > Keep my files. This reinstalls Windows while preserving your personal files and is faster than a clean install. Alternatively, perform a clean Windows installation from a USB drive if you have the installation media and your data is backed up externally. These are more invasive, but they'll resolve even severe corruption.

One more thing: if malware turns out to be the culprit, check our ransomware removal guide to verify your system isn't infected. Malware can corrupt system files and prevent the desktop from loading just like legitimate causes.

Preventing Black Screen with Cursor After Windows Login

The single most effective prevention step is disabling Fast Startup. Go to Control Panel > Power Options > Choose what the power buttons do > Change settings that are currently unavailable > uncheck Turn on fast startup > Save changes. Yes, startup will be slightly slower, but you'll avoid the hybrid shutdown states that cause black screens after updates.

Create a System Restore point before every major change. Before installing a Windows update, a new driver, or new software, open Control Panel > System and Maintenance > System > System Protection > Create. Give it a name like "Before Graphics Driver Update" so you remember what it protects. When something breaks, that restore point becomes your lifeline.

Download graphics drivers directly from the manufacturer instead of letting Windows Update install them. Visit NVIDIA, AMD, or Intel's driver download pages and install the latest stable version manually. Windows Update driver packages are sometimes outdated or buggy, especially for graphics cards.

Keep a separate administrator account just for testing. If something goes wrong on your main account, you can log into the test account and diagnose whether it's a system problem or account-specific corruption. This saves hours of troubleshooting.

Run System File Checker once a month. Open Command Prompt as Administrator and type sfc /scannow. It's a boring task, but catching corruption early means you fix small problems before they cascade into a black screen.

Always use proper shutdown procedures. Never force-power your computer off by holding the button. Always use Start > Shut down or Restart. Improper shutdowns corrupt user profiles and system files because Windows doesn't finish writing cache data to disk.

Defer Windows feature updates by 30-60 days in Settings > Update & Security > Advanced options. Major updates ship with initial bugs. Give Microsoft time to release patches before you upgrade. Quality updates (monthly security patches) should install immediately.

Maintain an external backup of your important files using File History or a third-party backup tool. If the worst happens and Windows Explorer consumes excessive memory or crashes repeatedly, or if you need to do a clean install, your data is safe outside the system drive.

Black Screen with Cursor After Windows Login: Summary

Black screen with cursor after Windows login is annoying but almost always fixable without reinstalling Windows. The vast majority of cases (85%+) are caused by graphics driver issues, failed updates, or system file corruption, all repairable through the three solutions above.

Start with the quick fix: restart Explorer.exe via Task Manager. That works for most temporary glitches. If it recurs after a reboot, Safe Mode with System Restore is your second move, undoing recent changes. If both fail, creating a new user profile isolates profile corruption from system-wide issues, and running DISM repairs catches deep file damage.

The key insight is that the black screen with cursor after Windows login doesn't mean your system is broken beyond repair. It means one specific component, the display driver, a system file, or your user profile, is broken. Finding which one and fixing it is exactly what these solutions do.

If you get stuck on any step, Windows Update errors are often interconnected with display problems, so check that guide if you suspect an update caused this. And remember: every time you get a black screen and fix it, you've learned something about how Windows boots. Use that knowledge to prevent it next time.

Frequently Asked Questions

When you log in, Windows authenticates your credentials but fails to load the desktop shell (Explorer.exe). The cursor stays visible because basic input drivers load, but the graphical interface doesn't. Most common causes are faulty graphics drivers from recent updates, corrupted system files, or a failed Windows installation that damaged core components.

Press Ctrl + Shift + Esc to open Task Manager on the black screen. Click File, select Run new task, type 'explorer.exe' and press Enter. Wait 5-10 seconds. This restarts the desktop shell and fixes the problem in 80-90% of cases. If it doesn't work or the problem comes back after a restart, move to Safe Mode and System Restore.

It's common but not permanent. Ranks among the most frequent post-login issues on Windows 10 and 11, especially after updates. In most cases you won't need to reinstall Windows; Safe Mode repairs, driver updates, or System Restore will fix it. Only severe cases with deep file corruption require a clean install.

Sometimes. If Task Manager opens and Explorer.exe restarts successfully, you're done. But if that fails, you'll need Safe Mode to access System Restore, update drivers, or run file repairs. Safe Mode loads only essential drivers so it bypasses the faulty graphics driver or corrupted file that's blocking normal boot.

It's usually not the same cause twice. First time: restart Explorer. Second time: Safe Mode + System Restore. Third time: create a new user profile to test if it's profile corruption, and run DISM repairs. Each solution targets a different root cause. If you've tried all three and it still happens, your graphics card or display cable may be failing.