How to Delay Sending All Outlook Emails by 5 Minutes to Prevent Mistakes
🔍 WiseChecker

How to Delay Sending All Outlook Emails by 5 Minutes to Prevent Mistakes

You can send an email in Outlook instantly, which sometimes leads to sending a message before it is ready. This happens because the Send button is easy to click, and there is no default safety delay. You can configure a rule to pause every outgoing message for a set time. This article explains how to set a universal 5-minute delay for all emails from your account.

Key Takeaways: How to Delay All Emails

  • Rules and Alerts > New Rule > Apply rule on messages I send: Creates an automatic rule that processes every email you send before it leaves your Outbox.
  • Step 1: Select condition > Next > Yes: Applies the rule to all messages without requiring you to specify a sender or subject.
  • defer delivery by a number of minutes: The specific action that holds your email in the Outbox for the time you specify, such as 5 minutes.

How the Outlook Send Delay Rule Works

Outlook does not have a built-in global setting to delay all emails. You must create a mail rule to achieve this. A rule is an automated instruction that processes messages based on conditions and actions.

The rule you will create uses the condition “sent to people or public group” but is configured to apply to all recipients. Its action is “defer delivery by a number of minutes.” When you click Send, the email moves to your Outbox. The rule then intercepts it and schedules it for actual delivery at a future time.

During the delay period, the email remains in your Outbox folder. You can open it from there to make edits, add attachments, or cancel the send entirely. This rule works for emails sent from your primary Outlook mailbox connected to Exchange or Microsoft 365.

Steps to Create a 5-Minute Send Delay Rule

  1. Open the Rules Wizard
    In Outlook, go to File > Manage Rules & Alerts. Click the New Rule button on the E-mail Rules tab.
  2. Start from a blank rule
    In the Rules Wizard, select “Apply rule on messages I send” from the list. Click Next.
  3. Skip adding conditions
    The wizard asks which condition(s) to use. Do not check any boxes. A dialog will appear asking if you want to run the rule on every message you send. Click Yes. Then click Next.
  4. Select the defer action
    In the action selection window, check the box for “defer delivery by a number of minutes.” In the bottom pane, click the underlined phrase “a number of.”
  5. Set the delay to 5 minutes
    In the Deferred Delivery dialog, type 5 in the box. Ensure “minutes” is selected from the dropdown menu. Click OK, then click Next in the wizard.
  6. Add any exceptions
    The next screen is for exceptions. You can leave this blank to delay all emails. Click Next to proceed.
  7. Name and finish the rule
    Give your rule a clear name like “Delay All Emails 5 Minutes.” Ensure the box for “Turn on this rule” is checked. Click Finish, then click OK to close the Rules and Alerts window.

Common Mistakes and Limitations to Avoid

The rule does not delay emails sent from my phone

Outlook rules created on the desktop app only process emails sent from that specific Outlook client on that computer. Emails sent from the Outlook mobile app or via Outlook on the web will not be delayed. The rule is client-specific.

I need to send an email immediately without the delay

You can temporarily disable the rule. Go to File > Manage Rules & Alerts. On the E-mail Rules tab, uncheck the box next to your delay rule. Click Apply. Send your urgent email, then re-enable the rule by checking the box again.

The email is stuck in my Outbox and will not send

If your computer goes to sleep or Outlook closes before the delay period ends, the email may remain in the Outbox. Open Outlook and ensure it is connected to the internet. Go to the Send/Receive tab and click Send All. The email should dispatch once the scheduled time has passed.

Manual Delay vs Automatic Rule: Key Differences

Item Manual Delay Per Email Automatic Rule for All Emails
Setup required None One-time rule creation
Consistency You must remember to set it each time Applies to every email automatically
Control for urgent sends Not needed, you just click Send Requires disabling the rule temporarily
Works on mobile No, desktop Outlook feature only No, rule is desktop-client only
Location of delayed email Drafts folder until sent time Outbox folder until sent time

You can now prevent sending emails too quickly by using a universal delay rule. Test the rule by sending an email to yourself and watching it pause in the Outbox. For more control, explore the Rules Wizard to create delays only for emails with specific keywords. A related advanced tip is to use the Outlook VBA macro Editor to write a script that adds a confirmation dialog before sending any email.