An Outlook reminder keeps popping up even after you dismiss it or the calendar event it belonged to is already deleted. This is almost always caused by a corrupted entry in Outlook’s hidden Reminders folder, and there are several ways to clear it out without losing anything else.
Fix #1: Run the /cleanreminders switch
This is Microsoft’s official first-line fix and clears up the problem for most people in under a minute.
- Close Outlook completely — check the system tray to make sure it’s not still running in the background.
- Press
Windows + Rto open the Run dialog. - Type
outlook.exe /cleanremindersand press Enter.

Outlook will relaunch and regenerate its reminder data from scratch. Check whether the stuck reminder is gone before trying anything else.
Fix #2: Permanently delete the event from Deleted Items
When you delete a calendar event, Outlook moves it to Deleted Items rather than removing it entirely. The reminder can keep firing from there.
- In Outlook, go to View > Folder Pane > Normal to switch to Folder List view.
- Click Deleted Items in the left panel.
- Look for any calendar events or sub-calendars related to the stuck reminder.
- Select them and press
Shift + Deleteto permanently delete them (not just move them again). - If you have any subscribed internet calendars, go to File > Account Settings > Account Settings, click the Internet Calendars tab, and remove any you no longer need.

After permanently deleting the items, rerun outlook.exe /cleanreminders (Fix #1) to force Outlook to rebuild its reminder list cleanly.
Fix #3: Disable Shared Calendar Improvements
If the stuck reminder is tied to a shared or delegated calendar, a Microsoft 365 feature called “Shared Calendar Improvements” can block dismissal. Turning it off resolves this specific case.
- In Outlook, go to File > Options > Calendar.
- Scroll down to the Shared Calendars section.
- Uncheck Enable Shared Calendar Improvements.
- Click OK and restart Outlook.

Try dismissing the reminder again after Outlook restarts.
Fix #4: Delete the orphaned reminder directly with MFCMAPI
If the first three fixes didn’t work, the reminder entry is genuinely orphaned in Outlook’s hidden Reminders folder. MFCMAPI (Microsoft’s free low-level mailbox editor) lets you delete it directly.
Before you start: You need to know whether your copy of Outlook is 32-bit or 64-bit. In Outlook, go to File > Office Account > About Outlook — the bit version is listed in the first line. Download the matching version of MFCMAPI or it won’t connect.
- Download MFCMAPI from its official GitHub page and choose the 32-bit or 64-bit build to match your Outlook installation.
- Close Outlook completely before opening MFCMAPI.
- Open MFCMAPI, then click Session > Logon.

- In the Choose Profile dialog, select your Outlook profile and click OK.
- Double-click your mailbox entry (labeled Mailbox – Your Name) to open a new window.

- In the new window, expand Root Container > Finder, then double-click Reminders to open its contents table.

- Find the stuck reminder in the list — use the Subject, From, or To columns to identify it.
- Right-click the reminder entry and select Delete Message.
- In the deletion dialog, choose DELETE_HARD_DELETE to permanently remove it.

- Close MFCMAPI.
- Press
Windows + R, typeoutlook.exe /cleanreminders, and press Enter to let Outlook rebuild its reminder data. - Restart Outlook normally.
If you can’t find the specific reminder: You can right-click the entire Reminders folder and delete it — Outlook will recreate it automatically on next launch. If you do this, do not use DELETE_HARD_DELETE on the whole folder; a soft delete is enough here.
If reminders keep reappearing after a restart: Run outlook.exe /ResetFolders from the Run dialog. This recreates all default Outlook folders and often clears out persistent orphans.
Using New Outlook or Outlook on the web instead
If you’re on Microsoft 365 and the classic desktop app keeps fighting you, the web version is worth trying as a shortcut. Go to outlook.office.com, find the calendar event, and delete it from there. Because reminders in the web version sync through the cloud rather than a local data file, the orphaned entry often disappears without any of the steps above. You can also switch to the New Outlook toggle (top-right corner of classic Outlook) for the same cloud-based behavior.
When none of these fixes work
If reminders keep coming back after every fix here, the most likely cause is a corrupted Outlook profile rather than a single bad reminder entry. Create a new profile via Control Panel > Mail > Show Profiles > Add, set it as the default, and reconnect your account. If you’re on Exchange or Microsoft 365 and reminders are reappearing across multiple devices, an admin may need to run a Compliance Search to purge the orphaned item server-side.
Conclusion
The /cleanreminders switch (Fix #1) resolves this for the majority of people and it’s worth trying twice before moving on to MFCMAPI. If the reminder is tied to a shared or delegated calendar, Fix #3 is the one to try next. MFCMAPI is a solid choice for genuinely stubborn orphans, but make sure your bitness matches your Outlook install or it simply won’t connect to your mailbox.