File Explorer is one of the core components of Windows 11. You use it to browse files, manage folders, open drives, and access countless system features. But like any system process, File Explorer can freeze, crash, or become unresponsive — especially after long uptime, heavy multitasking, or when dealing with buggy third-party extensions.
If you’re reading this guide, you’re likely experiencing problems such as:
- File Explorer freezing or hanging
- The taskbar or Start menu not responding
- Missing icons or broken thumbnails
- Slow folder navigation
- Explorer crashing repeatedly
The good news? In most cases, a simple restart of File Explorer is all you need to get everything back to normal. And Windows 11 provides multiple ways to do it, whether Explorer is partially working or completely frozen.
In this detailed guide, we walk you through four reliable methods to restart File Explorer in Windows 11, complete with easy step-by-step instructions. Let’s get started!
Why Restarting File Explorer Helps
File Explorer isn’t just a file-management app — it controls:
- Desktop
- Taskbar
- Start menu
- File windows
- Quick Access
- System icons
- Action Center
When you restart it, Windows effectively reloads your desktop environment, clears temporary issues, and resets broken UI elements without restarting the whole system.
1. Restart File Explorer Using Task Manager (Easiest & Fastest Method)
This is the most common and reliable way to restart File Explorer when it becomes slow or unresponsive.
- Press Ctrl + Shift + Esc to open Task Manager.
- If Task Manager opens in compact mode, click More details.
- In the Processes tab, scroll down to Windows Explorer.
- Select it.
- Click the Restart button at the bottom-right.
What happens?
- Your taskbar disappears for a moment
- The desktop reloads
- File Explorer restarts cleanly
This usually fixes 90% of Explorer-related issues.
2. Restart File Explorer Using Command Prompt or PowerShell
If Explorer is completely frozen or invisible, command-line tools give you direct control.
Restart Explorer via Command Prompt
- Press Windows + R, type cmd, press Enter.
- In the Command Prompt, type the following commands one by one:
taskkill /f /im explorer.exe
start explorer.exe
This forcibly stops Explorer and then launches it again.
Restart Explorer via PowerShell
- Press Windows + X and choose Windows Terminal (or PowerShell).
- Enter the commands:
Stop-Process -Name explorer -Force
Start-Process explorer.exe
PowerShell gives the same result, but is useful if you’re already working in Terminal.
3. Restart File Explorer Using the Run Command
This is a simple and quick method if Explorer is partially working.
- Press Windows + R to open the Run dialog.
- Type:
explorer.exe
- Press Enter.
If File Explorer is already running:
- This reinitializes and reloads the Explorer process
- Use this when windows open slowly or fail to refresh
If File Explorer is not running, this command will start it.
4. Restart File Explorer via a Batch File (One-Click Solution)
If you frequently restart Explorer during testing or troubleshooting, creating a batch file is a lifesaver.
- Open Notepad.
- Paste the following lines:
taskkill /f /im explorer.exe
start explorer.exe
- Click File → Save As.
- Choose a location (e.g., Desktop).
- Set Save as type to All Files.
- Name the file:
RestartExplorer.bat
- Click Save.
Whenever Explorer freezes, just double-click this .bat file to restart it instantly.
Wrapping Up
Restarting File Explorer in Windows 11 is a simple yet powerful way to fix taskbar freezes, UI glitches, slow navigation, and general desktop issues without rebooting your PC. Whether you prefer Task Manager, Run commands, the terminal, or a one-click batch file, Windows gives you multiple ways to refresh the UI instantly.