How to Retrieve Accidentally Dismissed Outlook Reminders

You can retrieve the reminders from the Calendar events

Reading time icon 5 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • Dismissed Outlook reminders could cause inconvenience as you might miss out on a high-priority meeting or task.
  • To restore it, you can go to the Reminder column and select a new time from the dropdown menu.
Retrieve Accidentally Dismissed Outlook Reminders

If you mistakenly click on the Dismiss All button when you see the Outlook reminders pop-up, you cancel all the upcoming meeting reminders, messing up your schedule.

This guide will help you restore the accidentally dismissed Outlook reminder. We will explore the step-by-step instructions to retrieve reminders for your meetings and tasks on Outlook.

What happens when you dismiss a reminder in Outlook?

When a reminder window appears, you can either click Dismiss or Snooze; dismissing a reminder on Outlook means you are aware of the upcoming event and don’t want to be reminded again.

Furthermore, it will not cancel the event or task, but it won’t be reminded about the same until you set a new reminder.

To retrieve Outlook reminders, you can open the Appointment or Meeting window, locate the Reminder column, and choose the time from the Reminder dropdown to get notified.

If your Outlook is not updating your inbox, and you can’t see the newer emails in your mailbox, we advise you to read this article to fix this problem.

How do I recover a dismissed reminder in Outlook?

1. Retrieve a single dismissed reminder

1.1 For Calendar events

  1. Press the Windows key, type outlook, and click Open.Outlook Start menu open accidentally dismissed outlook reminder
  2. Go to the navigation bar, and select the Calendar folder, which is located just below the email folder.select the event -  Retrieve Accidentally Dismissed Outlook Reminders
  3. Once the Calendar opens, go to the item for which you want to undo the reminder and double-click it.
  4. From the Ribbon, locate the Options group, go to Reminder, and choose the time from the reminder dropdown list next to it.OUTLOOK_set reminder manually

This is how you can restore accidentally dismissed Outlook reminders for a meeting or appointment.

1.2 For tasks

  1. On Outlook, go to the navigation bar, and click the To Do option from the list. To Do option - tasks  Retrieve Accidentally Dismissed Outlook Reminders
  2. Now, from the left pane, click Tasks, select the task, click Remind me option from the right pane, and either select the time from the given options or click Pick a date or time.
  3. Click Save to complete.

This is how you can retrieve Outlook reminders; if you want to recover multiple dismissed reminders in Outlook, move to the next section.

If the Outlook reminders are not popping up, we recommend you check out this guide to find easy solutions.

2. Retrieve multiple dismissed reminders

2.1 For meetings or appointments

  1. Press the Windows key, type outlook, and click Open.Outlook Start menu open accidentally dismissed outlook reminder
  2. Go to the navigation bar, and select the Calendar folder, which is located just below the email folders.OUTLOOK_Calendar folder  Retrieve Accidentally Dismissed Outlook Reminders
  3. Next, go to the View tab, click Change View from the Ribbon, and select List view from the dropdown menu. Now the calendar events will appear in a list.Select the list view
  4. Next, click View and select Add Columns.OUTLOOK_select Columns
  5. In the Show Columns dialog box, under Available Columns, select Reminder, and click the Add button.OUTLOOK_select Reminder and click Add
  6. Now Reminder will be added in the Show these columns in this order field, you can click Move Up or Move Down to change the position of the same.OUTLOOK_Reminder, click OK
  7. Once you have made a choice, click OK.
  8. Go to the Calendar folder, and you will find the Reminder column added to the appointment and task mentioned in the list.
  9. Go to the Instant Search bar located at the top of the Outlook window and type: modified:todayOUTLOOK_Modified today Retrieve Accidentally Dismissed Outlook Reminders
  10. You will get a list of the calendar items modified that day, click each item in the Calendar and go to the Reminder dropdown and choose time accordingly.Choose the reminder time
  11. You can also select reminder sound from the Sound option for each event or appointment listed.

2.2 For tasks

  1. On Outlook, click the File tab.OUTLOOK_File tab Retrieve Accidentally Dismissed Outlook Reminders
  2. Click Options.OUTLOOK_Options
  3. On the Outlook Options window, select Customize Ribbon, locate & select the Developer option and click OK.Customize Ribbon Outlook Options
  4. Next, you will see the Developer tab in the Ribbon now, click it and then Macro Security.OUTLOOK_Macro Settings
  5. On the next window, select the radio button next to Notifications for all macros and click OK.OUTLOOK_Macro Options
  6. Go to the Developer tab again, and select Visual Basic.OUTLOOK_Visual Basic
  7. In the left pane, expand the Microsoft Outlook Objects and double-click ThisOutlookSession to open it.OUTLOOK_VBA code
  8. Now in the right pane, copy and paste the following code and close the Visual Basic window:
Sub RestoreReminders()
    Dim objSelection As Outlook.Selection
    Dim objItem As Object
 
    'Get the selected item
    Set objSelection = Application.ActiveExplorer.Selection
 
    If objSelection.Count Then
       For Each objItem In objSelection
           'Check if the item had a reminder or not previously
           If objItem.ReminderTime <> #1/1/4501# Then
              objItem.ReminderSet = True
              objItem.Save
           End If
      Next
    End If
End Sub
  1. Go to the Developer tab, click Macros from the Code options, and select the module to restore the Task reminders on Outlook.Run the Macro
  2. Now go to the To Do bar and click the Tasks; check the tasks listed, and you will see the Outlook reminders are retrieved.

You can follow these methods to retrieve accidentally dismissed Outlook reminders and get notifications for every upcoming event or task to avoid missing out on any meetings or tasks.

If you are facing other issues with reminders, like Outlook not dismissing reminders, we suggest you check out this informative guide to resolve the issue.

If you want to know more about creating a reminder, customizing reminder sound, managing your reminder list, or dealing with error messages related to it, feel free to mention your queries in the comments section below.

More about the topics: Outlook, Outlook Guides