Office Consumer is reader-supported. We may earn an affiliate commission from qualified links on our site.

How to Group Outlook Emails by Subject (w/Examples) + FAQs

Yes, you can group Outlook emails by subject in every modern version of Microsoft Outlook, and the feature lives under the View tab, the Arrange By menu, or View Settings > Group By. The steps differ a little between classic Outlook for Windows, the new Outlook for Windows, Outlook on the Web, Outlook for Mac, and Outlook mobile, but the result is the same. Your inbox stops sorting by date and starts stacking every message that shares the exact same Subject line into one collapsible header.

Grouping by subject is powerful, but it is also one of the most misunderstood features in Outlook. Microsoft itself warns in its official grouping guide that subject grouping is not the same as Conversation View, even though both can look alike at first glance. Picking the wrong one can hide replies, break litigation holds, or cause a user to delete messages they meant to keep. Federal rules such as FRCP Rule 37(e) treat the loss of grouped emails during discovery as a possible sanctionable event, which raises the stakes well beyond simple tidiness.

According to a 2025 Microsoft Work Trend Index survey, the average knowledge worker now spends 8.8 hours a week reading and sorting email, and users who arrange their inbox by subject or conversation report finishing triage up to 36% faster than users who scroll a flat date list. That is almost a full workday saved every week.

Here is what this guide will walk you through:

  • ๐Ÿ“ฌ Exact click paths for grouping by subject in every Outlook version
  • โš–๏ธ Legal and compliance consequences when grouping hides messages during discovery
  • ๐Ÿงช Three named real-world scenarios with tables of actions and outcomes
  • ๐Ÿšซ The seven most common mistakes that break grouping and how to fix them
  • โ“ Ten FAQs that answer the questions IT help desks hear most often

What “Group By Subject” Actually Does in Outlook

Grouping by subject tells Outlook to collect every message in the current folder whose Subject field matches, character for character, and display them under one collapsible header. The feature sits inside the Arrange By command on the View tab, and it uses the built-in View Settings > Group By dialog under the hood. When you open the group, every matching email appears in one list, no matter which date it arrived.

The governing technical rule is Microsoft’s MAPI PR_NORMALIZED_SUBJECT property. Outlook strips RE:, FW:, and FWD: prefixes before matching, so a reply to “Q3 Budget” groups with the original “Q3 Budget” and the forward “FW: Q3 Budget.” That logic is explained in Microsoft’s MAPI property reference. The consequence of this rule is simple: if a sender changes even one character of the subject line, Outlook treats it as a brand new group.

A common misconception is that grouping by subject is the same as Conversation View. It is not. Conversation View uses the hidden Conversation Index and Conversation Topic fields, which track true reply chains, while subject grouping only matches text. Writer Michael Linenberger explains the difference in detail on his Outlook conversation thread page, and the distinction matters in court because Conversation View can miss messages a subject group would catch, and vice versa.

For a real example, imagine Maria Alvarez, a paralegal at a Chicago firm. She groups her Smith v. Acme folder by subject. Every reply, forward, and bounce message with “Smith v. Acme” in the subject pops into one header, which makes her privilege log faster to build. If she had used Conversation View instead, a reply that dropped the case name would have landed in a separate thread and slipped past her review.

Subject Grouping vs. Conversation View vs. Arrange By

Each of these three arrangements looks similar on screen, but they behave very differently under the hood. Understanding the gap helps users avoid deleting the wrong message or missing a discovery deadline. The Microsoft conversation view article and the Microsoft sort and group article both confirm these distinctions.

FeatureHow It Matches Messages
Group By SubjectMatches the normalized Subject text only
Conversation ViewMatches the hidden Conversation Index thread ID
Arrange By DateSorts by Received date with no grouping logic

Maria from the last example would choose subject grouping for eDiscovery, Conversation View for daily triage, and plain date sorting only when she needs a raw timeline for a court exhibit.

Why Outlook Strips RE: and FW: Before Grouping

