The Shell stopped unexpectedly and explorer.exe was restarted

jaybird283 586 Reputation points
2023-09-25T21:11:45.4133333+00:00

We have about 1000 users running windows 11 that have been having windows shell crashes (task bar and file manager goes away and the shell is restarted. We see an event log entry that says Winlogon: The Shell stopped unexpectedly and explorer.exe was restarted.

Is there a way to better troubleshoot this? we have a case open with Microsoft but so far no luck in finding the cause.

In case it matters this seems to affect the Dell Latitude 7440. But we are not certain that its limited to that model.

See screenshot for the event log that occurs when the issue happens. ExplorerCrash

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,439 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Limitless Technology 44,221 Reputation points
    2023-09-26T10:54:17.6633333+00:00

    Hello jaybird283,

    These type of error may have multiple sources for it to happen so I would recommend a holistic approach for troubleshooting.

    1. Stop and restart the service. Using an elevated Powershell window run:

    Stop-Process -Name explorer -Force

    Start-Process explorer

    1. Check for Windows integrity issues: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/repair-a-windows-image?view=windows-11
    2. Check for drive issues, running:

    chkdsk /f /r /x

    1. Check for driver updates for your components using:

    Get-WindowsDriver -Online

    1. Perform a Clean Boot to discard conflicting apps with Explorer shell: https://support.microsoft.com/en-us/topic/how-to-perform-a-clean-boot-in-windows-da2f9573-6eec-00ad-2f8a-a97a1807f3dd

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  2. jaybird283 586 Reputation points
    2023-09-26T14:18:34.3666667+00:00

    I am looking for more advanced troubleshooting to know exactly what caused the issue. some way to Analize crash dumps (and generate them in the first place) or logs to do a deep dive into the issue to find root cause. @Limitless Technology

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.