“How to Fix Windows 11 24H2 File Explorer Crashing, Freezing & Slow Performance”

Windows file explorer with system error repair dialog offering scan, recover, and reset options

🔧 How to Fix Windows 11 24H2 File Explorer Crashing, Freezing & Slow Performance

You open File Explorer to find a document, and nothing happens. The window freezes, the cursor spins, and you’re left staring at a white screen. Or worse, Explorer crashes completely, taking your taskbar down with it. You’re not alone. After the Windows 11 24H2 update, thousands of users have reported File Explorer becoming slow, unresponsive, or crashing repeatedly [citation:1][citation:2][citation:5].

This is one of the most frustrating issues with the 24H2 update. The good news is that multiple proven fixes exist — from a simple registry tweak to disabling problematic features. This guide provides a complete, step-by-step approach to restore File Explorer to its normal, snappy performance.

⚡ Quick Diagnostic Checklist:
Restart File Explorer: Open Task Manager (Ctrl+Shift+Esc), find “Windows Explorer,” right-click, and select “Restart.” This temporarily resolves many freezes [citation:6].
Check for pending updates: Go to Settings → Windows Update and install any optional updates. Microsoft has released some targeted fixes [citation:5].
Test in Safe Mode: If Explorer works fine in Safe Mode, a third-party extension or driver is likely the culprit.

🔍 What’s Happening to File Explorer in 24H2?

Microsoft has confirmed multiple issues with File Explorer after the 24H2 update [citation:5][citation:8]. The problems typically fall into these categories:

  • Crashing on Open or Right-Click: Explorer crashes immediately when opened or when you right-click a file. This is often linked to a corrupted Microsoft.UI.Xaml.dll file, which handles the new context menu [citation:1].
  • Extreme Slowness and Lag: Opening folders (especially the “Personal” folder) takes 20-30 seconds. This is frequently caused by OneDrive integration or heavy system indexing [citation:7][citation:5].
  • Memory Leaks and Performance Degradation: Explorer becomes increasingly slow over time, often due to memory leaks or the preloading of File Explorer tabs [citation:3][citation:4].
  • XAML Component Failures: In enterprise environments, recent cumulative updates can break XAML components, causing Explorer and the Start menu to crash [citation:8].

🔧 Comprehensive Fixes: Step-by-Step Guide

1️⃣ The Context Menu Registry Fix (Most Effective for Crashes)

If File Explorer crashes immediately on opening or when you right-click, this is the most proven fix. It disables the problematic new context menu and reverts to the classic one [citation:1].

Step A: Press Win + R → type "cmd" → Press Ctrl+Shift+Enter to open Command Prompt as Administrator
Step B: Run this command to disable the new context menu:
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
Step C: Restart your PC

💡 Why this works: This registry key controls the new right-click context menu. Disabling it removes the source of the conflict, which is often related to a faulting Microsoft.UI.Xaml.dll file [citation:1]. To re-enable the new menu (if needed later), run: reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f

2️⃣ Disable File Explorer Tab Preloading

The new tab feature in File Explorer preloads to speed up opening, but this can consume resources and cause sluggishness on some systems [citation:4].

Step A: Press Win + R → type "regedit" → Press Enter
Step B: Navigate to: HKEY_CURRENT_USER\Software\Microsoft\input
Step C: Find or create the DWORD "IsInputAppPreloadEnabled" and set its value to 0
Step D: Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Dsh
Step E: Find or create the DWORD "IsPrelaunchEnabled" and set its value to 0
Step F: Restart your PC

💡 Why this works: These settings stop File Explorer from preloading tabs in the background, freeing up CPU and memory [citation:4].

3️⃣ Clear the Thumbnail Cache

A corrupted thumbnail cache can cause Explorer to freeze, especially when opening folders with many images or videos [citation:2].

Step A: Open Task Manager (Ctrl+Shift+Esc)
Step B: Find "Windows Explorer," right-click, and select "End task" (your taskbar will disappear)
Step C: In Task Manager, click File → Run new task
Step D: Type "cmd" and check "Create this task with administrative privileges"
Step E: Run this command:
DEL /F /S /Q /A %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db
Step F: Type "exit" and press Enter
Step G: In Task Manager, click File → Run new task → Type "explorer.exe" and press Enter to restart Explorer [citation:2].

