Your team’s shared mailbox Weekly Sync — Product Team hasn’t synced new replies for 17 minutes. A delegate just called saying their sent items vanished from the shared folder. You open Outlook Web App — blank white screen. Panic starts. But before you ping IT or restart everything, ask: is it really down? Or is something far more specific — and fixable — going on?
Quick Answer
No, Outlook itself is almost never globally “down” — Microsoft 365 services have 99.9% uptime SLA. When users say “Is it down Outlook?”, they’re usually seeing a local sync failure, authentication glitch, cached credential issue, or tenant-level outage affecting only their organization — not the whole service.
All the Methods
| Method | Steps | Best For | Limitations |
|---|---|---|---|
| Microsoft Service Health Dashboard | Go to status.office.com > sign in with work account > check Exchange Online status tile | Confirming global or tenant-specific outages | Doesn’t show local network or client issues |
| Outlook Connection Status (Desktop) | Right-click status bar > select Connection Status > review server response times & last sync time | Diagnosing sync delays in cached Exchange mode | Only visible when connected to Exchange (not IMAP/POP) |
| Test Web Access | Open Outlook Web App in private browser window, log in, send test email to yourself | Ruling out desktop app corruption or add-in interference | Won’t detect Outlook desktop-specific bugs (e.g., 365 v2308 crash on startup) |
| Check Shared Mailbox Sync | In desktop Outlook: File > Account Settings > Account Settings > double-click account > More Settings > Advanced > verify shared mailboxes are listed & checked | Delegates or users with multiple shared mailboxes (e.g., Budget Review Q3, 1:1 with Manager) | Shared mailboxes don’t appear in OWA unless explicitly added to navigation pane |
| Test Autodiscover | Hold Ctrl + right-click Outlook icon in taskbar > Test Email AutoConfiguration > uncheck 'Use Guessmart' > run | Identifying DNS, certificate, or proxy misconfigurations | Fails silently if firewall blocks HTTPS to autodiscover.yourdomain.com |
| Event Viewer Logs | Windows Event Viewer > Applications and Services Logs > Microsoft > Office > Click-to-Run > filter for Error level | IT admins troubleshooting recurring crashes or sync loops | Not user-accessible in Outlook for Mac or OWA |
Method Details
The Connection Status panel is the fastest diagnostic for most users — yet it’s hidden by default. Right-click the bottom status bar (where you see “Connected to Exchange” or “Working Offline”). Select Connection Status. In Outlook 365 (v2308+), this opens a live-updating window showing round-trip latency to each backend service (EWS, MAPI, Autodiscover). If “Last Successful Send/Receive” is older than 2 minutes, and “Response Time” shows >2000ms, your local connection — not Microsoft — is the bottleneck. What most people don’t realize is that even if the status says “Connected”, it may be stuck in a retry loop. Hit F9 manually to force a send/receive. That one keypress resolves ~30% of “Is it down?” cases.
The Test Email AutoConfiguration tool is surprisingly powerful — and counterintuitive. Hold Ctrl while right-clicking the Outlook tray icon, then choose Test Email AutoConfiguration. Uncheck “Use Guessmart” — it often guesses wrong for hybrid environments. The report shows exact URLs Outlook tried, HTTP status codes, and which step failed (e.g., “Failed to contact https://autodiscover.contoso.com/autodiscover/autodiscover.xml — 404”). This matters for shared mailboxes: if Autodiscover fails, delegate access won’t load — even though your primary mailbox works fine. In Outlook 2019, this tool lives under File > Office Account > About Outlook > Ctrl+click “About Outlook” repeatedly to unlock it.
For shared mailboxes specifically: Outlook desktop caches permissions separately from OWA. If your delegate sees Weekly Sync — Product Team in OWA but not desktop, go to File > Account Settings > Account Settings > double-click your Exchange account > More Settings > Advanced. Scroll down — you’ll see checkboxes for each shared mailbox. If one is unchecked, it’s intentionally disabled locally. Check it, click OK, then restart Outlook. No server change required.
Keyboard Shortcuts
| Action | Shortcut | Alt Sequence | Notes |
|---|---|---|---|
| Force Send/Receive | F9 | N/A | Works even when status bar says “Connected” |
| Open Connection Status | Right-click status bar | Alt+F, C | Only appears when Outlook is online and Exchange-connected |
| Toggle Working Offline | Alt+F5 | Alt+F5 | Toggling offline/online forces full re-authentication |
| Open Account Settings | Ctrl+Shift+A | Alt+F, A | Fastest way to reach shared mailbox config |
Cheat Sheet
| Symptom | Likely Cause | First Action | Verification Step |
|---|---|---|---|
| No new emails for >5 min | Cached mode sync delay or throttling | F9 | Check Connection Status > “Last Successful Send/Receive” timestamp |
| Shared mailbox missing in desktop | Disabled in Advanced account settings | File > Account Settings > double-click account > More Settings > Advanced | Ensure checkbox next to mailbox name is ticked |
| Blank screen in OWA | Browser cache or extension conflict | Private/incognito window | If works in private mode, clear cache or disable ad blocker |
| “Cannot connect to Exchange” error | Autodiscover failure or expired cert | Ctrl+right-click tray icon > Test Email AutoConfiguration | Look for “HTTP 503” or “SSL Certificate Not Trusted” |
| Sent items disappear from shared mailbox | Delegate doesn’t have “Send As” permission | Admin center > Exchange admin center > recipients > shared mailboxes > permissions | “Send on Behalf” ≠ “Send As”; only “Send As” saves to shared Sent Items |