File Explorer search in Windows 11 stops finding files you know exist, freezes on “Searching…” forever, or turns up some results while ignoring others. Annoying as it is, all three failures often start with the Windows Search service or its index, though the exact cause depends on the symptom.
Figure out which one you’re dealing with before you start clicking through settings. The right fix depends on it.
Which Search Problem Do You Actually Have?
- Zero results for a file you know exists: The search box returns “We couldn’t find any results” even though you can see the file sitting in the folder. This points to a stopped Search service or a corrupted index.
- Frozen on “Searching…”: The spinner never stops, and results never appear even after a minute or more. This points to a hung
SearchHost.exeprocess or a broken connection between File Explorer and the Search service. - Partial results: Search finds some files but silently skips others. This almost always means the missing files live in a folder that isn’t part of your indexed locations, or Enhanced content search is turned off.
Match your symptom to the fixes below. Start with Fix #1 regardless of which one you have; it resolves a surprising number of cases on its own.
Fix #1: Restart Windows Explorer and the Windows Search Service
This clears a stuck search session without touching any settings. It’s the fastest fix for both “no results” and “frozen searching” symptoms.
- Press
Ctrl + Shift + Escto open Task Manager. - Click the Processes tab, scroll to Windows Explorer, right-click it, and select Restart.

- If search still fails, press
Win + R, typeservices.msc, and press Enter. - Find Windows Search in the list, right-click it, and choose Restart. If the service is stopped or disabled, right-click it, choose Properties, set Startup type to Automatic (Delayed Start), then click Start.

- Open File Explorer and repeat your search.
Verify it worked: Search for a file name you know exists in an indexed folder like Documents. If results appear within a couple of seconds, the service restart fixed it.
Fix #2: Rebuild the Search Index
If restarting the service didn’t help, the index database itself is likely corrupted or incomplete. This is the standard fix when search finds nothing or misses files inconsistently.
- Click Start, type “Indexing Options,” and open it.

- Click Advanced, then switch to the Index Settings tab.
- Under Troubleshooting, click Rebuild.

- Click OK to confirm. Windows deletes the existing index and starts scanning from scratch.
Rebuilding can take a while depending on how many files you have — Microsoft does not publish a fixed time range. Your PC stays usable the whole time, but search results will be incomplete until the rebuild finishes. Check progress at the bottom of the main Indexing Options window, where it shows “Indexing complete” or a running item count.
Verify it worked: Wait for the status to read “Indexing complete,” then search for a file that was previously missing from results.
Fix #3: Add Missing Folders to Indexed Locations
Search only looks inside folders that are part of the index. If it consistently misses files in one specific folder but finds files everywhere else, that folder probably isn’t indexed at all.
- Open Indexing Options again (search for it from Start).
- Click Modify.

- Expand your drive and locate the folder that’s missing from results.
- Check the box next to that folder (and any parent folder if you want everything inside it included).
- Click OK, then Close. Windows indexes the new location automatically in the background.
Verify it worked: Give the index a few minutes to catch up, then search for a file inside the newly added folder.
Tip: External drives, network shares, and OneDrive folders outside your user profile are often not indexed by default. Check those first if search is missing an entire category of files.
Fix #4: Switch to Enhanced Search Mode
If File Explorer finds files by name but never by their contents, like a phrase inside a Word document or PDF, you’re likely stuck in Classic mode. Classic only indexes a limited set of default folders.
- Open Settings > Privacy & security > Searching Windows.

- Select Enhanced.
- Windows displays a warning that switching modes triggers a full re-index of your PC. Click through and let it run.
Enhanced mode indexes your entire PC, including file contents. The first index build after switching can use extra CPU and disk in the background, so plan for that if you’re on a laptop running on battery.
Verify it worked: Once indexing settles down, search for a unique word or phrase you know exists inside a document, and confirm the file shows up.
Fix #5: Run the Search and Indexing Troubleshooter
Microsoft still ships a built-in troubleshooter that automatically detects and repairs common Search service and index problems. Worth a shot if the fixes above only partially helped.
- Open Settings > System > Troubleshoot > Other troubleshooters.