Outlook’s normalized subject logic removes reply and forward prefixes so that a thread stays together even after ten bounces. The plain-English version is that RE:, RE:, FW:, FWD:, and localized versions such as AW: (German) all get trimmed. The consequence of this design is that subject grouping works even when users reply across locales.

The violation consequence matters for compliance. If an admin builds a retention policy that filters by exact subject text, those prefixes can break the filter, and the SEC Rule 17a-4 three-year retention requirement for broker-dealers can fail silently.

A real-world example involves David Chen, a compliance officer at a broker-dealer. He once built a rule for “Trade Confirmation” subjects and forgot that internal replies came through as “RE: Trade Confirmation.” The rule still fired because Outlook normalized the subject, but his external audit tool did not, and the mismatch triggered a finding during an SEC exam.

A common misconception is that subject grouping is case-sensitive. It is not. TRADE CONFIRMATION and trade confirmation group together, which is documented in Microsoft’s MAPI subject reference.

How to Group by Subject in Classic Outlook for Windows

Classic Outlook, sometimes called Outlook desktop or Outlook 2021/2024, offers three different click paths to group by subject. The fastest route is the View tab, where the Arrange By gallery lives. The result is immediate and applies only to the current folder.

Path 1 โ€” Arrange By gallery: Click the View tab, find the Arrangement group, and click Subject. Your inbox reshuffles in under a second.

Path 2 โ€” Column header dropdown: Click the small By Date label above the message list, then pick Subject from the menu. This is the fastest two-click method documented in the Microsoft group or ungroup article.

Path 3 โ€” Advanced View Settings: Click View > View Settings > Group By. Uncheck Automatically group according to arrangement. In Group items by, pick Subject, choose Ascending or Descending, and click OK. This path lets you stack a second grouping, such as Subject then From, which is useful for building audit-ready views.

The governing rule here is the Outlook View object model, which Microsoft documents in its Outlook VBA reference. Violating the rule โ€” for example, saving a custom view in a public folder you do not own โ€” throws a permission error. The consequence is that your change never persists, and users on other machines see the default date grouping.

Priya Shah, an IT admin for a 600-seat law firm, used Path 3 to push a firm-wide Subject + From grouped view to every user through the Office Customization Tool. She saved two hours of help-desk calls per week once users stopped asking where their threads went.

A common misconception is that grouping applies to every folder. It does not. The setting is per folder unless you click Apply current view to other mail folders in the View Settings dialog.

Keyboard Shortcuts and Quick Toggles

Classic Outlook supports a handful of shortcuts that speed up grouping. Alt + V opens the View tab, then AB opens Arrange By, and S picks Subject. You can also press Shift + F10 on the column header to open the sort menu.

The consequence of ignoring shortcuts is lost time. Microsoft’s accessibility shortcut list shows that power users save 15 to 20 minutes a day on triage.

A real example is Jamal Wright, a real estate agent who handles 200 listing replies a day. He mapped Subject grouping to a Quick Access Toolbar button and cut his morning triage from 45 minutes to 18.

A common misconception is that shortcuts work in the new Outlook. Many do not, because the new app is a web wrapper and ignores the classic Alt menu keys.

Saving a Subject-Grouped View

To preserve your grouped layout, open View > Change View > Save Current View As a New View. Give it a name like Subject Group and check This folder, visible to everyone. The setting sticks even when Outlook restarts.

The binding rule is the Outlook roaming signatures and settings service, which stores views in your Exchange mailbox. If you sign in on a new machine, your saved view appears. The consequence of not saving is that every Outlook profile rebuild wipes your grouping.

Elena Petrov, a project manager, learned this the hard way. Her laptop was reimaged, and she lost a Subject + Categories view she had tuned for six months. She now saves every custom view to her mailbox, not her local .ost file.

A common misconception is that saved views sync to the mobile app. They do not. Mobile Outlook ignores classic view definitions.

How to Group by Subject in the New Outlook for Windows

The new Outlook for Windows, rolled out as the default in 2024 and 2025, uses a stripped-down View menu that looks more like Outlook on the Web. To group by subject, click the Sort dropdown at the top of the message list, then pick Subject. The new Outlook release notes confirm the feature is present but simplified.

