Tag: DISM restore health

  • “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

  • How to Fix Windows 11 24H2 Taskbar and Start Menu Search Not Working

    How to Fix Windows 11 24H2 Taskbar and Start Menu Search Not Working

    ๐Ÿ› ๏ธ How to Fix Windows 11 24H2 Taskbar and Start Menu Search Not Working (2026 Guide)

    You click on the taskbar search bar, and nothing happens. Or you type a query into the Start menu search box, but it remains blank or instantly closes. Your Wi-Fi is connected, your files are intact, but one of the most fundamental Windows features is completely unresponsive.

    This is one of the most frustrating and most-reported issues with the Windows 11 24H2 update in 2026 [citation:1]. Reports have been consistent for months, with users on various builds, including the Surface Pro 11th Edition, experiencing the same failure [citation:5]. You are definitely not alone.

    This guide provides a complete, step-by-step solution, starting with quick fixes and moving to advanced repairs for the taskbar and Start menu search.

    โš ๏ธ Before You Start โ€” The 30-Second Quick Fix
    Restart the Windows Font Cache Service: Press Win + R, type services.msc, press Enter. Find the “Windows Font Cache Service,” right-click it, and select Restart. Test your search again. This simple step resolves the issue for many users [citation:2].

    ๐Ÿ” Why Search Stops Working in Windows 11 24H2

    The problem is rarely a single, simple cause. Instead, it stems from a few key points of failure, often triggered or exposed by the 24H2 update:

    • Corrupted Search Package: The core “MicrosoftWindows.Client.CBS” package, which houses the modern search experience, can become corrupted. When this happens, the taskbar loses its connection to the search function, and the Start menu may fail to open or close immediately upon typing [citation:5].
    • Service Conflicts: Critical services like the Windows Font Cache Service and the Windows Search service can enter a deadlock or fail to start. This prevents the search interface from rendering or functioning correctly [citation:2][citation:6].
    • Failed or Buggy Updates: The 24H2 update itself, as well as subsequent cumulative updates, have introduced bugs. Some users have reported that the search works perfectly after a clean installation but breaks again after a few restarts, pointing to a deeper systemic issue with how the update interacts with user profiles and services [citation:5][citation:4].
    • Corrupted User Profile: In some cases, the problem is isolated to a specific user profile. Creating a new local user account often reveals the issue is profile-specific, usually due to corrupted registry keys or UWP (Universal Windows Platform) app caches [citation:10].

    ๐Ÿ”ง Comprehensive Fixes: Step-by-Step Guide

    1๏ธโƒฃ Restart the Windows Font Cache Service

    This is the quickest and most surprisingly effective fix. It resolves the issue by restarting a service that can cause the search UI to freeze.

    Step A: Press Win + R โ†’ type "services.msc" โ†’ Enter
    Step B: Find "Windows Font Cache Service" in the list
    Step C: Right-click โ†’ Select "Restart"
    Step D: Test your taskbar search
    

    Why this works: The Font Cache service can enter a deadlock state that prevents the Search interface from rendering correctly. Restarting it often resolves the issue immediately without needing a full reboot [citation:2][citation:5].

    2๏ธโƒฃ Run the Built-in Search Troubleshooter

    Before diving into manual fixes, let Windows attempt to diagnose and automatically repair the problem.

    Step A: Settings โ†’ System โ†’ Troubleshoot โ†’ Other troubleshooters
    Step B: Find "Search and Indexing" โ†’ Click "Run"
    Step C: Follow the on-screen prompts to let Windows diagnose the issue
    

    If the troubleshooter reports that the “Windows Search service is not running” and fails to fix it, proceed with the manual steps below [citation:2].

    3๏ธโƒฃ Run DISM and SFC to Repair System Files

    Corrupted system files are a common culprit. The Deployment Imaging Service and Management Tool (DISM) and System File Checker (SFC) can repair them.

    Open Command Prompt or PowerShell as Administrator and run these commands in order:
    
    # Step 1: Run DISM to fix the component store
    Dism /Online /Cleanup-Image /RestoreHealth
    
    # Step 2: Run SFC to scan and repair system files
    sfc /scannow
    
    # Step 3: Restart your PC
    

    Note: Complete each command one at a time; they may take a few minutes. Restart your PC afterward [citation:1][citation:2]. Even if SFC reports no issues, DISM is crucial for fixing deeper corruption that SFC depends on [citation:4].

    4๏ธโƒฃ Reset Windows Search Using the Official PowerShell Script

    Microsoft provides an official PowerShell script to thoroughly reset the Windows Search feature, rebuilding its index and restoring it to a default state [citation:8].

    Step A: Open PowerShell or Terminal as Administrator
    Step B: Set execution policy: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
    Step C: Download ResetWindowsSearchBox.ps1 from the official Microsoft script repository
    Step D: Right-click the saved file and select "Run with PowerShell"
    Step E: Wait for the script to complete and show "Done"
    Step F: Restart your PC
    

    Source: Microsoft has released this specific script to address known search issues in Windows 11 and later versions [citation:3][citation:8]. It is often the most reliable fix for persistent search failures.

    5๏ธโƒฃ Regenerate the Windows 11 Search Package (Advanced)

    If the search package itself is corrupted, re-registering it can force a clean rebuild. This is a more advanced fix but often resolves issues that survive other methods [citation:5].

    # Open PowerShell or Terminal as Administrator
    
    # Step 1: Remove the corrupted search package data
    Remove-Item -Recurse -Force "$env:USERPROFILE\AppData\Local\Packages\MicrosoftWindows.Client.CBS_cw5n1h2txyewy"
    
    # Step 2: Delete the Search registry key
    Remove-Item -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" -Force
    
    # Step 3: Re-register the search package
    Add-AppxPackage -Path "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -Register
    
    # Step 4: Restart your PC
    Restart-Computer
    

    Warning: This is an advanced fix that forces the search component to re-index your system. It was confirmed to resolve search issues on devices running Windows 11 24H2 [citation:5].

    6๏ธโƒฃ Re-register All Windows Apps via PowerShell

    This command re-registers all built-in Windows apps, including the Start Menu and Search components, which can fix issues with the Shell Experience Host.

    # Open PowerShell as Administrator
    
    # Command 1: Re-register all apps
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    
    # Command 2: Re-register the Shell Experience Host specifically
    Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
    

    Note: Ignore any red errors that appear during the process and let it complete. Restart your PC afterward [citation:2][citation:6].

    7๏ธโƒฃ Check Windows Search Service Status

    Ensure the core Windows Search service is running and set to start automatically.

    Step A: Press Win + R โ†’ type "services.msc" โ†’ Enter
    Step B: Find "Windows Search" in the list
    Step C: Double-click it and ensure the "Startup type" is "Automatic (Delayed Start)"
    Step D: If the service is stopped, click "Start"
    Step E: Click Apply, then OK, and restart your PC.
    

    If the service fails to start, you may need to clear corrupted transaction logs in the C:\Windows\System32\config\TxR folder [citation:8].

    8๏ธโƒฃ Perform an In-Place Upgrade (Repair Install)

    If all else fails, a repair install can fix corrupted system files without affecting your personal files and apps.

    Step A: Download the latest Windows 11 ISO from Microsoft
    Step B: Mount the ISO and run setup.exe
    Step C: Select "Keep personal files and apps"
    Step D: Follow the on-screen prompts to complete the repair
    

    Important: Before proceeding, unplug all unnecessary external peripherals and temporarily disable third-party antivirus software to avoid interference [citation:2].

    ๐Ÿ›ก๏ธ Preventing Future Search Issues

    • Keep Windows Updated: Install the latest cumulative updates. Microsoft occasionally releases fixes specifically for search and taskbar issues.
    • Don’t Disable Search Services: Avoid disabling the “Windows Search” service or “Windows Font Cache Service” unless explicitly troubleshooting.
    • Create a New User Profile for Testing: If search stops working, create a new local user account to quickly determine if the issue is profile-specific [citation:10].
    • Check Roaming Profiles (For IT Admins): If you are in an enterprise environment with roaming profiles, the March 2026 update has introduced file and registry permission issues for standard users. This requires IT intervention to adjust Group Policy or deploy a fix [citation:9].

    ๐Ÿ“š 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.

    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