Windows 11 · How-To

Fix Windows 11 Search When It Stops Working

By , Editor · · Windows Search
The short answer

Nine times out of ten a dead Windows 11 search box is a stuck process, not a broken PC. Restart the search process first: open Task Manager (Ctrl+Shift+Esc), find Search (SearchHost.exe), right-click it and choose End task. Windows relaunches it automatically and the search box usually works again within a few seconds. If it doesn't, work down the steps below — restart the Windows Search service, run the indexer troubleshooter, then rebuild the index.

You press the Windows key, start typing the name of an app or a file, and… nothing. The results list stays empty, spins forever, or the search box won't even accept text. It is one of the most common Windows 11 annoyances, and the good news is that it is almost always fixable in a couple of minutes without reinstalling anything.

This guide walks through the fixes in the order a technician would try them — fastest and safest first. Most people never get past step two. The later steps (rebuilding the index, adjusting what gets indexed) are for the deeper cases where search runs but can't find particular files.

First, understand what "search" actually is

Windows 11 search has three moving parts, and knowing them tells you exactly what to restart when it breaks:

  • The search UI — the box on the taskbar and in the Start menu. It is drawn by a background process called SearchHost (SearchHost.exe). When the box is blank or frozen, this is usually the culprit.
  • The Windows Search service (WSearch) — the background service that builds and maintains the catalogue of your files.
  • The search index — a pre-built catalogue of file names, properties and, for many file types, the text inside them — a split Microsoft Learn's Windows Search indexing process overview describes as indexing both properties and content. Search reads this index instead of scanning your whole disk, which is why results appear as you type. If it is corrupted or a folder isn't in it, search "misses" files.

Match the symptom to the part: a frozen or empty box means restart the process or service; search that works but can't find a specific file means fix the index.

Step 1 — Restart the search process (SearchHost)

This is the single most effective fix for a blank or frozen search box, and it takes ten seconds.

  1. Press Ctrl+Shift+Esc to open Task Manager.
  2. On the Processes tab, look under Background processes for Search. (Switch to the Details tab if you prefer to find it by its file name, SearchHost.exe.)
  3. Right-click it and choose End task. On the Details tab the wording is End task / End process — confirm if asked.
  4. Wait a few seconds and click the search box again. Windows restarts SearchHost on demand, so you don't need to launch anything yourself.

If you went looking for that process and something about it worried you — it was listed as Suspended, it was missing entirely, or there were several copies of it on disk — none of those are faults. Our companion guide explains what SearchHost.exe is and how to tell a genuine copy from a fake one, including why the usual digital-signature check gives a false positive on this particular file.

If the box still won't respond, restart Explorer too

In Task Manager, find Windows Explorer, right-click it and choose Restart. The taskbar will flicker as it reloads — that's expected — and the search box is rebuilt along with it. This clears taskbar glitches that a SearchHost restart alone won't.

Step 2 — Confirm the Windows Search service is running

If restarting the process didn't help, make sure the service that powers indexing is actually running. When it is stopped or disabled, search returns nothing at all.

  1. Press Windows+R, type services.msc and press Enter.
  2. Scroll down to Windows Search and double-click it.
  3. Set Startup type to Automatic (Delayed Start).
  4. If Service status is not Running, click Start. If it is already running, click Stop, wait a moment, then Start to restart it.
  5. Click OK and test search again.

Windows 10 note: the service and console are identical here — services.msc and the Windows Search entry work exactly the same way on Windows 10.

Step 3 — Run the search and indexing troubleshooter

Windows ships a built-in troubleshooter that checks the service, permissions and index state for you and applies common fixes automatically.

  1. Open Settings (Windows+I).
  2. Go to Privacy & security › Searching Windows, scroll down and open the Indexer troubleshooter (older builds list a Search and Indexing troubleshooter under System › Troubleshoot › Other troubleshooters instead).
  3. Tick the problems that match what you're seeing — for example Files don't appear in search results — then follow the wizard and apply any fixes it recommends.
Exact wording varies by build

Microsoft moves troubleshooters around between Windows 11 feature updates — some now open inside the Get Help app. If you can't find the label above, search Settings for troubleshoot and look for the search/indexing entry. The navigation is what matters; the exact name of the tile may differ on your version.

Step 4 — Rebuild the search index

If search runs but results are stale, incomplete, or plain wrong, the index itself is probably corrupted. Rebuilding discards it and builds a clean one from scratch. This is the reliable cure for "it used to find this and now it doesn't."

  1. Open Settings › Privacy & security › Searching Windows.
  2. Click Advanced indexing options. This opens the classic Indexing Options window. (You can also reach it directly: press Windows+R, type control /name Microsoft.IndexingOptions and press Enter.)
  3. Click Advanced. If prompted for administrator permission, approve it.
  4. On the Index Settings tab, under Troubleshooting, click Rebuild.
  5. Read the warning and click OK. Leave the PC on and let it finish.
