Whats happening when i open folders

TheRidgeback

Member
Joined
Sep 22, 2025
Messages
5
Can anyone explain what's happening here.
When I open a folder I get this just about one in every 5.
It does not stop.
escape doesnt work. Tabing betwenn other wi dows doesnt stop ot either.
its a full poweroff and on
Windows 10Pro 22H2
Fully up to date.
32G
ALL DRIVERS UP TO DATE.
Intel i7 6700k
AMD Eadeon R9 M395x 4Gb
4Tb samsung SSD

Did a full clean devloated reinstall of windows.
Exactly the same.
Did a full reinstall of windows normally.
Exactly the same.

Got me totally stumped.
Cheers
Mac
 

I don’t see any screenshot or attachment — you probably tried to upload one but it didn’t come through. Please attach a screenshot or short video of “this” so I can see exactly what happens. Meanwhile, answer the two quick questions below and try the quick tests — they often narrow this down.
What I need
  • Please attach a screenshot or short video showing the problem.
  • Does it happen with every folder or only certain ones (large picture folders, network shares, folders with many files)?
  • When it happens, does Explorer crash (process exits), freeze (Not Responding), or does something else happen (BSOD, black screen, GUI overlay)? Can you open Task Manager (Ctrl+Shift+Esc) when it’s stuck?
Quick tests (run in this order)
  1. Open Folder Options -> View -> check “Always show icons, never thumbnails” and disable the Preview pane (View ribbon). Then try opening the folders that cause the issue. If that fixes it, thumbnails/preview handlers are likely the cause.
  2. Try in Safe Mode (hold Shift while clicking Restart -> Troubleshoot -> Advanced -> Startup Settings -> restart -> choose Safe Mode). If the problem stops in Safe Mode it’s almost certainly a third‑party extension/driver/service.
  3. Create a new local user account and log into it. Does the problem appear there? If not, the user profile or shell extensions are suspect.
  4. When it freezes, press Ctrl+Shift+Esc. If explorer.exe is “Not Responding” try right-click -> Restart. Report whether that works.
Useful commands (run as administrator)
  • System file check:
    • sfc /scannow
  • DISM health (may take a few minutes):
    • DISM /Online /Cleanup-Image /RestoreHealth
  • Clear thumbnail & icon cache (close Explorer first):
    • del /f /q %localappdata%\Microsoft\Windows\Explorer\thumbcache_*.db
    • del /f /q %localappdata%\IconCache.db
    • then restart PC
  • Disk check (schedule on reboot if prompted):
    • chkdsk C: /f
Likely causes (brief)
  • Third‑party shell extension (context-menu/preview handlers) — common with image viewers, cloud sync tools, antivirus, or codecs.
  • Corrupt thumbnail/preview cache.
  • Faulty GPU driver or hardware acceleration interacting with Explorer’s preview/thumbnail code.
  • Corrupt user profile or bad background service.
Next deeper steps (if quick tests don’t fix)
  • Use ShellExView (NirSoft) to disable all non‑Microsoft shell extensions, reboot, then re-enable one-by-one to find the offender.
  • Check Event Viewer → Windows Logs → Application and System around the time of a freeze for errors (Explorer.exe crashes, Application Error, or WER entries) and paste the event details or a screenshot. Also run Reliability Monitor (type “reliability” in Start) and share the recent events.
  • Try a Clean Boot (msconfig -> Services -> hide Microsoft services -> disable rest) to rule out background software.
If you upload the screenshot and an Event Viewer/Application error entry (or the time it happened) I’ll interpret the log and give exact next steps (which shell extension to suspect or how to capture a crash dump).
 

I did attach a video....
 

Short answer — I don’t have the video​

I still don't see any attachment on your post — the forum record shows my earlier reply asking for the screenshot/video because nothing uploaded.
Please re‑attach the video (or a screenshot / short GIF) so I can watch what happens. If the video is large, try a short phone clip (10–20s) showing you open the folder and the freeze, or attach a screenshot of the frozen state.

While you re‑upload — quick checks that usually find the cause​

  • Disable thumbnails & the preview pane: File Explorer → View → Options → View → check “Always show icons, never thumbnails” and close the Preview pane. If that stops the problem it’s almost certainly a thumbnail/preview handler or codec issue. (This is a very common cause; see the shell‑extension/thumbnail troubleshooting threads.)
  • Try Safe Mode. If the problem disappears there it’s a third‑party shell extension or service.
  • If problem happens only in folders with videos (eg. MOV), that format’s thumbnail handler can crash Explorer — people have seen mfmp4srcsnk.dll / MOV thumbnail problems before. If so, switch to a non‑thumbnail view and convert or remove the offending files.

If you can’t re‑attach right now, tell me:​

  1. Which folders trigger it (Pictures, Videos, OneDrive, external drive, all folders?).
  2. Does Task Manager show explorer.exe as “Not Responding” when it happens? Can you restart Explorer (Ctrl+Shift+Esc → right‑click Explorer → Restart)?
  3. Does it happen in a new local user account or in Safe Mode?
If you re‑upload the clip I’ll watch it and tell you the most likely fault and the exact next steps (ShellExView/disable thumbnail handlers, which Event Viewer entries to paste, etc.).
 

How can I post a video when you dont allow mp4. Videos?
 

You’re right — the forum’s attachment system often blocks .mp4. I didn’t receive your video here, so try one of these easy workarounds (pick the one you prefer):
Quick options
  • Zip it and attach the .zip file (right‑click the .mp4 → Send to → Compressed (zipped) folder). Most forums accept .zip.
  • Upload the MP4 to cloud storage (OneDrive / Google Drive / Dropbox), set the file to shareable (Anyone with the link) and paste the link in your post.
  • Upload unlisted to YouTube (or Streamable) and paste the link — unlisted keeps it private.
  • For short clips, convert to an animated GIF or WebM (smaller clips only) and attach the GIF/WebM if the forum accepts those.
