How to Restart File Explorer on Windows 11

File Explorer is one of the most important components of Windows 11. It powers your desktop, taskbar, Start Menu, and all file-management windows. When File Explorer freezes, becomes slow, shows blank windows, or stops responding altogether, restarting it is often the simplest and most effective fix.

Fortunately, Windows 11 gives you multiple ways to restart File Explorer safely without rebooting your entire PC. In this guide, we’ll walk you through all the best methods.

1. Restart File Explorer from Task Manager (Most Common Method)

Task Manager includes a built-in option to restart the Windows Explorer process instantly.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Go to the Processes tab.
  3. Scroll down and find Windows Explorer.
  4. Right-click it and select Restart.
  5. Your taskbar and desktop will momentarily disappear and reload.

This is the fastest way to fix frozen File Explorer windows.

2. Restart File Explorer Using the Task Manager “End Task” Button

If the “Restart” option does not appear, you can manually end the process.

  1. Open Task Manager.
  2. Go to Processes.
  3. Select Windows Explorer.
  4. Click End task in the top-right corner.
  5. To start it again, click File → Run new task.
  6. Type: explorer.exe
  7. Press Enter.

This forces a complete shutdown and restart of the Explorer shell.

3. Restart File Explorer Using Command Prompt

You can restart Explorer directly from CMD, which is useful when the taskbar is frozen.

  1. Press Windows + R, type cmd, and press Enter.
  2. Stop File Explorer by running: taskkill /f /im explorer.exe
  3. Restart it with: start explorer.exe

Explorer will reload completely.

4. Restart File Explorer Using PowerShell

PowerShell offers a similar method with a slightly different command.

  1. Press Windows + X and choose Windows Terminal (Admin).
  2. Run the following command to stop Explorer: Stop-Process -Name explorer -Force
  3. Then start it again using: Start-Process explorer.exe

This performs the same action as CMD but with PowerShell syntax.

5. Restart File Explorer Using the Run Command

If everything else is frozen except the Run dialog, you can restart Explorer through it.

  1. Press Windows + R to open Run.
  2. Type this command to close Explorer: taskkill /f /im explorer.exe
  3. Open Run again (Windows + R).
  4. Type: explorer.exe
  5. Press Enter.

A quick and simple fallback method.

6. Use a Desktop Shortcut to Restart File Explorer (For Frequent Use)

If you regularly troubleshoot PCs, a shortcut makes this process faster.

  1. Right-click your desktop and select New → Shortcut.
  2. In the location box, paste: taskkill /f /im explorer.exe & start explorer.exe
  3. Click Next, name it Restart Explorer, and click Finish.
  4. Double-click it anytime File Explorer freezes.

This automates the stop-and-restart steps in one click.

7. Restart File Explorer When the Screen Goes Blank or Taskbar Disappears

If the taskbar isn’t visible, Windows Explorer may have crashed completely.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click File → Run new task.
  3. Type: explorer.exe
  4. Press Enter.

This restores your taskbar, Start Menu, and desktop icons.

8. Restart File Explorer Using File Explorer Command Bar (Hidden Trick)

There’s a lesser-known command that restarts Explorer without opening CMD.

  1. Open File Explorer.
  2. In the address bar, type: shell:restart
  3. Press Enter.

Explorer will restart automatically.

9. Restart File Explorer Through Windows Terminal Without Ending Processes

If you want a “clean refresh” without force-killing processes:

  1. Open Windows Terminal.
  2. Run: explorer.exe /restart

This refreshes the Explorer shell gracefully.

Wrapping Up

If File Explorer freezes, becomes sluggish, or stops responding, restarting it is the fastest way to get Windows 11 back to normal. Whether you prefer Task Manager, CMD, PowerShell, or shortcuts, Windows gives you plenty of methods to reload Explorer instantly without restarting your PC.

Once restarted, your taskbar, Start Menu, and desktop should return to working condition, letting you continue using Windows smoothly.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.

X