How to Fix Windows 11 File Explorer Crashing or Not Responding
The Problem
File Explorer (explorer.exe) closes when you open Downloads, freezes on This PC, or shows Not responding in the title bar. That is different from one app crashing—see app keeps crashing if only Word or Chrome dies.
Whole desktop vanishes when Explorer dies? The taskbar and wallpaper go too—that is the shell process. Fixes below target Explorer; also check Start menu and taskbar if the whole shell is unstable.
Quick Fix
Ctrl + Shift + Esc → Windows Explorer → Restart.
Open Explorer with Win + E after the restart.
The Fix: Step-by-Step
Step 1: Clear File Explorer History
Broken quick access or recent paths crash the window on open.
- Open File Explorer (if you can) → ⋯ → Options → View tab.
- Privacy → Clear on both File Explorer history boxes → OK.
- General tab → Open File Explorer to: → This PC (not Quick access) → OK.
If Explorer will not stay open: Settings → Privacy & security → Activity history → clear related toggles, or run in Safe Mode (enter Safe Mode) and delete:
%AppData%\Microsoft\Windows\Recent\AutomaticDestinations
(back up the folder first by renaming it to AutomaticDestinations.old).
Step 2: Disable Preview Pane and Details Pane
View → deselect Preview pane and Details pane. PDF/video preview handlers from old tools are a top crash cause. Test again.
Step 3: Restart Explorer and Update Windows
Install all pending updates. Run:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Step 4: Find Bad Shell Extensions (Context Menu Crashes)
Crashes when you right-click a file point to a third-party shell extension (zip tools, cloud sync, old antivirus).
- Download ShellExView (NirSoft) or use Autoruns → Explorer tab.
- Disable non-Microsoft extensions in groups—reboot between tests.
- Leave Microsoft entries alone.
Cloud sync: pause OneDrive—fix OneDrive sync issues if the tray icon spins and Explorer hangs on synced folders.
Step 5: Check the Drive You Are Opening
Explorer hanging on C: or an external USB drive can be disk errors or a failing drive.
chkdsk C: /scan
For externals: fix corrupted USB / external drive. Nearly full C: causes stalls—free up disk space.
Step 6: New Explorer Process Without Extensions
Win + R → cmd → run:
explorer /separate
Opens a separate Explorer instance—useful to copy files while the main shell is broken.
Step 7: Reset Folder Views
Command Prompt (Admin):
reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU" /f
reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags" /f
Log off and on. You lose custom folder view sizes—worth it if one folder type always crashes.
Network Drives
Mapped drives to offline NAS boxes make Explorer wait 30+ seconds. Disconnect unused mappings (This PC → right-click drive → Disconnect) or enable Work offline policies for VPN shares.
Still Crashing?
Create a new Windows user—if Explorer is stable there, migrate data from the old profile. Last step: in-place repair from the Windows 11 ISO with files kept.