You just installed that Tuesday patch, rebooted, opened Outlook, and hit Ctrl+E to find an email you know is there. Nothing. The search bar sits there like a dead fish. It's not just you – this happens all the time after Windows updates, especially on Windows 10 21H2 and 22H2 builds. I've seen it on a client's machine last month after the KB5026362 update, and it drove them nuts.
What's Actually Going On
Outlook search doesn't scan every folder every time you type. It uses a background service called Windows Search (WSearch.exe) that builds an index – a database of every word in every email. When Windows updates, that index can get marked as invalid or the service can stall. The result? Outlook asks for results, the index returns nothing, and you get an empty screen.
There's also a known bug where the update trips a corruption flag on the index files. The fix isn't reinstalling Office or running `sfc /scannow` – you need to force the index to rebuild.
Step-by-Step Fix
- Close Outlook completely. Not just the window – check the system tray for the Outlook icon and right-click → Exit.
- Open Indexing Options. Press Win+R, type
control /name Microsoft.IndexingOptions, and hit Enter. (On older Windows, just search for "Indexing Options" in Control Panel.) - Check if Outlook is listed. In the Indexing Options window, you'll see a list of included locations. If Microsoft Outlook is there, good. If not, click Modify, check the box for Microsoft Outlook (you might have to expand the list), and hit OK.
- Now force a rebuild. Click Advanced at the bottom. Under "Troubleshooting," click Rebuild. It'll warn you that indexing takes time – that's fine. Click OK.
- Restart the search service (optional but recommended). Open an elevated Command Prompt (right-click Start → Windows Terminal (Admin)), and run:
net stop wsearch net start wsearch - Reopen Outlook and wait. The index rebuild can take anywhere from 10 minutes to a couple of hours depending on how big your mailbox is. You'll see an indexing progress indicator in the bottom right of Outlook (a little gear icon). Let it finish – searching before it's done will still show partial results, but it'll fill out.
If It Still Fails
Sometimes the rebuild alone doesn't cut it. Here's what else to check:
1. Make sure the Outlook data file isn't corrupt
Run the inbox repair tool. Close Outlook, then find ScanPST.exe. On a 64-bit install it's usually at:
C:\Program Files\Microsoft Office\root\Office16\ScanPST.exe
Point it at your .pst file (or .ost if you use IMAP/Exchange). It'll scan and fix minor issues. Just be aware that ScanPST can sometimes break things if the file's really bad – back up first.
2. Check if Windows Search is disabled
Some updates flip services to manual or disabled, especially if you had tweaked them. Open Services (Win+R → services.msc), find Windows Search, and make sure it's set to Automatic and is Running. If not, double-click, change startup type, start it, and apply.
3. Look at your antivirus
If you use a third-party AV like Norton or McAfee, it can block Outlook from reading the index. Add Outlook.exe and the search service to exclusions. I've seen Bitdefender cause this exact issue after an update – took me half a day to figure out.
If you've done all that and search is still dead, try a quick repair of Office itself. Go to Settings → Apps → Microsoft 365 (or Office) → Modify → Quick Repair. That resets some components without nuking your data.
One last thing – if you use Outlook in online mode with a large mailbox, search can just be slow. But if you're getting zero results, it's almost always the index. Rebuild it and you'll be back to finding emails in seconds.