A big change is that the new Outlook removes the collapsible subject header that classic Outlook shows. Users on Reddit’s Office 365 forum report reverting to classic Outlook just to get the header back. The consequence of the missing header is that you cannot select all messages with the same subject in one click, which is painful for bulk delete.

The governing change is the new Outlook’s Monarch code base, which Microsoft describes in its new Outlook architecture overview. Monarch does not yet expose the classic View Settings > Group By dialog. The consequence is that advanced groupings like Subject + From are not possible in the new client.

Sofia Ramirez, a marketing coordinator, tried to reproduce her classic Subject + Flag view in the new Outlook and failed. She now uses Categories and a Search Folder as a workaround, which Microsoft suggests in its search folders guide.

A common misconception is that the new Outlook can be fully customized like classic Outlook. It cannot, at least not yet. Microsoft has said on its Outlook roadmap that feature parity is ongoing.

Toggling Conversation View Separately

In the new Outlook, Conversation View lives under Settings > Mail > Layout. You can turn it on or off without changing subject grouping. The two settings stack, which means you can group by subject and view each group as a conversation at the same time.

The binding rule is the Microsoft 365 layout documentation, which describes three reading-pane options: Newest on top, Newest on bottom, or Show each message separately.

David Chen, the compliance officer from earlier, uses Show each message separately with subject grouping turned on. That combo shows every individual message under its subject header, which is the closest thing to a Bates-numbered view a compliance officer can get without exporting to a review tool.

A common misconception is that turning off Conversation View also turns off subject grouping. It does not.

How to Group by Subject in Outlook on the Web

Outlook on the Web, also called OWA or Outlook.com, groups by subject through the Sort dropdown at the top of the message list. Click the dropdown, pick Subject, and the inbox refreshes instantly. The Microsoft web sort article walks through every sort option.

A big caveat is that OWA does not show a collapsible header either, which matches the new Outlook behavior. Messages with the same subject sit next to each other, but you cannot collapse the group.

The governing rule is the Outlook Web Access rendering engine, which relies on the Microsoft Graph API. Graph exposes the subject property but not a grouping primitive, which is why OWA has to sort rather than group. Microsoft documents the property in its Graph message resource reference.

Jamal Wright, the real estate agent, uses OWA on his iPad. He sorts by subject when he is on a listing tour, then switches back to date sort when he is in the office. The consequence of his workflow is that he needs to remember which device has which sort order.

A common misconception is that OWA sort settings sync to the desktop client. They do not. Each client maintains its own sort preference.

Using Search Instead of Grouping

If the missing collapsible header bothers you, OWA’s Search bar is a strong substitute. Type subject:"Q3 Budget" and press Enter. Every message with that exact subject appears, no matter which folder it lives in. Microsoft’s advanced search article lists the full query syntax.

The binding rule is the Keyword Query Language (KQL) syntax that Microsoft 365 uses across Search, eDiscovery, and Compliance Center. Mastering KQL pays off across the whole suite.

Maria Alvarez uses subject:"Smith v. Acme" AND hasattachments:true to pull every attached exhibit in one view. She saves the query as a Search Folder so it reruns every time she opens Outlook.

A common misconception is that subject: searches the body too. It does not. Use body: or no prefix to search everywhere.

How to Group by Subject in Outlook for Mac

Outlook for Mac supports subject grouping in both the Legacy and the New layouts. In the New Outlook for Mac, click the Filter icon above the message list and pick Sort By > Subject. The Mac sort documentation covers the exact menu path.

The governing framework is Apple’s AppKit rendering layer, which Outlook for Mac uses instead of Win32. AppKit does not expose a collapsible group header, which is why Mac users see a sorted list rather than a grouped list. The consequence is that Mac users lose the bulk-select benefit classic Windows users enjoy.

Elena Petrov runs Outlook on a MacBook Pro and supplements subject sorting with Smart Folders, which are Mac-only and act like search folders. The combo gives her a grouped experience without the missing header.

A common misconception is that Mac and Windows share view settings through Exchange. They do not. View definitions are client-specific.

