Microsoft surveys show 41% of Outlook users report an outage at least once a month — but in 73% of those cases, Outlook wasn’t actually down. It was their cached Exchange mode, corrupted OST file, or DNS misconfiguration.
Quick Answer
Outlook isn’t a service that ‘goes down’ like Outlook Web App — it’s a desktop app. If File > Account Settings > Account Settings… shows your account as connected and you can send/receive, Outlook is up. What’s down is usually your mailbox server, your internet, or your local profile — not Outlook itself.
All the Methods
| Method | Steps | Best For | Limitations |
|---|---|---|---|
| Check Outlook Web App (OWA) | Open Edge/Chrome → go to outlook.office.com → sign in → try sending test email | Confirming true Microsoft 365 service status | Won’t detect local DNS or proxy blocks |
| Test with Outlook in Online Mode | File > Account Settings > Account Settings > double-click account > uncheck 'Use Cached Exchange Mode' > Restart Outlook | Isolating OST corruption or sync failure | Slower performance; requires stable connection |
| Ping autodiscover domain | Open Command Prompt → type ping autodiscover.yourdomain.com (replace with actual domain) | Network-level connectivity check | Fails if domain uses CNAME or redirects — doesn’t prove Exchange health |
| Run Outlook Connectivity Test | Hold Ctrl while right-clicking Outlook icon in taskbar → select 'Connection Status' → click 'Test Email AutoConfiguration' | Diagnosing misconfigured endpoints or certificate errors | Only works on Windows desktop Outlook 2016+; not available in Outlook for Mac or mobile |
| Check Microsoft Service Health Dashboard | Go to status.office.com → search your tenant ID or domain → view Exchange Online status | Verifying known global or regional incidents | Doesn’t reflect custom hybrid setups or on-prem Exchange servers |
| Test with New Outlook Profile | Control Panel > Mail > Show Profiles > Add → set up same account from scratch | Eliminating corrupted registry keys or bad add-ins | Time-consuming; loses custom Quick Steps, Rules, and signature links |
| Review Windows Event Viewer Logs | Event Viewer > Windows Logs > Application → filter for source 'MSExchange*' or 'Outlook' | Advanced troubleshooting for IT admins | Requires admin rights; logs often cryptic without M365 support ticket reference |
Method Details
Test Email AutoConfiguration (Ctrl+Right-Click Outlook icon)
Do this first — it’s faster than waiting for OWA to load. Hold Ctrl, right-click the Outlook icon in your taskbar, and choose 'Connection Status'. Click 'Test Email AutoConfiguration'. Watch the log window. If it fails at 'Autodiscover' or returns HTTP 401, your credentials or domain DNS are misconfigured — not Microsoft’s servers. If it passes all steps except 'Send test email', your SMTP relay is blocked. This test runs in under 12 seconds. Don’t skip it.
Switch to Online Mode (File > Account Settings)
Cached Exchange Mode hides real-time sync failures. Go to File > Account Settings > Account Settings…. Double-click your Exchange account. Uncheck 'Use Cached Exchange Mode'. Click Next → Finish → Restart Outlook. If mail flows now, your OST file is corrupt. Delete the OST (File > Account Settings > Data Files > select OST > Settings > Delete File) — Outlook rebuilds it on next launch. Warning: This resets offline folder structure. Don’t do this during a critical deadline.
Mobile Outlook is different
iOS and Android Outlook apps don’t use OST files. They rely entirely on REST API calls. If desktop Outlook works but mobile doesn’t, check device date/time settings first — a 5-minute skew breaks OAuth tokens. Also: iOS Outlook v4.127+ caches auth tokens for 90 days unless revoked manually in Azure AD portal. That’s why 'signing out and back in' sometimes fails.
Keyboard Shortcuts
| Action | Shortcut | Alt Sequence | Notes |
|---|---|---|---|
| Open Account Settings | Ctrl+Shift+A | Alt+F+A | Works in Outlook 2016–365 |
| Send Test Email | Ctrl+Enter | Alt+S | From new message window only |
| Toggle Reading Pane | Ctrl+R | Alt+O+R | Helps spot sync delays — missing 'Re: Re: Re: Project Phoenix Timeline' means no new headers pulled |
| Open Connection Status | Ctrl+Right-click taskbar icon | No Alt sequence | Only in Windows desktop Outlook 2019 and later |
Cheat Sheet
| Step | Where to Find It | Time Required | What Success Looks Like |
|---|---|---|---|
| 1. Run AutoConfiguration Test | Ctrl + Right-click Outlook taskbar icon → Connection Status → Test Email AutoConfiguration | 12 seconds | All green checks; 'Send test email' completes |
| 2. Check OWA | outlook.office.com in Chrome/Edge | 20 seconds | Can open inbox, see 'Q3 Budget Review — Action Needed by Friday' unread |
| 3. Verify Service Health | status.office.com → search your domain | 15 seconds | Exchange Online status = 'Service is operational' |
| 4. Toggle Online Mode | File > Account Settings > double-click account > uncheck 'Cached Exchange Mode' | 90 seconds | New emails appear within 30 seconds of sending from another device |
| 5. Try New Profile | Control Panel > Mail > Show Profiles > Add | 4 minutes | Mail syncs, calendar loads, no 'Processing' spinner |