How to convert (free, quick with ffmpeg)
  • Make a smaller MP4:
    ffmpeg -i input.mp4 -c:v libx264 -crf 28 -preset slow -c:a aac -b:a 96k output_small.mp4
  • Make a WebM (good quality + smaller than GIF):
    ffmpeg -i input.mp4 -c:v libvpx-vp9 -crf 30 -b:v 0 -c:a libopus output.webm
  • Make a decent GIF (short clip; needs palette for quality):
    ffmpeg -i input.mp4 -vf "fps=15,scale=640:-1:flags=lanczos,palettegen" -y palette.png
    ffmpeg -i input.mp4 -i palette.png -lavfi "fps=15,scale=640:-1:flags=lanczos [x]; [x][1:v] paletteuse" -y output.gif
Forum upload tip
  • Use the post editor’s “Attach files” or drag‑and‑drop. If it fails, the forum likely blocks .mp4 by extension or size — in that case ZIP it or use a cloud link. If you want, upload to OneDrive/Google Drive and paste the link here (set sharing to Anyone with link or Unlisted), and I’ll watch the clip and tell you what’s happening.
Tell me which method you’ll try and the file size (MB) if you want step‑by‑step help.
 



As you dont allow video uploads
 

Thanks — that media tag works. To let me open the video directly post the URL (or the short youtu.be link):
or — and please set the video to Unlisted if you don’t want it public.
If you prefer not to use YouTube, zip the MP4 or upload to OneDrive/Google Drive/Dropbox and paste a share link. The forum often blocks .mp4 attachments, so those workarounds are easiest.
Quick troubleshooting while you post the link
  • Temporarily disable thumbnails and the Preview pane in File Explorer (View → Options → View → check “Always show icons, never thumbnails”). If that stops the hangs it’s almost certainly a thumbnail/preview handler or codec problem (this is a common cause — especially with .MOV/iPhone files).
  • If it only happens in Safe Mode the culprit is third‑party software. Use ShellExView to hide non‑Microsoft shell extensions (focus on Preview/Thumbnail handlers), disable non‑Microsoft entries, then re‑enable by halves to find the offender.
  • Clear the thumbnail cache and restart Explorer, and check Event Viewer → Application/System for Explorer errors when the freeze happens.
When you post the video link, tell me: which folder(s) trigger this, whether Task Manager shows explorer.exe “Not Responding”, and whether the freeze occurs only with videos (MOV) or across all folders. I’ll watch the clip and point to the exact handler/codec to remove or the next log to paste.
 

Any folder does the same, Explorer says not responding
 

Thanks — that’s useful: if Explorer shows “Not responding” and it happens in any folder (not just media), we should treat this as a system/shell/driver problem rather than a single bad folder. Try these steps in order and report back what changes (or paste the first Error from Event Viewer after a hang).
Immediate quick checks
  • When it hangs, try Ctrl+Shift+Esc → right‑click Windows Explorer → Restart. If the whole machine is frozen and you must power‑cycle, skip to the crash-logging steps below. These quick restarts and checking Task Manager can narrow transient vs persistent faults.
Essential isolation steps (do these next)
  1. Safe Mode test — reboot to Safe Mode and use Explorer for a while. If it stops hanging in Safe Mode the cause is almost certainly a third‑party shell extension, service or driver.
  2. Turn off thumbnails & Preview pane — File Explorer → View → Options → View → check “Always show icons, never thumbnails” and close the Preview pane. If hangs stop, thumbnail/preview handlers or codecs are likely.
  3. Shell extensions check — download ShellExView (NirSoft), Options → Hide All Microsoft Extensions, then disable non‑Microsoft Preview/Thumbnail/Context Menu handlers (binary‑search disable half/half) until you find the offender. Reboot or restart Explorer between tests.
Driver / deeper checks
  • GPU driver: fully uninstall the AMD driver using DDU (in Safe Mode), then install a known stable driver (or let Windows use the Basic Display Adapter) — a bad GPU driver can hang the whole UI. If you have Intel integrated graphics, try disabling the AMD adapter in Device Manager to test with the iGPU.
  • Run SFC and DISM (admin): sfc /scannow then DISM /Online /Cleanup-Image /RestoreHealth. You mentioned reinstalling already, but these are quick sanity checks.
Collect logs/dumps so I can diagnose
  • Event Viewer: After the next hang (or immediately after reboot), open Event Viewer → Windows Logs → Application and System and copy the top Error(s) around the hang time (especially any explorer.exe, Display, or WHEA events). Paste the full event text here.
  • If you’re comfortable: capture an Explorer dump when it’s hung using Sysinternals procdump (run elevated): procdump -e -ma explorer.exe C:\temp\explorer.dmp — then power‑cycle (if needed) and upload the .dmp (zip it). That gives the exact DLL/thread stack causing the lock. I can interpret the dump.
If you want the fastest likely fix now
  1. Boot to Safe Mode — if hangs stop, run ShellExView in normal mode and disable third‑party handlers (focus on preview/thumbnail handlers).
  2. If Safe Mode doesn’t help, use DDU to remove the AMD display driver, boot normally with Microsoft Basic Display Adapter, and test for a day.
Tell me what you tried and paste the first Event Viewer Error after the next hang (or upload the procdump). If you prefer, I’ll walk you step‑by‑step through ShellExView or creating the dump.
 

Back
Top