Outlook search broken after Windows update — fix
Outlook search returns nothing after a Windows update. Usually it's the Windows Search indexer getting reset or corrupted. Here's the fix.
You just installed a Windows Update — maybe the monthly rollup, maybe a feature update to 22H2 — and now Outlook search returns nothing. Type in a sender's name, a subject line, a date range: zero results. But the emails are still in the folders. You can find them by clicking through folder by folder, but the search bar is dead.
What's actually happening here is that Windows Update sometimes triggers a reset or corruption in the Windows Search indexer. The indexer is the service that pre-builds a searchable catalog of your Outlook items (and files, and settings). When it gets bumped during an update — especially if the update changes the indexer's database format or resets its location — the index goes stale or disappears entirely. Outlook then queries a broken index and returns nothing. The emails exist, but the search tool can't see them.
Fix: Rebuild the Windows Search index
Don't waste time with SFC scans or DISM restores. The real fix is to force the indexer to rebuild its database from scratch. Here's how.
- Open Indexing Options
Go to Control Panel > Indexing Options. In Windows 10 or 11, you can search for "Indexing Options" from the Start menu. Shortcut: press Win + R, typecontrol srchadmin.dll, hit Enter. - Click "Advanced"
In the Indexing Options window, click the Advanced button. You'll need admin rights for this — if you're on a corporate machine, you might need IT to do it. - Rebuild the index
Under Index Settings > Troubleshooting, click Rebuild. A prompt warns this can take a while. It's not kidding — on a large mailbox, it can take hours. But it's the only way to force a clean index. - Wait for it to finish
Don't close the window. You'll see the index status change from "Indexing complete" to "Indexing speed reduced" or "Indexing items..." Let it run. You can keep using Outlook during this, but search will be slow until it finishes. - Restart Outlook
Once the indexer reports it's done, close and reopen Outlook. Test search again with a term you know exists in your mailbox.
If it still fails: check the indexer's location and Outlook data file
Two things can block this fix:
The index location got corrupted
When rebuilding fails silently, the indexer might be trying to write to a location that doesn't exist or is read-only. Open Indexing Options again, click Advanced, and under Index location, note the path. By default it's %ProgramData%\Microsoft\Search\Data. If that path is missing or permissions are wrong, the rebuild will stall. You can change it to a different folder (say C:\SearchIndex) — that forces the indexer to start fresh.
Outlook data file (.ost or .pst) isn't being indexed
Open Indexing Options, click Modify, and make sure your Outlook data file is checked. For most people it's under Outlook or Microsoft Outlook. If it's missing, add it manually by clicking Show all locations and checking the box for Microsoft Outlook. Without that, the indexer won't touch your mailbox items.
Why this happens
Windows Update, especially the cumulative updates released on Patch Tuesday, can modify the Windows Search schema or the indexer's internal database format. The indexer then detects that its existing index is incompatible and marks it as corrupt — but doesn't always rebuild it automatically. You're left with a broken search until you trigger a manual rebuild. I've seen this with Windows 10 22H2, Windows 11 23H2, and the October 2024 preview update. It's not a bug in Outlook itself — it's the indexer getting confused.
Still not working? Check for Cortana interference
In Windows 10 and 11, Cortana's search integration can conflict with the classic indexer. If you've disabled Cortana via group policy or registry, the indexer might refuse to start. Open Services (services.msc), find Windows Search, and check it's running and set to Automatic (Delayed Start). If it's stuck on Starting or Stopped, right-click and restart it. Then try the rebuild again.
One more thing: if you're on Outlook 2016 or 2019 and you've applied the "Fix search" option from the Office Repair tool, that only replaces search components — it doesn't touch the index database. You still need to rebuild the index manually. Don't skip that step.
Was this solution helpful?