OK — thanks. Because it happens in any folder and Explorer shows “Not responding”, focus on isolating Explorer itself (shell/thumbnail/driver) and collecting a log/dump so we can see the exact cause.
Do these in order and report results (I’ll help with any step you pick):
Quick quick checks (1–2 minutes)
- When it hangs press Ctrl+Shift+Esc → right‑click Windows Explorer → Restart. Did that recover Explorer?
- Disable thumbnails + Preview pane (File Explorer → View → Options → View → check “Always show icons, never thumbnails”; close Preview pane). If hangs stop, it’s very likely a thumbnail/preview handler or codec. This is a common cause.
Essential isolation (next 10–30 minutes)
- Boot Safe Mode and use Explorer for a while. If the problem disappears in Safe Mode it’s almost certainly third‑party software / shell extension / driver.
- Run ShellExView (NirSoft) in normal mode: Options → Hide All Microsoft Extensions → disable non‑Microsoft Preview/Thumbnail/Context Menu handlers (do a binary search: disable ~half, test, etc.). Reboot or simply restart Explorer between tests. This frequently finds the offending shell handler.
Driver / GPU test (if steps above don’t fix)
- Faulty GPU driver can hang Explorer. Use DDU (Display Driver Uninstaller) in Safe Mode to remove AMD drivers, then boot and test with Microsoft Basic Display Adapter. If that fixes it, reinstall a known stable AMD driver or test with the iGPU (disable the AMD card in Device Manager). (I can give DDU steps if you want.)
System checks (safe, non‑destructive)
- Run as admin:
- sfc /scannow
- DISM /Online /Cleanup-Image /RestoreHealth
- Clear thumbnail cache (close Explorer first), run in Admin Command Prompt:
- del /f /q %localappdata%\Microsoft\Windows\Explorer\thumbcache_*.db
- del /f /q %localappdata%\IconCache.db
then restart PC.
Collect evidence (so I can pinpoint the cause)
A. Event Viewer — after the next hang open Event Viewer → Windows Logs → Application and System and copy any Error entries at the hang time (especially anything mentioning explorer.exe, shell32.dll, mfmp4srcsnk.dll or display/driver entries). Paste the full event text here. Event errors are very helpful.
B. Capture an Explorer dump (best if you’re comfortable; I can walk you through it)
- Download Sysinternals procdump. Run elevated PowerShell/CMD:
procdump -e -ma explorer.exe C:\Temp\explorer.dmp
- Trigger the hang and let procdump capture the dump, then zip explorer.dmp and upload (OneDrive/Google Drive/Dropbox link is fine). You said you have 300+ GB free, so space isn’t an issue. A dump gives the exact DLL/thread causing the lock — I’ll analyze it.
Other notes
- If you recently installed Windows updates, third‑party shell extensions, or new media/codecs, consider uninstalling them temporarily — some updates have caused Explorer breaks in the past.
Which do you want to try first?
- I recommend: 1) Turn off thumbnails + preview pane and test, then 2) Safe Mode test. If those don’t help, run ShellExView. If you prefer I can give step‑by‑step commands for ShellExView, DDU, or procdump and tell you exactly what to paste from Event Viewer.