Windows 11 Search by Substring reached Insider testers on May 29, 2026, and it finally lets you find a file by typing any part of its name instead of only the opening letters. Type “april” and Windows now surfaces a file called MeetingNotesApril, even though the word sits at the tail end. The same partial matching runs against text stored inside files, closing a gap that free utilities solved more than a decade ago.
The fix sounds trivial. It is also overdue by roughly two decades, and it does not arrive clean. Substring matching leans on the same background index that powers the rest of Windows Search, so the upgrade quietly skips any folder you told Windows not to scan.
The Prefix Rule That Outlived Its Files
To understand why a one-line release note counts as news, look at how long the old behavior hung around. Windows has shipped an indexed search service since the Vista era, and the prefix rule rode along with it the whole way. The search box treated whatever you typed as the start of a file name, so a document called ProjectStatusReport stayed hidden when you searched “status”, because those letters were buried in the middle.
The official escape hatch was the wildcard. Typing an asterisk before your term, as in *status, forced a broader match. It worked, technically. It also broke the rhythm of typing, demanded that you knew the trick existed, and turned a quick lookup into a small ritual most people never learned. The common conclusion was simpler: Windows could not find a file you could see sitting in the folder.
Microsoft heard about it for years. The complaint showed up across Feedback Hub posts, support threads, and productivity forums, almost always phrased as some version of why search refused to find an obvious file. It slots into a longer run of quality-of-life requests the company has slowly cleared, including the batch of Windows 11 fixes built from user feedback that touched the taskbar and file browsing.
How Substring Matching Changes File Hunting
The behavior is easy to describe. Before this build, the query you typed was treated as a prefix. Now the match runs across the whole string, so the characters you type can sit at the start, the middle, or the end of a name and the file still shows up. There is no new search box and no settings switch to learn. The query you already type just returns more of what you meant.
Microsoft put it plainly in the official Build 26300.8553 release notes for the Experimental channel.
Files with compound names or content (e.g., MeetingNotesApril, ProjectStatusReport) are now easily discoverable by typing “april” or “status”.
That single line is the whole pitch. It also reaches inside documents, not just file names, so a word buried in the body of a saved file can pull it to the surface the same way.
The Indexing Catch Buried in the Upgrade
Here is where the headline and the reality drift apart. Windows Search returns fast results by reading its background index, and substring matching is built on top of that same index. So the feature only works where Windows has already scanned and indexed the folder. Locations you excluded to save resources, or drives that never made it into the index, see little or no benefit.
A separate, more widely available change is nudging search in the same direction on speed. The optional preview update KB5089573, released on May 26 for current Windows 11 versions, tightened how quickly results appear as you type. Reporting on that update noted Windows can now begin narrowing matches on as few as two characters, down from the old three-character floor.
Read together, the two pieces split the work. The substring logic decides what can match; the speed tuning decides how fast you see it. Neither helps in a place the index never touched. The practical takeaways:
- Indexed folders win. Your user profile, Documents, Desktop, and Pictures are indexed by default, so substring matching lights up there first.
- Excluded locations lag. Folders or external drives you removed from indexing keep behaving the old way, prefix and all.
- People who turned indexing off lose most. Users who disabled the index to save CPU or battery are exactly the group the fix helps least.
Which Builds and Channels Carry the Fix
The feature is split across two Insider tracks right now, and neither is the version on a typical PC. Both went live on the same day under staged delivery, which means even eligible testers may not see it switch on immediately.
| Detail | Experimental channel | Beta channel |
|---|---|---|
| Build number | 26300.8553 | 26220.8544 |
| Release date | May 29, 2026 | May 29, 2026 |
| Base version | Windows 11, 25H2 (enablement package) | Windows 11, 25H2 |
| Rollout style | Controlled Feature Rollout | Controlled Feature Rollout |
Controlled Feature Rollout (CFR, Microsoft’s method of switching a feature on for a slice of users before widening it) means the change can sit dormant on your machine until a server flag flips it on for your account. The Experimental channel, detailed on the Windows Insider blog on taskbar and Start changes, was formerly the Dev Channel and sits furthest from a stable release. Beta is closer to shipping, and both feed the 25H2 codebase the public version is based on.
Why a Free Tool Named Everything Beat Microsoft by a Decade
People who searched files all day stopped waiting long ago. Many switched to the voidtools Everything search utility, which reads the NTFS master file table (MFT, the index that tracks every file on an NTFS-formatted drive) directly and returns substring matches almost instantly. Everything has offered middle-of-name search for well over ten years, which is precisely why its users treat it as a default install on a fresh machine.
That history is the awkward part of the announcement. The capability existed on the same hardware, through free software, for as long as the complaint did. Microsoft is not inventing anything here; it is baking a long-solved trick into the operating system instead of leaving it to a third party.
So the upgrade reads as a catch-up rather than a breakthrough, which sets a low bar Microsoft still has to clear. If the built-in version matches what Everything has done for years, the holdouts may finally drop the extra download. If it stays hobbled by indexing limits, the free tool keeps its reason to exist.
Start Menu Toggles and the 25H2 Road Ahead
The same Experimental build bundles Start menu changes that have nothing to do with search but will be more visible to most testers. Microsoft is handing back layout control it kept locked for years:
- The Recommended section is renamed to Recent, in both the Start menu and the Settings page.
- New section-level toggles independently show or hide the Pinned, Recommended, and All groups.
- A size control adds small and large options on top of the existing Automatic default.
- You can now hide your name and profile picture from Start.
That cleanup runs alongside other recent housekeeping, including plans to let users remap the Copilot key on the keyboard. Substring search itself is slated to travel with the Windows 11 25H2 feature update, which Microsoft is expected to push to the public in the second half of the year. Until it clears CFR and lands in a stable build, it stays a preview that can change, or in rare cases get pulled, before release.
It also fits a wider push to make naming and finding files less of a chore. Microsoft has a separate OneDrive tool, Copilot Suggested Rename, on its Microsoft 365 product roadmap set to begin rolling out in June, which reads a file’s contents and proposes a clearer name. One feature helps you find badly named files; the other tries to stop them being badly named at all. Two decades after the prefix rule shipped, the fix that undoes it is still waiting on a server flag.
Frequently Asked Questions
What Is Search by Substring in Windows 11?
It is a change to Windows Search that finds files when you type any part of the file name, not just the opening letters. Searching “april” surfaces a file called MeetingNotesApril, and the same partial matching applies to text stored inside files.
Do I Need File Indexing Turned On for It to Work?
Effectively yes. Windows Search relies on its background index to return fast results, and substring matching is built on that index, so folders you have excluded from indexing are unlikely to benefit. Your profile, Documents, and Desktop are indexed by default.
Which Windows 11 Builds Have Substring Search Right Now?
It arrived on May 29, 2026 in two Insider builds: 26300.8553 in the Experimental channel and 26220.8544 in the Beta channel. It is not yet in the stable public release of Windows 11.
When Will It Reach All Windows 11 Users?
Microsoft is lining it up to ship with the Windows 11 25H2 feature update expected in the second half of the year. Because it uses Controlled Feature Rollout, timing can vary even among eligible testers.
How Is It Different From the Asterisk Wildcard?
The asterisk wildcard, typed as *status, was a manual workaround that forced a broader match but interrupted normal typing and required you to know the trick. Substring search makes that behavior the default, so a plain query finds middle-of-name matches automatically.





