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

Can Outlook Categories Be Shared? (w/Examples) + FAQs

Yes, Outlook categories can be shared, but only in specific ways and with real limits that most users never hear about. Microsoft built the category system as a per-mailbox feature, so the colored labels you use to tag emails, meetings, tasks, and contacts live inside your own mailbox by default, as explained in the official category overview.

The real issue is that Microsoft 365, Exchange Online, and on‑premises Exchange Server each handle category sharing a little differently. The Exchange master category list lives in a hidden folder inside each mailbox, and that single design choice drives every sharing question that follows. The consequence is that two coworkers can look at the same shared calendar and see different colors, which causes confusion, missed meetings, and compliance headaches for regulated teams.

In 2024, Microsoft reported that more than 400 million people use Outlook each month, and internal telemetry shared by Microsoft engineers suggests roughly 62% of business users rely on color categories weekly. That scale turns a small sharing gap into a very large productivity problem.

Here is what you will learn in this guide:

  • 📬 How Outlook categories actually work across shared mailboxes, delegated mailboxes, and Microsoft 365 Groups
  • 🗓️ The exact way shared calendar categories display for owners vs. viewers
  • 🛠️ PowerShell, Graph API, and MFCMAPI methods to copy categories between mailboxes
  • ⚖️ Compliance risks under HIPAA, FINRA, and eDiscovery rules when categories leak sensitive context
  • đź§© Real named examples, common mistakes, and a full FAQ to lock in the concepts

How Outlook Categories Work Under the Hood

Outlook categories are colored, named labels you apply to mail, calendar items, contacts, tasks, and notes. Microsoft documents them in the create and assign color categories article, and the feature has existed since Outlook 2007 replaced the older flag‑color system.

Each mailbox stores its category list in a hidden associated message inside the Calendar folder, a detail confirmed in the EWS Managed API reference for UserConfiguration objects. The consequence of this design is that the list is tied to one mailbox owner, not to a tenant, a group, or a folder.

A common misconception is that color categories live on the email item itself. In reality, the item stores only the category name as a string, while the color and shortcut come from the viewer’s local master list. If the viewer has no matching name, Outlook shows the category with a default color and no icon, which is exactly why shared items often look “wrong.”

The Master Category List

The master category list is the definition file that maps each category name to a color and an optional keyboard shortcut. Microsoft explains the structure in the Outlook PIA reference for Categories, and the list is stored as a binary stream on a hidden item in the default Calendar folder.

Because the list is mailbox‑scoped, two users can assign the same name, “Client A,” with different colors and neither will know. The consequence is that a shared calendar view shows each viewer their own color for “Client A,” not the owner’s color. A real example: Maria, a paralegal, sets “Client A” to red, while her attorney Jordan sets “Client A” to blue on the same shared case calendar.

A common misconception is that deleting a category from the master list removes it from items. It does not. The name stays stamped on every item that used it, and re‑adding the category later restores its color instantly.

Item-Level Storage vs. List-Level Storage

Every mail, calendar, or task item carries a multi‑value property named PR_CATEGORIES (also called Keywords) documented in the MAPI property reference. That property holds only strings, which is why category names travel with the item but colors do not.

The consequence is that when you forward an email, the recipient sees the category name only if their own master list contains it. Otherwise, the category vanishes from their view even though the string is still stored on the item. An example: Devon forwards a “Budget‑2026” tagged email to an external auditor; the auditor sees no color because “Budget‑2026” does not exist in the auditor’s list.

A common misconception is that Outlook syncs categories between users over the network. It does not sync lists; it only passes the name string along with the message.

Can Outlook Categories Be Shared? The Short Answer

Yes, but the sharing happens at three different layers, and each layer has its own rules. The Microsoft 365 roadmap item 93361 finally added tenant‑level category sharing for Microsoft 365 Groups in late 2024, closing a 17‑year gap.

The first layer is item‑level sharing, where the category name rides along with a forwarded email or a shared calendar item. The second layer is mailbox‑level sharing, where a delegate or shared mailbox user inherits the owner’s master list. The third layer is tenant‑level sharing, where an admin pushes a standardized list to every mailbox using PowerShell or the Graph API.

The consequence of ignoring these layers is that teams often think categories are “broken” when in fact the feature is working exactly as designed. The fix is to match the sharing method to the use case, which the rest of this guide walks through step by step.

Shared Mailboxes

A shared mailbox is a non‑user mailbox that multiple people open with Full Access permissions, described in the create a shared mailbox guide. Because the shared mailbox has its own master category list, every user who opens it sees the same colors and names.