A rebuild takes time — and that's normal

Rebuilding is safe (it never deletes your files) but the new index is built in the background. On a modern SSD expect roughly 15–30 minutes; a large mechanical drive holding millions of files can take hours. Search results will be partial until it completes, so start a rebuild when you don't need search right away, and keep the machine awake while it runs.

Step 5 — Index the folders and file types you actually use

Sometimes search works perfectly — it simply isn't looking where your files live. By default Windows indexes common locations (your user profile, Documents, the Start menu, supported email) and leaves the rest of the disk out to keep the index small. Store a project on a second drive or a folder outside your profile and it won't appear in results until you add it.

Add a location to the index

  1. Open Indexing Options (see Step 4 for the two ways to get there).
  2. Click Modify.
  3. In Change selected locations, expand the drives and tick the folders you want indexed; untick any you don't. Click OK.
  4. Give the indexer a little time — the main window shows a running count and tells you when indexing is complete.

Control which file types are indexed

  1. In Indexing Options, click Advanced, then the File Types tab.
  2. Find the extension you care about and choose either Index Properties Only or Index Properties and File Contents. The latter enables full-text search, so you can find documents by words inside them, not just by name — Microsoft's indexing documentation confirms that with properties only, indexing will not make the file's contents searchable.
  3. Click OK. Windows re-indexes the affected types in the background.

Classic vs Enhanced indexing — which should you choose?

Windows 11 offers two indexing modes under Settings › Privacy & security › Searching Windows, in the Find my files section, as set out in Microsoft's Search indexing in Windows support article:

ModeWhat it indexesBest for
Classic (default) Common locations only — your user profile folders, libraries, the Start menu and supported email data. Most people. Small, fast index and low background overhead.
Enhanced Most files across the whole PC, excluding system folders and any locations you add to the exclusion list. Anyone who keeps files all over multiple drives and wants everything searchable from one box.

If you switch to Enhanced, Windows performs a full initial index that can take a while and will work the disk harder until it's done — ideally do it while the laptop is plugged in. You can fine-tune it with Exclude folders from enhanced search to keep large folders you never search (downloads of media, build output, virtual-machine images) out of the index.

Finding files, apps and settings fast (once search works)

With search healthy again, a few habits make it dramatically quicker to use:

  • Just type. Press the Windows key and start typing — you don't need to click the box first. The Start menu already has focus.
  • Launch apps by name. Type the first few letters of an app, then press Enter to open the top match. It's usually faster than hunting for an icon.
  • Jump straight to settings. Type part of a setting's name (for example Bluetooth or display) and Windows takes you to the right page.
  • Use the tabs. The result panel groups matches into Apps, Documents, Settings, Web and more — click a category to filter to just that kind of result.
  • Search inside File Explorer for content. For files in an indexed folder, the Explorer search box finds them near-instantly; combine it with the address bar to scope a search to one folder tree.
From the archive

This topic has deep roots on windows-now.com. The idea of pressing the Windows key and simply typing to find your files was first covered here in the windows-now.com era by Kristan Kenney, writing about the then-new Start menu Instant Search box and how to tune what Windows Search indexes. The tools have moved into Settings since, but the underlying index — and the Indexing Options window — are the same lineage. Read the original archived post →

Frequently asked

Why has Windows 11 search suddenly stopped working?

The most common cause is a stuck search process or a corrupted index rather than a broken PC. Windows 11 search is drawn by a background process (SearchHost) and fed by the Windows Search service and its index. If any of those hangs, the search box goes blank, returns nothing, or shows an endless spinner. Restarting the SearchHost process and, if needed, the Windows Search service clears most of these cases in seconds.

How do I rebuild the search index in Windows 11?

Open Settings, go to Privacy & security, then Searching Windows, and choose Advanced indexing options (this opens the classic Indexing Options window). Click Advanced, then under Troubleshooting click Rebuild and confirm. Windows discards the old index and builds a fresh one. Search will be incomplete until the rebuild finishes, so it is best to start it when you do not need search urgently.

What is the difference between Classic and Enhanced indexing?

Under Settings, Privacy & security, Searching Windows, Classic indexing catalogues only common locations such as your user profile folders, the Start menu and supported email, which keeps the index small and fast. Enhanced indexing catalogues most files across the whole PC, apart from system folders and any locations you exclude, so more files are searchable at the cost of a longer initial build and slightly more background work.

Does rebuilding the index delete any of my files?

No. The index is only a catalogue that Windows uses to find items quickly. Rebuilding it discards and recreates that catalogue, but it never touches, moves or deletes your actual documents, photos or programs. The only visible effect is that search results are partial until the new index finishes building.