You click
Send. The meeting invite goes out. Then your colleague texts: 'Hey — did you get my acceptance?' You check your calendar. No response tracked. You didn’t *mean* to disable tracking — but Outlook did it anyway.
Most Common Cause
You’re using the
new Outlook for Windows (released mid-2023), and the 'Do Not Send a Response' checkbox is hidden behind a collapsed section — and worse, it’s
on by default for all new meeting requests. That’s right: Outlook now assumes you want no tracking unless you manually expand and uncheck it. The beauty of this approach is that Microsoft tried to reduce clutter — but it backfired hard for anyone who relies on response data.
This isn’t a bug. It’s a design choice. And it affects every version of the new Outlook app — including those synced with Microsoft 365 Business Standard or Enterprise plans.
Diagnostic Steps
Before you change anything, confirm which version you're running — and whether the issue is local or server-side.
First, check your Outlook version:
File > Account > About Outlook. If it says "New Outlook" at the top, you’re in the modern interface. If it says "Outlook 2016", "2019", or "Microsoft 365 Apps", you’re in classic mode.
Next, open a new meeting request (
Ctrl+Shift+K). Look for the 'Responses' section. In classic Outlook, it’s visible by default under the 'Meeting' tab. In new Outlook, click the three-dot menu (⋯) >
More options, then scroll down.
Still unsure? Test it: Send a test invite to
Michael Rodriguez and
Priya Sharma. Wait 30 seconds. Check your tracking pane (bottom of the meeting window). If both names show "No response received" — even though they accepted — your 'Do Not Send a Response' setting is active.
Fix #1: New Outlook — Expand & Uncheck
This takes 8 seconds — once you know where to look.
Open a new meeting request (
Ctrl+Shift+K). Click the
⋯ button in the top-right corner of the compose window. Select
More options. Scroll down to the
Responses section. You’ll see:
- Do not send a response — checked by default
- Send responses only to me
- Send responses to organizer and all attendees
Uncheck
Do not send a response. That’s it. No restart needed. Every future meeting you create will honor this — until Microsoft resets it again in a future update (they have, twice since 2023).
What most people don’t realize is: this setting doesn’t persist across devices. If you draft a meeting on your laptop using new Outlook, then open it on your desktop (also new Outlook), the checkbox reverts. So check it before every send.
Fix #2: Classic Outlook — Reset via Options
In classic Outlook, the setting lives deeper — and can be locked by group policy.
Go to
File > Options > Calendar > Tracking. Look for the option:
“Automatically accept or decline meetings based on my availability”. Uncheck it — yes, even if you don’t use auto-accept. Why? Because when this is enabled, Outlook disables response tracking as a side effect.
Then go to
File > Options > Mail > Tracking. Ensure
“Delivery receipt confirming the message was delivered to the recipient's email server” is unchecked — this interferes with meeting response routing in older Exchange environments.
Now, for the meeting itself: In the meeting window, go to the
Meeting tab >
Tracking group > click
Tracking. A small dialog opens. Make sure
“Do not send a response” is NOT selected. If it is, clear it and click OK.
A surprising tip: If you’ve already sent the invite with tracking disabled, you
cannot retroactively enable it. But you
can cancel the original meeting and resend — and Outlook will preserve attendee status (accepted/declined/tentative) if you keep the same subject and time.
Fix #3: Outlook Web — Where the Checkbox Vanishes Entirely
Outlook on the web (outlook.office.com) has no visible 'Do Not Send a Response' toggle. It’s controlled by your mailbox’s underlying Exchange settings — and defaults to off for most tenants.
But here’s the catch: if your organization uses
Exchange Online with custom transport rules, a rule may strip response headers from inbound/outbound meeting messages. That breaks tracking silently.
To test: In Outlook Web, create a meeting with
James O'Brien,
Sophie Chen,
Diego Morales, and
Anya Patel. Send it. Then ask one person to accept immediately. Go to your calendar, double-click the event, and click
Tracking at the bottom.
If you see blank rows or “Not yet responded” for everyone — even after 2 minutes — your tenant likely has a mail flow rule interfering.
The fix requires admin access: Go to
Exchange Admin Center > Mail flow > Rules. Search for rules containing “meeting”, “response”, “iCal”, or “MIME”. Disable any that mention “remove headers” or “modify content type”.
If you’re not an admin, ask your IT team to run this PowerShell command against your mailbox:
Get-CalendarProcessing -Identity "your@domain.com" | fl AddOrganizerToSubject, DeleteComments, ProcessExternalMeetingMessages
If
ProcessExternalMeetingMessages is
False, external responses won’t register — even from internal colleagues using different domains.
Still Not Working?
Try this escalation path:
- Test in Outlook Safe Mode: Hold Ctrl while launching Outlook. If tracking works there, an add-in is blocking it. Disable add-ins one-by-one via File > Options > Add-ins > COM Add-ins > Go…
- Check your mailbox size. If over 40 GB in Outlook 2016/2019, offline cache corruption can break tracking. Compact your OST: File > Account Settings > Account Settings > Data Files > Settings > Compact Now
- If you use a shared mailbox or delegate access, verify permissions: In File > Account Settings > Delegate Access, ensure 'Calendar' has at least 'Reviewer' rights — 'Author' or higher required for response updates
- Last resort: Contact IT with this info: Your Outlook version, exact steps you took, screenshot of the Tracking pane, and output of
Get-MailboxCalendarSettings -Identity your@domain.com (if they have Exchange PowerShell access)
| Feature | Outlook 365 (New) | Outlook 2019 | Outlook 2016 | Outlook Web |
|---|
| 'Do Not Send a Response' visible by default | ❌ (hidden behind ⋯ > More options) | ✅ | ✅ | ❌ (no UI toggle) |
| Can disable tracking per-meeting | ✅ | ✅ | ✅ | ✅ (via backend) |
| Retroactively enable tracking | ❌ | ❌ | ❌ | ❌ |
| Requires Exchange Online Plan 1+ | ✅ | ✅ | ✅ | ✅ |
| Works with Outlook Mobile | ✅ | ❌ (limited sync) | ❌ | ✅ |
| Supports 'Send responses to all attendees' | ✅ | ✅ | ✅ | ❌ |
| Tracking shows in Reading Pane | ❌ | ✅ | ✅ | ❌ |
Your next step: Open a new meeting right now. Press
Ctrl+Shift+K. Find the ⋯ menu. Click
More options. Scroll. Uncheck
Do not send a response. Send one test invite — to yourself. Watch the tracking pane light up.