Tag: File Explorer not responding

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

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

    πŸ”§ 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