Microsoft has started testing Search by Substring, a change to Windows 11 that lets you find a file by typing any part of its name rather than only the beginning. The feature went out to Insider testers on May 29, 2026, and it does one small but long-awaited thing: type “april” and Windows now surfaces a file called MeetingNotesApril, even though the word sits at the tail end of the name. The same partial matching applies to text stored inside files.
That sounds minor until you remember how long Windows users have lived without it. For most of two decades, the built-in search would only match from the start of a file name, which is almost never how anyone remembers what they saved. This fix closes a gap that free utilities and rival operating systems quietly solved years ago, and it still carries a few strings attached.
What Search by Substring Changes for File Hunting
The behavior is easy to describe. Before this build, Windows Search treated your query as a prefix, so it looked for files whose names began with the letters you typed. A project file named ProjectStatusReport stayed hidden if you searched “status”, because “status” was buried in the middle.
Now the matching runs across the whole string. Start, middle, or end, if the characters appear anywhere in the name, the file shows up. Microsoft framed it plainly in the official release notes.
Files with compound names or content (e.g., MeetingNotesApril, ProjectStatusReport) are now easily discoverable by typing “april” or “status”.
That line, published in the Build 26300.8553 release notes for the Experimental channel, is the whole pitch. No new search box, no settings switch to learn. The query you already type just returns more of what you meant.
Why Windows Search Stayed Prefix-Bound for Years
To see why a one-line change counts as news, it helps to look at how the limitation hung around. Windows has shipped an indexed search service since the Vista era, and the prefix rule rode along with it the entire time.
The Prefix Rule and the Asterisk Workaround
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 natural flow of typing, demanded that users know the trick existed, and turned a quick lookup into a small ritual. Most people never learned it, so they simply assumed Windows could not find their files and gave up.
Microsoft heard about it for years. The complaint showed up across Feedback Hub posts, support threads, and productivity forums, usually phrased as some version of “why can’t search find a file I can literally see in the folder.” The pattern fits a longer run of quality-of-life requests that the company has slowly worked through, including the earlier batch of Windows 11 fixes tied to user feedback covering taskbar and file-browsing gripes.
Why Power Users Reached for Everything
People who searched files all day stopped waiting. Many switched to the voidtools Everything file-search utility, which reads the NTFS master file table (MFT, the index that tracks every file on an NTFS drive) directly and returns substring matches almost instantly. Everything has offered middle-of-name search for well over a decade, which is exactly why its fans treat it as a default install.
So the new Windows feature is less an invention than a catch-up. The capability has existed on the same hardware, through free software, for as long as the complaint has. Microsoft is finally baking it into the operating system instead of leaving it to a third party.
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 Microsoft’s staged delivery, which means even eligible testers may not see it 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 is Microsoft’s term for switching a feature on for a slice of users first, then widening it as feedback comes in. The practical effect is that the change can sit dormant on your machine until the server flips it on for your account, which is normal for pre-release Windows.
The Experimental channel, detailed on the Windows Insider announcement for the May 29 builds, was formerly called the Dev Channel and sits furthest from stable release. Beta is closer to shipping. Both feed into the 25H2 codebase that the public version is based on.
The Indexing Dependency and the Two-Character Tweak
Here is where the headline and the reality diverge a little. Windows Search leans on its background index to return results fast, and substring matching is built on top of that same index. Folders you have excluded from indexing are unlikely to benefit, so the feature rewards people who keep their search locations indexed and works less well for those who switched indexing off to save resources.
A separate, more widely available change is already nudging search in the same direction. The optional preview update KB5089573, released on May 26 for current Windows 11 versions, tightened how quickly search starts working as you type, with Microsoft pointing to faster responses across Start, Search, and other shell surfaces. Reporting on that update noted Windows can now begin matching on as few as two characters, so results start narrowing almost as soon as you begin.
Read together, the two pieces tell you what to expect. The substring logic decides what can match, and the speed work decides how fast you see it. Neither helps in a location the index never scanned, which is the quiet asterisk on the whole upgrade.
Start Menu Toggles and the Recent Rename Land Alongside
The same Experimental build bundles a set of 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 had kept locked for years.
- The Recommended section is renamed to Recent, in both the Start menu and the Settings page.
- New section-level toggles let you 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.
- The Start menu settings page has been redesigned to hold the new switches.
The taskbar picked up smaller touches in the same release, including a touch swipe to bring up the bar when it sits in an alternate position. Taken together, the build reads as housekeeping on the parts of Windows people touch most, the kind of cleanup that tends to follow stretches of user pushback over adoption and polish, a theme that ran through the mixed reception to the 2025 Windows 11 refresh.
Where the Search Cleanup Goes Next
Substring search is slated to travel with the Windows 11 25H2 feature update, which Microsoft is expected to push out in the second half of the year. Until it clears Controlled Feature Rollout and lands in a stable build, it stays an Insider preview that can change or, in rare cases, get pulled before release.
It also fits a broader push to make finding and naming files less of a chore. Microsoft has a separate OneDrive tool called Copilot Suggested Rename on its Microsoft 365 roadmap, set to begin rolling out in June, that 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 in the first place.
If substring search clears the channels intact and ships in the 25H2 build later this year, Windows finally retires a search habit that predates most of the files people are searching for. If it stalls in testing, the asterisk workaround and a free utility named Everything keep doing the job they have done all along.
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” now surfaces a file called MeetingNotesApril, and the same partial matching applies to text inside files.
Which Windows 11 builds have Search by Substring?
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.
Do I need indexing turned on for substring search 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.
When will Search by Substring 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 this different from using 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.
What else changed in the May 29 Insider build?
The same build renamed the Start menu’s Recommended section to Recent, added section toggles for Pinned, Recommended, and All, introduced small and large size options, and let users hide their name and profile picture in Start.





