Skip to content

How to Restart Windows Explorer in Windows 11

Richard
Written by
Richard
Feb 22, 2026 Updated Jun 20, 2026 3 min read
How to Restart Windows Explorer in Windows 11

Restarting Windows Explorer can quickly fix frozen taskbars, desktops, or File Explorer windows in Windows 11.

Windows Explorer, also known as `explorer.exe`, is the process that manages your desktop environment and File Explorer. A quick restart often fixes many visual glitches when it becomes unresponsive.

This method is much faster than a full system reboot. You can usually complete the process in under a minute.

⚡ Quick Answer

Open Task Manager by pressing Ctrl+Shift+Esc. Find “Windows Explorer” in the Processes tab, click it, and then click the Restart button. This will refresh your desktop, taskbar, and File Explorer.

What is Windows Explorer?

Windows Explorer is the program that runs your desktop, taskbar, and all the file windows you see, making it a key part of using your PC.

Why does this help? When Explorer restarts, it clears temporary problems and reloads. Think of it like giving your system a quick refresh without shutting everything down.

Note: When Explorer stops, your screen may go black except for your mouse pointer. Don’t worry! You just need to start Explorer again.

Option 1Restart Explorer Using Task Manager

  1. Press Ctrl + Shift + Esc on your keyboard to open Task Manager.
  2. In the Processes tab, find and click on Windows Explorer.
  3. Click the Restart button at the bottom right. (If you see “Restart task” instead, click that.)
  4. Your desktop and taskbar will refresh shortly.
  5. You can now close Task Manager.
Restart Windows Explorer from Task manager

The easiest way to restart Windows Explorer is by using Task Manager.

What happens: Task Manager stops and restarts the Explorer process. Your desktop reappears refreshed.

Option 2Restart Explorer Using Command

You can quickly restart Windows Explorer using a simple command in PowerShell or Command Prompt.

  1. Open Windows Terminal, PowerShell, or Command Prompt.
  2. Right-click the Start button and select Windows Terminal or Windows Terminal (Admin).
  3. Copy and paste one of the commands below and press Enter:

For PowerShell or Windows Terminal:

💻Code
powershell "Get-Process -Name explorer | Stop-Process; Start-Process explorer.exe"

For Command Prompt:

💻Code
taskkill /f /im explorer.exe && start explorer.exe

What happens: The command stops Explorer and then starts it again right away. Your desktop and taskbar refresh.

Why use this method? It works quickly and you don’t need to click through menus. It’s useful if Task Manager won’t open.

Option 3Start Explorer Manually if It’s Stopped

If your screen suddenly goes black and you only see your mouse pointer, Windows Explorer has likely stopped, but you can easily start it again using Task Manager.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Depending on your version of Task Manager:
    • Old Task Manager: Click on File in the menu bar, then select Run new task.
    • New Task Manager: Click Run new task at the top right.
  3. Type explorer.exe in the box and click OK.
  4. Your desktop and taskbar should now appear again.
  5. You can close Task Manager when done.
Run new task from Task manager
Run new task from Task manager

Run new task from Task manager run box
Run new task from Task manager run box

Why is this helpful? If Explorer completely stops, you need a way to start it without using the normal interface. Task Manager lets you launch the program directly.

Summary

  • Windows Explorer controls your desktop, taskbar, and file browsing.
  • Restarting Explorer can fix many small problems without restarting your PC.
  • You can restart it easily using Task Manager or commands.
  • If Explorer stops completely, you can manually start it again using Task Manager.
  • These quick fixes save time and keep your Windows running smoothly.

Windows Explorer is the program that manages your desktop, taskbar, and file windows, and restarting it can fix many small issues without needing to reboot your whole PC.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *

Exit mobile version