Skip to content
WhySoGeek.
Tech Support

Fix File Explorer Crashing on Windows 11

File Explorer freezing or crashing mid-navigation on Windows 11? Clear the cache, kill a bad shell extension, and repair system files to stop it.

Sam Carter 8 min read
Cover image for Fix File Explorer Crashing on Windows 11
Photo: Red Black Production / flickr (BY-NC-SA 2.0)

File Explorer crashing mid-navigation, freezing on a folder, or dragging out a search by seconds per keystroke turns basic file work into a fight. The causes are well understood: a bloated Quick Access cache, a badly behaved third-party shell extension, corrupt system files, or a specific buggy Windows update. Each has a clean fix.

Quick answer

File Explorer crashes on Windows 11 usually come from a corrupted Quick Access cache, an incompatible third-party shell extension, damaged system files, or a buggy update. Fix it by restarting Explorer in Task Manager, clearing File Explorer history and setting it to open to "This PC," running sfc /scannow and DISM, disabling shell extensions, and installing the latest cumulative update, since Microsoft patched a 2026 crash bug directly.

Key takeaways

  • A corrupted Quick Access cache is a leading cause; clearing it is quick.
  • Third-party shell extensions (from archivers, cloud tools, and antivirus) frequently crash Explorer.
  • Corrupt system files make explorer.exe crash repeatedly; SFC and DISM repair them.
  • Some 2026 updates introduced Explorer bugs that Microsoft later patched, so update.
  • Restarting Explorer is a fast reset that recovers a frozen session without a reboot.

Restart File Explorer first

Before deeper fixes, reset Explorer itself. It clears a hung session in seconds and confirms whether the problem is transient or persistent.

Open Task Manager with Ctrl+Shift+Esc, find Windows Explorer in the Processes list, right-click it, and choose Restart. The taskbar and open windows flicker and reload. If crashes return immediately, move to the cache and system-file steps.

Task Manager with Windows Explorer selected and the Restart option visible
Photo: Red Black Production / flickr (BY-NC-SA 2.0)

Clear the Quick Access cache

A corrupted Quick Access history is one of the most common crash triggers, and pointing Explorer at "This PC" avoids loading it at launch.

    1. Open File Explorer, click the three-dot menu, and choose Options.
    2. On the General tab, set Open File Explorer to to This PC.
    3. Under Privacy, click Clear to wipe File Explorer history.
    4. Uncheck Show recently used files and Show frequently used folders, then apply.

Disable third-party shell extensions

Context-menu add-ons from archivers, cloud storage clients, and security tools inject code into Explorer, and a broken one crashes it on right-click or navigation. The cleanest test is a clean boot, then re-enabling extensions one group at a time.

Run msconfig, go to the Services tab, check Hide all Microsoft services, click Disable all, then restart. If Explorer is stable, a third-party service or its shell extension was the cause; re-enable them in batches until the crash returns to find the culprit. Tools like ShellExView also let you toggle individual non-Microsoft shell extensions.

Repair system files and update Windows

Damaged system files make explorer.exe crash repeatedly, and a buggy update can too. Handle both.

In an admin terminal, run sfc /scannow; if it finds problems, run DISM /Online /Cleanup-Image /RestoreHealth and rerun SFC. Then check Windows Update and install the latest cumulative update, because Microsoft shipped fixes in 2026 for Explorer crashes and slow, unresponsive folders tied to specific updates.

Match the symptom to the fix

SymptomLikely causeFix
Crashes when opening ExplorerCorrupted Quick Access cacheClear history, open to "This PC"
Crashes on right-clickBad shell extensionClean boot, disable third-party extensions
Crashes across many foldersCorrupt system filesRun sfc /scannow then DISM
Started after a 2026 updateKnown Explorer bugInstall the latest cumulative update
Search lags per keystrokeCorrupted search indexRebuild the Windows Search index
Desktop icons blank alongside crashesUpdate regressionUpdate Windows; restart Explorer

What to do right now

Try these in order and stop when Explorer is stable:

  • Restart Windows Explorer from Task Manager.
  • Clear File Explorer history and set it to open to This PC.
  • Do a clean boot to isolate a third-party shell extension.
  • Run sfc /scannow, then DISM if needed.
  • Install the latest Windows cumulative update.
  • If search is the slow part, rebuild the search index.

If the whole taskbar disappears when Explorer crashes, our guide to fixing the taskbar not working after an Explorer crash covers that specific failure, and if search inside Outlook is what breaks, see rebuilding the Outlook search index.

Frequently asked questions

Why does File Explorer crash the moment I open it?

Almost always a corrupted Quick Access cache. Explorer tries to load your recent files and frequent folders at launch, and if that history is damaged it crashes immediately. Setting Explorer to open to "This PC" and clearing the history bypasses the bad data and usually stops the crash on the first try.

What is a shell extension and why would it crash Explorer?

Shell extensions are add-ons that third-party apps inject into File Explorer, most visibly the extra entries in your right-click menu. Because they run inside explorer.exe, a poorly written or outdated one can take Explorer down with it. A clean boot disables them all so you can confirm one is the cause, then re-enable in batches.

Could a Windows update be causing this?

Yes. In 2026, specific cumulative updates introduced Explorer crashes, blank desktop icons, and laggy search, and Microsoft patched them in later updates. If your crashes began right after an update, installing the newest cumulative update through Windows Update is likely to carry the fix.

Will clearing File Explorer history delete my files?

No. It clears only the list of recently accessed files and frequently used folders that Explorer shows for convenience. Your actual documents, photos, and folders are untouched. It simply resets the Quick Access history that may be corrupted.

#windows-11#file-explorer#troubleshooting

Sources & further reading

Keep reading