/
/

How to Restart the explorer.exe Process in Windows 11

by Lauren Ballejos, IT Editorial Expert
How to Restart the explorer.exe Process in Windows 10 and Windows 11 blog banner image

Key points

  • Understand explorer.exe: It controls Windows 11’s entire graphical user interface, including the desktop, taskbar, Start menu, and File Explorer windows.
  • Use Task Manager: Open Task Manager (Ctrl + Shift + Esc), go to the Processes tab, right-click Windows Explorer, and select Restart.
  • Use the Taskbar: Hold Ctrl + Shift and right-click an empty area of the taskbar; then select Exit Explorer.
  • Command Line Methods: Use “taskkill /f /im explorer.exe” followed by “start explorer.exe” in Command Prompt or run the single-line PowerShell command “Stop-Process -Name explorer -Force; Start-Process explorer.”
  • Troubleshooting Restarting explorer.exe: Run “sfc /scannow” to check for corrupt system files, apply the latest Windows 11 updates, or perform a malware scan.

This tutorial explains how to restart the explorer.exe process in Windows 11. This will assist you in troubleshooting system issues (including freezing and slow responsiveness) as explorer.exe is responsible for displaying on-screen items such as the desktop, taskbar, Start menu, and File Explorer windows.

Assist end-users securely with their Windows endpoint troubleshooting.

Try NinjaOne Remote Access for free

What you need to know about Windows File Explorer/explorer.exe before you start

The File Explorer explorer.exe process is the part of the Windows operating system that handles much of the graphical user interface, including the desktop environment and file manager. Because of this, if it crashes, freezes, or otherwise behaves unexpectedly, it can cause your system to become unresponsive. Restarting the explorer.exe process can resolve this without needing to fully reboot your system. It may also be necessary to restart explorer.exe when applying configuration changes or customizations.

Note that if the explorer.exe process crashes or you stop it without restarting it, you won’t be able to use your Windows PC as the user interface won’t be displayed (only a blank desktop will be shown until a new explorer.exe process is started). While restarting explorer.exe is a common and safe practice, it’s still worth ensuring you regularly back up your vital data as problems with explorer.exe may be a symptom of an underlying system issue or malware infection.

Each of the following methods can be used on its own to restart the explorer.exe process. These will work on any version of Windows 11, and you should be able to restart explorer.exe without being logged in as an administrator.

How to restart explorer.exe using the Windows Task Manager

To restart File Explorer from the Windows Task Manager, follow these steps:

  • Open the Task Manager by either pressing Ctrl + Alt + Delete and selecting Task Manager or pressing Ctrl + Shift + Escape.
  • Select the Processes tab within the Task Manager.
  • Scroll through the list of processes and locate the Windows Explorer process (the explorer.exe process is still named Windows Explorer in the Task Manager).
  • Right-click the Windows Explorer process in the Task Manager and then click Restart in the context menu.

Restart option in Task Manager window
Note that when you restart the Windows File Explorer process, the Start menu, desktop icons, and other user interface elements will temporarily disappear until the process has started again. Any open File Explorer windows will also be closed.

How to completely stop and start explorer.exe from the taskbar

You can stop explorer.exe using the context menu available from the Windows taskbar:

  • Hold both the Ctrl and Shift keys while right-clicking an empty part of the Windows taskbar

Exit Explorer option from the context menu

  • Select Exit Explorer from the context menu that appears

You’ll then need to manually restart the File Explorer process:

  • Open the Task Manager by either pressing Ctrl + Alt + Delete and selecting Task Manager, or pressing Ctrl + Shift + Escape.
  • Click File > Run new task from the toolbar.

Run new task option in Task Manager window

  • Enter the command explorer.exe and press OK to launch a new File Explorer process

How to reset explorer.exe from the Command Prompt

Open the Command Prompt or PowerShell and enter the following command to stop the Windows File Explorer process:

taskkill /f /im explorer.exe

Then, enter the following command to restart explorer.exe:

start explorer.exe

You can add both of these commands to a batch script to automate them.

How to restart explorer.exe via PowerShell

The following single-line command will only work in PowerShell, and will stop and then restart the explorer.exe process:

Stop-Process -Name explorer -Force; Start-Process explorer

This command can be added to a PowerShell script for automation.

Troubleshooting issues with restarting Windows File Explorer

If Windows File Explorer fails to stop or properly relaunch using the above methods, you can try fully rebooting your system. If you continue to have issues with File Explorer, you should check for corrupt system files using sfc /scannow as well as check for Windows updates and perform a malware scan. You should also evaluate any recently installed software that could lead to system instability.

Automate tasks and ensure uniform policies across your Windows fleet.

Watch a demo or start a free trial of NinjaOne

Remotely assisting enterprise users with Windows File Explorer issues

Without the right tools, helping resolve issues with Windows 11 PCs can be frustrating for both the end user and support agents.

NinjaOne Remote allows you to manage and control Windows, Mac, and Linux devices so that you can directly help users and diagnose and resolve problems. By delivering tools such as chat, file transfers, and remote terminal sessions, you can ensure that your users’ issues are fully understood and completely resolved—all via industry-standard encrypted remote access from your own desktop or mobile devices.

FAQs

No. Restarting explorer.exe only affects the Windows 11 shell. This means your desktop, taskbar, and File Explorer windows will briefly disappear and reopen, but all other running applications, browser tabs, and open documents will remain completely unaffected.

Recurring freezes after restarting explorer.exe usually point to a deeper issue, such as

  • corrupted system files,
  • a recent Windows 11 update conflict, or
  • a third-party app interfering with the shell process.

Run “sfc /scannow” in an elevated Command Prompt, check for pending Windows 11 updates, and uninstall any recently added software or shell extensions to identify the cause.

It can be, but it isn’t always; explorer.exe crashes are most commonly caused by corrupted system files, driver conflicts, or buggy third-party software.

However, since malware sometimes targets or disguises itself as the explorer.exe process, it’s worth running a full malware scan—particularly using Windows Security or a trusted third-party tool—if crashes are frequent or unexplained.

Restarting explorer.exe only resets the Windows shell process, which takes just a few seconds and leaves all other running programs intact.

A full Windows 11 restart, by contrast, shuts down and reinitializes the entire operating system, closing all apps and clearing system memory.

Restarting explorer.exe is always worth trying first as it resolves many common UI issues without the disruption of a full reboot.

If File Explorer fails to relaunch after being restarted, you can manually start it from the Task Manager or Run dialog. You can also try verifying system files from the command line or Windows Recovery Environment.

You might also like

Ready to simplify the hardest parts of IT?