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.
Affects: Windows 11 22H2+.
Fix time: ~15 minutes.
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.
- Settings → Windows Update → Check for updates. Install latest cumulative.
- Many tab-crash bugs fixed in subsequent cumulatives.
- Reboot.
- If still crashes: restart Explorer:
- Task Manager → Processes → right-click Windows Explorer → Restart.
- Or PowerShell:
Stop-Process -Name explorer -Force; Start-Process explorer.
- File Explorer relaunches.
- For chronic recurring crashes: SFC + DISM repair.
- For specific tab-crash patterns: identify which folder type triggers (network share? OneDrive?).
This is the standard fix.
Method 2: Disable shell extensions
For third-party causes.
- Third-party shell extensions (Dropbox, Box, 7-Zip, NVIDIA right-click menu) can crash Explorer.
- Install ShellExView (NirSoft, free).
- Run. Lists installed shell extensions.
- Sort by Microsoft / Non-Microsoft.
- Disable Non-Microsoft extensions one at a time.
- Restart Explorer after each. Test.
- Identify which extension causes crash.
- Either: uninstall app or keep extension disabled.
- For chronic: keep only essential extensions enabled.
- For Windows 11 right-click menu: managed in
HKCR\Directory\shellandHKCR\*\shell.
This is the extension cleanup.
Method 3: Repair system files
For corruption.
- Open Command Prompt as Admin.
- Run SFC:
sfc /scannow - If SFC reports unrepairable: run DISM:
dism /online /cleanup-image /restorehealth - After DISM, re-run SFC.
- Reboot.
- For chronic Explorer issues: also re-register Explorer:
regsvr32 /i explorer.exeNot always needed but can help.
- For specific apps that hook Explorer: check Settings → Apps → Startup. Disable suspect apps.
- 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.