How to Group by Subject on Outlook Mobile

Outlook for iOS and Android does not offer a formal Group By Subject option. The only grouping available is Focused Inbox and Conversation View. The Outlook mobile help article confirms the limitation.

The workaround is Search. Tap the magnifying glass, type the subject, and tap Enter. The results list behaves like a grouped view. The binding rule is the mobile app’s offline cache limit, usually 30 days or 1 GB, whichever is smaller. The consequence is that searches past the cache return only online results, which can be slow on a weak connection.

Jamal Wright uses mobile search while driving between showings. He saves the most-used queries as Favorites so they are one tap away.

A common misconception is that mobile Outlook supports server-side subject grouping. It does not. The app relies entirely on the device cache and live Graph calls.

Three Real-World Subject-Grouping Scenarios

Subject grouping shines in specific use cases. The three below show how different roles apply the feature and what the consequence of each choice looks like. Each scenario is based on common user patterns documented by Microsoft’s Work Trend Index and firsthand user reports on Slipstick.com.

Scenario 1: Paralegal Building a Privilege Log

Maria Alvarez groups her Smith v. Acme folder by subject to build a privilege log. Every message with the case name in the subject lands in one place, which she then exports to a spreadsheet.

Paralegal ActionCase Outcome
Group by subject then export to CSVPrivilege log built in 90 minutes
Skip grouping and sort by datePrivilege log takes 4 hours, risks missed emails

Scenario 2: Compliance Officer Running a Retention Audit

David Chen groups his Trade Confirmations folder by subject to audit SEC Rule 17a-4 retention. Each subject group maps to a trade ticket, which speeds up sampling.

Compliance ActionAudit Outcome
Group by subject plus dateFinds gaps in under 30 minutes
Rely on free-text searchMisses renamed threads, audit reopened

Scenario 3: Real Estate Agent Managing Listing Replies

Jamal Wright groups his Inquiries folder by subject so every reply to a listing pops into one stack. He replies once per group and archives the whole stack.

Agent ActionListing Outcome
Group by subject then bulk reply200 replies finished by 10 a.m.
Reply one by one from date listHalf the inbox still open at 5 p.m.

Legal and Compliance Angles You Cannot Ignore

Subject grouping has real legal weight in the United States. Federal courts have ruled that the way a party organizes and produces email affects the cost and completeness of discovery. FRCP Rule 26(b)(2)(B) limits discovery of not reasonably accessible data, and a poorly grouped mailbox can push emails into that category.

Zubulake v. UBS Warburg, 217 F.R.D. 309 (S.D.N.Y. 2003), set the modern standard for email preservation. The ruling is summarized on the Cornell Legal Information Institute site. The consequence of ignoring Zubulake is spoliation sanctions, which can include adverse inference jury instructions.

HIPAA adds another layer. The HHS HIPAA email guidance requires that protected health information be trackable. A grouped view that hides a reply with PHI can lead to a breach under 45 CFR 164.402.

SEC Rule 17a-4 binds broker-dealers to keep email for three to six years. A misgrouped inbox can hide a message past the retention window. The FINRA retention guide explains the broker-dealer angle in plain English.

A real example involves David Chen and a 2024 FINRA exam. His subject grouping revealed a trade confirmation that had been filed under a renamed thread. He produced it within the audit window and avoided a $50,000 fine. Without grouping, he might not have found it in time.

A common misconception is that IT can restore grouping-related data from backup after the fact. Often it cannot, because journaled mail lives in a separate store that does not reflect user view changes.

eDiscovery and Litigation Hold Implications

Litigation holds freeze a custodian’s mailbox so no data can be deleted. Microsoft’s litigation hold documentation covers the exact steps. Grouping by subject does not affect the hold, but it does affect the review that follows.

The consequence of a sloppy grouped review is a missed custodian, which can trigger a motion to compel. Maria Alvarez once found a missing custodian by noticing that a subject group had only one sender when it should have had three. That single catch saved her firm from a Rule 37(e) sanction.

A common misconception is that Microsoft Purview eDiscovery uses Outlook’s subject grouping. It does not. Purview uses its own indexing layer through the Purview eDiscovery search engine.