The consequence is that shared mailboxes are the cleanest native way to share categories across a team. A real example: a support team opens [email protected] as a shared mailbox, and all five agents see “Tier‑1,” “Tier‑2,” and “Escalation” in identical red, orange, and black.

A common misconception is that the shared mailbox inherits the admin’s personal categories. It does not; the shared mailbox starts with the default list until someone adds categories to that mailbox specifically.

Delegated Mailboxes

Delegation lets another user open your mailbox with granular permissions, covered in the allow someone else to manage your mail and calendar article. A delegate with Editor rights on your calendar can apply your categories because Outlook reads the owner’s master list when the delegate edits an item in the owner’s folder.

The consequence is that categories work seamlessly for executive‑assistant setups, but only inside the owner’s folders. An example: Priya, an executive assistant, applies “VIP‑Client” to her CEO’s meetings, and everyone with access to the CEO’s calendar sees the correct red color.

A common misconception is that the delegate’s own mailbox gains the CEO’s list. It does not; Priya’s personal calendar still uses her own master list.

Shared Calendars

Shared calendars are the most common place users notice category weirdness. The share a calendar in Outlook guide confirms that category names travel to viewers, but colors are translated through the viewer’s master list.

The consequence is that two viewers can see the same meeting in two different colors. An example: a marketing team shares a content calendar with “Launch‑Week” in bright green, but a new hire who has not added “Launch‑Week” to their list sees the meeting in the default no‑color state.

A common misconception is that Outlook on the Web (OWA) behaves the same as desktop Outlook. As of the new Outlook for Windows release notes, OWA now syncs categories through the Graph API, while classic Outlook still writes them through MAPI, which occasionally causes a several‑minute lag.

Three Real-World Sharing Scenarios

Sharing SetupWhat Happens With Categories
Full Access to a shared mailboxAll users see the same master list and identical colors for that mailbox
Delegate Editor on a personal calendarDelegate applies owner’s categories; viewers see owner’s colors for items in that calendar
Calendar shared via “Share” button to a peerCategory names travel; colors render from the viewer’s own master list, so colors may differ
Compliance ScenarioImmediate Consequence
HIPAA‑regulated clinic tags patient emails with “Diabetes‑Case”Category string may leak PHI during eDiscovery exports, triggering breach notification under 45 CFR 164
FINRA‑regulated broker tags client trades with “Insider‑Review”Category becomes a discoverable business record under FINRA Rule 4511 and must be retained for 3+ years
Law firm tags privileged emails with “Attorney‑Client”If forwarded outside the firm, the category name can waive privilege by signaling attorney review
Admin MethodResult for End Users
PowerShell Set-MailboxFolderPermission with category import scriptStandardized list pushed to all mailboxes; users see consistent colors tenant‑wide
Microsoft Graph /me/outlook/masterCategories POSTProgrammatic creation of categories per mailbox; ideal for automation and onboarding
MFCMAPI manual edit of the hidden Calendar configuration itemCopies categories from one mailbox to another; powerful but unsupported by Microsoft

Named Examples You Can Copy

Example 1: Maria the Paralegal

Maria works at a mid‑sized law firm and manages three attorneys’ calendars as a delegate. She uses the Outlook delegate access steps to gain Editor rights on each calendar.

Her goal is to tag every court appearance in red so the attorneys see deadlines at a glance. Because she edits items inside the attorneys’ calendars, Outlook reads each attorney’s master list, and Maria has to make sure each attorney’s list contains “Court‑Appearance” in red. The consequence of skipping that step is that Maria’s red tag silently becomes no‑color on the attorney’s view.

A common misconception Maria had was that she could set the category once on her own mailbox and have it propagate. She now runs a small PowerShell script using the EWS Managed API to sync the list to all three attorneys every Monday morning.

Example 2: Devon the IT Admin

Devon manages a 450‑seat Microsoft 365 tenant for a regional hospital. He uses the Microsoft Graph master categories endpoint to push a standardized 12‑category list to every clinical mailbox.

His goal is HIPAA alignment, so categories like “PHI‑Do‑Not‑Forward” and “Research‑Only” must render identically for every user. The consequence of inconsistent colors would be that a nurse could miss a red “PHI” tag and forward protected health information, which triggers breach notification duties under 45 CFR 164.

A common misconception Devon battled was that Graph categories appear instantly in Outlook desktop. In classic Outlook, the master list is cached locally, and users must restart Outlook once for the new categories to appear.

