File Search in Windows 11: How It Works, How to Fix It, What to Replace It With
Last updated: · written by the FileLocator team
File search in Windows 11 has a reputation problem, and it has mostly earned it. Type a filename you know exists and you get web results, Bing suggestions, and sometimes — eventually — the file. But here's the part almost nobody knows: Explorer's search box understands a full query language with type filters, date ranges, size comparisons and boolean logic. Learn ten operators and built-in search goes from useless to genuinely workable. And when you hit its real limits — and you will — there's a free tool ecosystem that fixes every one of them.
This page is the hub for everything Windows-search on this site: how the system actually works under the hood, the syntax cheat sheet, the Indexing Options walkthrough, and where to go when built-in isn't enough.
under the hood
How Windows 11 search actually works
Windows 11 gives you two different search boxes that behave nothing alike, which is the root of most confusion.
Start menu search (press the Windows key and type) searches the index plus your apps, settings and — unless you've turned it off — the web via Bing. It's tuned for launching things, not finding files. It only shows a handful of file results, ranks them by an opaque relevance score, and will happily suggest a web search for a filename that exists on your desktop. Use it to open apps; don't trust it for files.
File Explorer search (the box in the top-right of any Explorer window, or Ctrl+F) searches the current folder and its subfolders. This is the one worth learning. Its speed depends entirely on one question: is the folder indexed?
The index is a database maintained by the Windows Search service (SearchIndexer.exe). It records filenames, properties and — for supported file types — extracted text content from a defined list of locations. Search an indexed folder and results appear nearly instantly because Windows queries the database instead of touching the disk. Search a non-indexed folder and Explorer crawls every file on the fly; on a big folder that means minutes, with the green progress bar of despair inching across the address bar.
Windows 11 offers two indexing modes, found under Settings → Privacy & security → Searching Windows:
- Classic (default) indexes your user folders — Documents, Pictures, Music, Videos, Desktop — plus the Start menu and anything you add manually. Small index, fast updates.
- Enhanced indexes your entire PC. Sounds great, but the initial build can take several hours, the index can swell past 2 GB, and the indexer burns noticeably more CPU and battery keeping it current. In our testing on a 1.2-million-file library, Enhanced mode's first crawl ran most of an afternoon.
If you're tempted by Enhanced mode because you want whole-drive filename search, don't bother — Everything does the same job with a 75 MB index and zero perceptible overhead. More on that below, and our full Everything vs Windows Search comparison puts numbers on the gap.
power user
The Explorer search syntax nobody knows
Explorer's search box accepts Advanced Query Syntax (AQS) — property filters, comparisons and boolean operators you can type directly. These operators work in any Explorer window right now, no settings required. The ones that earn their keep:
| Operator | What it finds | Example |
|---|---|---|
kind: | Files by category, regardless of extension | kind:document, kind:picture, kind:music, kind:video, kind:folder, kind:email |
ext: | A specific extension | ext:pdf, ext:xlsx, ext:psd |
datemodified: | Files changed in a period | datemodified:today, datemodified:lastweek, datemodified:01/01/2026..31/03/2026 |
datecreated: | Files created in a period | datecreated:thismonth |
size: | Files by size, with comparisons | size:>100MB, size:<10KB, size:gigantic (>4 GB) |
content: | Text inside files (indexed locations) | content:"exact phrase" |
name: | Filename only, ignoring contents | name:invoice |
Operators combine with boolean logic — the keywords must be in capitals, which is the detail that trips everyone up. AND, OR and NOT in lowercase are treated as ordinary search words. Parentheses group conditions:
kind:document AND datemodified:lastweek
ext:pdf AND size:>5MB NOT name:draft
(ext:doc OR ext:docx) AND content:"quarterly forecast"
kind:picture AND datecreated:2025 AND size:>8MB
That last query — every large photo created in 2025 — is the kind of thing people install software for, and Explorer does it natively. For more date-filter tricks across Explorer, Everything and the command line, see our guide to finding recently modified files; for what content: can and can't do, our walkthrough on searching file contents in Windows goes deep. If a term like boolean or metadata is fuzzy, the glossary has plain-English definitions.
One caveat: content: only works in indexed locations and only for file types Windows has a text filter (IFilter) for. Plain text, Office files and most code are covered; many PDFs are not, depending on what's installed.
setup
Indexing Options: a 5-minute walkthrough
Five minutes here makes every future search faster. The modern settings live at Settings → Privacy & security → Searching Windows; the classic dialog with the real controls is one click further, under Advanced indexing options (or type indexing options into Start).
- Check what's indexed. The Indexing Options dialog lists every included location and a live item count. If it says "Indexing complete," searches in those folders should be instant.
- Add the folders you actually use. Click Modify and tick your real working folders — a project drive,
D:\Work, wherever your files live. If you keep files outside the default user folders (a good idea anyway — see our folder structure guide), this single step fixes "search finds nothing." - Exclude the junk. Remove anything that churns constantly — build output folders,
node_modules, browser caches. Less churn means a fresher index. - Enable content indexing per file type if needed. Under Advanced → File Types, each extension is set to index either properties only or properties plus contents. If searches inside
.logor.mdfiles come up empty, this is why. - Rebuild when things get weird. Advanced → Rebuild deletes and re-creates the index. Plan for it to run an hour or more; search is flaky until it finishes. It fixes a remarkable share of search problems.
reality check
Where built-in search falls short
Even tuned perfectly, Windows search has structural limits:
- Filename search across the whole drive is slow or absent. Unless you accept Enhanced mode's overhead, anything outside your indexed folders gets the slow crawl.
- No regex, weak wildcards. AQS has no regular expressions and no fuzzy matching. Pattern-based hunts need a real tool — see our regex file search guide.
- Content search is index-dependent and format-limited. No filter installed, no results — and no warning that results are incomplete.
- Network drives are effectively unindexed. Every search on a mapped drive is a live crawl.
- No search history, no saved searches worth using, no preview-with-hit-highlighting. Dedicated tools treat search as the main event, not a sidebar.
None of this means built-in search is useless — it means it's the floor, not the ceiling.
go further
The Windows search tool ecosystem
Windows has the richest third-party search scene of any platform. The trick is realizing the tools solve different problems — most power users run two.
Everything — instant filename search. The free tool from voidtools reads the NTFS Master File Table directly, so it knows about every file on your drives within seconds of launch and updates in real time. Type three letters and results appear before you finish the word. In our testing it indexed 1.2 million files in about 12 seconds. It doesn't search file contents (well, it can, but slowly and that's not its job) — it is the fastest filename search that exists on Windows, full stop.
Agent Ransack — free content search. Where Everything finds files by name, Agent Ransack finds them by what's inside: boolean expressions, regular expressions, Office and PDF filters, and a preview pane that highlights every hit in context. No index — it scans on demand, which makes it slower than indexed search but always accurate and always complete. It's the free sibling of the paid FileLocator Pro.
UltraSearch — Everything's closest rival. JAM Software's free tool also searches the MFT for instant filename results, adds an Excel export and integrates with TreeSize. Fewer power features than Everything, but a friendlier first run for some users.
Listary — search woven into your workflow. Listary is a launcher: press Ctrl twice anywhere and type. Its killer feature is file-dialog integration — inside any Open/Save dialog, it jumps you to the folder you want with fuzzy matching, no clicking through trees. It's less a search engine than a way to stop navigating.
Copernic Desktop Search and X1 Search — when email is the haystack. Both build a persistent content index covering files and Outlook email, with fast previews. They're paid, and aimed at people whose working life lives in a decade of PSTs and attachments. For everyone else, the free tools above cover more ground for nothing.
Everything review
Instant NTFS filename search — the tool every Windows power user installs first.
Agent Ransack review
Free boolean and regex search inside file contents, with hit-highlighted previews.
UltraSearch review
JAM Software's free MFT searcher — the closest thing to an Everything alternative.
Listary review
Launcher-style search plus file-dialog magic that saves hundreds of clicks a week.
Everything vs Windows Search
Head-to-head on speed, coverage and resource use — with measured results.
Best file search software
Our full ranking of 10 tools by user type, with a master comparison table.
troubleshooting
Fixing slow search and network drives
Two problems generate most Windows-search complaints, and each has a dedicated guide on this site.
Search is slow or returns nothing. The usual culprits, roughly in order: the folder isn't indexed, the index is corrupted, the Windows Search service is stuck, or the indexer is fighting your antivirus. The fix sequence — check indexed locations, restart the service, rebuild the index, and know when to give up and switch tools — is laid out step by step in our guide to fixing slow Windows search. If the underlying disk is an aging hard drive, no software fix beats moving to an SSD.
Searching network drives and NAS shares. Windows won't index mapped drives, so searches crawl. Your options: enable indexing on the server side, run Everything's ETP server to share its index between Windows machines, or point a content-indexing tool at the share and accept the first-crawl cost. The trade-offs and setup steps are in our network drive search guide.
And if your real problem is a full drive rather than a lost file, start with finding the large files eating your space — you can even do a quick single-folder audit in the browser with our free File Finder tool before installing anything.
questions
Windows 11 search FAQ
Why is Windows 11 search so slow?
Usually one of three things: the folder you are searching is not in the index, so Explorer falls back to a slow on-the-fly scan; the index itself is corrupted or still rebuilding; or the SearchIndexer service is stuck. Searching an indexed folder returns results in under a second, while a non-indexed scan of the same folder can take minutes. Our speed-up guide walks through the fixes in order, starting with an index rebuild.
Does Windows 11 search inside file contents?
Yes, but only in indexed locations, and only for file types with an installed text filter. Documents, spreadsheets and most code files work; many PDFs and unusual formats do not. You can also force it with the content: operator. Outside the index, Explorer searches filenames only unless you enable a setting that makes everything dramatically slower.
Should I use Classic or Enhanced indexing mode?
Classic for most people. It indexes your user folders (Documents, Pictures, Desktop and so on) and anything you add manually, keeping the index small and fast to update. Enhanced indexes the entire drive, which makes the first build take hours and the index file several gigabytes. If you genuinely need whole-drive coverage, a dedicated tool like Everything does it better with a fraction of the overhead.
What is the best free replacement for Windows search?
For filenames, Everything by voidtools: it reads the NTFS Master File Table directly and finds any file on your drive as you type. For searching inside files, Agent Ransack: free, with boolean and regex support plus Office and PDF filters. Many people run both, since they solve different halves of the problem.
Can Windows 11 search network drives?
Only slowly. Windows does not index mapped network drives by default, so every search is a live crawl across the network. Workarounds exist: index the share on the server side, use Everything's ETP server between Windows machines, or point an indexing tool at the share. Our network drive guide covers each option step by step.
Ready to upgrade past built-in search?
We ranked 10 Windows search tools by speed, content search and value — most of the best ones are free.
keep exploring
Related reading
Fix slow Windows search
Rebuild the index, unstick the service, and know when to replace search entirely.
Search file contents in Windows
Every way to find text inside files — built-in, free tools, and what each misses.
Find recently modified files
Date filters in Explorer, Everything's dm: syntax, and command-line equivalents.