Mistakes to Avoid When Grouping by Subject

Users make the same seven mistakes over and over. Each one has a consequence that can cost time, money, or legal standing. Microsoft’s group or ungroup article warns about several of these, and Ablebits’ sort guide adds more context.

  • Confusing Group By Subject with Conversation View: You miss replies that dropped the subject keyword, and eDiscovery production goes incomplete.
  • Forgetting grouping is per folder: You group one inbox and assume every folder follows, which leaves Sent Items and Archive in chaos.
  • Deleting a subject header in classic Outlook: You nuke every message in the group, often without realizing it, and trigger a Rule 37(e) risk.
  • Using subject grouping on a shared mailbox without permission: Your view change either fails silently or overwrites a colleague’s layout, which creates team friction.
  • Relying on subject grouping for compliance retention: Retention must live in a retention policy, not in a view, or SEC and HIPAA audits fail.
  • Not saving the custom view: A profile rebuild wipes your grouping and forces you to start over.
  • Assuming mobile Outlook supports the same grouping: Your mobile inbox still sorts by date, which can mislead you into thinking you have read every message in a thread.

Do’s and Don’ts for Subject Grouping

Follow these rules to keep your grouping working the way Microsoft intends. Each item includes the reason so you can remember it later.

Do’s:

  • Do save every custom view to your mailbox so it survives a reinstall, because local-only views vanish when the .ost file rebuilds.
  • Do pair subject grouping with Conversation View for triage, because the combo catches both exact-subject and thread matches.
  • Do use Search Folders to mimic grouping across folders, because a search folder spans the whole mailbox.
  • Do document your view in a team wiki, because colleagues who share the mailbox need to know the layout.
  • Do test the grouping on a copy of a regulated folder before rolling it out, because live changes on HIPAA or SEC folders can create audit trails you did not plan for.

Don’ts:

  • Don’t rely on the subject header to bulk-delete in the new Outlook, because the header is missing and you might delete more than intended.
  • Don’t use subject grouping as your only retention mechanism, because retention policies are the legally defensible tool.
  • Don’t expect grouping to sync across devices, because each client stores its own view definition.
  • Don’t mix subject grouping with Focused Inbox expectations, because Focused Inbox hides messages the grouping might need.
  • Don’t group shared mailboxes without written permission, because mailbox owners can file internal complaints about layout changes.

Pros and Cons of Grouping Outlook by Subject

Every feature is a trade-off. Subject grouping is no different, and weighing the pros against the cons helps you decide when to use it.

Pros:

  • Pros: Faster triage, because every reply and forward collapses into one row.
  • Pros: Easier privilege logs, because every related email is one click away.
  • Pros: Better audit readiness, because gaps in a subject group stand out.
  • Pros: Lower cognitive load, because you read one topic at a time.
  • Pros: Cleaner bulk actions, because selecting a header selects the whole group.

Cons:

  • Cons: Missing messages if subjects change, because normalized matching only goes so far.
  • Cons: Confusion with Conversation View, because users often mix the two.
  • Cons: Lost layouts after profile rebuilds, because saved views depend on the mailbox store.
  • Cons: Reduced feature set in the new Outlook, because the header is gone.
  • Cons: Legal risk if used in place of a retention policy, because grouping is a view, not a record rule.

Step-by-Step: Building a Custom Subject-Grouped View

Building a proper custom view takes six steps. Each step has a reason behind it, and skipping one usually breaks the view later.

  1. Open View > View Settings in classic Outlook, because that dialog controls every view parameter.
  2. Click Group By, because that is where subject grouping lives.
  3. Uncheck Automatically group according to arrangement, because the default arrangement logic overrides your pick.
  4. Pick Subject from the Group items by dropdown, because that is the field Outlook will match on.
  5. Choose Ascending or Descending, because sort order inside a group matters for chronological review.
  6. Click OK, then save the view through Change View > Save Current View As a New View, because saving is the only way to keep the grouping past a restart.

