Mattew wade

Member
Joined
May 31, 2025
Messages
5
I'm using Windows 11 Pro (23H2), and recently I've noticed that File Explorer crashes or becomes unresponsive when I open folders that contain a large number of files (especially media files like images and videos). Sometimes it takes several seconds to load, and other times it just freezes completely and needs to be restarted.

I've already tried:
  • Disabling Quick Access
  • Clearing thumbnail cache
  • Disabling Windows Search indexing
  • Running sfc /scannow and DISM commands
None of these have fixed the issue completely. Has anyone found a permanent solution to this? Could it be related to preview handlers or something else in the shell extensions?

Thanks in advance!
 

Check for Problematic Shell Extensions​

  • Download ShellExView (free).
  • Sort by Type → Context Menu / Property Sheet / Preview / Thumbnail Handlers.
  • Disable all non-Microsoft shell extensions (especially from media software, cloud sync apps, archivers).
  • Reboot → test if Explorer still crashes.
 

Nice checklist — that’s exactly the right area to investigate. A few practical additions and safer, faster ways to isolate the offending shell extension when Explorer crashes on large folders.
What to try (step‑by‑step)
  1. Get ShellExView (NirSoft) and run it elevated (right‑click → Run as administrator).
    • In ShellExView: Options → Hide All Microsoft Extensions.
    • Sort by Type and focus on: Context Menu, Property Sheet, Preview, Thumbnail Handlers. Disable non‑Microsoft entries first.
  2. Don’t disable everything at once. Use the binary search method:
    • Disable ~50% of third‑party handlers → test.
    • If crash persists, re-enable that half and disable the other half. Repeat until you find the single handler (or small group) that triggers the crash.
  3. Test quickly without rebooting: restart Explorer instead of rebooting. In an elevated Command Prompt or PowerShell run:
    Code:
    taskkill /f /im explorer.exe
    start explorer.exe
    Reboot only if you prefer a full clean state.
  4. Quick shortcuts to narrow the culprit
    • Disable Thumbnail/Preview handlers first (common culprits for large folders).
    • Temporarily turn off thumbnail generation: File Explorer → View → Options → View → check “Always show icons, never thumbnails” → OK. If that stops crashes, you’ve strongly narrowed it to a thumbnail/preview handler or codec.
    • If the problem occurs only in folders with many media files, suspect codecs, RAW camera plugins, media players, or cloud sync thumbnails.
  5. Other tools / alternatives
    • Autoruns (Sysinternals) can also show shell extensions and context menu handlers if you prefer a different UI.
  6. Logs and crash info
    • Check Event Viewer (eventvwr.msc) → Windows Logs → Application and System around the time of the crash. Look for Error entries from explorer.exe or ShellExperienceHost.exe. That often gives the offending DLL name.
    • Reliability Monitor (type “reliability” in Start) sometimes shows which module crashed.
  7. Common culprits to check first
    • Cloud clients (OneDrive, Dropbox, Google Drive), compression tools (WinRAR/7‑Zip), media/codecs (K-Lite, RAW codecs), shell integration from virtualization, antivirus context menu entries, GPU drivers’ shell extensions, and photo/video editors.
  8. Safety notes
    • Always use “Hide Microsoft Extensions” and avoid disabling Microsoft entries. If unsure, export a System Restore point or a simple registry backup before doing mass changes. Re-enable any disabled item if it turns out not to be the cause.
  9. If you find the culprit
    • Update or uninstall the app that installed the handler, or uninstall only the shell integration if that option exists. Report the failing DLL name here if you want help interpreting it.
If you want, post:
  • The most recent Event Viewer error around the crash (copy the error text), or
  • The handler/DLL name ShellExView shows for the item you suspect.
I can help interpret the crash log or suggest a fix (update/replace/uninstall).
 

Nice find — that’s exactly the kind of root cause many of us run into. Preview handlers and other shell extensions run inside Explorer’s process, so a buggy or heavyweight handler (especially for media/PDF/codecs) can make large folders hang or even crash. Disabling the Preview pane and auditing shell extensions is a proven fix. Good call.
If you want to share this as a short “how I fixed it” post, here’s a compact, safe checklist and a couple of extra tips you can add.
What you already did (good)
  • Turned off the Preview pane / “Show preview handlers in preview pane” in Folder Options — this prevents Explorer from invoking preview handlers while selecting files.
  • Used ShellExView to find and disable non‑Microsoft shell/preview/thumbnail handlers until the folder opens smoothly.
Suggested follow‑ups and checks (one‑by‑one; safe to try)
1) Disable preview pane (if not already)
  • File Explorer → View → Show → uncheck Preview pane (Alt+P toggles it). This is the quickest test to confirm a preview handler is the problem.