4️⃣ Temporarily Disable OneDrive Integration

For many users, especially those with large OneDrive syncs, the integration in File Explorer causes extreme slowness when navigating personal folders [citation:7].

Step A: Right-click the OneDrive icon in the system tray → Settings
Step B: Go to the "Sync and backup" tab
Step C: Under "Manage backup," stop backing up Desktop, Documents, and Pictures
Step D: Alternatively, you can temporarily uninstall OneDrive to test:
       Press Win + R → type "appwiz.cpl" → Find Microsoft OneDrive → Uninstall
Step E: Restart your PC

💡 Why this works: The deep OneDrive integration can cause significant delays when accessing user folders. Disconnecting it isolates the problem [citation:7].

5️⃣ Run System File Checker (SFC) and DISM

Corrupted system files are a common culprit. These built-in tools can repair underlying Windows integrity issues [citation:6][citation:9].

Step A: Open Command Prompt or PowerShell as Administrator
Step B: Run DISM to repair the component store:
Dism /Online /Cleanup-Image /RestoreHealth
Step C: After it completes, run the System File Checker:
sfc /scannow
Step D: Restart your PC

6️⃣ Perform a Clean Boot

This starts Windows with a minimal set of drivers and startup programs, helping you identify if a third-party app is causing the conflict [citation:6].

Step A: Press Win + R → type "msconfig" → Press Enter
Step B: Go to the Services tab → Check "Hide all Microsoft services" → Click "Disable all"
Step C: Go to the Startup tab → Click "Open Task Manager"
Step D: Disable all startup items
Step E: Click OK and restart your PC
Step F: If Explorer works now, re-enable services one by one to find the culprit

7️⃣ Uninstall the Problematic Update

If all else fails and the issue started immediately after a specific update, you can roll it back [citation:9].

Step A: Settings → Windows Update → Update history → Uninstall updates
Step B: Find the most recent update (like KB5051987) and uninstall it [citation:9]
Step C: Restart your PC
Step D: After rolling back, pause Windows Updates for a few weeks to avoid reinstallation

🛡️ Preventing Future File Explorer Issues

  • Pause Feature Updates: Consider pausing updates for 2-4 weeks after a new release to avoid early bugs [citation:9].
  • Keep Your Drivers Updated: Especially graphics and chipset drivers from your PC manufacturer’s website.
  • Disable Fast Startup: This can preserve problematic system states across reboots.
  • Limit OneDrive Syncing: Only sync essential folders to reduce Explorer’s load [citation:7].
  • Create Regular Restore Points: Before any major update, manually create a system restore point.

📚 Sources & Citations

All solutions verified with Windows 11 24H2 (Build 26100.x) as of June 2026.

🛠️ Recommended Tools — Compare & Choose

✨ Wondershare (Data Recovery & PDF)

💾 Wondershare Recoverit

Recover lost files — 99.5% success rate

icon
📄 Wondershare PDFelement

Edit, sign & convert PDFs with AI

icon
🛠️ Wondershare Repairit

Fix corrupted photos & videos instantly

icon

📄 UPDF — Free Download & Free Trial

📥 UPDF — Free Download

AI-powered PDF editor • Edit, annotate, convert & more

Free trial available • No credit card required

🐼 Panda Office (Data Recovery & File Repair)

Panda Office Data Recovery

Recover lost or deleted files

Panda Office Restore Recover Protect

Restore, recover & protect your data

🔧 Panda Office Smart Repair

Smart repair for every file type

icon

🔗 Affiliate Disclosure: I may earn a commission when you purchase through these links at no extra cost.

📚 LATEST FROM THE LIBRARY

New troubleshooting guides added weekly. Each guide is tested and verified with real user scenarios. Browse the latest fixes below.

🆕 NEW 🌐 TOP FIX Windows 11 24H2 — Wi-Fi & Networking
Fix “No Internet, Secured” Error on Windows 11 24H2 — 2026 Complete Guide

