Windows Search Not Working or Showing No Results — Here's the Fix
You type in the Start menu search box and get nothing — no apps, no files, no web results. These steps fix the Windows Search service and rebuild the index.
On this page
Windows Search relies on an indexing service that catalogs your files, apps, and settings in the background. When that service crashes or the index gets corrupted, searches return nothing. The good news is the index is fully rebuilable and the service is easy to restart.
Step 1: Restart the Windows Search Service
- Press Win + R, type
services.msc, and press Enter. - Scroll down to Windows Search.
- Right-click it and choose Restart.
- If it's stopped, right-click and choose Start instead.
Try searching again right away. This alone fixes the problem about half the time.
Step 2: Run the Search and Indexing Troubleshooter
- Go to Settings > System > Troubleshoot > Other troubleshooters.
- Find Search and Indexing and click Run.
This troubleshooter automatically detects common issues like missing registry entries and incorrect permissions.
Step 3: Rebuild the Search Index
If search returns some results but misses files you know exist, the index may be incomplete or corrupt. Rebuilding it forces Windows to re-catalog everything.
- Open Control Panel (search for it in the Start menu, or type it in the Run dialog).
- Click Indexing Options.
- Click Advanced at the bottom.
- Under Troubleshooting, click Rebuild and confirm.
Rebuilding can take several hours on a PC with many files. Searching will be limited until it completes.
Step 4: Re-register Search App Packages
If the search box is completely unresponsive (not just returning no results), open an elevated PowerShell terminal and run:
Get-AppXPackage -Name Microsoft.Windows.Search | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}Step 5: Check Index Locations
Make sure Windows is actually indexing the folders you care about. In Indexing Options, click Modify and verify that your user folder (e.g., C:\Users\YourName) is included.
Frequently asked questions
Windows Search finds apps but not my documents or files. Why?
This usually means your user folders aren't in the search index. Open Control Panel > Indexing Options > Modify and make sure your Documents, Downloads, and Desktop folders are checked. Also confirm the Windows Search service is set to start automatically in services.msc — if it's set to Manual or Disabled, the index won't update when you save new files.
Will rebuilding the search index delete any of my files?
No — rebuilding the index only affects Windows' internal catalog of file locations. Your actual files are untouched. The rebuild process just makes Windows re-read and re-catalog what's already there. The only side effect is that search may be slow or incomplete for a few hours while the rebuild runs in the background.
Comments & Questions (0)
No comments yet — be the first to ask. Comments appear after review.
Leave a comment
Your comment appears after our team approves it. Or sign in to post faster.