2) Use ShellExView (NirSoft) to isolate the extension
  • Run ShellExView as admin, sort by Company, then disable non‑Microsoft Preview/Thumbnail/ContextMenu handlers (do a handful at a time). Restart Explorer and retest. If the folder opens fine, re-enable gradually to find the culprit.
3) Try Autoruns if ShellExView doesn’t show everything
  • Autoruns (Sysinternals) lists more shell/COM load points; use it to disable suspect shell extensions and preview handlers. Reboot or restart Explorer to test changes.
4) Clear thumbnail & Explorer cache
  • Disk Cleanup or Settings → Storage → Temporary files → remove Thumbnails; also File Explorer Options → General → Clear File Explorer history. Corrupt thumbnails can crash thumbnail/preview handlers.
5) Check the Mark‑of‑the‑Web (MoTW) / Preview blocking (if previews are missing for downloaded files)
  • Recent Windows security changes block the Preview pane for files tagged as “from the Internet.” For trusted downloaded files you can restore preview by Unblocking a file (Right‑click → Properties → check Unblock) or use PowerShell’s Unblock‑File for many files — but be cautious: unblocking removes a security marker.
6) Update or remove third‑party preview providers / codecs
  • Common culprits: PDF preview handlers, media codecs, image viewers, or “QuickLook”‑style apps. Update to the latest vendor build or uninstall to test. Many Explorer crashes trace back to an outdated codec/handler.
7) Test in Clean Boot / Safe Mode
  • If the issue persists, boot to a Clean Boot (disable non‑Microsoft services/startup) or Safe Mode to confirm third‑party software is the root cause.
8) If Explorer still crashes, collect logs
  • Reproduce the crash, then check Event Viewer → Windows Logs → Application/System for Explorer errors; that error message and faulting module name can point to the offending DLL (preview handler or shell extension).
Safety & rollback
  • Disable only one or a few extensions at a time so you can roll back easily. Create a restore point before mass disabling or editing registry/policies.
  • Don’t mass‑unblock files unless you trust their sources — MoTW exists to reduce a credential‑leak attack surface.
If you want, I can:
  • Walk you step‑by‑step through ShellExView actions (which items to disable first).
  • Help interpret an Event Viewer crash entry if you paste the faulting-module name.
  • Suggest likely culprits based on which file types caused your problem (e.g., PDF, .mp4, RAW images, etc..
Which file types were the worst for you (images, video, PDF, Office)? I’ll give targeted steps for those handlers.
 

Nice tip — absolutely right. Thumbnails (especially for videos, RAW images, or lots of files) force Explorer to generate previews for every item in the folder and that can trigger high CPU/memory use, hangs or crashes. Switching to List or Details view avoids that work and is one of the fastest fixes.
Here’s a short, practical checklist you can run through now.
1) Quick: switch the folder view to List or Details
  • Windows 10/11 (File Explorer): open the folder → click View (or the three‑dot menu) → choose Details or List.
  • Or right‑click an empty area in the folder → View → Details (or List).
    Expected result: Explorer stops generating thumbnails and becomes much snappier.
2) Disable thumbnails globally (if you prefer icons everywhere)
  • File Explorer → three‑dot menu → Options → View tab → check "Always show icons, never thumbnails" → OK.
    Note: this makes all folders show icons only (no previews) until you undo it.
3) Turn off the Preview pane and Details pane
  • In Explorer press Alt+P to toggle the Preview pane off. This prevents Explorer from loading file previews when you select a file.
4) Optimize the folder type (reduces unnecessary preview work)
  • Right‑click the folder → Properties → Customize tab → “Optimize this folder for:” → choose General items (or Documents) → check “Also apply to subfolders” → OK.
    This reduces Explorer’s attempt to use heavy thumbnailing logic for folders that aren’t media libraries.
5) If thumbnails seem stuck or Explorer still lags: clear the thumbnail cache
  • Easiest: Run Disk Cleanup → select C: → check Thumbnails → OK → Delete files.
  • Advanced (PowerShell): I can give you the safe commands if you want (requires restarting Explorer).
6) If Explorer still crashes often, check for problem files/codecs
  • Temporarily move video/RAW files out of the folder and reopen it — if Explorer becomes stable, a specific file or a bad codec is likely the cause.
  • Try opening suspected media in VLC (it uses its own codecs) — if thumbnails for that file cause issues, avoid generating thumbnails for that format or install updated codecs.
7) Last resorts / maintenance
  • Run System File Checker and DISM if crashes persist: open an admin Command Prompt and run sfc /scannow and then DISM /Online /Cleanup-Image /RestoreHealth.
  • If you want, I can walk you through those commands.
Want me to:
  • Give the Disk Cleanup / PowerShell thumbnail‑clear commands, or
  • Walk you step‑by‑step (I’ll tell you exactly where to click) for your Windows version, or
  • Scan a folder you point me to (or an uploaded list) and flag likely troublemakers (large videos, RAWs, etc.?
Pick one and I’ll guide you through it.
 

Back
Top