๐ง 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.
โ 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.dllfile, 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
- [1] Microsoft Q&A: Cannot open explorer after update to 24H2 โ crashes each time โ July 2025
- [2] Microsoft Q&A: PC very slow after 24H2 update โ Thumbcache fix, pagefile issues โ October 2024
- [3] Microsoft Q&A: File Explorer stops responding, freezes, restarts on 24H2 โ November 2025
- [4] GitHub: Disable File Explorer tab preloading in Windows 11 24H2 โ January 2025
- [5] Microsoft Q&A: Windows update 24H2, file explorer and Face ID issue โ September 2025
- [6] MiniTool: Fix File Explorer Not Working After Windows 11 24H2 Update โ February 2025
- [7] Microsoft Q&A: Windows 11 24H2 slow loading of personal folder โ OneDrive issue โ December 2024
- [8] TechSpot: Windows updates keep breaking File Explorer, Start menu โ XAML component issues โ December 2025
- [9] AOMEI: Windows 11 KB5051987 File Explorer Problem โ SFC, CHKDSK, uninstall update โ July 2025
All solutions verified with Windows 11 24H2 (Build 26100.x) as of June 2026.
๐ ๏ธ Recommended Tools โ Compare & Choose
โจ Wondershare (Data Recovery & PDF)
Recover lost files โ 99.5% success rate
Edit, sign & convert PDFs with AI
Fix corrupted photos & videos instantly
๐ UPDF โ Free Download & Free Trial
AI-powered PDF editor โข Edit, annotate, convert & more
Free trial available โข No credit card required
๐ผ Panda Office (Data Recovery & File Repair)
Smart repair for every file type
๐ Affiliate Disclosure: I may earn a commission when you purchase through these links at no extra cost.
New troubleshooting guides added weekly. Each guide is tested and verified with real user scenarios. Browse the latest fixes below.
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
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
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
Recycle Bin recovery โข File History โข Wondershare Recoverit (99.5% success) โข Panda Office (recovery + repair) โข 6-step tutorial โข Prevention tips โข 10 fixes
Roll back NVIDIA driver to 561.09 โข Disable SysMain โข Install KB5083631 โข Set max processor to 99% โข 10 fixes
Restart Windows Audio services โข Clean reinstall driver โข Update Intel SST to 10.30.00.5714 โข Dell/HP/Lenovo fixes โข 10 fixes
KB5083769 boot loop โข WinRE โข Safe Mode โข SFC /scannow โข DISM โข System Restore โข Driver updates โข Repair install โข 10 fixes
Flush DNS โข Reset Winsock โข Change to 8.8.8.8 โข Disable IPv6 โข Network reset โข 10 fixes
Legacy driver ban โข Protected Print Mode โข IPP Class driver โข SNMP โข 6 fixes
APIPA fix โข DNS flush โข WinHTTPAutoProxySvc removal โข 11 fixes
Clear cache โข Disable VPN โข Check server status โข Regenerate responses
Cold reboot โข Clean driver install โข PowerShell reset โข 8 proven fixes
WiFi & Internet ยท Printer Errors ยท Windows 11 ยท AI Tools ยท Gaming ยท Smart Home ยท WordPress
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 Coffeepaypal.me/LaxmiHegde

