Windows 11 Search Bar Not Working (5 Real Fixes)

The Windows 11 search bar broke for me twice in the last year. Both times, the same fix worked. The Microsoft built-in troubleshooter is useless for this so I'm skipping it. Here are 5 fixes ordered by what actually works.

Start with the first one. It clears the issue for most people.

Restart Windows Search

The Search service can get stuck. Restart it manually:

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Click the Details tab
  3. Find SearchHost.exe in the list
  4. Right-click it and pick End task
  5. Windows automatically restarts the service within 30 seconds

Once it restarts, try the search bar. Usually works again immediately. If you don't see SearchHost.exe in the list, look for SearchApp.exe instead – it's the same service under a different name on some Windows builds.

Restart Windows Explorer

The taskbar and search bar are part of Windows Explorer. Restarting Explorer reloads them. In Task Manager, click the Processes tab. Find Windows Explorer. Right-click and pick Restart.

Your taskbar disappears for about 2 seconds, then comes back. Search should work again. This fixes most cases where the search box just won't accept clicks.

Rebuild the search index

Windows indexes your files for fast search. If the index gets corrupted, search results break or return nothing. Rebuilding it fixes that:

  1. Press Windows + R to open Run
  2. Type control.exe srchadmin.dll and hit Enter
  3. Click Advanced in the Indexing Options window
  4. Under Troubleshooting, click Rebuild
  5. Confirm and wait 1-3 hours for indexing to complete

Indexing runs in the background so you can keep using the PC. Search results will be limited until it finishes. Don't shut down during this or it'll restart from the beginning next time.

Re-register the Search app

This sounds technical but it's actually a one-liner. Right-click the Start button and pick Terminal (Admin). Paste this in:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Hit Enter. Wait for the command to finish (1-2 minutes). Restart your PC. Search should work normally.

This re-registers all Windows store apps including the Search app. Some red error text might appear during the process – usually it's safe to ignore as long as the command completes.

Check Search-related Windows services

Two services need to be running for search to work. Press Windows + R, type services.msc, hit Enter. Look for:

  • Windows Search – should be set to Automatic (Delayed Start)
  • App Readiness – should be Manual
  • Background Tasks Infrastructure Service – Automatic

If any of them are stopped or set to Disabled, right-click, pick Properties, set the startup type, and click Start. Apply and OK.

Update Windows

If you've been skipping updates, the search bug might be patched in a recent release. Go to Settings then Windows Update and click Check for updates. Install everything that's available.

The 23H2 update had a known search bug that Microsoft fixed in a later patch. So if your PC has been on for months without restarting, just running updates and rebooting can fix it.

Reset Windows Search through Settings

Microsoft added a reset option to Windows 11. Go to Settings then Privacy & security then Searching Windows. Scroll down and click Reset Windows Search settings if you see the option.

This isn't in every build of Windows 11 yet. If you don't see it, your version doesn't have the option and the other methods are your path forward.

Which of these fixed it for you? Drop a comment with which step worked – I'm keeping this ranked by what works most.

Leave a Comment