Blog Tutorial

How to Fix Outlook Search Not Working

Outlook search breaks in different ways. Sometimes the search bar disappears entirely. Sometimes you type and get zero results. Sometimes you get partial results with old emails mi…

VTVideoShala Team · May 27, 2026 ·7 min read
How to Fix Outlook Search Not Working

Outlook search breaks in different ways. Sometimes the search bar disappears entirely. Sometimes you type and get zero results. Sometimes you get partial results with old emails missing. Each symptom points to a different root cause and each cause has a different fix.

This guide orders the fixes by likelihood and by time cost. Try them in sequence and stop the moment search starts working. Most users fix it at step 1 or 2 in under five minutes. The deeper fixes (Office repair, profile rebuild) only matter for the stubborn 10% of cases.

First, identify which Outlook you are using

The fix depends on the version. Classic Outlook and new Outlook for Windows behave completely differently under the hood.

VersionHow search works
Classic Outlook for Windows Uses the Windows Search index on your local PC. Most fixes in this guide are for this version.
New Outlook for Windows Searches on Microsoft's servers directly. No local index. Skip to the new Outlook section.
Outlook on the web Server-side search only. Almost never breaks. If it does, try a different browser.
Outlook mobile (iOS, Android) Server-side. Rarely has issues. If broken, sign out and back in.

Open Outlook. If you see the classic ribbon interface with tabs like Home, Send/Receive, Folder, you are using classic Outlook. If you see a simpler, more modern interface with a sidebar, you are using new Outlook for Windows.

Fix 1: Check the search scope (30 seconds, fixes 40% of cases)

This is the most common cause and the one almost every guide buries at step 5. Outlook has a search scope dropdown next to the search box that controls how far the search reaches.

  1. Click in the search box at the top of Outlook.
  2. The Search tab appears on the ribbon.
  3. Look at the scope dropdown. It usually defaults to Current Folder.
  4. Change it to All Mailboxes or Current Mailbox.
  5. Run your search again.

If results appear now, the issue was scope, not search. Change the default by going to File > Options > Search and picking your preferred default scope under "Include results only from".

Fix 2: Check the indexing status (1 minute)

Before rebuilding anything, find out what state the index is actually in.

  1. Open Outlook, click the search box. The Search tab appears.
  2. On the Search tab, click Search Tools > Indexing Status.
  3. A small dialog opens with one of these messages:
    • "Outlook has finished indexing all of your items. 0 items remaining.". Index is fine, skip to Fix 4.
    • "X items remaining.". Indexing is in progress. Wait for it to finish.
    • "Indexing is paused.". Wake the machine or stop power-saving features.

Indexing can take 30 minutes for a 1 GB mailbox up to 6 hours for a 25 GB mailbox. Plug in your laptop and leave Outlook open. If the count never decreases, jump to Fix 3.

Fix 3: Rebuild the search index (30-180 minutes background)

If indexing is stuck or finished but search still returns nothing, the index itself is corrupted. Rebuild from scratch.

  1. Close Outlook completely. Use File > Exit, not the X button.
  2. Open the Start menu, type Indexing Options, press Enter.
  3. In the Indexing Options window, click Advanced.
  4. On the Index Settings tab, click Rebuild.
  5. Confirm the warning. Windows clears the index and starts again from scratch.
  6. Wait. The progress shows at the top of the Indexing Options window.
  7. Reopen Outlook only after the count reaches 0 (check Indexing Status as in Fix 2).

If Microsoft Outlook is not listed in Included Locations

Click Modify in the Indexing Options window. Scroll the tree to find Microsoft Outlook. If it appears, tick the box and click OK. If it does not appear at all, the search component is not installed correctly. Jump to Fix 5 (Office repair).

Do not interrupt the rebuild. If your laptop sleeps mid-rebuild, indexing pauses and may not resume cleanly. Either disable sleep for the rebuild window or run it overnight while plugged in.

Fix 4: Check Cached Exchange Mode mail window (2 minutes)

This one trips up users searching for "old" emails specifically. Cached Exchange Mode downloads only a recent window of mail to your local machine. Older mail exists on the server but not locally. Local search only sees what is downloaded.

  1. Go to File > Account Settings > Account Settings.
  2. Double-click your Exchange or Microsoft 365 account.
  3. Look at the Mail to keep offline slider. Default is often 1 year.
  4. Drag the slider to All if you want everything searchable locally.
  5. Click Next, then Done.
  6. Restart Outlook. The full mailbox starts downloading. This can take hours on slow connections.

If you do not want to download everything, change the search scope to All Mailboxes: that triggers server-side search for older mail. Our companion guide on retrieving old emails in Outlook 365 walks through this trap in detail.

Fix 5: Run Office Quick Repair (5-10 minutes)

If the index rebuild itself fails or the search bar is missing entirely, Office is damaged. Quick Repair fixes most issues without removing your data or account.

  1. Close Outlook.
  2. Open Settings > Apps (Windows 11) or Control Panel > Programs and Features (Windows 10).
  3. Find Microsoft 365 or Microsoft Office, click it, choose Modify.
  4. If prompted, pick Quick Repair first (faster, no internet needed).
  5. Click Repair. Wait 3-5 minutes.
  6. Reopen Outlook and test search.

If Quick Repair does not fix it, run Online Repair from the same menu. Online Repair reinstalls Office completely (takes 15-30 minutes, needs internet). Your mail and settings stay intact: only the Office binaries are replaced. Microsoft's official troubleshooting page documents the same repair flow.

Fix 6: Repair the PST or OST file with scanpst.exe (10-30 minutes)