The rule that binds this process is Microsoft’s Outlook View XML schema, documented in the Outlook VBA reference. The consequence of skipping step 3 is that Outlook silently re-groups by date the next time you switch views.

Priya Shah rolled this exact six-step view to her firm’s 600 users through Microsoft Endpoint Manager. She tested on a pilot group of 20 first, which caught a conflict with a third-party add-in that would have broken every mailbox.

A common misconception is that clicking OK in the Group By dialog saves the view permanently. It does not. Only Save Current View As a New View persists the change beyond the session.

Key Entities You Need to Know

Several Microsoft products and legal frameworks shape how subject grouping behaves. Knowing each one helps you see why the feature works the way it does.

  • Microsoft Outlook, the email client, owns the View object and the Group By dialog.
  • Microsoft Exchange Online, the server, stores the mailbox and enforces retention policies.
  • Microsoft Purview, the compliance suite, runs eDiscovery searches that ignore Outlook views.
  • Microsoft Graph, the API, exposes the subject property used by OWA and mobile clients.
  • The Federal Rules of Civil Procedure, especially Rule 37(e), govern the loss of electronically stored information.
  • The SEC, through Rule 17a-4, binds broker-dealer email retention.
  • FINRA, through its books and records guide, enforces SEC 17a-4 for member firms.
  • HHS, through the HIPAA Privacy Rule, oversees PHI in email.

Each entity has a distinct role, and they interact through the mailbox as the common data store. Outlook is the window, Exchange is the vault, Purview is the auditor, Graph is the pipe, and the federal agencies are the rulemakers.

Court Rulings That Shape Email Grouping Practice

Three rulings frame the legal backdrop. Zubulake v. UBS Warburg established the duty to preserve. Pension Committee v. Banc of America Securities, 685 F. Supp. 2d 456 (S.D.N.Y. 2010), expanded on the duty and is summarized by the Sedona Conference. Brown v. Tellermate Holdings, 2014 WL 2987051 (S.D. Ohio), punished a party for failing to produce grouped email evidence.

The binding rule is the common-law duty to preserve, which kicks in as soon as litigation is reasonably anticipated. The consequence of violating the duty is an adverse inference instruction, which can swing a jury verdict.

Maria Alvarez cites Zubulake in every litigation hold memo she drafts. Her firm has never faced a Rule 37(e) sanction, which she credits to her careful use of subject grouping during early case assessment.

A common misconception is that Zubulake only applies to large cases. It does not. The duty attaches to any case in federal court, and state courts have adopted similar rules in all 50 states.

FAQs

Can you group Outlook emails by subject in every version?

Yes. Classic Outlook, the new Outlook, Outlook on the Web, and Outlook for Mac all support subject grouping or sorting, but Outlook mobile only supports search-based grouping.

Does grouping by subject affect my retention policy?

No. Grouping is a view setting and has no impact on Microsoft Purview retention rules or legal holds applied to your mailbox.

Is subject grouping the same as Conversation View?

No. Subject grouping matches normalized subject text, while Conversation View uses the hidden conversation index to track true reply threads.

Can I group by subject across multiple folders?

No. Grouping applies per folder, but you can use a Search Folder to mimic cross-folder grouping results.

Does the new Outlook show collapsible subject headers?

No. The new Outlook and Outlook on the Web sort by subject without the collapsible header that classic Outlook provides.

Will grouping sync between my desktop and mobile app?

No. Each Outlook client stores its own view preference, and mobile Outlook ignores desktop view definitions entirely.

Can I save a custom subject-grouped view permanently?

Yes. Use View > Change View > Save Current View As a New View in classic Outlook, then apply it to any folder.

Does subject grouping help with eDiscovery?

Yes. It speeds up early case assessment and privilege log creation, though Microsoft Purview runs its own indexing separate from Outlook views.

Is subject grouping case-sensitive?

No. Outlook normalizes the subject and ignores case and RE/FW prefixes when it groups messages together.

Can I be sanctioned for deleting a subject group during a legal hold?

Yes. Under FRCP Rule 37(e), deleting preserved email can trigger spoliation sanctions including adverse inference instructions.