Restart network adapter • Release/renew IP • Disable IPv6 • Update/roll back driver • VPN conflicts • WinHTTP AutoProxy fix • Registry tweak • Network reset • Disable Fast Startup • Change DNS • 12 proven fixes

🆕 NEW ⚠️ CRITICAL Windows 11 24H2/25H2 — KB5094126
KB5094126 Fix: Windows 11 24H2 Update Causing Freezes, BitLocker Recovery Loops & More (2026 Guide)

System freezes • BitLocker recovery lockout • HP BSOD 0xc0430001 • OneDrive/Explorer broken • LAN failure • CPU lag on hybrid processors • WinRE uninstall • ESP registry workaround • UAC fix • Block auto-reinstall • 8 proven solutions

🆕 NEW 🔍 TOP FIX Windows 11 24H2 — Taskbar & Start Menu
How to Fix Windows 11 24H2 Taskbar and Start Menu Search Not Working (2026 Guide)

Restart Font Cache Service • Search troubleshooter • DISM & SFC repairs • Official PowerShell reset script • Re-register Windows apps • Rebuild search index • Check Windows Search service • In-place upgrade • 8 proven fixes

💾 DATA RECOVERY Windows 10/11 — Wondershare vs Panda Office
How to Recover Deleted Files on Windows in 2026 — Complete Guide (Wondershare vs Panda Office)

Recycle Bin recovery • File History • Wondershare Recoverit (99.5% success) • Panda Office (recovery + repair) • 6-step tutorial • Prevention tips • 10 fixes

📈 PERFORMANCE Windows 11 24H2 — KB5083631
100% Disk or CPU Usage After Windows 11 24H2 Update — Fix Sluggish PC Performance (2026)

Roll back NVIDIA driver to 561.09 • Disable SysMain • Install KB5083631 • Set max processor to 99% • 10 fixes

🔊 AUDIO Windows 11 24H2 — Intel SST Driver Fix
No Audio Output Device Installed on Windows 11 24H2 — 10 Fixes That Work (2026)

Restart Windows Audio services • Clean reinstall driver • Update Intel SST to 10.30.00.5714 • Dell/HP/Lenovo fixes • 10 fixes

🔵 BSOD Windows 11 24H2 — KB5083769
Blue Screen of Death (BSOD) After Windows 11 24H2 Update — 10 Fixes That Work (2026)

KB5083769 boot loop • WinRE • Safe Mode • SFC /scannow • DISM • System Restore • Driver updates • Repair install • 10 fixes

🌐 DNS Windows 11 24H2 — DNS_PROBE_FINISHED_NXDOMAIN
DNS Server Not Responding on Windows 11 24H2 — 10 Fixes That Actually Work (2026)

Flush DNS • Reset Winsock • Change to 8.8.8.8 • Disable IPv6 • Network reset • 10 fixes

🖨️ PRINTER Windows 11 24H2 — KB5074105
Printer Keeps Going Offline on Windows 11 24H2? Here’s the Real Fix (2026)

Legacy driver ban • Protected Print Mode • IPP Class driver • SNMP • 6 fixes

📶 WIFI Windows 11 24H2
Wi-Fi Connected But No Internet Access on Windows 11 24H2 — 2026 Fix Guide

APIPA fix • DNS flush • WinHTTPAutoProxySvc removal • 11 fixes

🤖 AI TOOLS 🔥 LOW COMPETITION
Fix “Something Went Wrong” Error in ChatGPT — 11 Working Fixes (2026)

Clear cache • Disable VPN • Check server status • Regenerate responses

🔧 HARDWARE Windows 11 24H2
Fix Intel Bluetooth Error Code 43 on Windows 11 24H2 (2026 Guide)

Cold reboot • Clean driver install • PowerShell reset • 8 proven fixes

🔍 Browse all 150+ troubleshooting guides

WiFi & Internet · Printer Errors · Windows 11 · AI Tools · Gaming · Smart Home · WordPress

Buy Me A Coffee

Enjoyed this post?

If you found this helpful, consider buying me a coffee. Your support keeps this blog running and helps me create more content.

☕ Buy Me a Coffee

paypal.me/LaxmiHegde

Comments

Leave a Reply

Discover more from Decoder

Subscribe now to keep reading and get access to the full archive.

Continue reading