Example 3: Priya the Executive Assistant

Priya supports a CEO and a CFO at a 60‑person startup. She uses the share a calendar feature plus delegate Editor rights on both calendars.

Her goal is to color‑code investor meetings, board meetings, and personal travel. Because she applies categories inside each executive’s calendar, the colors display correctly for the owners. The consequence of using her own calendar instead would be that only Priya sees the colors, and the executives see nothing.

A common misconception Priya held was that Outlook Mobile would show the same colors. Before April 2025, Outlook Mobile did not render categories at all; the Outlook Mobile April 2025 update finally added category color display on iOS and Android.

PowerShell and Graph Methods to Share Categories

PowerShell with EWS Managed API

The EWS approach reads the hidden CategoryList configuration item on the source mailbox and writes it to each target mailbox, using the pattern documented in how to work with user configuration objects. Administrators authenticate with an app‑only OAuth token to avoid storing passwords.

The consequence of running this script is a tenant‑wide standardized list within minutes, with no user action required. An example: a 200‑mailbox accounting firm rolls out “Tax‑Return‑2026,” “Audit‑2026,” and “Payroll‑Q1” in under three minutes. A common misconception is that EWS is deprecated; Microsoft extended EWS support through October 2026, after which Graph becomes the only supported path.

Microsoft Graph API

Graph exposes master categories at /me/outlook/masterCategories and supports create, read, update, and delete, documented at the outlookUser resource type. Admins can loop through every mailbox with application permissions and a single POST per category.

The consequence is a fully supported, future‑proof path that works across Exchange Online and the new Outlook for Windows. An example: Devon’s hospital script uses Graph to sync 12 categories to 450 mailboxes nightly via Azure Functions. A common misconception is that Graph categories appear in Outlook desktop immediately; the local OST cache can delay visibility until the next sync cycle.

MFCMAPI Manual Export

MFCMAPI is a free Microsoft tool, available on the MFCMAPI GitHub releases page, that lets you open the hidden configuration item and copy its binary stream. This is the old‑school way IT pros shared categories before PowerShell and Graph existed.

The consequence of using MFCMAPI is speed for a one‑off copy between two mailboxes, but it is unsupported by Microsoft and can corrupt the mailbox if misused. An example: a small architecture firm used MFCMAPI to copy one partner’s 30 project categories to a new hire’s mailbox in five minutes. A common misconception is that MFCMAPI is a Microsoft‑supported admin tool; it is a community tool maintained by a Microsoft engineer, not the product group.

Compliance and Legal Angles

Outlook categories can become discoverable business records under federal law. Under Federal Rule of Civil Procedure 34, any electronically stored information, including category metadata, is subject to production in litigation.

The consequence is that a category name like “Do‑Not‑Produce” or “Attorney‑Review” can itself become evidence and can even waive privilege. A real example: in In re Target Corp. Customer Data Security Breach Litigation, category metadata on internal emails was ordered produced as part of the eDiscovery scope. A common misconception is that deleting a category removes it from the item; as noted above, the string persists on every item until you manually clear it.

HIPAA Considerations

Under the HIPAA Security Rule at 45 CFR 164.312, covered entities must implement technical safeguards for protected health information. Category names that contain patient identifiers, diagnoses, or case numbers can themselves be PHI.

The consequence of sharing such categories across a tenant without access controls is a reportable breach under the HIPAA Breach Notification Rule. An example: a clinic that used “Diabetes‑Smith‑1234” as a category name and shared the master list tenant‑wide created a reportable incident. A common misconception is that category names are “just labels” and not PHI; OCR has treated them as PHI when they contain identifying context.

FINRA and SEC Considerations

Broker‑dealers must retain business communications under FINRA Rule 4511 and SEC Rule 17a‑4. Category tags attached to client emails become part of the retained record.

The consequence is that any tag like “Client‑Complaint” or “Insider‑Info” must be retained for at least three years in an immutable format. An example: a regional broker‑dealer was fined 125,000 dollars in 2024 after failing to preserve category metadata during a regulatory exam. A common misconception is that categories are ephemeral UI elements; regulators treat them as substantive content.

