Outlook search fails on archive PST files — fix

Software – Microsoft Office Intermediate 👁 2 views 📅 May 29, 2026

Outlook search won't find emails in your archive PST files. Usually happens after Windows update or profile rebuild. Here's the real fix.

You open Outlook, search for that email from last year's Q3 review, and nothing shows up. But you know it's in your archive PST file. You've even opened the archive folder manually and scrolled — the email is there, mocking you. This usually hits after a Windows 10/11 feature update, an Office repair, or if you've recently rebuilt your Outlook profile. The search index simply forgot your PST file exists.

Why Outlook stops searching archive PST files

The root cause is boring but specific: Windows Search — the service powering Outlook's search — treats PST files as optional indexing targets. When anything resets the index (update, profile rebuild, even a corrupted registry key), it drops non-default PST locations. Outlook's own search (Instant Search) doesn't index PSTs at all outside of cached mode. So if your archive is on a network drive, an external USB, or even in a custom folder like D:\Archives\, Windows Search won't touch it until you explicitly tell it to.

I've seen this most often with Office 365 / Microsoft 365 in cached Exchange mode, but it happens just as much with Outlook 2019 and 2021 on standalone PST archives. The fix is always the same: add your archive PST to the Windows Indexing Options.

Fix: Add your archive PST to Windows Search Index

  1. Close Outlook completely. If you don't, the PST file might be locked and won't save the indexing change.
  2. Open Control Panel > Indexing Options. Quickest way: hit the Windows key, type "indexing", and click Indexing Options.
  3. Click the Modify button at the bottom of the window.
  4. In the list that appears, scroll down. You'll see a section for Microsoft Outlook with a sub-item for your archive PST file. The name will match whatever you named the PST in Outlook — something like "Archive" or "2023 Archive". Make sure its checkbox is checked. If it's unchecked, check it.
  5. If you don't see your archive PST listed at all, click Show all locations at the bottom. Then expand the drive where the PST lives (usually C: or D:) and manually find the file. Common paths:
    • C:\Users\YourUsername\Documents\Outlook Files\archive.pst
    • C:\Users\YourUsername\AppData\Local\Microsoft\Outlook\archive.pst
    Check that folder.
  6. Click OK, then Close in the main Indexing Options window.
  7. Now rebuild the search index. In Indexing Options, click Advanced > Rebuild. Yes, this will take a while — 10–30 minutes depending on your PST size. Go get coffee.
  8. Once the rebuild finishes (you'll see "Indexing complete" in the status), open Outlook and test the search. Should work instantly.

Still failing? Check these three gotchas

If the search still comes up empty, here's what I'd check next — in order of likelihood:

  • Is the PST on a network or removable drive? Windows Search flat-out refuses to index files on network shares or USB drives. Move the PST to C:\Users\YourUsername\Documents\Outlook Files\ and re-add it in Outlook (File > Account Settings > Data Files > Add). Then repeat the indexing steps above.
  • Are you running Outlook in online mode? If you've disabled cached Exchange mode, Outlook's own search (Instant Search) won't touch PSTs. Go to File > Account Settings > Account Settings > double-click your email account > check "Use Cached Exchange Mode". Restart Outlook.
  • Did Windows Search get disabled entirely? Open Services (services.msc), look for Windows Search. If its status isn't Running or the startup type isn't Automatic, set it to Automatic, start it, and rebuild the index again.

I know this error is infuriating — especially when you're in the middle of something time-sensitive. But nine times out of ten, it's just the index forgetting your archive PST. This fix has saved my skin more times than I can count. Let me know if it works for you.

Was this solution helpful?