How To Mark Read All Emails In Outlook : Selecting All Messages For Read Status

Clearing your inbox of dozens of already-read messages is faster when you use the “Mark All as Read” command in the folder view. Learning how to mark read all emails in outlook can save you hours of tedious clicking each week, especially if you manage multiple accounts or high-volume folders. This guide covers every method across Outlook desktop, web, and mobile apps.

You don’t need to open each email to mark it as read. Outlook gives you bulk commands that instantly change the status of every message in a folder. The trick is knowing where to find these options in different versions of the program.

Let’s start with the most common scenario: you have a folder full of old newsletters, notifications, or spam that you’ve already glanced at. Instead of scrolling through them one by one, you can mark the entire folder as read in seconds.

How To Mark Read All Emails In Outlook

The exact method depends on which Outlook app you use. Below are step-by-step instructions for each platform.

Outlook Desktop App (Microsoft 365 And Outlook 2021/2019)

This is the classic version most people use on Windows or Mac. The steps are nearly identical for both operating systems.

  1. Open Outlook and select the folder containing the unread emails you want to mark as read.
  2. Right-click the folder name in the left navigation pane.
  3. From the context menu, choose “Mark All as Read.”
  4. Outlook will instantly change all messages in that folder to read status.

Alternatively, you can use the ribbon menu:

  1. Select the folder in the navigation pane.
  2. Click the “Folder” tab at the top of the window.
  3. In the “Actions” group, click “Mark All as Read.”

If you only want to mark a subset of emails as read, hold the Ctrl key (Cmd on Mac) and click individual messages, then right-click and choose “Mark as Read.”

Outlook On The Web (Outlook.com Or Office 365 Web App)

The web version is slightly different but just as quick. Here’s how to mark all emails as read in Outlook online:

  1. Log into your Outlook account in a browser.
  2. Navigate to the folder you want to clean up (Inbox, Junk, etc.).
  3. Click the checkbox at the top of the message list to select all visible emails.
  4. A banner will appear saying “All 50 conversations in this folder are selected.” Click “Select all” to include every message in the folder.
  5. With all messages selected, click the “Mark as read” icon (an open envelope) in the toolbar above the message list.

You can also right-click any selected email and choose “Mark as read” from the dropdown menu. This works for both individual and bulk selections.

Outlook Mobile App (IOS And Android)

On your phone, the process is a bit more hidden but still possible. Follow these steps for the Outlook mobile app:

  1. Open the Outlook app and go to your Inbox or any other folder.
  2. Tap the circle icon next to the search bar at the top to enter edit mode.
  3. Tap “Select all” at the top of the screen to highlight every message.
  4. Tap the envelope icon with a checkmark in the bottom toolbar (or top toolbar on some versions).
  5. All selected messages will be marked as read instantly.

On Android, you might need to tap the three-dot menu in the top-right corner after selecting all messages, then choose “Mark as read.”

Why Marking All Emails As Read Is Useful

Many people avoid using this feature because they fear missing something important. In reality, marking all emails as read is ideal for specific situations:

  • You’ve already scanned all messages in a folder and know they don’t require action.
  • You want to reset your unread count to zero for a fresh start.
  • You’re cleaning up old newsletters, promotions, or system notifications.
  • You accidentally marked a folder as unread and need to revert it.

It’s also helpful when you switch from a different email client that imported all your old messages as unread. One click and your inbox looks clean again.

Potential Risks And How To Avoid Them

Marking all emails as read is permanent in most Outlook versions. You cannot undo this action with a simple Ctrl+Z. If you accidentally mark important messages as read, you’ll have to manually find them again.

To avoid this, consider these precautions:

  • Before using the command, quickly scan the folder for any flagged or starred messages you might need.
  • Create a subfolder and move emails you want to keep unread before marking the rest.
  • Use the “Mark as Unread” feature on individual messages after the bulk action if needed.

Some users prefer to use search filters to mark only certain types of emails as read, such as those from a specific sender or with a particular subject line. This gives you more control.

Advanced Methods For Power Users

If you manage multiple accounts or folders regularly, manual clicks might still be too slow. Here are advanced techniques for marking all emails as read in Outlook.

Using Quick Steps In Outlook Desktop

Quick Steps are automated actions you can assign to a button. You can create a custom Quick Step that marks all emails in a folder as read with one click.

  1. Go to the “Home” tab in Outlook desktop.
  2. In the “Quick Steps” group, click “Create New.”
  3. Name your Quick Step something like “Mark Folder Read.”
  4. Choose “Mark as read” from the actions list.
  5. Click “Finish” and the button will appear in your ribbon.