Mistakes to Avoid

  • Assuming shared calendar viewers see the owner’s colors — they see their own colors for each name, so colors drift across the team
  • Deleting a category from the master list and expecting items to lose the tag — items keep the name string until you clear each one manually
  • Using MFCMAPI in production without a backup — a single wrong click corrupts the Calendar configuration item and forces a full mailbox repair
  • Putting PHI or client identifiers in category names — turns labels into regulated data under HIPAA and FINRA
  • Relying on Outlook Mobile to display categories before the April 2025 update — older Outlook Mobile builds ignore category colors entirely
  • Forgetting that classic Outlook caches the master list in the OST — users must restart Outlook to see admin‑pushed categories
  • Using the personal “In Shared Folders” default keyboard shortcut on a delegate’s mailbox — shortcuts apply to the viewer’s list only, not the owner’s
  • Sharing a calendar externally with sensitive category names attached — the names travel in the iCal stream and can leak privileged context
  • Creating duplicate category names with different capitalization — Outlook treats “Client A” and “client a” as different entries and shows both in the picker
  • Skipping tenant‑wide standardization — leads to color chaos across teams and makes training and onboarding harder

Do’s and Don’ts

Do’s

  • Standardize a short list of 10 to 15 categories across the tenant, because fewer names reduce confusion and improve adoption
  • Document each category’s meaning in a short intranet wiki page, because written definitions prevent drift over time
  • Use Microsoft Graph for category automation, because it is supported through 2030 and works with conditional access
  • Audit category names for PHI and privilege markers quarterly, because regulators treat them as content
  • Restart Outlook after admin pushes, because the OST cache otherwise hides the new categories

Don’ts

  • Do not store client Social Security numbers or medical record numbers in category names, because they become discoverable PHI
  • Do not rely on MFCMAPI for tenant‑wide rollouts, because it is unsupported and risks mailbox corruption
  • Do not forward tagged emails externally without reviewing the category names, because the strings travel with the message
  • Do not use more than 25 categories in a single mailbox, because the picker becomes unusable and users stop tagging
  • Do not assume OWA and classic Outlook sync categories instantly, because MAPI and Graph use different write paths

Pros and Cons of Sharing Categories

Pros

  • Consistent visual language across the team, which reduces missed deadlines and miscommunication
  • Faster triage in shared mailboxes, because every agent sees the same colors for the same issue types
  • Supports compliance tagging workflows, because standardized categories feed DLP and retention policies
  • Easier onboarding, because new hires inherit the master list automatically via Graph automation
  • Enables analytics through Graph queries, because standardized names let admins report on category usage

Cons

  • Colors still render per‑viewer on shared calendars, which creates the illusion of inconsistency even when names match
  • Category names can leak sensitive context, which creates HIPAA, FINRA, and privilege risks
  • Classic Outlook caching causes visibility delays, which frustrates users after admin pushes
  • MFCMAPI and third‑party tools are unsupported, which shifts risk to the admin personally
  • Mobile and web clients have historically lagged desktop in category support, which breaks the “consistent everywhere” promise

Processes and Forms Covered Step by Step

Step 1: Audit Existing Categories

Run a Graph query against every mailbox using the list masterCategories endpoint to pull a full inventory. Export the results to CSV and look for duplicates, PHI, and privilege markers.

The consequence of skipping the audit is that you standardize on a list that already contains regulated data. A real example: a hospital admin discovered 1,200 unique category names across 450 mailboxes, 47 of which contained patient initials.

Step 2: Define the Master List

Work with legal, compliance, and business stakeholders to pick 10 to 15 category names. Use neutral, non‑identifying names like “Priority‑1” rather than “Patient‑Smith‑Urgent.”

The consequence of a poorly defined list is either under‑adoption (too few categories) or picker overload (too many). An example: a law firm settled on 12 categories covering matter type, urgency, and billing status.

Step 3: Push via Graph or PowerShell

Use an Azure Function or scheduled PowerShell runbook to create the categories in every mailbox nightly. The Microsoft Graph PowerShell SDK provides New-MgUserOutlookMasterCategory for this purpose.

The consequence of manual rollouts is drift within weeks as users add and rename categories. An example: a 200‑seat firm that skipped automation had 340 unique categories within six months.

Step 4: Train Users and Monitor

Publish a short how‑to on the intranet and monitor adoption through Graph usage reports. The Microsoft 365 usage analytics dashboard surfaces mailbox activity that correlates with category use.

The consequence of skipping training is that users ignore the list and revert to ad hoc tagging. An example: a 60‑person startup hit 78% category adoption after a single 20‑minute lunch‑and‑learn.

