File Explorer is the built-in file manager for Windows devices. You use it to navigate through various directories and browse for files within the operating system. It starts running in the background as soon as your computer boots up.
If you're someone who switched from a Mac, think of File Explorer as Microsoft's equivalent of Finder in macOS. You can open a new File Explorer window by simply clicking the folder icon in the taskbar.
Besides file management, the process behind this tool also allows you to interact with the Start menu, desktop, and taskbar items. Thus, when you restart File Explorer, you're hitting the reboot button for most of Windows' graphical user interface—without having to shut down or restart your PC.
1. Restart File Explorer Using Task Manager
Task Manager is a built-in system monitor that lets you start or end a process on your computer. These processes can be active programs, services, and other tasks that run in the background while you use your PC. Many people use Task Manager to monitor RAM, GPU, and CPU usage on Windows.
Since File Explorer is a process that always runs in the background, using Task Manager to restart it is a natural option. Here's what you need to do:
- Right-click anywhere that's empty on the taskbar and select Task Manager from the context menu to get started. Alternatively, you can press Ctrl + Shift + Esc on your keyboard.
- If you don't see the following window and get the simple view instead on Windows 10, click More details.
- Next, scroll through the list of active processes and find Windows Explorer. Clicking the Name header to sort in ABC order can help here.
- Select Windows Explorer and click Restart (or Restart task on Windows 11).

Your desktop will go black, and the taskbar will disappear for a split second, confirming that the Windows Explorer process has rebooted on your system. After the restart, the interface will likely feel more responsive; any slowdowns should be fixed.
2. Exit Explorer and Manually Restart It (Windows 10 Only)
Do you like to have more control when you restart File Explorer? Maybe you don't want to immediately restart it because you're testing something on your computer and need it to use as few resources as possible.
If so, Windows 10 lets you exit File Explorer, then you can manually restart it using Task Manager. Follow these steps:

- Press Ctrl + Shift on your keyboard and right-click anywhere on the taskbar.
- Choose Exit Explorer from the context menu. Your screen will go black, and the taskbar will disappear indefinitely, but don't panic.
- Now, press Ctrl + Shift + Esc on your keyboard to open the Task Manager.
- Go to File > Run new task from the Task Manager's menu bar.
- You'll be prompted to enter the name of the process you want to run. Type explorer.exe and click OK.

The taskbar and your desktop will reappear on the screen, confirming that File Explorer is once again actively running in the background of your system.
3. Restart Windows Explorer Manually Using Command Prompt
The Command Prompt is a tool that most Windows users are familiar with. This built-in command-line interpreter lets you perform various tasks on a Windows computer using specific commands.
We'll use two separate commands to kill the Explorer.exe process and start it back up in this method. This manual method to restart File Explorer can be handy for Windows 11 users, since the above doesn't work on the newer OS.
- Type command prompt in the Start menu search bar and open it. To stop File Explorer from running, type the following command and hit Enter:
<code class="hljs bash">taskkill /f /im explorer.exe</code>
- When you're ready to re-run it, use this command and press Enter:
<code class="hljs bash">start explorer.exe</code>
After entering the first command, your screen will go black. You'll be able to access your desktop again once you enter the second command.
4. Use a Batch File to Restart File Explorer in Windows
A batch file is simply a plain text file containing a series of commands you can execute with command-line interpreters like Command Prompt or PowerShell. These files use the .bat format; you can access them using File Explorer.
All the commands stored in a Windows batch file will execute automatically in sequential order once you open it. We'll use the same two commands we used in the Command Prompt method, except you'll store it as a batch file on your desktop for easy access:
- Use the Start menu search bar to find and open Notepad. Now, copy/paste or type the following lines:
<code class="hljs bash">taskkill /f /im explorer.exestart explorer.exeexit</code>
- Click File > Save As from Notepad's menu bar.
- Set the Save as type to All Files and add .bat at the end of the file name. Select a location you can quickly access, like the Desktop folder, and click Save. This will save the Notepad document as a batch file.

All you need to do now is double-click the file to run the commands automatically. When File Explorer restarts, your screen will go black for a moment. If you store the batch file on your desktop or pin the file to your Windows taskbar, where it's easily accessible, this becomes the fastest way to restart Explorer.exe on your Windows PC.
Now that you've learned not one, but four, different ways to restart File Explorer, it's time to figure out what works best for you. We have a clear winner if you're looking for the fastest method. But if you don't want to set up a batch file for the job, using Task Manager is generally your best bet.
The above is the detailed content of 4 Ways to Restart File Explorer in Windows 10 and 11. For more information, please follow other related articles on the PHP Chinese website!

Article discusses sources for a permanent Windows 11 key valid until 2025, legal issues, and risks of using unofficial keys. Advises caution and legality.

Article discusses reliable sources for permanent Windows 11 activation keys in 2024, legal implications of third-party keys, and risks of using unofficial keys.

The Acer PD163Q Dual Portable Monitor: A Connectivity Nightmare I had high hopes for the Acer PD163Q. The concept of dual portable displays, conveniently connecting via a single cable, was incredibly appealing. Unfortunately, this alluring idea quic

Upgrade to Windows 11: Enhance Your PC Gaming Experience Windows 11 offers exciting new gaming features that significantly improve your PC gaming experience. This upgrade is worth considering for any PC gamer moving from Windows 10. Auto HDR: Eleva

Reduce eye strain and brighten your workspace with a monitor light bar! These handy gadgets adjust brightness and color temperature, some even offering auto-dimming. This updated review (03/04/2025) highlights top picks across various needs. BenQ

Firefox 136 and Thunderbird 136: Enhanced Security and Performance The latest releases of Firefox and Thunderbird bring significant improvements in video playback smoothness, browsing security, and overall user experience. Let's delve into the key u

A table of contents is a total game-changer when working with large files – it keeps everything organized and easy to navigate. Unfortunately, unlike Word, Microsoft Excel doesn’t have a simple “Table of Contents” button that adds t

Alienware AW3225QF: The best curved 4K display, is it worth buying? The Alienware AW3225QF is known as the best curved 4K display, and its powerful performance is unquestionable. The fast response time, stunning HDR effects and unlimited contrast, coupled with excellent color performance, are the advantages of this monitor. Although it is mainly aimed at gamers, if you can accept the shortcomings of OLED, it is also suitable for office workers who pursue high efficiency. Widescreen monitors are not only loved by gamers, but also favored by users who value productivity improvement. They are great for work and enhance anyone’s desktop experience. This Alienware monitor is usually expensive, but is currently enjoying it


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver Mac version
Visual web development tools