How to stop Explorer.exe and restart it in Windows 11 step by step

Last update: 24/04/2026
Author Isaac
  • Explorer.exe is the process that manages the taskbar, Start menu, and desktop in Windows 11.
  • Restarting Explorer.exe from Task Manager, CMD, or PowerShell often fixes interface crashes.
  • Tools like SFC and DISM allow you to repair corrupted system files that affect Explorer.exe.
  • Safe Mode, System Restore, and testing with another user help detect deeper system problems.

Restart explorer.exe in Windows 11

When Windows 11 is starting to act strangely (icons not loading, frozen taskbar, Start menu that won't open(disappearing notifications, etc.), the first thing that usually comes to mind is to restart the entire computer. It often works, but it's a bit like using a sledgehammer to crack a nut, especially if you were working with several programs open.

A much faster alternative is Stop the Explorer.exe process and restart it.It's like restarting only the "visual layer" of Windows without shutting down anything else. In this article, you'll see, step by step, how to do it in Windows 11 using different methods (Task Manager, CMD, PowerShell), what Explorer.exe is exactly, and what other solutions you can try if the problems persist.

What is Explorer.exe and why is it so important in Windows 11?

In Windows 11, the process Explorer.exe is responsible for most of the interface that you deal with every day. It's not just the File BrowserBehind that name lies the engine that paints the Start menu, the taskbar, the notification area, the desktop, many dialog boxes, and even part of the system tray.

When this process fails, gets blocked, or becomes corrupted, problems begin to appear. symptoms of the most varied: the taskbar disappears, the desktop goes black, the icons don't respond (rebuild icon cache), it seems that the whole system is frozen even though the rest of the applications are still running in the background.

Keep in mind that Windows is the most widely used desktop operating system in the worldWith hundreds of millions of computers, each with its own hardware, drivers, and software, it's normal for compatibility issues, system file errors, or occasional crashes affecting Explorer.exe to occur from time to time.

The good thing is that, in many cases, Simply restart this specific process. so that everything returns to normal. There's no need to turn off the computer or close all your programs: the interface simply restarts, and if the error was temporary, the problem disappears instantly.

If you've ever used macOS, this procedure is very similar to Force close and relaunch FinderIt's not a magic bullet, but it is a very useful tool that's worth knowing before resorting to more drastic solutions.

How to restart Explorer.exe from Task Manager in Windows 11

Restart explorer.exe from Task Manager

The simplest and most visual way to Stop and restart Explorer.exe In Windows 11, you can do this using Task Manager. This is the ideal method if the interface is still minimally responsive and you can open it without problems.

To quickly access the Task Manager in Windows 11, you can use several methods, but the most direct is the keyboard shortcut. Ctrl + Shift + EscYou can also right-click the Start button and choose "Task Manager", although if the Start menu is frozen it may not respond.

Once the Task Manager window opens, you will see a list with all the processes and programs currently in executionMake sure you're on the "Processes" tab and look for the entry called "Windows Explorer". It's usually at the top, within the "Windows Processes" section or something similar.

When you locate it, you have two very similar options:

  • Right-click on “Windows Explorer” and select “Restart”.
  • Select “Windows Explorer” and press the “Restart” button that appears in the lower right corner of the window.

When you run the restart option, you'll notice that, for a few seconds, The taskbar and desktop disappear or flicker.This is perfectly normal: Explorer.exe stops and, immediately afterwards, Windows automatically relaunches it with a new and "clean" instance.

In case what you want is not to restart it, but Completely close the Explorer.exe process. Then start it manually; you can also do this from this same window. Instead of restarting, choose "End task" under "Windows Explorer." The taskbar, desktop, and icons will disappear completely.

  Organizing Social Events with Outlook: Everything You Need

Next, in the same Task Manager, go to the top menu “File” and select the option “Run new task”A small window will open where you must type:

explorer.exe

Confirm with “Accept” and instantly, The Explorer.exe process will be recreated.This restores the desktop, taskbar, and other graphical elements. This little trick can get you out of more than one tight spot when Windows seems hopelessly frozen.

Restart or stop Explorer.exe using CMD (Command Prompt)

If you prefer to work with commands or The graphical interface is too slow. For comfortable use with the mouse, another powerful option is to use the Command Prompt (CMD). From here you can terminate the Explorer.exe process and restart it manually.

To open CMD with administrator privileges In Windows 11, the quickest way is to type "cmd" in the search box on the taskbar. Then, right-click on "Command Prompt" and select "Run as administrator." If you see a User Account Control warning, accept it.

With the Command Prompt window open and with elevated privileges, the first step is Stop the Explorer.exe processTo do this, use this command:

taskkill / f / im explorer.exe

the modifier /f It forces the closure of the process and the option /im It tells taskkill the name of the image (explorer.exe) that it should terminate. When you run this command, you'll see that the The taskbar and other graphical elements will disappear., just as happened when the process ended from the Task Manager.

Once Explorer.exe is stopped, tap restart it manuallyTo do this, in the same CMD window, type the following command and press Enter:

start explorer.exe

With this simple command, Windows launches a new instance of Explorer, causing the desktop, taskbar, and the rest of the interface to reappear. If the problem you were experiencing was due to a temporary failure of Explorer.exe, Normally, the system will return to normal behavior..

If you usually have recurring errors in Windows Explorer And if you need to restart it often, you can automate this process by creating a batch file (.bat) so you don't have to remember the commands every time.

To do this, open Notepad and copy these three lines:

taskkill / f / im explorer.exe
start explorer.exe
exit

Then go to “File > Save As” and, instead of saving it with the .txt extension, enter a name that ends in '.bat' (for example, “restart_explorer.bat”). Make sure to select “All files” as the file type so that it doesn't add .txt to the end.

Anytime Restart Explorer.exe with a double-clickYou just need to run this .bat file. The script will kill the process, restart it, and automatically close the command window, all in a few seconds.

Restart Explorer.exe from PowerShell in Windows 11

PowerShell is another command-line tool included in Windows 11, more advanced than CMD and designed for manage the local system and remote computersYou can also use it to stop and restart explorer.exe in almost the same way as you would with the Command Prompt.

To open PowerShell with administrator privileges, right-click the Start button and select the option “Windows PowerShell (Administrator)” or, in more recent versions, “Windows Terminal (Administrator)” and then open a PowerShell tab.

Once inside, the command to stop Explorer.exe It's exactly the same one you used in CMD:

taskkill / f / im explorer.exe

This command will completely stop the explorer.exe process and, as you know, the graphical interface (taskbar, desktop, etc.) will disappear for a few momentsIn some scenarios, after the process finishes, Windows may automatically relaunch it after a short interval of time.

If that doesn't happen, or you want to make sure it starts again without waiting, you can type the following command in the same PowerShell window:

start explorer.exe

With that, you will have it again the file explorer and the entire operational user interfaceAs you can see, it works identically to CMD, so you can use whichever console you find most comfortable or the one you usually use for other administrative tasks.

  How to access ChatGPT Plus as a Movistar customer

When you're finished, you can close PowerShell by typing exit or by clicking the X in the window, just like with any other Windows application. It doesn't affect the explorer.exe process that you restarted at all, which will continue to function normally.

Alternatives when restarting Explorer.exe doesn't solve the problem

On many occasions, with Restarting Explorer.exe is enough. To eliminate occasional crashes, visual glitches, or minor errors in the taskbar and Start menu. However, if the problem reappears shortly afterward or the errors persist, there is likely a deeper underlying issue.

In those cases it is advisable to look further and resort to system repair tools and other utilities offered by Windows 11 itself, for example for detect malicious processes that may be interfering with Explorer.exe. Below you will find several options that you can try, from least to most invasive.

Check and repair system files with SFC

Windows includes a tool called System File Checker (SFC)designed to scan system files and restore those that are damaged or modified. When Explorer.exe repeatedly fails, it's not uncommon for critical files to be corrupted.

To run SFC, open a CMD or PowerShell window with administrator permissions (as we have seen before) and type the following command:

sfc / scannow

Pressing Enter will start the system thorough scan of protected Windows filesThe process may take several minutes, depending on the speed of your disk and the amount of data, so it's a good idea not to touch the computer too much while it works.

At the end, SFC will display a summary indicating whether it found corrupt files and, if so, whether it was able to repair them. If the Explorer.exe failure was related to any corrupted operating system fileIt is very possible that, after this command and a restart, the problems will disappear.

Repair the system image with DISM

When the errors are more serious, it may be necessary to use another tool built into Windows: DISM (Deployment Imaging Service and Management)This utility works on the Windows image and allows you to detect and correct deeper problems.

Some technicians recommend a sequence of commands to leave the system as clean as possible. All of them are run in a CMD or PowerShell console with administrator privileges:

sfc / scannow
dism.exe /online /cleanup-image /scanhealth
dism.exe / online / cleanup-image / restorehealth
dism.exe /online /cleanup-image /startcomponentcleanup

The usual logic is launch first SFC to see if the problem can be fixed with a basic repair. Then, with /scanhealthDISM checks the status of the Windows image. With the parameter /restorehealth He tries to repair any damage he finds. And finally, /startcomponentcleanup It cleans up leftover components and old versions, which sometimes resolves conflicts with past updates.

These processes can also take a while to complete, so patience is advised. Once the entire sequence is finished, Restart your computer and check if Explorer.exe stops causing problems.It is one of the most effective ways to fix persistent system errors without having to reformat.

Boot into Safe Mode to isolate the problem

Another classic solution when Explorer.exe (or any other part of Windows) behaves erratically is to resort to Safe ModeThis mode starts Windows with a minimal set of drivers and services, without third-party programs or unnecessary extras.

The idea is simple: if in Safe Mode Explorer.exe works correctlyIt's very likely that the problem originates from an application, driver, or service that loads during normal startup. However, if it continues to fail even in Safe Mode, it points more towards system damage or a hardware problem.

To access Safe Mode in Windows 11, you can use the modern route from Settings (Recovery Options) or, depending on your setup and computer, try using function keys at startup (like F8 (on older systems). Once inside, check if the taskbar, Start menu, and the file explorer in general are working properly.

If everything is working fine in this confined space, it's time to check. What have you recently installed or updated?: programs, graphics drivers, third-party utilities that modify the taskbar or the icons, etc. Sometimes simply uninstalling the conflicting software is enough to get Windows running smoothly again.

  How to set up dynamic lighting for your RGB devices in Windows 11 without installing any programs

Use System Restore to revert to a previous point

When you identify that the problems started after a specific change (A large installation, a system update, a driver package, etc.), a very practical option is System Restore. This feature allows you to return Windows to a previous state, keeping your personal files but restoring previous system settings and components.

To use it, type “System Restore” in the Windows search bar and open the option “Create a restoration point”The System Properties window will open, where you'll see a button called "System Restore...". Clicking it will open a list of options. available restoration points, usually created automatically before major updates or installations.

Select a point where you remember that Explorer.exe was working fine Then follow the wizard's steps. The process will restart your computer and restore Windows to its state on the chosen date, which in many cases resolves errors introduced by recent changes without needing to format.

Create and test with another user profile

Sometimes the problems are not so much in the system itself as in the User profileCorrupted configurations, damaged caches, registry keys associated with that account, etc. A very quick way to check is to create a new administrator user and see if Explorer.exe behaves normally in that profile.

From Windows 11 Settings, you can add a new local user account or one linked to a Microsoft account, giving it administrator privileges. Log in with it and observe. if the taskbar, Start menu, and file explorer all have the same problems or if, on the contrary, they work without any problems.

If everything works fine with the new profile, it's quite likely that the problem is... linked to the original accountIn that situation, you can try to repair that profile, export your data to the new account, or, if there's no other option, end up working with the user that doesn't have any errors.

When does it make sense to go beyond restarting Explorer.exe?

It is important to be clear that Restarting Explorer.exe is not the solution to absolutely everything that happens to Windows.It's a very useful tool for unlocking the interface, recovering the taskbar after a crash, or fixing occasional graphical errors, but if the root of the problem is deeper, you'll only be applying a small, temporary patch.

If you notice, for example, blue screens of death (BSOD)If you're experiencing frequent audio or video errors, applications that close unexpectedly, or random restarts, you probably need to look deeper: graphics card drivers, RAM issues, disk problems, etc. In these cases, restarting your browser might provide temporary relief, but it won't address the root cause.

The Windows 11 Settings app also has several troubleshooting tools (Specific troubleshooters for audio, video, updates, etc.) that can detect and correct errors semi-automatically. They don't always work, but they're worth trying before considering a complete system reinstallation.

In short, having the option to stop and restart Explorer.exe in Windows 11 is like having a little "stop" button handy.quick interface reset"It allows you to resolve many crashes and strange behavior without losing what you were doing or closing all your applications. And if you find that neither this nor the repair tools (SFC, DISM, Safe Mode, System Restore, New User) stabilize the computer, that's when it's really worth considering more drastic measures such as an in-place repair of Windows or a clean reinstall."

Restart the Explorer.exe process in Windows-0
Related articles:
How to Restart Explorer.exe in Windows: Complete Guide