Collection / Studio / Motion
← Windows

How to Fix Windows Search Not Working

This is a real Windows fix page. It starts with the fastest commands to restart Search and open the right menus, then explains why each step matters so the user can test after every change.

Start here

Start with the fastest command or direct open action

This block comes first on purpose. Copy one command, open PowerShell, Windows Terminal, Run, or Start search, paste the exact text, press Enter, then do the slower click-by-click checks underneath only if you still need them.

Restart Windows Search service
Restart-Service WSearch -Force
Open Services
services.msc
Open Indexing Options
control.exe srchadmin.dll
Restart Explorer after search issues
Stop-Process -Name explorer -Force; Start-Process explorer.exe

Overview

What this guide helps you do

When Search breaks, users waste time opening folders manually, failing to find apps, and guessing which setting caused it. A good fix page should restart the right parts first and only then move into indexing and service checks.

  • Fastest fix first: restart Search, then test immediately.
  • If results are missing, the index and included locations matter more than random tweak lists.
  • This page is built to help the user verify each step instead of changing ten things at once.

When to use this

When to use this guide

Best when the Start menu search is blank, apps do not appear in results, file results are incomplete, or typing in Search feels frozen or broken.

Before you start

What to review first

Rebuilding the index can take time on larger drives. If results look incomplete right after a rebuild, give Windows some time before assuming the fix failed.

Do this exactly

Open the right Windows area first, then follow the changes one by one

  1. Press Start, type services.msc, and open Services.
  2. Find Windows Search in the list, right-click it, and click Restart. If Restart is greyed out, click Stop, wait a few seconds, then click Start.
  3. Press Start again, type Indexing Options, and open the classic Control Panel page with that exact name.
  4. Click Modify and make sure the folders you expect Windows to search are actually selected.
  5. Click Advanced, then click Rebuild if search is still incomplete or broken. Wait until the rebuild finishes before you test again.
  6. Restart the PC and search for the same app, setting, or file name you tested before so you can clearly see whether the fix worked.

Exact click path

Tell the user exactly what to open and press

Do not change ten things at once. Open the exact Windows page first, make one clear change, then check whether it solved the problem before moving on.

Fast open: Press Start, type services.msc, and open Services first. If you want the fastest first try, restart the Windows Search service and then open Indexing Options.

How to use

  1. Restart the Windows Search service first so you do not waste time changing settings before trying the quickest fix.
  2. Open Indexing Options and confirm that the locations you expect to search are actually included.
  3. If search still fails, rebuild the index and wait for it to finish before testing again.
  4. Test app search, file search, and Settings search separately because one of them can recover sooner than the others.
  5. Restart the PC after bigger indexing or service changes, then test the exact same search query again.

Faster option

Related pages

Keep going with the next useful page

Use these links when you want the matching script, another Windows help page, or a browser tool for the same job.

FAQ

Questions about How to Fix Windows Search Not Working

Will rebuilding the search index delete my files?

No. Rebuilding the index does not remove files. It makes Windows create the search database again so results can recover.

Why does search sometimes work for apps but not for files?

Windows Search depends on both services and indexing. App search, settings search, and file indexing can fail in different ways.