T The Triage ManualTechnical Guides for IT Emergencies
P3 · Endpoint & Device Management

Windows Start Menu and File Explorer Instability — Search Index Corruption Causing Freezes and Crashes

Windows Start Menu and File Explorer become unresponsive or crash when the Windows Search indexing database (WSearch) is corrupted. Symptoms include search returning no results, explorer.exe restarts, and high CPU/disk usage from SearchIndexer.exe. Remediation requires stopping the WSearch service, deleting the corrupted index files from C:\ProgramData\Microsoft\Search\Data\Applications\Windows\, and allowing a full index rebuild. Persistent cases may require re-registering shell DLLs and running SFC/DISM repairs.

Indicators

Likely causes

Diagnostic steps

  1. Check the status of the Windows Search service: Get-Service -Name WSearch | Select-Object Name, Status, StartType
    Establishes whether the root service is stopped, failing, or in an error state before inspecting deeper components
  2. Review Application and System event logs for errors from SearchIndexer, Search, or explorer sources around the time instability began using Event Viewer (eventvwr.msc)
    Identifies specific error codes and event IDs that confirm index corruption or service crashes
  3. Inspect the Windows Search index directory for signs of corruption: Get-ChildItem 'C:\ProgramData\Microsoft\Search\Data\Applications\Windows\' -Recurse | Select-Object Name, Length, LastWriteTime
    Confirms whether the index database files are intact or need to be deleted and rebuilt
  4. Run the Windows built-in troubleshooter: Settings > Update & Security > Troubleshoot > Search and Indexing
    Provides a quick automated check that may confirm index corruption and attempt an automated repair
  5. Check whether explorer.exe is crashing by filtering Application event log for Event ID 1000 with faulting application name explorer.exe
    Distinguishes File Explorer shell crashes from pure search service failures, which may require different remediation paths

Resolution path

Prevention

Tools

References

windowsstart-menufile-explorersearch-indexingwsearchsearchindexerexplorer-crashshellcorruptionwindows-10windows-11windows-serverendpoint