How to Restart the Windows File Explorer

by Dilum Senevirathne

If the Windows Start menu or taskbar starts acting up or you have trouble using File Explorer or Windows Search, you don’t have to perform a complete system reboot to resolve the issue.

Instead, restart the Windows Explorer process, and the problem will likely disappear. Troubleshooting aside, that’s also a quick way to apply changes to the graphical user interface and the system registry.

Table of Contents

    There are several methods to restart Windows File Explorer in Microsoft Windows 10 and 11. We’ll take turns going through each of them below.

    Restart the Windows Explorer Process via Task Manager

    The most straightforward way to restart Windows Explorer is to use the Task Manager app in Windows 11 and 10. Just:

    1. Right-click the Start button and select Task Manager. If the Start button is unresponsive, use the Ctrl + Shift + Esc keyboard shortcut to instantly open Task Manager.
    1. Select More details to expand the default Task Manager view.
    1. Select Windows Explorer under the Processes tab. If a File Explorer window is open, you’ll find it at the top of the list. If not, scroll to the bottom to get to it.
    2. Select the Restart button in the bottom right corner. Expect the Windows user interface to disappear and reappear.
    1. Exit the Task Manager.

    Alternatively, you can quit Windows Explorer manually before relaunching it. To do that:

    1. Right-click the Windows Explorer process within the Task Manager and select End task.
    1. Select File > Run new task on the menu bar.
    1. Type explorer.exe and press Enter.

    Tip: In Windows 10, it’s possible to shut down Windows Explorer without the Task Manager (although you still need it to restart the explorer.exe process). Press Ctrl + Shift, right-click a vacant area within the taskbar, and select Exit Explorer.

    Use the Command Prompt or Create a BAT File

    If you’re a command line geek, use the Command Prompt console or Windows PowerShell to restart File Explorer. Just:

    1. Press Windows Key + R, type cmd into the Run dialog, and press Enter. Or, right-click the Start button and select Windows PowerShell/Terminal.
    1. Execute the following commands one after the other:

    taskkill /f /im explorer.exe

    start explorer.exe

    exit

    Or, add the commands into a batch file (BAT) if you want a nifty desktop shortcut that you can double-click to restart explorer.exe. To do that:

    1. Right-click a vacant desktop area and select New > Text Document on the context menu.
    1. Double-click the New Text Document file on your desktop.
    2. Copy the three commands above into the Notepad document.
    1. Press Ctrl + Shift + S, or select File > Save as on the menu bar.
    2. Change Save as type to All Files, name the file (e.g., Restart Windows Explorer), and add the .bat extension to the end of the file name.
    1. Select Save.

    Restarting Windows File Explorer

    Knowing how to reboot the File Explorer process in Windows 10 and 11 helps you save precious seconds—or even minutes—compared to a total operating system reboot. Don’t forget to create a BAT file if you want to speed things up.

    Exit mobile version