Fix File Explorer Tab Closes Suddenly When Many Are Open on Windows 11
🔍 WiseChecker

Fix File Explorer Tab Closes Suddenly When Many Are Open on Windows 11

Quick fix: File Explorer tabs can crash with many open. Update Windows to latest cumulative: Settings → Windows Update → Check for updates. Restart Explorer: Task Manager → right-click “Windows Explorer” → Restart. For chronic issue: sfc /scannow + dism /online /cleanup-image /restorehealth. Or limit tab count to under ~20 per window.

File Explorer with Tabs (introduced in Windows 11 22H2) can crash when many tabs open. Cause: memory leak in specific build, or particular tab causing instability. Fix via Windows update + system file repair.

Symptom: File Explorer tab closes suddenly when many are open on Windows 11.
Affects: Windows 11 22H2+.
Fix time: ~15 minutes.

ADVERTISEMENT

What causes this

File Explorer Tabs is relatively new feature. Issues:

  • Memory leak with many tabs (10+).
  • Specific path types causing crash (network, OneDrive cloud-only).
  • Conflict with shell extensions.
  • Specific cumulative update bug.

Method 1: Update Windows and restart Explorer

The standard route.

  1. Settings → Windows Update → Check for updates. Install latest cumulative.
  2. Many tab-crash bugs fixed in subsequent cumulatives.
  3. Reboot.
  4. If still crashes: restart Explorer:
    • Task Manager → Processes → right-click Windows ExplorerRestart.
    • Or PowerShell: Stop-Process -Name explorer -Force; Start-Process explorer.
  5. File Explorer relaunches.
  6. For chronic recurring crashes: SFC + DISM repair.
  7. For specific tab-crash patterns: identify which folder type triggers (network share? OneDrive?).

This is the standard fix.

ADVERTISEMENT

Method 2: Disable shell extensions

For third-party causes.

  1. Third-party shell extensions (Dropbox, Box, 7-Zip, NVIDIA right-click menu) can crash Explorer.
  2. Install ShellExView (NirSoft, free).
  3. Run. Lists installed shell extensions.
  4. Sort by Microsoft / Non-Microsoft.
  5. Disable Non-Microsoft extensions one at a time.
  6. Restart Explorer after each. Test.
  7. Identify which extension causes crash.
  8. Either: uninstall app or keep extension disabled.
  9. For chronic: keep only essential extensions enabled.
  10. For Windows 11 right-click menu: managed in HKCR\Directory\shell and HKCR\*\shell.

This is the extension cleanup.

Method 3: Repair system files

For corruption.

  1. Open Command Prompt as Admin.
  2. Run SFC:
    sfc /scannow
  3. If SFC reports unrepairable: run DISM:
    dism /online /cleanup-image /restorehealth
  4. After DISM, re-run SFC.
  5. Reboot.
  6. For chronic Explorer issues: also re-register Explorer:
    regsvr32 /i explorer.exe

    Not always needed but can help.

  7. For specific apps that hook Explorer: check Settings → Apps → Startup. Disable suspect apps.
  8. For File Explorer alternative: use third-party (Files app, Free Commander, Total Commander). Avoids native Explorer issues.

This is the repair route.

How to verify the fix worked

  • Open File Explorer with many tabs (10+). No crash.
  • Tabs stable across navigation.
  • Event Viewer → Application logs: no recent Explorer crashes.
  • System feels responsive.

If none of these work

If crashes persist: Specific tab folder causes: identify which folder. Avoid or fix that folder. For specific account: try new user account. For dual-monitor setups: window position issues. Pin to single monitor. For OneDrive sync: OneDrive shell ext sometimes crashes Explorer. Disable in OneDrive settings. For NAS / network drives: network slowness can crash tab. Use Map Network Drive. For chronic 22H2 issues: install 23H2 or 24H2 for better stability. For corporate-managed PCs: third-party shell extensions from corp IT may cause. For Insider Channels: switch to Stable. For total replacement: Files app from Microsoft Store — alternative file manager with stable tabs.

Bottom line: Update to latest Windows cumulative. Restart Explorer via Task Manager. Disable third-party shell extensions via ShellExView. sfc /scannow + DISM for system file repair.

ADVERTISEMENT