This doesn’t automatically select all messages, but you can combine it with the “Select All” command. Alternatively, you can create a Quick Step that applies to the entire folder using a VBA script (see below).

Using VBA Macros For Bulk Actions

Visual Basic for Applications (VBA) lets you automate almost anything in Outlook. Here’s a simple macro to mark all emails in the selected folder as read:

Sub MarkAllAsRead()
    Dim olFolder As Outlook.MAPIFolder
    Dim olItem As Object
    Set olFolder = Application.ActiveExplorer.CurrentFolder
    For Each olItem In olFolder.Items
        If olItem.Class = olMail Then
            olItem.UnRead = False
            olItem.Save
        End If
    Next
    MsgBox "All emails marked as read."
End Sub

To use this, press Alt+F11 to open the VBA editor, insert a new module, paste the code, and run it. Be careful—this affects every message in the folder, including ones you haven’t seen.

Using Rules To Auto-Mark Emails As Read

If you receive emails from certain senders that you never want to see as unread, create a rule. This is perfect for newsletters, alerts, or automated messages.

  1. Go to “File” > “Manage Rules & Alerts” in Outlook desktop.
  2. Click “New Rule” and choose “Apply rule on messages I receive.”
  3. Set conditions (e.g., from a specific sender or with certain words in the subject).
  4. Under “Actions,” check “Mark it as read.”
  5. Finish the rule and it will automatically mark future emails as read.

This doesn’t affect existing emails, but it prevents new ones from piling up as unread.

Troubleshooting Common Issues

Sometimes the “Mark All as Read” option doesn’t work as expected. Here are solutions to frequent problems.

Option Grayed Out Or Missing

If the right-click menu doesn’t show “Mark All as Read,” you might be in a search folder or a grouped view. Switch to a standard folder view first. Also, check if you have permission to modify messages in shared or public folders.

Marked Emails Revert To Unread

This usually happens when Outlook syncs with an Exchange server or IMAP account. The server might override your local changes. Try marking emails as read on the server side via Outlook Web App, or wait for the sync to complete before checking again.

Only Visible Emails Get Marked

In Outlook on the web, the “Select all” option only selects messages currently loaded in your view. If you have hundreds of emails, you need to click “Select all” in the banner that appears after selecting the first checkbox. This ensures every message in the folder is included.

Frequently Asked Questions

Can I mark all emails as read in Outlook without opening the folder?

No, you must be inside the folder you want to modify. You cannot mark all emails across all folders simultaneously. However, you can right-click each folder individually and choose “Mark All as Read.”

Does marking all emails as read delete them?

No, it only changes their read status. The emails remain in your folder exactly as they were. You can still search, forward, or delete them later.

How do I mark all emails as read in Outlook for Mac?

In Outlook for Mac, select the folder, then go to the “Message” menu at the top of the screen. Choose “Mark” > “All as Read.” Alternatively, right-click the folder and select “Mark All as Read.”

Can I undo marking all emails as read in Outlook?

There is no direct undo command. You would need to manually select the messages and choose “Mark as Unread.” If you have a backup or archive, you could restore from there, but this is not practical for most users.

Is there a keyboard shortcut to mark all emails as read in Outlook?

No built-in keyboard shortcut exists for the entire folder. However, you can use Ctrl+A to select all messages in the current view, then press Ctrl+Q to mark them as read. This works in Outlook desktop but not in the web or mobile versions.

Tips For Maintaining A Clean Inbox

Marking all emails as read is a quick fix, but it doesn’t address the root cause of inbox clutter. Here are some habits to reduce unread counts long-term:

  • Unsubscribe from newsletters you never read. Most have an “Unsubscribe” link at the bottom.
  • Use Focused Inbox in Outlook to separate important messages from bulk mail.
  • Set up rules to automatically move low-priority emails to specific folders.
  • Schedule a weekly “inbox zero” session where you process all remaining emails.
  • Use the “Sweep” feature in Outlook on the web to delete or move messages from certain senders.

Combining these strategies with the bulk mark-as-read command will keep your inbox manageable without constant manual effort.

Final Thoughts On Marking All Emails As Read

Knowing how to mark read all emails in outlook is a simple skill that makes a big difference in daily productivity. Whether you use the desktop app, web version, or mobile client, the process takes only a few seconds once you know where to look.

Remember to use this feature wisely—only when you’re sure you don’t need to review the messages individually. For high-stakes folders like your primary inbox, consider using filters or rules instead of bulk actions.

If you encounter any issues, refer back to the troubleshooting section above. Most problems are caused by sync delays or view settings, both of which are easy to fix.

Now that you have all the methods, go ahead and clear that unread count. Your inbox will thank you.