Microsoft has delivered a clear directive to IT administrators managing Windows devices: keep the search experience locked to Classic mode on standardized, managed fleets. The guidance, circulated in recent tech community discussions, reserves the newer Enhanced search for a narrow slice of hardware — primarily Copilot+ PCs with neural processing units and a handful of knowledge-worker machines where files frequently end up in disparate locations. The announcement frames an emerging fault line in Windows management as AI-driven features muscle into the enterprise.
What Actually Changed in Windows Search
Windows Search isn't new, but the arrival of AI-tailored hardware has split it into two distinct indexing personalities.
Classic mode remains the default on most installations. It indexes a conservative set of locations — your Documents, Pictures, Music folders, plus the Start menu and Internet Explorer history. The indexer runs under low priority, consuming minimal resources. For decades, IT departments have relied on this predictable footprint to maintain consistent performance across thousands of identical desktops.
Enhanced mode is the ambitious cousin. Introduced in Windows 10 and significantly retooled for Windows 11 24H2, it expands indexing to the entire user profile and, optionally, connected cloud storage. It parses file contents for semantic understanding, enabling natural-language queries like “photos from last December” or “PDF with budget template.” On Copilot+ PCs, Enhanced mode offloads indexing work to the dedicated NPU, delivering those smarts without crushing the CPU. Without an NPU, the same workload hits the main processor, and many admins have reported sluggishness, higher power draw, and fan noise — pain points for devices users depend on all day.
The recent guidance clarifies that Microsoft does not expect every endpoint to run Enhanced. It's a feature to be deployed surgically, not globally.
What It Means for You
The impact lands differently depending on who you are.
For IT Admins Managing Fleets
You're being told to draw a hard line. On the bulk of your devices — the standard-issue laptops, the kiosks, the virtual desktops — keep search in Classic mode. Microsoft’s messaging is unequivocal: Enhanced mode is not a general-purpose upgrade. Enabling it on tens of thousands of non-NPU devices risks a fleet-wide performance regression, spikes in support tickets, and a measurable dip in battery life. There’s also a manageability angle. Classic mode delivers uniform, testable results. Enhanced, with its semantic layer, can surface different results for different users, complicating troubleshooting and user training.
There are two exceptions. First, any device carrying the Copilot+ badge — typically Qualcomm Snapdragon X Elite or Intel Lunar Lake systems with an NPU — can safely run Enhanced. The dedicated AI engine shoulders the indexing load. Second, for a small subset of knowledge workers who genuinely need to search across sprawling, scattered file stores and are equipped with powerful hardware, Enhanced may be worth the trade-off. Even then, pilot it with a vocal group before scaling.
Group Policy and Configuration Service Providers (CSPs) give you the knobs to enforce this. The Search CSP, in particular, lets you lock the “Find My Files” setting to classic for specific device groups, overriding any user-side toggle. In Microsoft Intune, this surfaces under Device Configuration profiles, where you can set the policy and forget it.
For End Users and Power Users
If you’re on a work machine, your IT team likely controls the search mode. You may notice a toggle in Settings > Privacy & security > Searching Windows, but it could be grayed out — that’s policy at work. On a personal device, you’re free to experiment. Enhanced mode does make it easier to locate that one-of-a-kind PDF you buried six months ago, but it comes at a cost. Users on older hardware, especially spinning hard drives, may see disk activity spike and searches take longer to return results, not shorter.
If you unbox a new Copilot+ PC, Enhanced is likely on by default. The experience there is noticeably smoother, because the NPU handles the heavy lifting in the background without stuttering your workflow. For everyone else, sticking with Classic — or at least being aware of the toggle — can save aggravation after the next feature update.
For Developers
The shift touches you indirectly. Applications that shell into Windows Search or rely on the system index may need to be tested under both modes. Enhanced mode can surface deeper file contents, potentially changing how results are ordered or what appears in a custom search pane. If your app lets users search on-device files, be explicit about which mode you’ve tested against, and consider surfacing a warning if Enhanced indexing is active on unsupported hardware.
How We Got Here
Windows Search has been a quiet workhorse since the Vista days, but the Enhanced/Classic fork is a story of two competing forces: AI’s voracious appetite and IT’s need for stability.
- 2006–2015: Windows Desktop Search arrives, matures into the Windows Search service. Indexing is limited to common folders by default — a safe, if occasionally frustrating, choice.
- 2018 (Windows 10 1809): An optional “Enhanced” mode appears, letting users expand indexing to the whole PC. Enthusiasts love it; corporate images largely ignore it.
- 2023–2024: The Copilot+ PC push. Microsoft needs an AI-first file-search story to justify the NPU investment. Semantic indexing, phrase matching, and cross-app recall demand a deeper, wider crawl. The original Enhanced mode is dusted off, supercharged, and yoked to the NPU.
- March 2025 (reported): Windows Insider builds begin surfacing the Modern Windows Search experience. The community quickly notes that on x86 machines without NPUs, CPU and disk usage can spike. IT admins start asking for control.
- Recent guidance: That control arrives in the form of explicit, public recommendations: keep Classic as the fleet default. The message shows Microsoft listening to the enterprise feedback loop rather than assuming every PC is ready for full-bore AI indexing.
This timeline underscores a key tension: the hardware most organizations own today wasn't designed for the AI workloads Microsoft envisions. Until the device refresh cycle tilts toward NPU-equipped silicon, Classic mode remains the steward of consistency.
What to Do Now
You have immediate steps to take, sorted by role.
If you manage a fleet:
1. Audit your current search settings. In a sample of endpoints, go to Settings > Privacy & security > Searching Windows and note whether “Find My Files” is set to Classic or Enhanced. Automated inventory tools can pull this via WMI or registry.
2. Define a policy. Use Group Policy (Computer Configuration > Administrative Templates > Windows Components > Search) or the Search CSP (./Device/Vendor/MSFT/Policy/Config/Search/) to set the desired mode. The exact policy name varies by Windows build; in Intune, look for “Set what information is shared with the cloud for search” and related settings.
3. Create a Copilot+ exception group. If you have any Copilot+ PCs, place them in a separate device group and allow Enhanced mode. Otherwise, lock all standard devices to Classic.
4. Pilot Enhanced on a test ring. Before granting Enhanced to handful of knowledge workers, run it on a small group of non-Copilot+ machines for a week. Monitor for helpdesk spikes, battery drain, and general user sentiment.
5. Communicate the change. Let users know why search behavior may differ between devices, and remind them that if search feels sluggish, IT has set the most reliable configuration.
If you’re an end user:
- Check your current mode. If you’re on a management device, it’s likely locked. If you’re free to choose and experiencing slowdowns, try switching to Classic. The toggle is instantaneous and requires no reboot.
- If you rely heavily on searching file contents across many folders, and your device has an SSD and ample RAM, Enhanced may be livable. But keep an eye on Task Manager right after a search — the indexer process (SearchIndexer.exe) should calm down within seconds.
If you’re a developer:
- Test your app’s search integration under both configurations. Differences in result sets can show up quickly.
- If your application triggers a reindex operation, consider whether Enhanced mode makes that operation prohibitively long or resource-intensive on non-NPU devices.
Outlook
Microsoft isn’t walking away from Enhanced search; it’s simply giving IT the breathing room to adopt it on their own timeline. As Copilot+ PCs trickle into the workplace and Intel’s latest mobile chips bake in NPUs by default, the hardware landscape will shift. Within two to three years, Classic mode may become the legacy fallback, quietly deprecated once NPU-less designs fade from the enterprise.
In the short term, watch for Windows 11 25H2 (or whatever comes after 24H2) to potentially flip the default on new Copilot+ consumer devices to Enhanced, while enterprise SKUs hold the Classic line unless explicitly changed. The Search CSP will almost certainly sprout more granular controls — perhaps the ability to toggle semantic indexing independently from the broad file crawl. For now, the safest path is simple: Classic for the fleet, Enhanced for the AI-capable few.