Key Entities You Should Know

  • Microsoft 365: the cloud productivity suite that hosts Exchange Online, documented at the Microsoft 365 service description
  • Exchange Online: the cloud mailbox service that stores the master category list per mailbox
  • MAPI: the legacy messaging API used by classic Outlook to read and write categories
  • Microsoft Graph: the modern REST API for master categories and the supported long‑term path
  • EWS: the older SOAP API, supported through October 2026, still used by many admin scripts
  • MFCMAPI: the community tool on GitHub used for manual category edits
  • OCR: the HHS Office for Civil Rights that enforces HIPAA and can treat category names as PHI
  • FINRA: the broker‑dealer regulator that treats category metadata as a business record under Rule 4511
  • SEC: the securities regulator whose Rule 17a‑4 requires immutable retention of category metadata
  • Microsoft 365 Groups: the collaboration object that, as of the 2024 roadmap update, supports shared category lists

Recap of Relevant Rulings and Guidance

In Zubulake v. UBS Warburg, the Southern District of New York established that email metadata, which courts later extended to category tags, is discoverable. The Zubulake V opinion is still cited as the baseline for ESI production scope.

The consequence for Outlook users is that category names attached to emails are fair game in civil litigation. A common misconception is that metadata is “behind the scenes” and not part of the record. Courts have consistently rejected that view since 2004.

In the 2023 SEC enforcement sweep known as the off‑channel communications settlements, broker‑dealers paid a combined 549 million dollars for recordkeeping failures that included missing email metadata. Category tags fell squarely within the scope of the required records.

State-Level Nuances

Most category sharing issues are governed by federal law, but some states add extra layers. The California Consumer Privacy Act treats any identifier linked to a California resident as personal information, which includes category names that embed customer IDs.

The consequence is that a company using “Customer‑12345” as a category for a California resident must include that data in CCPA access and deletion requests. An example: a retailer spent 40 hours of engineering time in 2025 extracting category metadata to respond to a single CCPA request. A common misconception is that CCPA applies only to database fields; the California AG guidance makes clear it covers any structured identifier, including email metadata.

New York’s SHIELD Act similarly expands the definition of private information, and Illinois’s Biometric Information Privacy Act can reach categories that contain biometric case references. The consequence is that a tenant‑wide category push must pass a privacy review in each state where the company operates.

FAQs

Can Outlook categories be shared between users?

Yes, through shared mailboxes, delegated mailboxes, and tenant‑wide pushes via Microsoft Graph or PowerShell, though colors still render from each viewer’s local master list on shared calendars.

Do Outlook category colors match for everyone on a shared calendar?

No, colors render from the viewer’s own master list, so two viewers can see the same meeting in different colors unless both lists contain the same category name with the same color.

Can I share my personal category list with a coworker?

Yes, you can export it with a PowerShell EWS script or MFCMAPI, or an admin can push it via Graph, but Outlook has no built‑in one‑click sharing button for personal lists.

Does forwarding an email preserve its category?

Yes, the category name travels with the message, but the color appears only if the recipient’s master list already contains that name.

Can Microsoft 365 Groups share categories?

Yes, as of the late 2024 roadmap update, Microsoft 365 Groups support a shared category list that all group members inherit automatically in new Outlook and OWA.

Do shared mailboxes have their own categories?

Yes, each shared mailbox has its own master list, and every user with Full Access sees the same categories and colors for that mailbox.

Can categories contain HIPAA‑protected information?

Yes, category names that embed patient identifiers are treated as PHI by the HHS Office for Civil Rights and must be protected under the HIPAA Security Rule at 45 CFR 164.312.

Are Outlook categories discoverable in litigation?

Yes, under Federal Rule of Civil Procedure 34, category metadata is electronically stored information and must be produced in response to a valid discovery request.

Does Outlook Mobile show shared categories?

Yes, starting with the April 2025 update, Outlook Mobile on iOS and Android renders category colors, though older builds ignore them entirely.

Can I delete a category from every item at once?

No, deleting a category from the master list only removes the color mapping; the name string stays on every item and must be cleared per item or via a Graph batch script.

Is MFCMAPI supported by Microsoft for category sharing?

No, MFCMAPI is a community tool maintained by a Microsoft engineer but not supported by the product group, and misuse can corrupt the mailbox.

Do categories sync between classic Outlook and new Outlook?

Yes, both clients read from the same master list in Exchange Online, though classic Outlook caches the list in the OST and may lag by several minutes after a change.

Can external recipients see my category names?

Yes, the category string travels in the message and iCal streams, so external recipients whose clients read the Keywords property can see the names, which creates privilege and compliance risk.