Windows Explorer Keeps Crashing — How to Fix It (Windows 10/11)

 

Quick Fix: If Windows Explorer keeps crashing, the most common causes are corrupted system files, broken thumbnail cache, or faulty third-party shell extensions. Start by restarting Explorer, then apply deeper fixes below to stop the issue permanently.

Why Windows Explorer Keeps Crashing

Windows Explorer (explorer.exe) is not just a file manager — it controls your desktop, taskbar, Start menu, and file system UI. When it crashes, your entire interface becomes unstable.

Common Causes:

  • Corrupted system files after updates or improper shutdowns
  • Faulty shell extensions (WinRAR, 7-Zip, antivirus, cloud apps)
  • Broken thumbnail cache (especially with images/videos)
  • Corrupted user profile
  • Outdated or buggy display drivers
  • Malware infection targeting explorer.exe

Identify the Problem First (Critical Step)

Don’t blindly try all fixes. Match the symptom:




Fix 1: Restart Windows Explorer (Immediate Recovery)

If your screen goes blank or taskbar disappears:

  • Press Ctrl + Shift + Esc
  • Find Windows Explorer
  • Click Restart

If not visible:

  • Task Manager → File → Run new task
  • Type: explorer.exe

⚠️ This is temporary. You still need a permanent fix.


Fix 2: Clear Thumbnail Cache (Very Common Fix)

Explorer crashes frequently when loading previews.

Method (Easy):

  • Search Disk Cleanup
  • Select C: Drive
  • Check Thumbnails
  • Delete → Restart PC

Command Method:

taskkill /f /im explorer.exe
del /f /s /q /a "%LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db"
start explorer.exe

Fix 3: Disable Faulty Shell Extensions (High Impact Fix)

Most crashes on right-click come from this.

  • Download ShellExView
  • Disable all non-Microsoft extensions
  • Restart Explorer
  • Re-enable one-by-one to find the culprit

👉 Usual offenders:

  • Old WinRAR versions
  • Antivirus context menu plugins
  • Cloud apps (Dropbox, OneDrive)

Fix 4: Run SFC and DISM Repair

Fixes deep Windows corruption.

Run Command Prompt as Admin:

DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
  • Restart after completion
  • If errors persist → run in Safe Mode

Fix 5: Check Problem Folder for Corrupted Files

If Explorer crashes in one folder:

  • Disable thumbnails:
    • File Explorer → Options → View
    • Enable “Always show icons, never thumbnails”
  • Then:
    • Switch to Details view
    • Sort by Date modified
    • Remove suspicious files

Fix 6: Disable Quick Access (Startup Crashes)

Quick Access loads recent files automatically — and crashes if something is broken.

  • File Explorer → Options
  • Change Open File Explorer to: This PC
  • Disable:
    • Recent files
    • Frequent folders
  • Click Clear history

Fix 7: Run Malware Scan

Don’t ignore this. Explorer is a common target.

  • Open Windows Security
  • Run Full Scan
  • Then run Offline Scan

Also verify:

  • explorer.exe location should be:
    C:\Windows\

Anything else = suspicious.


Fix 8: Update or Roll Back Display Drivers

Explorer uses GPU rendering — bad drivers = crashes.

  • Device Manager → Display Adapters
  • Try:
    • Roll back driver (if issue started after update)
    • Or Update driver

👉 Better: Download directly from NVIDIA / AMD / Intel


Fix 9: Use Event Viewer (Find Exact Root Cause)

Stop guessing.

  • Open Event Viewer
  • Go to:
    Windows Logs → Application
  • Look for Application Error

Focus on:

  • Faulting module name



Fix 10: Create New User Profile

If nothing works, your profile is corrupted.

  • Settings → Accounts → Add new user
  • Log into new account
  • Test Explorer

If stable → migrate files manually.


What Actually Works (Real-World Insight)

Most people waste time jumping between fixes.

Reality:

  • Right-click crash → 90% shell extension issue
  • Folder crash → thumbnail or file corruption
  • Random crash → system file corruption

Focus based on symptoms. Don’t shotgun everything.


Quick Fix Summary




FAQ

Is File Explorer the same as Windows Explorer?

Yes. The process is still explorer.exe, even though the name changed.

Why does my screen go black briefly?

That’s Explorer crashing and auto-restarting.

Can I use PC without Explorer?

Technically yes, but not practical. You lose taskbar, desktop, and navigation.


Final Advice 

Stop treating this like a mystery.

  • If it crashes on right-click → fix shell extensions
  • If it crashes in folders → clear thumbnails
  • If it’s random → repair Windows

Follow the pattern → fix becomes obvious.

Post a Comment

Previous Post Next Post