Windows 11 black screen after login

Jessica 5 Reputation points
2025-11-06T20:02:46.46+00:00

my windows 11 PC has been showing a black screen after i login. i can still use my cursor, i can use Ctrl Alt Del to open task manager, and I can open files through task manager. i have tried to fix this such as explorer.exe, windows + p, I can't update drivers since I can't open device manager, hard shut down and resetting, changing display/HDMI cables, double checking all cables are fully in, editing bios. I haven't been able to do safe mode since my keyboard + mouse turn off so I can't click anything. I will attempt to find another mouse to use but otherwise, nothing has worked.

Windows for home | Windows 11 | Display and graphics

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer recommended by moderator
Jessica 5 Reputation points
2025-11-06T21:31:05+00:00

I fixed it by wiping my computer and reinstalled windows 11. Most likely a windows 11 issue and not computer.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Richard Trinidad 6,330 Reputation points Independent Advisor
    2025-11-06T20:39:44.8133333+00:00

    Hi thanks for posting here in Microsoft community, I know how strange it feels when your PC logs in but just leaves you staring at a black screen with only the cursor working it’s like everything’s there but hiding. Based on what you’ve described, it sounds like Windows is loading the desktop environment incorrectly, possibly due to a corrupted user profile, a stuck graphics driver, or a startup app crashing silently.

    Since you can open Task Manager, that’s a good sign it means the system isn’t totally frozen. First, try this: in Task Manager, go to File > Run new task, type explorer.exe, and check “Create this task with administrative privileges” before hitting OK.

    If that doesn’t bring your desktop back, you might be dealing with a deeper issue like a broken shell or a graphics driver conflict.

    You mentioned safe mode isn’t working because your keyboard and mouse shut off that could be a USB power issue during boot. If you get a chance to try a different mouse or plug into a different USB port (preferably USB 2.0 if available), that might help.

    Also, do you recall if this started after a Windows update or driver install? That could help narrow it down.

    I hope this helps you out, let me know how it goes.

    Chard

    Was this answer helpful?

    6 people found this answer helpful.
  2. AI answer

    2025-11-06T20:03:06.7733333+00:00

    It sounds like you're experiencing a frustrating issue with a black screen after logging into Windows 11. Since you can still use your cursor and access Task Manager, here are some steps you can take to troubleshoot the problem:

    1. Reset the Graphics Driver: Try resetting the graphics driver by pressing Windows logo key + Ctrl + Shift + B. This can sometimes resolve display issues.
    2. Check the Shell Configuration: You can check if the shell is set correctly in the registry:
      • Press Windows logo key + R, type regedit, and press Enter.
      • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon.
      • Ensure that the Shell value is set to explorer.exe. If it isn't, back up the registry and change it to explorer.exe.
      • Also, check the permissions of the registry key to ensure they match those on a functioning device.
    3. Check for Non-Responsive Processes: Open Event Viewer by pressing Windows logo key + R, typing eventvwr.msc, and pressing Enter. Look for "Event ID 1000" in the Application log, which indicates that an application has stopped responding. If it relates to explorer.exe or userinit.exe, this could be a clue to the issue.
    4. Capture Process Dumps: If the issue persists, you might want to capture process dumps of explorer.exe and userinit.exe using ProcDump. This can help diagnose the problem further. You can download ProcDump and run the following commands in an elevated command prompt:
         procdump -ma explorer.exe explorer.dmp
         procdump -ma userinit.exe userinit.dmp
      
      After capturing the dumps, you can analyze them or contact Microsoft Support for assistance.
    5. Clean Boot: If you haven't already, consider performing a clean boot to identify if a startup application or service is causing the issue. This can help isolate the problem.

    If you are still unable to access Safe Mode due to your keyboard and mouse turning off, trying a different mouse or keyboard may help. Additionally, ensure that all your hardware connections are secure.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    4 people found this answer helpful.
  3. Richard Trinidad 6,330 Reputation points Independent Advisor
    2025-11-07T17:10:34.1966667+00:00

    Hi, thanks for the update. Since it was working fine yesterday and stopped suddenly, it might be a hardware issue or a driver glitch.

    Trying a different mouse is a good next step.

    Chard

    Was this answer helpful?