Windows 11 File Explorer Search Not Working: 8 Ways to Fix It

11 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

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.exe process 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 + Esc to open Task Manager.
  • Click the Processes tab, scroll to Windows Explorer, right-click it, and select Restart.
Task Manager Processes tab with Windows Explorer selected and the right-click context menu open showing the Restart option
  • If search still fails, press Win + R, type services.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.
Services window showing the Windows Search service row highlighted with the right-click context menu showing Restart and Properties options
  • 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.
Main Indexing Options dialog showing the list of indexed locations and item count, with Modify and Advanced buttons visible
  • Click Advanced, then switch to the Index Settings tab.
  • Under Troubleshooting, click Rebuild.
Indexing Options Advanced dialog on the Index Settings tab with the Rebuild button highlighted under the Troubleshooting section
  • 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.
Indexing Options Modify dialog showing a tree of drives and folders with checkboxes indicating which locations are indexed, with one unchecked folder visible
  • 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.
Windows Settings Searching Windows page showing Classic and Enhanced search mode options with Enhanced highlighted
  • 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.
Settings Other troubleshooters list with the Search and Indexing troubleshooter entry and its Run button highlighted
  • 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
Elevated Windows Terminal window showing the output of DISM /Online /Cleanup-Image /RestoreHealth completing successfully
  • 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 / MessageLikely CauseQuick Fix
No results, “We couldn’t find any results”Search service stopped or index corruptedFix #1 (restart service) then Fix #2 (rebuild index)
“Searching…” never finishesSearchHost.exe hungFix #6 (end task, restart Explorer)
Finds some files, misses othersFolder not in indexed locationsFix #3 (add indexed location)
No results from file contents/text searchClassic mode instead of EnhancedFix #4 (switch to Enhanced)
Service won’t restart or errors on restartCorrupted service or system filesFix #7 (SFC/DISM), then Fix #5 (troubleshooter)
Results look stale or outdatedIndex hasn’t caught upFix #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.msc to 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.
Folder Options dialog Search tab showing the Always search file names and contents checkbox

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.msc entirely
  • 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.

StepActionApplies To
1Restart Windows Explorer / Search serviceNo results, frozen search
2Rebuild the search indexNo results, partial results
3Add missing indexed locationsPartial results
4Switch to Enhanced search modeContent search failures
5Run Search and Indexing troubleshooterAny persistent issue
6End SearchHost.exe / sign outStuck “Searching…”
7Run SFC and DISMSystem-wide search failure
8Try Everything or PowerToys RunWindows 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.