You open Outlook. The inbox stays blank. The status bar says 'Connecting...' for 47 seconds. You refresh Outlook Web App — same thing. You check Twitter. Someone just tweeted 'Outlook down?' at 8:03 a.m. You panic. Don’t. 92% of the time, Outlook isn’t down. Your machine is.
The Short Version
| Method | Pros | Cons | Time to Run |
|---|---|---|---|
| Check Microsoft Service Health | Official, real-time, global status | Won’t show local network or profile issues | 15 seconds |
| Test Outlook Web App (OWA) | Bypasses desktop app entirely — isolates client vs service | Requires working browser & credentials; won’t catch cached auth tokens | 45 seconds |
| Run Outlook in Safe Mode | Kills add-ins, custom views, and startup scripts instantly | Doesn’t fix corrupted OST files or Exchange connectivity errors | 20 seconds (Ctrl+Shift while launching) |
| Ping outlook.office365.com | Confirms DNS resolution and basic TCP reachability | Fails silently if firewall blocks ICMP — but still works over HTTPS | 10 seconds |
Method 1: Check Microsoft Service Health
This is the only source that tells you whether Microsoft says Outlook is down. Not your IT department. Not your coworker’s laptop. Not the guy who runs the Slack channel.
Go to https://status.office.com — type it. Don’t search. Don’t click ads. Bookmark it now. If you’re on Outlook 365 or Outlook 2019, this page updates every 60 seconds. For Outlook 2016, it’s the same backend — but your version doesn’t auto-poll it.
Look for the tile labeled Exchange Online, not “Outlook.” That’s the actual service powering email, calendar, and contacts. If it shows green with “Service is operational,” your problem isn’t Microsoft’s. Stop checking Twitter. Move on.
If it’s yellow or red, scroll down. Click the affected region (e.g., “East US,” “EMEA”). Look for impact details like “Delays sending mail” or “Calendar sync failures.” Note the start time. If it started 3 minutes ago, wait. If it started 3 hours ago, call your IT team — not Microsoft.
Counterintuitive tip: If Service Health shows green but your Outlook won’t load, try signing out of all Microsoft accounts in your browser first — then go back to status.office.com. Cached SSO tokens sometimes fake a green status when your token is expired or revoked.
Method 2: Test Outlook Web App (OWA)
Open Chrome, Edge, or Firefox. Go directly to outlook.office.com. Sign in with the same account you use in desktop Outlook.
If OWA loads — and you can see emails like 'Weekly Sync — Product Team', send a test message, and open 'Budget Review Q3' — your Exchange service is fine. Your desktop Outlook is broken.
If OWA hangs at “Loading…” or gives “We couldn’t sign you in,” the issue is broader: authentication, MFA prompt stuck, or tenant-level outage. Try a private/incognito window. Still fails? Clear cookies for outlook.office.com only — not all sites. Then retry.
Outlook 365 users: OWA uses modern auth by default. Outlook 2019 and 2016 may fall back to legacy auth if configured that way — which breaks if your admin disabled Basic Auth (they should have, as of October 2023). If OWA works but desktop doesn’t, that’s your smoking gun.
One more thing: In OWA, click the gear icon > View all Outlook settings > General > Theme. Change it. Hit Save. If the save succeeds, your session is alive. If it times out, it’s not you — it’s the service.
Method 3: Run Outlook in Safe Mode
Close Outlook completely. Hold Ctrl+Shift while double-clicking the Outlook shortcut. Keep holding until you see “Start Outlook in Safe Mode?” Click Yes.
Safe Mode disables all add-ins, custom ribbon tabs, third-party plugins, and even some built-in features like Clutter (deprecated) and Focused Inbox (if turned off via Group Policy).
If Outlook loads instantly in Safe Mode, the culprit is almost certainly an add-in. To find it: File > Options > Add-ins. At the bottom, select COM Add-ins > Go… Uncheck half the list. Restart normally. Repeat until Outlook works. Common offenders: Zoom Scheduler, Salesforce for Outlook, Grammarly.
Outlook 2016 has no Safe Mode prompt — you must launch from command line: outlook.exe /safe. Outlook 365 and 2019 support Ctrl+Shift at launch.
Don’t skip this step because “I don’t use add-ins.” Even Outlook’s own Skype for Business plugin (now Teams) ships enabled by default and crashes silently on older Windows builds.
If Safe Mode *still* hangs, your OST file is corrupt or your Exchange connection is blocked. Try rebuilding your profile: Control Panel > Mail > Show Profiles > Add… Give it a new name. Set it as default. Let it sync from scratch. Yes, it takes time. Yes, it’s faster than waiting for IT to reset your mailbox.
Which Should You Choose?
Use this table to decide — based on what you see *right now*:
| Symptom | Most Likely Cause | Fix | Prevention |
|---|---|---|---|
| Status bar says 'Connecting...' for >60 sec; no error | Corrupted OST or stale autodiscover cache | Hold Ctrl while clicking File > Account Settings > Account Settings… > Double-click account > More Settings > Advanced > Remove Offline Folder File (.ost) | Disable Cached Exchange Mode if you’re on fast, stable LAN/WiFi |
| Outlook opens but shows blank inbox; OWA works fine | Add-in crash or view corruption | Launch in Safe Mode (Ctrl+Shift). If it works, disable add-ins one-by-one. | Update add-ins monthly. Disable any labeled 'Deprecated' or 'Legacy' |
| OWA gives 'Sorry, something went wrong' after login | Expired or revoked Azure AD token | Sign out of all Microsoft accounts in browser. Clear cookies for login.microsoftonline.com. Retry. | Use separate browser profiles for work vs personal Microsoft accounts |
| Outlook crashes on startup; no window appears | Damaged Normal.dotm or COM add-in DLL conflict | Rename %appdata%\Microsoft\Templates\Normal.dotm. Restart Outlook. | Never edit Normal.dotm unless you know what macros you’re adding |
| Emails arrive late (15+ min), calendar invites delayed | Exchange throttling due to too many sync connections | File > Options > Advanced > Send/Receive > Edit > Uncheck 'Download shared folders' and 'Sync RSS feeds' | Limit connected devices to 3 active sessions per mailbox |