If your data file is corrupted, indexing never finishes correctly because the indexer cannot read the file. Microsoft ships a built-in repair tool called scanpst.exe (Inbox Repair Tool).

Find scanpst.exe

The tool's location depends on your Office version:

C:\Program Files\Microsoft Office\root\Office16\SCANPST.EXE
C:\Program Files (x86)\Microsoft Office\root\Office16\SCANPST.EXE

Replace Office16 with Office15 for Office 2013. Use Windows Search to find it if you cannot locate it manually.

Find your PST or OST file

Default locations:

C:\Users\YourName\Documents\Outlook Files\
C:\Users\YourName\AppData\Local\Microsoft\Outlook\

Run the repair

  1. Close Outlook completely.
  2. Double-click SCANPST.EXE.
  3. Click Browse and pick your PST or OST file.
  4. Click Start. The scan takes 5-15 minutes depending on file size.
  5. If errors are found, tick Make backup of scanned file before repairing and click Repair.
  6. Reopen Outlook.

scanpst.exe is limited and may fail on large or badly corrupted files. If it cannot repair the file, you may need a third-party PST repair tool.

Fix 7: Rebuild the Outlook profile (15-20 minutes, last resort)

If nothing else works, the Outlook profile itself is corrupted. Creating a fresh profile gives Outlook a clean slate without losing any server-side mail.

  1. Close Outlook.
  2. Open Control Panel, search for Mail, click the Mail icon.
  3. Click Show Profiles.
  4. Click Add. Name the new profile (e.g., Outlook2).
  5. Add your email account.
  6. Set Always use this profile to the new one.
  7. Open Outlook. Wait for the new profile to sync mail (15 minutes to several hours depending on mailbox size).
  8. Test search.

If the new profile works, the old one was corrupted. Delete the old profile once you confirm everything synced.

Fix for new Outlook for Windows

New Outlook does not use the Windows Search index, so most of the fixes above do not apply. If new Outlook search fails:

  1. Pull to refresh the inbox.
  2. Sign out and back in: Settings > Accounts, click your account, Sign out. Sign back in.
  3. Update the app via Microsoft Store.
  4. If still broken, switch back to classic Outlook temporarily (the toggle is at the top right of new Outlook).

Troubleshooting checklist

SymptomMost likely fix
Search bar missing entirelyFix 5 (Office repair)
Search returns no results at allFix 1 (scope), Fix 3 (rebuild index)
Some emails missing from resultsFix 4 (Cached Mode), Fix 1 (scope)
Search is very slowFix 3 (rebuild index), Fix 6 (scanpst)
"Something went wrong" errorFix 5 (repair), Fix 7 (rebuild profile)
Search worked yesterday, broken todayFix 3 (rebuild index)
New Outlook search brokenSign out and back in, then update app

When to stop troubleshooting

If you have rebuilt the index, repaired Office, run scanpst and created a fresh profile and search still does not work, the issue is beyond local fixes. At that point either contact your IT admin (if you are on a Workspace or Exchange account, the admin may have applied a policy blocking indexing) or contact Microsoft Support.

As a workaround while you troubleshoot, you can search the same mailbox in Outlook on the web, which never breaks because all search runs on Microsoft's servers. If web search also fails on the same mailbox, the problem is server-side or account-level, not your local Outlook.

For related Outlook workflows, see our guides on accessing archived emails in Outlook (covers the Archive folder, Online Archive and AutoArchive PST locations) and retrieving old emails in Outlook 365 (covers Cached Mode and Recoverable Items).

Frequently Asked Questions

Why is Outlook search not finding emails I know exist? +
Three common causes in order of likelihood. First, the search scope is wrong: change the dropdown next to the search box from Current Folder to All Mailboxes. Second, the Windows Search index is stale or incomplete: check Indexing Status in Outlook to confirm. Third, you have Cached Exchange Mode set to download only 1 year of mail, so older messages exist only on the server and local search cannot find them. Increase the Cached Mode window or switch the search scope to use server-side search.
How do I rebuild the Outlook search index? +
Close Outlook completely. Open the Start menu, type Indexing Options, click the result. In the Indexing Options window, click Advanced. On the Index Settings tab, click Rebuild. Confirm the warning. Windows clears the index and rebuilds from scratch. A full rebuild can take 30 minutes for a small mailbox or several hours for a large one. Leave the computer running and reopen Outlook only after the Indexing Status in Outlook shows 0 items remaining.
How long does Outlook indexing take? +
Depends on mailbox size and your machine. A 1 GB mailbox typically indexes in 15-30 minutes on a modern SSD. A 25 GB mailbox can take 4-6 hours on the same hardware. Indexing pauses if your laptop goes to sleep, so keep the machine awake and plugged in. Check progress in Outlook under Search Tools then Indexing Status.
Why is the search bar missing in Outlook entirely? +
Switch to another folder like Inbox or Sent Items, the interface usually refreshes and the search bar reappears. If it stays missing, restart Outlook from File menu Exit (not the X button). If still missing, run Office Quick Repair via Control Panel, Programs and Features, then Modify. A missing search bar usually indicates a corrupted Office install rather than an indexing problem.
Does the new Outlook for Windows have the same search problems? +
Not the same problems, but it has different ones. New Outlook uses server-side search instead of the Windows Search index, so index corruption never causes new Outlook search to fail. However, new Outlook can show stale results if the local cache is out of sync. Fix it by signing out and back in via Settings, Accounts or by resetting the account. If you use both classic and new Outlook, only the classic one has rebuild-index troubleshooting paths.
VT

VideoShala Team

Author

The VideoShala editorial team.