📚 Table of Contents
- Why Does Windows 11 File Explorer Not Responding Happen?
- Method 1: Restart File Explorer via Task Manager
- Method 2: Run the System File Checker (SFC) and DISM
- Method 3: Clear File Explorer History and Cache
- Method 4: Disable Third-Party Shell Extensions
- Method 5: Perform a Clean Boot to Identify Conflicts
- Method 6: Run the Disk Error Check (chkdsk)
- Method 7: Adjust File Explorer Options (Launch Folder Windows)
- Method 8: Rebuild the Search Index
- Method 9: Create a New User Account or Repair Install
- Frequently Asked Questions (FAQ)
- External Resources (DoFollow)
- Related Guides & Hub
You double‑click a folder, right‑click a file, or try to open the Recycle Bin, and nothing happens. The File Explorer window goes white, shows “Not responding” in the title bar, and your cursor turns into a spinning blue circle. This “Windows 11 File Explorer not responding” problem can bring your productivity to a halt. The good news is that most Explorer freezes are fixable without reinstalling Windows. In this 2026 guide, I’ll share 9 proven methods to get File Explorer working smoothly again. Most fixes take less than ten minutes.
Why Does Windows 11 File Explorer Not Responding Happen?
When Windows 11 File Explorer is not responding, the cause is usually one of these:
- Corrupted system files: Damaged DLLs or system components cause Explorer to crash.
- Third‑party shell extensions: Context menu add‑ons from apps like Dropbox, OneDrive, WinRAR, or NVIDIA can conflict.
- Corrupted File Explorer cache or history: Saved recent files and folders can become corrupted.
- Disk errors or bad sectors: Hard drive issues prevent Explorer from reading folder contents.
- Search index corruption: A damaged Windows Search index can freeze Explorer when typing in the search box.
- User profile corruption: Damaged profile settings affect Explorer behavior.
- Third‑party antivirus interference: Real‑time scanning can lock files Explorer is trying to access.
Let’s go through the fixes from simplest to most advanced.
Method 1: Restart File Explorer via Task Manager
When File Explorer freezes, you don’t need to restart your entire PC. Restarting just the Explorer process is faster and often fixes temporary glitches.
Step 1: Press Ctrl + Shift + Esc to open Task Manager.
Step 2: Look for “Windows Explorer” under the Processes tab. If you see “Not responding” next to it, right‑click it and select “Restart.”
Step 3: If you don’t see “Windows Explorer,” scroll down to “Windows Explorer” in the list, right‑click it, and choose “Restart.”
Step 4: Your taskbar and desktop will briefly disappear and then reappear. File Explorer should now be responsive.
✅ Expected Result: File Explorer becomes responsive again without restarting your computer.
Why This Works: Restarting the Windows Explorer process clears its memory and reloads it fresh, resolving many freezes caused by memory leaks or stuck operations.
Method 2: Run the System File Checker (SFC) and DISM
Corrupted system files are a common reason File Explorer stops responding. SFC scans and repairs system files, while DISM fixes the underlying system image.
Step 1: Right‑click Start → Terminal (Admin) or Command Prompt (Admin).
Step 2: Run DISM first: DISM /Online /Cleanup-Image /RestoreHealth. Press Enter and wait (this can take 10–15 minutes).
Step 3: After DISM completes, run SFC: sfc /scannow. Press Enter and wait for completion.
Step 4: Restart your computer and test File Explorer.
✅ Expected Result: DISM and SFC repair corrupted files, and File Explorer stops freezing.
Why This Works: SFC replaces damaged system files that Explorer depends on. DISM repairs the component store that SFC uses as a source.
Method 3: Clear File Explorer History and Cache
File Explorer saves a history of recently accessed files and folders, as well as thumbnails. When this cache becomes corrupted, Explorer may freeze when opening folders.
Step 1: Open any folder (or use the desktop). Click the three dots (⋮) → Options → General tab.
Step 2: Under “Privacy,” click “Clear” next to “Clear File Explorer history.”
Step 3: Also check “Show recently used files in Quick access” and “Show frequently used folders in Quick access” – toggle them off temporarily to see if freezing stops.
Step 4: To clear thumbnail cache, open Disk Cleanup: Press Windows + S, type “Disk Cleanup,” select your system drive, check “Thumbnails,” and click OK.
✅ Expected Result: After clearing history and cache, File Explorer opens folders without delays.
Why This Works: Corrupted history or thumbnail files can cause Explorer to hang when trying to load them. Clearing removes the problematic data.
Method 4: Disable Third-Party Shell Extensions
Third‑party shell extensions add items to the right‑click context menu. Faulty extensions are a leading cause of “Windows 11 File Explorer not responding.” Tools like ShellExView can help identify and disable them.
Step 1: Download ShellExView (free) from NirSoft. No installation required; run the executable.
Step 2: In ShellExView, sort by “Type” to group all Context Menu handlers together.
Step 3: Disable all non‑Microsoft context menu extensions: select them → File → Disable Selected Items. Focus on extensions from third‑party software like WinRAR, 7‑Zip, NVIDIA, Dropbox, OneDrive, and antivirus.
Step 4: Restart your computer and test File Explorer. If it works, re‑enable extensions one by one to find the culprit.
✅ Expected Result: After disabling problematic shell extensions, File Explorer becomes stable.
Why This Works: Shell extensions are loaded into Explorer’s process. A buggy one can crash or freeze the entire Explorer window.
Method 5: Perform a Clean Boot to Identify Conflicts
If the freeze persists, background services or startup programs may be interfering. A clean boot isolates these.
Step 1: Press Windows + R, type msconfig, and press Enter.
Step 2: Go to “Services” tab → Check “Hide all Microsoft services” → Click “Disable all.”
Step 3: Go to “Startup” tab → Click “Open Task Manager” → Disable all startup items.
Step 4: Close Task Manager, click OK in System Configuration, and restart your PC.
Step 5: Test File Explorer. If it works, re‑enable services and startup items gradually to find the conflict.
✅ Expected Result: In clean boot mode, File Explorer works normally. You then identify the problematic service or app.
Why This Works: Clean boot eliminates software conflicts, helping you pinpoint the root cause.
Method 6: Run the Disk Error Check (chkdsk)
Disk errors or bad sectors can cause File Explorer to hang when trying to read files or folders. Running chkdsk scans and repairs disk issues.
Step 1: Right‑click Start → Terminal (Admin) or Command Prompt (Admin).
Step 2: Run chkdsk C: /f /r (replace C: with your system drive).
Step 3: You’ll be prompted to schedule the scan on next restart. Type Y and press Enter.
Step 4: Restart your computer. The disk check will run before Windows boots (this can take 30 minutes or more depending on drive size).
Step 5: After completion, log in and test File Explorer.
✅ Expected Result: Disk errors are repaired, and File Explorer no longer freezes.
Why This Works: File Explorer relies on the file system to be healthy. Corrupted sectors or file system errors can cause it to hang.
Method 7: Adjust File Explorer Options (Launch Folder Windows)
Changing how File Explorer opens new windows can reduce freezes, especially if you have many folders open simultaneously.
Step 1: Open File Explorer → three dots (⋮) → Options.
Step 2: Under the General tab, look for “Open File Explorer to:” – try changing it from “Quick access” to “This PC.”
Step 3: Under the “View” tab, check “Launch folder windows in a separate process.” This option runs each Explorer window in its own process, so if one freezes, others remain responsive.
Step 4: Click Apply, then OK. Restart File Explorer (Method 1).
✅ Expected Result: File Explorer is more stable, and a freeze in one folder no longer crashes the entire Explorer.
Why This Works: “Launch folder windows in a separate process” isolates Explorer windows, preventing a single hang from affecting all open windows.
Method 8: Rebuild the Search Index
If File Explorer freezes when you type in the search box, the Windows Search index may be corrupted. Rebuilding the index can solve it.
Step 1: Press Windows + S, type “Indexing Options,” and open it.
Step 2: Click “Advanced” → Under “Troubleshooting,” click “Rebuild.” Confirm.
Step 3: Rebuilding the index can take an hour or more, depending on how many files you have. Let it complete in the background.
Step 4: After rebuilding, restart your PC and test File Explorer search.
✅ Expected Result: Search works without freezing, and overall Explorer responsiveness improves.
Why This Works: A corrupted search index can cause Explorer to hang when accessing the search box or navigating folders with many files.
Method 9: Create a New User Account or Repair Install
If none of the above methods work, the problem may be a corrupted user profile or deep system corruption that requires a repair installation.
Option A – New User Account: Settings → Accounts → Other users → Add account → “I don’t have this person’s sign‑in information” → Add a user without a Microsoft account. Sign into the new account and test File Explorer. If it works, transfer your files and settings to the new account.
Option B – In‑Place Upgrade (Repair Install): Download the Windows 11 Installation Assistant from Microsoft. Run it and select “Keep personal files and apps.” This reinstalls Windows while preserving your data.
✅ Expected Result: After switching to a new user account or performing an in‑place upgrade, File Explorer works without freezes.
⚠️ Note / Warning: Creating a new user account requires you to reinstall some apps and migrate data. An in‑place upgrade is safe but takes about an hour.
Why This Works: A corrupted user profile can cause Explorer issues that no other fix can resolve. An in‑place upgrade replaces all system files without affecting your personal data.
Frequently Asked Questions (FAQ)
1. How do I restart File Explorer if Task Manager won’t open?
Press Ctrl + Alt + Delete → Task Manager. If that doesn’t work, press Ctrl + Shift + Esc repeatedly. As a last resort, sign out and sign back in (which also restarts Explorer).
2. Why does File Explorer freeze when I right‑click a file?
This is almost always caused by a faulty shell extension (context menu handler). Follow Method 4 to disable third‑party extensions using ShellExView.
3. Can OneDrive or Dropbox cause File Explorer to freeze?
Yes. Both add shell extensions. Try disabling them (Method 4) or temporarily unlinking your account. Many users report that disabling OneDrive’s “Files On-Demand” feature helps.
4. Will resetting Windows 11 fix File Explorer problems?
Yes, but it’s a last resort. Use “Reset this PC” with “Keep my files” to avoid losing data. It works when no other method helps.
5. How do I know if a disk error is causing File Explorer to freeze?
If freezes happen only when accessing a specific drive or folder, run chkdsk on that drive (Method 6). Also check Event Viewer (Windows Logs → System) for disk errors.
6. Does disabling Quick Access improve performance?
Sometimes. Quick Access scans for recent and frequently used files, which can be slow on large drives. Change “Open File Explorer to:” to “This PC” (Method 7).
7. Why does File Explorer freeze after waking from sleep?
This is often a driver issue, especially for graphics or storage drivers. Update your drivers via Device Manager or your PC manufacturer’s website.
External Resources (DoFollow Links)
- Microsoft Support: Fix File Explorer crashes or freezes
- NirSoft ShellExView – disable shell extensions
- Microsoft Docs: Shell Extensions overview
📌 Related Guides
* Fix Windows 11 Apps Not Opening
* Fix Chrome Opens But Pages Won’t Load
* Fix Windows 11 Slow Startup
* Fix Windows 11 High CPU Usage at Idle
🔗 This guide is part of our Windows 11 Troubleshooting Hub
✍️ HowToFixPro Team
Our team has tested these methods on Windows 11 versions 22H2 through 25H2 on Dell, HP, Lenovo, and custom PCs. Each fix is verified as of June 2026.
Last updated: June 12, 2026
Pingback: How to Fix Windows 11 Slow Startup
Pingback: Windows 11 Running Slow? 15 Fixes That Actually Speed It Up
Pingback: How to Fix Windows 11 Apps Not Opening