Thanks —
Explorer restarting repeatedly + the whole screen/taskbar resetting means
explorer.exe is crashing and relaunching (the desktop
is Explorer). Since it’s reliably triggered by
File Explorer → Home, and you’ve already ruled out Search and cleared the Destinations caches, the next most common root cause is a
buggy third‑party shell extension / preview / thumbnail handler that gets invoked when Home tries to render “Recent/Recommended” items. This is a classic pattern because shell extensions run
inside Explorer, so when they misbehave they take the whole shell down.
Below is the quickest path to prove/fix it.
1) Stabilize Explorer (so you can work)
Even before we find the culprit, make Explorer stop opening Home by default:
- Press Win + R → type
control folders → Enter
- Set Open File Explorer to: This PC
- Uncheck:
- Show recently used files
- Show frequently used folders
- Click Apply / OK
(You’ve already cleared Destinations, but this prevents Home from being hit automatically.
2) Disable Preview + Thumbnails (common crash triggers)
Preview/thumbnail handlers are frequent offenders (especially with media/PDF/codecs) and can crash Explorer just by showing a list.
- Open any folder (one that doesn’t crash)
- In File Explorer: View → Show
- turn Preview pane OFF
- turn Details pane OFF
- Press Win + R →
control folders → View tab:
- check Always show icons, never thumbnails
- Apply / OK
Now try clicking
Home again and see if the restart loop stops.
3) Safe Mode test (fastest “is it Windows or something you installed?” test)
If Explorer behaves in Safe Mode, it’s almost certainly a third‑party add-on/extension/startup item.
How:
Settings →
System →
Recovery →
Advanced startup → Restart now →
Troubleshoot → Advanced options → Startup Settings → Restart → choose
Safe Mode
Then test: open File Explorer and click
Home.
- If Safe Mode fixes it: go to step 4 (shell extensions) — that’s the most likely win.
- If Safe Mode still crashes: we’ll look harder at system file corruption/GPU driver.
4) Find the crashing shell extension (most likely fix)
Use
ShellExView and temporarily disable non‑Microsoft extensions in batches (especially
Context Menu,
Preview,
Thumbnail handlers). This is the standard method to stop repeat Explorer crashes caused by add-ons.
Process (safe + reversible):
- Run ShellExView as admin
- Options → Hide all Microsoft extensions
- Disable a batch of non‑Microsoft items (start with Preview/Thumbnail/Context Menu types)
- Restart Explorer (Task Manager → Windows Explorer → Restart)
- Test Home
- When it stops crashing, re-enable half to narrow down the exact offender (“binary search” method).
Once you identify the extension, the real fix is usually:
update or uninstall the associated application.
5) Get the exact crash module (so we can pinpoint it)
If you can, grab the error:
- Win + R →
eventvwr.msc
- Windows Logs → Application
- Look for Error entries around the time of the crash (often “Application Error” for
explorer.exe)
- Copy/paste the details (especially “Faulting module name”)
That DLL name usually tells us immediately which app is doing it.
Quick questions
1) Does
Safe Mode stop the Home-tab crash loop? (Yes/No)
2) Have you installed any of these recently:
7‑Zip/WinRAR, codec packs, PDF tools, RGB/peripheral software, GPU utilities, etc.?
Answer those and I’ll tell you exactly what to disable first (and what the likely culprit is).