How to Fix Windows 11 Search Not Working

PC Technician
Windows 11TroubleshootingFixSearch

The Problem

You type in the taskbar search box and get nothing—or web results only, no apps or files. Sometimes search opens but Indexing never finishes. Broken search often shows up with a dead Start menu because both use the same Windows Search package.

Quick Fixes

Restart Windows Search

  1. Win + Rservices.mscEnter.
  2. Find Windows SearchRestart (startup type Automatic (Delayed Start)).
  3. Reboot and test search.

Sign Out / Reboot

After sleep or hybrid shutdown, search hangs until a full sign-out or reboot.

The Fix: Step-by-Step

Step 1: Run Search and Indexing Troubleshooter

SettingsSystemTroubleshootOther troubleshootersSearch and Indexing → run on Files don't appear in search results.

Step 2: Check Indexing Options

  1. SettingsPrivacy & securitySearching Windows (or search "Indexing Options" in Settings).
  2. Under Find my files, try Classic vs Enhanced—switch, reboot, test.
  3. Open Indexing OptionsAdvancedRebuild → confirm. Rebuild can take an hour on large drives; use the PC on power.

Step 3: Reset Windows Search (PowerShell Admin)

Get-AppxPackage Microsoft.Windows.Search | Reset-AppxPackage

Reboot. If search still fails:

Stop-Service SearchIndexer -Force
Remove-Item -Path "$env:ProgramData\Microsoft\Search\Data\*" -Recurse -Force -ErrorAction SilentlyContinue
Start-Service SearchIndexer

Then rebuild the index again from Indexing Options. Do not delete Search data on a work PC without IT approval.

Step 4: Restart Search Host Process

Task ManagerDetails → end SearchHost.exe (it restarts). Also restart Windows Explorer.

Step 5: Cortana and Region

SettingsAppsInstalled apps → remove Cortana only if you do not use it—on some builds a broken Cortana package breaks search. Confirm Region and Speech language match your keyboard.

Step 6: Group Policy (Pro / Enterprise)

gpedit.mscComputer ConfigurationAdministrative TemplatesWindows ComponentsSearch — ensure search is not disabled by policy.

Step 7: System Health

Low disk space stops indexing—free up C: drive space. Corrupt OS files:

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

Search Finds Apps but Not Files

  • Folder excluded: Indexing OptionsModify → expand drives and check the folders you need.
  • Files on external USB: index only if the drive stays connected and indexing is enabled for that path.
  • BitLocker drives must be unlocked to index.

Web Results Only

SettingsPrivacy & securitySearch permissions — review cloud search and Microsoft account sign-in. Home PCs: stay signed into a Microsoft account if you want Store apps in results.

After an Update Broke Search

Uninstall the latest quality update: rollback guide. If search broke after a feature upgrade, run Windows update stuck steps before rebuilding the index a second time.