- Find Search and Indexing in the list and click Run.
- Follow the prompts. The troubleshooter walks through common Windows Search problems and applies fixes automatically where it can.
- Restart File Explorer once it finishes (see Fix #1) and test search again.
Verify it worked: The troubleshooter reports which fixes it applied at the end of the scan. If it says no issues were found but your problem persists, move on to the next fix.
Fix #6: Reset a Search Box Stuck on “Searching…”
A frozen “Searching…” spinner often means a Search-related process is stuck mid-query, not a broken index. So this fix targets the process directly instead of touching the index at all.
- Close the frozen File Explorer window entirely (don’t just click away from it).
- Open Task Manager (
Ctrl + Shift + Esc), go to Processes, and look for Search or SearchHost.exe. - If you see it and it’s using high CPU with no progress, right-click it and choose End task.
- Reopen File Explorer and try the search again.
- If it freezes again immediately, sign out of Windows and back in, or restart the PC. This clears any hung background connections between Explorer and the Search service that a simple process kill won’t fix.
Verify it worked: Type a search term and confirm results (or a clear “no results” message) appear within a few seconds instead of an endless spinner.
Fix #7: Repair System Files with SFC and DISM
If search is broken system-wide, meaning the service won’t stay running, throws errors when you try to restart it, or every fix above fails, corrupted Windows system files are the likely cause.
- Click Start, type “Terminal,” right-click Terminal, and choose Run as administrator.
- Run the System File Checker:
sfc /scannow
- Let it finish completely. This checks and repairs corrupted system files, including components the Search service depends on.
- Run DISM to repair the underlying Windows image, which SFC relies on:
DISM /Online /Cleanup-Image /RestoreHealth

- Restart your PC once both commands finish.
- Rebuild the search index again (Fix #2). A fresh index after repairing system files often clears up problems that survived every other fix.
Verify it worked: After the restart, confirm the Windows Search service starts without error in services.msc, then run a normal file search to check results return correctly.
Fix #8: Try a Third-Party Search Tool as a Fallback
If Windows Search stays unreliable after all the fixes above, a dedicated third-party indexer can take over file search duties while you wait for a future Windows update to sort things out.
- Everything (voidtools): Indexes the NTFS Master File Table directly, so file name searches return instantly across your whole drive. It’s free. Voidtools distributes Everything at no cost; ‘lightweight’ is subjective.
- PowerToys Run: Microsoft’s own launcher-style search, good for quickly jumping to files and apps without relying on the Search service.
- Listary: Adds a search overlay inside File Explorer windows.
- Agent Ransack: Focused on searching inside file contents when Windows content indexing won’t cooperate.
None of these replace File Explorer’s built-in search entirely, but they’re a solid stopgap if Windows Search keeps breaking after updates.
Error Messages and Symptoms Reference
| Symptom / Message | Likely Cause | Quick Fix |
|---|---|---|
| No results, “We couldn’t find any results” | Search service stopped or index corrupted | Fix #1 (restart service) then Fix #2 (rebuild index) |
| “Searching…” never finishes | SearchHost.exe hung | Fix #6 (end task, restart Explorer) |
| Finds some files, misses others | Folder not in indexed locations | Fix #3 (add indexed location) |
| No results from file contents/text search | Classic mode instead of Enhanced | Fix #4 (switch to Enhanced) |
| Service won’t restart or errors on restart | Corrupted service or system files | Fix #7 (SFC/DISM), then Fix #5 (troubleshooter) |
| Results look stale or outdated | Index hasn’t caught up | Fix #2 (rebuild index) |
Settings to Check
- Search mode: Go to Settings > Privacy & security > Searching Windows to confirm it’s set to Enhanced if you need content search.
- Indexed locations: Go to Indexing Options > Modify to confirm the folders you actually search live are checked.
- Windows Search service startup: Go to
services.mscto confirm Windows Search is set to Automatic (Delayed Start), not Disabled. - Folder Options search behavior: In File Explorer, open the … menu > Options > Search tab, then check Always search file names and contents if you regularly search unindexed network locations.

When to Escalate
Contact Microsoft support or consider a deeper repair when:
- SFC and DISM both fail to complete or report errors they can’t fix
- The Windows Search service disappears from
services.mscentirely - Search problems started right after a Windows Update and a system restore point from before the update isn’t available
- You’ve rebuilt the index multiple times and it never reaches “Indexing complete”
How to get help:
- Microsoft’s official troubleshooting doc: Fix problems in Windows Search
- Microsoft Q&A community threads for search-specific reports and fixes from other users hitting the same builds
Prevention Tips
- Keep Windows updated: Microsoft has shipped several File Explorer performance and reliability fixes in recent updates, so staying current avoids known indexing bugs.
- Don’t disable the Windows Search service to “save resources”: It uses minimal background CPU once indexing completes, and disabling it can also affect Start menu search, because both features can share the Windows Search service.
- Re-check indexed locations after adding new drives: Windows may not automatically index new drives or folders you create outside your user profile — check Indexing Options after adding a location.
- Rebuild the index after a major Windows Update: If search misbehaves after a feature update, rebuilding the index is a reasonable next step — Microsoft does not document this as a required post-update ritual.
Frequently Asked Questions
Why does File Explorer search find nothing even though the file exists?
The Windows Search service has usually stopped running, or the index database is corrupted. Restart the service (Fix #1) first, then rebuild the index (Fix #2) if that doesn’t fix it.
Why does search freeze on “Searching…” and never finish?
The SearchHost.exe process has hung, or File Explorer lost its connection to the Search service mid-query. Ending the process and restarting Explorer (Fix #6) usually clears it.
How do I rebuild the Windows search index?
Open Indexing Options > Advanced > Index Settings tab, then click Rebuild. It can take from minutes to hours depending on how many files you have.
How do I make sure a specific folder gets indexed?
Open Indexing Options > Modify, expand the drive, and check the box next to the folder. Windows indexes it automatically once you close the dialog.
Wrapping Up
Fix #1 clears up most “no results” and frozen searches in under a minute, so it’s always worth trying first even if it feels too simple to work. If the problem keeps coming back after you’ve rebuilt the index and added the right folders, stop guessing and run SFC and DISM. Recurring search breakage after every restart usually means system file corruption, not a setting you can fix by clicking around.
| Step | Action | Applies To |
|---|---|---|
| 1 | Restart Windows Explorer / Search service | No results, frozen search |
| 2 | Rebuild the search index | No results, partial results |
| 3 | Add missing indexed locations | Partial results |
| 4 | Switch to Enhanced search mode | Content search failures |
| 5 | Run Search and Indexing troubleshooter | Any persistent issue |
| 6 | End SearchHost.exe / sign out | Stuck “Searching…” |
| 7 | Run SFC and DISM | System-wide search failure |
| 8 | Try Everything or PowerToys Run | Windows Search stays unreliable |
Last updated: 2026-08-09 | Applies to Windows 11 File Explorer Search on Windows For more information on troubleshooting Windows issues, you can visit How to Fix Corrupted Files in Windows 11 With SFC and DISM or Windows 11 Search Not Working? Try These 10 Fixes. Additionally, you can check this video for more troubleshooting tips.
