File Explorer Not Responding on Windows 11? Fix Guide
Short answer: Three fastest fixes for File Explorer not responding on Windows 11: (1) Ctrl+Shift+Esc, find Windows Explorer in the Processes list, right-click, Restart — the taskbar disappears briefly then reappears as Explorer is killed and respawned; (2) clear the thumbnail cache via Settings → System → Storage → Temporary files → Thumbnails → Remove files (or Disk Cleanup → Thumbnails) — fixes hangs on image-heavy folders; (3) if Explorer freezes only when you right-click, a third-party shell extension is the culprit — download ShellExView from Nirsoft and disable extensions one at a time (Dropbox, OneDrive, 7-Zip context menus are the most common offenders). About 65% of cases resolve in 5-10 minutes.
A real estate agent in San Diego called us in March exhausted. Her laptop’s File Explorer had been freezing for two weeks — every time she opened it, the window stayed gray with “(Not Responding)” in the title bar for 20-30 seconds before showing files. Right-clicking on anything froze it completely for another minute. She had 4,000 listing photos to organize for a brokerage open house and the freezes were killing her workflow.
We started with the obvious. Restarted Explorer via Task Manager — fast for 5 minutes, then slow again. Cleared the thumbnail cache — same pattern. The clue came when we ran ShellExView (a free Nirsoft tool that lists all installed shell extensions). Three Dropbox-related context menu entries from an old uninstall that hadn’t cleaned up properly. We disabled them. The freezing stopped completely.
It turned out she’d uninstalled Dropbox a year earlier but the uninstaller left orphaned shell extensions in the Windows registry. Every right-click was making Explorer try to query a Dropbox service that no longer existed, and Explorer would hang waiting for a response that never came. The fix took 3 minutes once we identified it.
The pattern repeats often. Old software uninstalls leave registry orphans behind, and those orphans become the silent cause of Explorer freezes months or years later. Any time Explorer’s slow and you remember installing-and-uninstalling cloud storage or archive utilities, shell extensions are a likely culprit.
How Do You Restart File Explorer?
The fastest fix for any Explorer freeze. Doesn’t require restarting Windows.
- Press Ctrl+Shift+Esc to open Task Manager directly.
- In the Processes tab, find Windows Explorer.
- Right-click → Restart.
- The taskbar and any open Explorer windows disappear for 1-2 seconds, then come back.
If Explorer is completely frozen and not even in the Processes list (sometimes happens with severe hangs), File → Run new task → type explorer.exe → Enter. This launches a fresh Explorer process.
After a restart, test whether the underlying problem persists. If Explorer hangs again within a few minutes, you have an ongoing cause that needs deeper diagnosis (continue to the next sections).
How Do You Clear the Thumbnail Cache?
Thumbnails are images Windows generates for every photo, video, and document so it can show previews in Explorer. The cache lives in your AppData and grows over time. When it gets large or corrupted, Explorer hangs trying to read it.
Easy way:
Settings → System → Storage → Temporary files → check Thumbnails → Remove files.
Disk Cleanup way:
Win+R → type cleanmgr → Enter. Choose your C: drive. Check “Thumbnails.” Click OK.
Manual way (most thorough):
- Close every File Explorer window.
- Win+R → type
%USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer\→ Enter. - Delete all files starting with
thumbcache_andiconcache_. - Some files may refuse to delete because Explorer is using them — restart Explorer (Task Manager → Windows Explorer → Restart) and try again.
- Files regenerate automatically as you browse folders.
The cache rebuilds in the background, so the first time you visit a photo folder after clearing, thumbnails appear slowly. After that initial pass, it’s faster than before because the new cache is fresh.
How Do You Find Bad Shell Extensions?
If File Explorer freezes specifically when you right-click, a shell extension is the cause. Almost guaranteed.
Download ShellExView:
ShellExView is a free tool from Nirsoft that lists every shell extension installed on your computer. Download from nirsoft.net/utils/shexview.html. No installation — it’s a portable .exe.
Run it as Administrator (right-click → Run as administrator). Wait a few seconds for it to enumerate extensions.
Filter to third-party only:
Options menu → Hide All Microsoft Extensions. This narrows the list from hundreds of entries to typically 20-50 third-party extensions. The Microsoft ones are safe to leave alone; the third-party ones are where 99% of problems come from.
Disable suspects:
Right-click any extension → Disable. Common suspects in order of frequency:
- Dropbox shell extensions — even after Dropbox uninstall, orphaned extensions often remain
- OneDrive shell extensions — can hang waiting for sync state
- Google Drive shell extensions
- 7-Zip shell extensions — usually fine, but old versions can crash on certain file types
- WinRAR shell extensions — same as 7-Zip
- Adobe shell extensions — especially after Adobe Creative Cloud uninstall
- Antivirus shell extensions — usually safe, but some “PC optimizer” tools install context-menu items that hang
Restart Explorer after each disable and test. If the freeze stops, you’ve found the culprit. If not, re-enable that one and disable the next suspect.
This sounds tedious but in practice most users find the bad extension within 3-5 tries. Once you find it, you can either leave it disabled permanently or uninstall the parent application properly.
"Old uninstalls are the silent killer of File Explorer performance. A program you removed six months ago might still have shell extensions in the registry that Explorer queries every time you right-click. The original uninstaller didn't clean up. The fix isn't reinstalling — it's disabling the orphaned shell extensions with ShellExView. We've solved more 'Explorer is slow' calls with this single tool than any other technique."
How Do You Disable Quick Access?
The Quick Access section (top of Explorer’s left sidebar showing recent files and pinned folders) is a frequent source of slowdowns. If any of the pinned folders are slow to enumerate (network shares, OneDrive folders, USB drives that aren’t always connected), the whole Quick Access list hangs trying to display them.
Disable Quick Access entirely:
- Open File Explorer.
- Click the three-dot menu in the toolbar → Options.
- In the General tab → “Open File Explorer to” dropdown → change from “Quick access” to “This PC.”
- Privacy section → uncheck “Show recently used files in Quick access” and “Show frequently used folders in Quick access.”
- Click “Clear” next to “Clear File Explorer history.”
- OK.
After these changes, Explorer launches faster and doesn’t enumerate Quick Access at all. You can still navigate to specific folders normally.
Or just remove specific pinned folders:
If Quick Access works overall but one specific pinned folder is slow, right-click that folder → Unpin from Quick access. Removes the slow folder without disabling the feature entirely.
How Do You Run SFC and DISM?
If the easy fixes haven’t worked, Windows system files supporting Explorer may be corrupted. Run these two commands in Terminal (Admin):
sfc /scannow
Takes 10-15 minutes. Scans every protected Windows system file and replaces corrupted ones. If it reports “Windows Resource Protection found corrupt files and successfully repaired them,” restart and test Explorer.
DISM /Online /Cleanup-Image /RestoreHealth
Takes 15-30 minutes. Downloads fresh copies of components Windows can’t repair locally. Requires internet.
sfc /scannow
Run again. DISM gives SFC clean source files so the second SFC run usually fixes things the first one couldn’t.
After all three commands complete, restart Windows. Most Explorer corruption that survived earlier fixes will be gone.
If you’re already familiar with this workflow from other shell issues (Start menu, taskbar), see our Start menu not working guide — many of the same fixes apply since Explorer and Start menu share components.
How Do You Fix Slow Folder Navigation?
If specific folders are slow to open but others are instant, the slow folders have content Windows is taking too long to analyze. Three common causes:
Folder is set to optimize for Pictures/Videos. Windows generates thumbnails for everything in the folder when it opens. For folders with thousands of files (especially videos), this takes minutes.
Fix: right-click the folder → Properties → Customize tab → “Optimize this folder for” → change to “General items.”
Folder contains a long path or many subfolders. Windows enumerates subfolders when you click a folder. If you have a folder with 50,000 files in nested subfolders, the enumeration takes time.
Fix: avoid deep folder structures. Flatten where possible. Use search instead of browse for deep folders.
Folder is on a network share or external drive that’s slow. Network shares and USB drives (especially USB 2.0 ones) introduce latency.
Fix: copy frequently-used files to a local SSD, or upgrade the network/USB connection.
Tried restart and thumbnail cache clear but Explorer still freezes? Send us a screenshot of Task Manager → Processes showing Windows Explorer's CPU and memory usage on WhatsApp. We can usually identify the specific cause (shell extension, thumbnail corruption, quick access slow path) in under a minute.
Send Screenshot on WhatsAppHow Do You Fix Explorer Crashes Right After Boot?
If Explorer crashes immediately after login (taskbar appears for a second, then disappears, then reappears in a loop), one of three things is wrong:
A startup app is crashing Explorer. Some apps that auto-start at boot (especially “tray icon” type apps) hook into Explorer and crash it on launch. Task Manager → Startup → disable everything non-essential → restart → test.
A scheduled task is interfering. Task Scheduler → Microsoft → Windows → Active Setup → look for anything that runs at login. Disable suspects.
Corrupted user profile. Same fix as Start menu issues — create a new local user account in Settings → Accounts → Other users → Add account. Sign in to the new account. If Explorer works fine there, your old profile is corrupted. Migrate files to the new profile.
How Do You Fix Search Inside Explorer?
If Explorer opens fine but searching within a folder produces no results, the search index has problems:
Settings → Privacy & security → Searching Windows → Advanced indexing options → Advanced → Rebuild.
Index rebuild takes 1-3 hours depending on how many files you have. Search results are incomplete until rebuild finishes, but normal Explorer browsing works during the rebuild.
For complete searches outside the indexed locations, Windows 11 falls back to filesystem traversal which is slow. If you regularly search large folders, add them to the index: Advanced indexing options → Modify → check the folders you want indexed.
What If a Specific File Causes Explorer to Crash?
Sometimes a single corrupt file causes Explorer to crash every time you open the folder containing it. Common cause: a video file with corrupted metadata that crashes the thumbnail generator.
Fix approach:
- Open the folder via a different tool that doesn’t generate thumbnails — Command Prompt (
cd C:\path\to\folder,dirto list). - Identify suspicious files (zero-byte files, unusually named files, files much smaller or larger than expected).
- Delete or move suspicious files via Command Prompt (
del filenameormove filename ..\Quarantine\). - Reopen the folder in Explorer.
Alternative: change the folder view to Details (View menu → Details) before navigating into it. Details view doesn’t generate thumbnails, so a thumbnail-killing file won’t crash Explorer.
What If Explorer Stops Responding After a Windows Update?
Specific Windows Updates have broken Explorer in the past — especially 24H2 cumulative updates in late 2025. If yours started failing right after an update:
- Settings → Windows Update → Update history → Uninstall updates.
- Find the most recent KB and uninstall.
- Restart.
- Use Show or Hide Updates (wushowhide.diagcab) to block the bad update.
For the full uninstall-update procedure including recovery-environment access when Windows won’t boot, see our Windows Update stuck guide.
How Do You Check If It’s Actually a Hardware Problem?
Sometimes “Explorer not responding” is really “disk not responding fast enough” — Explorer is fine but it’s waiting on slow disk access.
Check disk usage:
Task Manager → Performance tab → Disk. If the active time bar is constantly at 100% with normal use, you have a disk bottleneck. Either too much background activity (antivirus scan, Windows Update download), or actual disk health issues.
Check disk health:
Run wmic diskdrive get model,status in Command Prompt. Each drive should show “OK” status. Anything else (Pred Fail, Caution) means the drive is dying and should be replaced before it fails completely.
For deeper drive health analysis, install CrystalDiskInfo (free from crystalmark.info). It reads SMART data and tells you specific failure indicators (reallocated sectors, pending sectors, read errors). Yellow or red warnings mean replace the drive soon.
If your slow Explorer correlates with random whole-system freezes, that combination is a classic dying-drive symptom — see our computer freezes randomly guide for the deeper drive diagnostic.
What If Nothing Worked?
You’ve restarted Explorer, cleared thumbnail cache, disabled suspect shell extensions, run sfc/DISM, ruled out hardware. And Explorer is still freezing.
At that point a Windows reset is the realistic next step.
Reset Windows:
Settings → System → Recovery → Reset this PC → Keep my files. Reinstalls Windows while preserving your documents. Removes installed apps. Fixes about 90% of stubborn Explorer issues.
If you’d rather diagnose first before resetting, our remote File Explorer diagnostic runs $9.90 and takes about 20-30 minutes. We pull Event Viewer Shell-related events, profile Explorer’s actual behavior under load via screen-share, identify which specific shell extension or driver is responsible, and tell you within high confidence whether the fix is software (we handle it during the session) or requires the reset path.
Message us on WhatsApp — describe whether it freezes always, only on right-click, only on specific folders, or after specific actions. We’ll come back with a five-minute plan.
If your Start menu also acts up in addition to Explorer, see our Start menu not working on Windows 11 guide — both share components and often fail together. And if Task Manager won’t open either (making it hard to even restart Explorer), our Task Manager not opening on Windows 11 guide covers the alternate launch methods and registry fix.
Last verified: May 2026 against Windows 10 22H2 and Windows 11 24H2.
Frequently Asked Questions
Why does File Explorer keep freezing on Windows 11? ▼
Four most common causes: (1) the explorer.exe process has hung — usually fixed by restarting it via Task Manager; (2) a corrupted thumbnail cache is making Explorer hang on image-heavy folders; (3) a faulty shell extension (often from Dropbox, OneDrive, or 7-Zip) is crashing Explorer when you right-click; (4) the quick access list points to a folder that's slow or offline. About 65% of File Explorer issues fix in 5-10 minutes via restart, cache clear, or shell extension disable.
How do I restart File Explorer without rebooting? ▼
Press Ctrl+Shift+Esc to open Task Manager. Find Windows Explorer in the Processes list. Right-click → Restart. The taskbar disappears briefly then reappears — that's Explorer being killed and respawned. This fixes most hangs without needing a full reboot.
Why does right-click cause File Explorer to freeze? ▼
Almost always a faulty shell extension. When you right-click, Explorer loads context menu items from every installed shell extension (Dropbox, OneDrive, antivirus, 7-Zip, etc.). If any one of them hangs or crashes, the whole right-click freezes. Fix: download ShellExView (free from Nirsoft) to see which third-party extensions are installed, then disable suspect ones one at a time until the freeze stops.
How do I clear the File Explorer thumbnail cache? ▼
Settings → System → Storage → Temporary files → check 'Thumbnails' → Remove files. Or via Disk Cleanup (cleanmgr) → Thumbnails. Or manually: close all File Explorer windows, navigate Explorer (via Run) to %USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer\, delete all the thumbcache_*.db files, restart Explorer. Cache rebuilds automatically as you browse folders.
Will running sfc /scannow fix File Explorer? ▼
Sometimes. About 25% of persistent Explorer crashes trace to corrupted system files. Run sfc /scannow in Terminal (Admin), wait for it to complete, then run DISM /Online /Cleanup-Image /RestoreHealth, then run sfc /scannow again. If Explorer's core files were corrupted, this pair of commands usually fixes it. If they were intact, the crash is from a third-party extension or thumbnail cache instead.