How to Encrypt Email in Outlook: Complete Step-by-Step Instructions for Purview Message Encryption, S/MIME, and TLS

Key takeaways
- Outlook provides three distinct ways to encrypt email: Purview Message Encryption, S/MIME, and TLS, each with different protection scope and recipient requirements.
- Purview Message Encryption works with any recipient and requires no certificates, while S/MIME needs certificates exchanged in advance but delivers true end-to-end encryption.
- TLS protects the connection between mail servers rather than the message itself, so it should never be treated as a substitute for message-level encryption.
- Native encryption requires a qualifying Microsoft 365 license, such as E3, E5, Business Premium, or a Purview Information Protection add-on; lower-tier plans lack the Encrypt button entirely.
- Encryption technology only protects data when employees consistently use it, which is why security awareness training is essential to closing the gap between configured controls and real-world protection.
Knowing how to encrypt email in Outlook is the difference between sending sensitive data through a locked courier and sending it on a postcard anyone can read. Microsoft 365 provides three distinct methods to get it done: Purview Message Encryption, S/MIME, and TLS.
This guide walks through every method available across all Outlook platforms, including desktop, web, and Mac, with complete step-by-step instructions for configuring Purview Message Encryption, setting up S/MIME certificates, and automating encryption with mail flow rules.
It also covers what recipients see when they receive an encrypted message, how to troubleshoot common failures, and where encryption fits into regulatory compliance frameworks like HIPAA and GDPR.
A single unencrypted email containing wire transfer instructions or protected health information can trigger regulatory penalties and breach notification requirements. A properly configured encryption policy eliminates those risks before an employee sends the message.
By the end of this guide, administrators will be able to choose the right encryption method for any scenario, configure it across every Outlook client an organization uses, and reinforce the employee habits that make encryption a seamless part of the email workflow
Organizations seeking to fully enhance their email defenses are encouraged to explore an Adaptive Security product demonstration.

What Is Email Encryption in Outlook
Email encryption in Outlook is the process of encoding message content, including body text and any attached files, so that only explicitly authorized recipients can decrypt and read it. Within Microsoft 365, Outlook encryption safeguards sensitive information like financial records, legal contracts, and patient health data from interception, tampering, or unauthorized access during both transmission and storage.
Outlook offers encryption through three distinct mechanisms: Microsoft Purview Message Encryption, S/MIME, and opportunistic TLS. Knowing which one protects the message itself and which only protects the pipe it travels through determines whether an organization is actually secure or merely feels that way.
Understanding Outlook's Three Encryption Methods
Microsoft 365 gives Outlook users three fundamentally different approaches to encrypting email, each with its own cryptographic architecture, recipient requirements, and protection scope.
Microsoft Purview Message Encryption is the cloud-native encryption service built on the Azure Rights Management service, part of Microsoft Purview Information Protection. When a sender clicks the Encrypt button in Outlook or triggers an admin-defined mail flow rule, the service encrypts the message using tenant-specific Azure cryptographic keys before it ever leaves the Microsoft 365 boundary.
Senders can apply rights-management templates like Encrypt-Only or Do Not Forward, and administrators can enforce automatic encryption through Exchange mail flow rules. For example, encrypting any message containing a Social Security number or addressed to a specific external domain.
Because Purview Message Encryption is identity-based and uses Microsoft's encrypted message portal as a fallback, it works with any recipient on any platform. Microsoft 365 users get a native reading experience in Outlook desktop, mobile, and web clients, while Gmail and Yahoo recipients authenticate through the portal using their existing credentials, according to Microsoft's official documentation on Purview Message Encryption.
S/MIME (Secure/Multipurpose Internet Mail Extensions) is a certificate-based encryption standard that provides true end-to-end cryptographic assurance. S/MIME encrypts the message body and attachments at the sender's device using the recipient's public key. Only the recipient's corresponding private key, stored locally on their device, can decrypt it. S/MIME also provides digital signing, which verifies sender identity and message integrity.
The tradeoff is infrastructure: both parties must possess valid X.509 certificates issued by a trusted certificate authority or an internal PKI. Certificate management, issuance, renewal, and revocation become an ongoing operational burden. For organizations that already maintain a mature PKI, S/MIME delivers the strongest cryptographic guarantee Outlook can offer. For everyone else, the certificate prerequisite is a non-trivial barrier.
TLS (Transport Layer Security) is the default encryption mechanism that protects nearly all email traffic today, but it protects the connection between mail servers rather than the message itself. When an Outlook client connects to Exchange Online, TLS encrypts that hop. When Exchange Online relays the message to the recipient's mail server, TLS encrypts that hop too, assuming both servers negotiate a TLS connection.
The critical distinction is that the message sits in plaintext on every mail server along the delivery path. Google's Transparency Report shows that nearly all email providers now support TLS for inbound and outbound mail, but a message traversing multiple hops is only as secure as the weakest link in the chain. If the recipient's server does not support TLS or an attacker has positioned themselves between any two hops, the message content is fully exposed.
Purview Message Encryption vs. S/MIME vs. TLS: A Side-by-Side Comparison
Each of Outlook's three encryption mechanisms operates at a different layer of the email stack. Conflating them creates dangerous blind spots in an organization's data protection posture.
| Dimension | Microsoft Purview Message Encryption | S/MIME | TLS |
|---|---|---|---|
| What it encrypts | Message body and attachments | Message body, attachments, and provides digital signature | The connection between mail servers only |
| Protection at rest | Yes, encrypted on Microsoft servers using Azure RMS keys | Yes, encrypted on the recipient's device and mail server if the server supports S/MIME storage | No, messages stored in plaintext on every server in the delivery path |
| Protection in transit | Yes, message is encrypted before it leaves Microsoft 365 and stays encrypted until decrypted by the recipient | Yes, message is encrypted before leaving the sender's device and stays encrypted end-to-end | Yes, but only between individual server hops, not end-to-end |
| Recipient requirements | None, works with any email provider via the encrypted message portal; native experience for Outlook users | Both sender and recipient must have valid S/MIME certificates installed | None, handled automatically by mail servers |
| Sender experience | Click Encrypt in the Outlook compose window; select a permission level (Encrypt-Only or Do Not Forward) | Compose normally; Outlook applies encryption if the recipient's certificate is available | Invisible to the sender; applied automatically by Exchange Online |
| Recipient experience | Microsoft 365 users see the message natively; external users authenticate via a one-time passcode or existing credentials on the portal | Decrypts natively in any S/MIME-capable email client using the recipient's private key | Invisible to the recipient; messages appear as normal email |
| Revocation capability | Yes, administrators can revoke access to encrypted messages via Advanced Message Encryption | No, once a message is delivered and decrypted, control is lost | No, TLS is connection-level only |
| Ideal use case | Protecting sensitive external communications with clients, partners, and vendors who may not use Microsoft 365 | Internal executive communications, regulated industries requiring cryptographic proof of sender identity and message integrity | Baseline transport security for all email traffic |
The table makes one reality clear: TLS alone does not encrypt email. It encrypts the road the email travels on. The cargo, the message and its attachments, travels unprotected once it reaches each stop along the way. For any message containing sensitive data, TLS is necessary but insufficient.
What Encryption Actually Protects, and What It Does Not
To evaluate Outlook encryption accurately, administrators must separate encryption in transit from encryption at rest, and then recognize what even the strongest encryption cannot prevent.
Encryption in transit refers to protection while data moves between points: from Outlook to Exchange Online, between Microsoft data centers, or from Exchange Online to an external mail server. Purview Message Encryption and S/MIME both provide true in-transit protection for the message payload itself. TLS protects only the transport channel.
Encryption at rest is protection applied when data sits in storage. Within Microsoft 365, BitLocker encrypts physical drives in Microsoft's data centers, and service-side encryption protects mailbox content using both Microsoft-managed and customer-managed keys. S/MIME-encrypted messages remain encrypted at rest on the mail server if the server preserves S/MIME encoding.
Purview Message Encryption secures messages using Azure Rights Management keys, meaning data remains encrypted on Microsoft's infrastructure. What encryption does not protect against is equally important. Encryption cannot stop an attacker who has already compromised the recipient's account credentials.
Once they log in legitimately, Outlook decrypts the message automatically. It cannot prevent an authorized recipient from taking a screenshot, printing the message, or forwarding it to someone else unless rights-management restrictions like Do Not Forward are applied.
Encryption provides no defense against insider threats: an employee with legitimate access who exfiltrates data through personal email or an unauthorized AI tool bypasses encryption entirely. Encryption does nothing to stop phishing attacks that trick employees into disclosing sensitive information voluntarily.
This last point is where the technical control of encryption must intersect with human-layer defenses. Even the most rigorously configured Purview Message Encryption policies or S/MIME infrastructure cannot protect data when an employee is manipulated into sending it to the wrong person. Encryption secures the message pipeline.
Security awareness training secures the decision to use it correctly. The gap between knowing an organization has encryption and knowing every employee uses it at the right moment is where real exposure lives.
Prerequisites and License Requirements to Encrypt Email in Outlook
Not every Microsoft 365 subscription includes the ability to encrypt email in Outlook. The Microsoft Purview Message Encryption FAQ confirms that native encryption ships with Office 365 Enterprise E3 and E5, Microsoft 365 Enterprise E3 and E5, Microsoft 365 Business Premium, and Office 365 A1, A3, and A5. Lower-tier plans, Microsoft 365 Business Basic, Business Standard, Exchange Online Plan 1 or 2, and Office 365 Enterprise E1, lack built-in encryption.
Those tenants can unlock it by adding a Microsoft Purview Information Protection add-on, which replaced the legacy Azure Information Protection Plan 1 standalone SKU after Microsoft discontinued it for new customers in January 2024. Microsoft 365 Family and Personal subscriptions receive only the basic Encrypt-Only and Do Not Forward protections, with none of the enterprise-grade capabilities of Purview Message Encryption.
Microsoft 365 Consumer vs. Enterprise Encryption Features
The encryption gap between consumer and enterprise plans is substantial. Microsoft 365 Family and Personal subscribers see the Encrypt button in Outlook and can apply Encrypt-Only and Do Not Forward protections. That is where consumer functionality ends. There is no S/MIME certificate support, no branded encryption templates, no mail flow rules to automate encryption, and no administrative controls.
Enterprise plans carrying Purview Message Encryption unlock a fundamentally different set of capabilities. Users gain access to Encrypt-Only, Do Not Forward, and any custom sensitivity-label-based protection templates the organization has configured. S/MIME encryption becomes available for certificate-based message signing and encryption, which is essential for organizations in regulated industries or those communicating with government agencies.
Advanced Message Encryption features, message revocation, automatic expiration, and custom branding on the encrypted message portal, require an additional license. These capabilities are gated behind Microsoft 365 E5 Compliance or Microsoft 365 E5 Information Protection and Governance, both of which include the equivalent of the legacy Azure Information Protection Plan 2.
Organizations on lower-tier plans can purchase the capability as a standalone add-on. Without this license, tenants are limited to the baseline encryption templates that ship with Purview Message Encryption.
Organizations should also audit which plans explicitly lack encryption support. Microsoft 365 Business Basic, Business Standard, Exchange Online Plan 1, Exchange Online Plan 2, Office 365 Enterprise E1, and Office 365 F3 do not include message encryption out of the box. Admins running any of these plans who see an Encrypt button during a trial period or migration window should not assume it will persist. The button disappears when the qualifying license lapses.
Tenant Configuration and License Verification Steps
Even with the correct subscription, encryption does not activate automatically. Admins must run a sequence of PowerShell checks to confirm the tenant is configured correctly.
First, verify that Azure Rights Management is active. This is the encryption backbone of Purview Message Encryption and must be enabled at the tenant level. Connect to Exchange Online PowerShell and run Get-IRMConfiguration. The AzureRMSLicensingEnabled parameter must return $True. If it returns $False, use Set-IRMConfiguration -AzureRMSLicensingEnabled $true to enable it. Follow this with Test-IRMConfiguration -Sender <user@domain.com> -Recipient <user@domain.com> to validate that the service can acquire RMS templates and perform encryption and decryption end to end.
Next, confirm that Information Rights Management is enabled in Outlook on the web policies. Run Get-OwaMailboxPolicy | FL IRMEnabled. If IRMEnabled shows False, the Encrypt button will not render in Outlook on the web regardless of license status. Set it with Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -IRMEnabled $true.
The SimplifiedClientAccessEnabled parameter is another common point of failure. When set to $False, the modern Encrypt button disappears from Outlook on the web entirely. Run Set-IRMConfiguration -SimplifiedClientAccessEnabled $true to restore it.
Finally, verify per-user license assignment. Each user who sends encrypted messages must hold a license that includes Purview Message Encryption. A tenant can be fully licensed at the organizational level while individual users remain unassigned.
Admins should audit license assignments in the Microsoft 365 admin center under Billing > Licenses, confirming that every affected user has either a qualifying plan or a Microsoft Purview Information Protection add-on applied directly to their account.
Why the Encrypt Button Might Be Missing Even With a License
A licensed tenant with verified configuration can still produce users who see no Encrypt button, and the cause is rarely the license itself. The most common culprit is a cached credential conflict. When a user signs into Outlook with an unlicensed account, that credential persists in Windows Credential Manager even after the license is assigned.
The Outlook client continues authenticating with the old token. Remediation requires signing out of Office, clearing all Outlook and Office entries from Windows Credential Manager, and signing back in with the licensed identity.
The Outlook client version is a second common cause. The Encrypt button in the new Outlook for Windows and Outlook on the web relies on SimplifiedClientAccessEnabled being set to $True in the tenant configuration. If an admin enabled IRM but overlooked this parameter, the button will not appear. Classic Outlook desktop clients are less sensitive to this setting but require the Azure Rights Management client to be installed and functional.
Licensing lag also accounts for a subset of missing-button reports. Newly assigned licenses can take up to 24 hours to propagate fully across Microsoft 365 services. During that window, the Encrypt button may appear intermittently or not at all. Admins should allow a full propagation cycle before escalating to Microsoft support.
Hybrid Exchange deployments introduce their own complexity. On-premises mailboxes that route through Exchange Online for encryption must have mail flow rules configured correctly, and the hybrid configuration must support IRM. If the on-premises environment still uses Active Directory Rights Management Services, it must be migrated to Azure Rights Management before Purview Message Encryption will function.
How to Encrypt Email in Outlook: Step-by-Step Instructions
Encrypting an email in Outlook takes under thirty seconds once a user knows where the button is, but the exact path depends on which version of Outlook is in use. Across new Outlook for Windows, classic Outlook, Outlook on the web, and Outlook for Mac, the core workflow is the same: compose a message, select an encryption option from the Options or ribbon menu, and choose between Encrypt-Only and Do Not Forward before sending. The version-specific differences are small but easy to miss, so the instructions below are organized by platform.

1. Encrypting Email in New Outlook and Classic Outlook for Windows
Microsoft ships two distinct Outlook experiences on Windows, and the encryption controls sit in slightly different locations on each. Here is exactly where to find them.
New Outlook for Windows: Open Outlook and click New Mail to compose a fresh message. In the message window, select the Options tab in the ribbon. Click the Encrypt button, which appears as a lock icon with the word "Encrypt" beside it.
A dropdown menu presents the available encryption choices: Encrypt-Only, Do Not Forward, and any custom protection templates the organization has configured through Microsoft Purview Message Encryption. Select the option that applies, finish composing the message, and hit Send. The recipient will see "[SENDER] sent an encrypted message" in their inbox if they are on an external email system; internal Microsoft 365 recipients see the message decrypted automatically.
Classic Outlook for Windows: The flow is nearly identical but the ribbon layout differs. Compose a new message, then look for the Options tab in the classic ribbon. Click the Encrypt button, found in the "Permission" group alongside icons for sensitivity labels. The same dropdown appears with Encrypt-Only and Do Not Forward.
Select the appropriate encryption level, then send. If the Encrypt button is not visible, the administrator may not have assigned the necessary Microsoft 365 license or enabled Information Rights Management (IRM) on the tenant. Confirm both prerequisites before troubleshooting further.
In both versions, a small lock icon appears in the message header once encryption is applied, giving the sender visual confirmation before sending. Forwarded messages and replies to encrypted emails remain encrypted across the entire thread. An encrypted conversation stays encrypted, even when the thread branches across multiple recipients and reply chains.
2. Encrypting Email in Outlook on the Web (OWA)
Outlook on the web uses a streamlined interface, and the encryption controls follow the same logic with one navigational difference. Start by clicking New mail to open the compose pane. In the toolbar above the message body, select the Options button, typically represented by an ellipsis (…) icon on narrower browser windows or by a dedicated "Options" label on wider screens. From the dropdown menu, click Encrypt and choose the appropriate encryption setting. The available options mirror those in the desktop apps: Encrypt-Only and Do Not Forward.
One advantage of OWA is that the encryption indicator appears immediately. After an encryption option is selected, a banner appears above the recipient field reading "This message is encrypted" along with a brief explanation of what the recipient can and cannot do. This inline confirmation reduces the risk of sending an unencrypted message by mistake.
If the organization uses sensitivity labels, those appear in the same dropdown and can be applied alongside encryption, satisfying both data classification and data protection requirements in a single action.
3. Encrypting Email in Outlook for Mac
Outlook for Mac places encryption controls in the application menu bar rather than within a ribbon tab, which trips up users migrating from the Windows version. Open Outlook and click New Message to compose the email. In the system menu at the top of the screen, click the Draft menu (or Options, depending on the version). Select Encrypt from the dropdown, then choose Encrypt-Only or Do Not Forward.
For frequent use, the toolbar can be customized to surface the encryption control with a single click. In the message compose window, right-click on the toolbar area and select Customize Toolbar. Drag the Encryption icon into the active toolbar, then click Done.
The lock icon then sits in the compose window permanently, matching the one-click convenience of the Windows versions. As with all Outlook clients, the recipient of a Do Not Forward message on Mac is unable to copy, print, or forward the content, and the encryption persists through replies.
4. Encrypt-Only vs. Do Not Forward: Choosing the Right Option
The choice between Encrypt-Only and Do Not Forward determines what happens after a message lands in the recipient's inbox. Understanding the functional difference prevents both over-restriction, locking down a message the recipient legitimately needs to share, and under-protection, encrypting a message while leaving the door open for forwarding.
Encrypt-Only encrypts the message in transit and at rest on Microsoft's servers, ensuring no third party can intercept and read the contents. Once delivered, the recipient can read, forward, copy, and print the message freely. This is the right choice for everyday sensitive correspondence: contract negotiations, internal financial discussions, or any message containing information that needs protection from interception without restricting legitimate workflow on the other end.
Do Not Forward applies all the protections of Encrypt-Only and adds usage restrictions enforced through IRM. Specifically, the recipient cannot forward the message to another person, cannot copy text or screenshots from the message body, and cannot print the email. These restrictions hold even if the recipient downloads the message to their local machine.
Do Not Forward is appropriate for highly confidential content: merger discussions, executive compensation details, legal strategy documents, and any scenario where the downstream distribution of information poses a direct business risk.
A critical detail that often surprises users: all attachments are encrypted regardless of which option is selected. However, what happens after download differs by file type. Office documents, including Word, Excel, and PowerPoint files, retain Do Not Forward protections after download, meaning the recipient still cannot copy or print even the standalone file.
PDFs and image files, by contrast, decrypt after download and are no longer protected. If the attachment is a PDF containing sensitive data, pairing Do Not Forward with a password-protected PDF or an Office format instead is recommended.
Setting Encryption as the Default for All Outgoing Messages
Organizations that handle sensitive data routinely can configure Outlook to encrypt every outgoing message by default, removing the risk that an employee forgets to click the Encrypt button on a single high-stakes email.
In Outlook for Windows, navigate to File → Options → Trust Center → Trust Center Settings → Email Security. Under "Encrypted email," check the box labeled Encrypt contents and attachments for outgoing messages. From that point forward, every new message composed will carry encryption automatically, and it can be toggled off for individual messages that do not require it.
In Outlook on the web, this setting is not available directly in the OWA interface; an administrator must configure a mail flow rule in the Exchange admin center to apply encryption to all outbound messages automatically. For Outlook for Mac, the default encryption setting lives under Outlook → Settings → Accounts → Security, though some organizations disable this option in favor of admin-enforced transport rules.
Encryption protects message contents in transit, but it does not verify that the person requesting sensitive information is who they claim to be. Pairing Outlook encryption with phishing simulations closes that gap: encryption locks the envelope, and trained employees verify the sender before opening it.
The Encrypt button label and location can differ slightly between Outlook builds, particularly across Office perpetual license versions versus Microsoft 365 subscription versions, so administrators should confirm the exact path on the deployment before rolling out encryption training to the workforce.
How to Set Up and Use S/MIME Encryption in Outlook
Setting up S/MIME encryption in Outlook requires four steps. Obtain a digital certificate from a trusted certificate authority or an organization's internal PKI. Import it into the operating system. Configure the certificate within Outlook's Trust Center settings. Then select SHA256 and AES 256 bit as the cryptographic algorithms.
For Outlook on the web, the S/MIME control browser extension must be installed, which is supported on Edge and on Chrome only when the computer is joined to an Active Directory domain with the appropriate extension policy configured. Before sending the first encrypted message, administrators should verify that both signing and encryption certificates are correctly assigned, because Outlook will not warn the sender if only one is properly configured.
1. Obtaining and Installing a Digital Certificate for S/MIME
S/MIME encryption cannot function without a digital certificate, also called a digital ID. This certificate binds an email address to a public-private key pair. The private key stays on the device and decrypts inbound messages. The public key is distributed to anyone who needs to send that person encrypted email. Without both keys properly in place, the entire S/MIME workflow breaks down before it starts.
A certificate can be obtained through two paths. The first is a public certificate authority (CA) such as DigiCert, GlobalSign, or Sectigo. These CAs issue certificates after verifying the applicant's identity and control of the email address. This path works well for individuals, small businesses, and organizations without internal PKI infrastructure.
The second path is an organization's internal public key infrastructure (PKI), typically built on Microsoft Active Directory Certificate Services. The IT or security team provisions these certificates through group policy or manual enrollment. Internal PKI is the standard for enterprises because it centralizes certificate lifecycle management, enables auto-enrollment, and eliminates per-user CA fees.
Once the certificate file, typically a .pfx or .p12, is available, it should be installed into the Windows certificate store. Double-click the file, select Current User, and follow the Certificate Import Wizard.
When prompted for the password, enter the one supplied by the CA or administrator. Mark the key as exportable only if the certificate will need to move to another device. Place the certificate in the Personal certificate store. After import completes, Windows and Outlook can both access the private key.
2. Configuring S/MIME in Outlook for Windows
The configuration path differs between the new Outlook and classic Outlook, but both start from the same prerequisite: the certificate must already live in the Windows certificate store. In classic Outlook, open File → Options → Trust Center → Trust Center Settings. Select Email Security in the left pane. Under Encrypted email, click Settings. This opens the security settings dialog where the signing and encryption certificates are assigned and the cryptographic algorithms are chosen.
In the Security Settings Preferences dialog, assign the signing certificate under Signing Certificate and the encryption certificate under Encryption Certificate. If the organization uses separate certificates for each function, a best practice, select them individually. For the hash algorithm, choose SHA256.
For the encryption algorithm, select AES (256-bit). These algorithms provide the strongest protection available in the S/MIME standard. Older options such as SHA1 or 3DES exist for compatibility with legacy systems, but they offer weaker security and should be avoided unless communicating with organizations that cannot support modern cipher suites.
Check Send these certificates with signed messages to include the public certificate in every signed email. This enables recipients to encrypt replies without manually importing the certificate. Click OK through each dialog to save.
In the new Outlook, the path is Settings → Mail → S/MIME. Toggle on Encrypt contents and attachment for all messages I send to encrypt all outgoing messages by default. Toggle on Add a digital signature to all messages I send to sign every message. Select Automatically choose the best certificate for digital signing. If this option is grayed out, the administrator has disabled automatic selection, and certificates will need to be imported manually from this same screen.
Algorithm configuration in new Outlook works the same as classic: under the S/MIME settings, confirm that SHA256 and AES 256-bit are selected. The new Outlook does not automatically import certificates from the Windows store, so administrators switching from classic Outlook must import them manually through Settings → Mail → S/MIME → Import.
3. S/MIME in Outlook on the Web and Mac
Outlook on the web requires an additional step beyond certificate configuration: installing the S/MIME control browser extension. Navigate to Settings → Mail → S/MIME. If the control is not installed, Outlook displays the prompt: "To use S/MIME, install the S/MIME control by clicking here." Select Click here and follow the installation prompts. On Microsoft Edge, the extension installs directly and works after Outlook on the web is closed and reopened.
On Google Chrome, S/MIME support comes with a critical prerequisite: the computer must be joined to a Microsoft Active Directory domain and have a Chrome policy configured to include the S/MIME extension.
Without domain join and the policy, Chrome cannot load the S/MIME control. This limitation cannot be bypassed with manual configuration. Chrome's security model requires the domain-joined policy path. Confirming domain join status with the IT administrator before troubleshooting is recommended.
After installing the S/MIME control on either browser, a message may appear stating "S/MIME is not configured to work with the current domain." Selecting the link opens the extension options page, where the work or school domain, typically the portion after the @ sign in the email address, can be added. Closing and restarting Outlook on the web applies the change.
On Mac, S/MIME configuration in Outlook follows the same certificate-first principle. The certificate must be obtained and imported into the macOS Keychain. In Outlook, go to Outlook → Preferences → Accounts, select the account, click Advanced, and open the Security tab. Choose the signing and encryption certificates from the dropdown menus and set SHA256 and AES 256-bit as the algorithms.
4. Advanced S/MIME: PIV Cards, Certificate Publishing, and Read Receipts
Organizations that use PIV (Personal Identity Verification) cards or smart cards for authentication can use the same hardware tokens for S/MIME encryption. Insert the PIV card into the reader before opening Outlook. Navigate to File → Options → Trust Center → Trust Center Settings → Email Security → Settings. Click New to create a new security settings profile specifically for the PIV card.
Under Signing Certificate and Encryption Certificate, choose the certificates stored on the PIV card. Set SHA256 for the hash algorithm and AES 256-bit for encryption. Save the profile and select it as the default if the PIV card is the primary email identity. Outlook will prompt for the smart card PIN each time a user signs or decrypts a message.
Certificate publishing to the Global Address List (GAL) is essential for seamless encrypted communication within an Exchange Online environment. In modern Exchange Online tenants, sending a digitally signed email to an internal recipient triggers automatic publication of the sender's public certificate to the GAL.
The recipient does not need to manually import anything. Exchange handles certificate distribution transparently. For organizations that need certificates published before any signed email is sent, administrators can publish certificates manually through Exchange Admin Center or PowerShell using the Set-Mailbox cmdlet.
To encrypt email to an external recipient who is not in the GAL, the sender must first obtain the recipient's public certificate. Asking the recipient to send a digitally signed email accomplishes this. Once received, the sender opens the message, right-clicks the sender's name, and selects Add to Outlook Contacts.
Open the newly created contact, switch to the Certificates tab, and verify that the public certificate appears. If the recipient cannot send a signed email first, the recipient can export the public certificate as a .cer file. From the Address Book, go to File → New Entry → New Contact, fill in the name and email address, switch to the Certificates tab, click Import, and select the .cer file. Save and close. That contact can then receive encrypted messages from the sender.
For organizations that want blanket encryption coverage, the new Outlook provides a global toggle: Settings → Mail → S/MIME → Encrypt contents and attachment for all messages I send. Enable this, and every message, internal and external, will be encrypted when the recipient has a published certificate, and fall back to plaintext when they do not. This eliminates the human decision of "should I encrypt this one?" and closes the gap that attackers exploit.
S/MIME encrypted read receipts follow a slightly different path. In a new message, go to Options → More Options → Message options. Check both Request a read receipt and Digitally sign this message (S/MIME)The digital signature binds the read receipt request to the sender's verified identity, and the recipient's response will be encrypted on return if the recipient has the sender's public certificate. This is particularly valuable in legal, financial, and healthcare contexts where proof of delivery matters.
The FBI's 2025 Internet Crime Report recorded phishing and spoofing as the top cybercrime by complaint volume, a direct reminder that unsigned, unencrypted email invites impersonation in ways that S/MIME systematically prevents.
How Recipients Open and Read Emails Encrypted in Outlook
When an email is encrypted in Outlook, the recipient's experience varies significantly depending on their email provider and client. Recipients using Microsoft 365 or Outlook see the encrypted message inline with no extra steps.
Gmail and Yahoo users authenticate through a secure portal. Users of other providers receive a one-time passcode via email. Understanding these paths in advance helps senders brief external contacts so sensitive communications are not delayed or blocked by confusion at the receiving end.
1. Opening Encrypted Emails in Outlook and Microsoft Accounts
For recipients who also use Outlook or a Microsoft 365 account, Microsoft Purview Message Encryption delivers a near-invisible experience. The encrypted message arrives in the inbox like any other email.
A padlock icon appears next to the message in the inbox list, and a banner at the top of the reading pane states that the message is encrypted and may include restrictions such as "Do Not Forward" or "Encrypt-Only." The recipient opens the message and reads it directly in the reading pane with no external portal, no passcode, and no additional sign-in required.
This experience extends across Outlook desktop, Outlook for Mac, Outlook on the web, and Outlook.com. Replies to encrypted messages are automatically encrypted as well, preserving the protection chain in both directions. In Outlook on the web, if the sender applied screen capture protection, the browser may block all screen capture for that tab until the page is refreshed. This restriction applies across the entire browser window rather than only the message itself.
Not every Outlook scenario is frictionless. S/MIME encryption, a separate method from Microsoft Purview Message Encryption, imposes stricter requirements. For an S/MIME-encrypted message to be readable, the recipient must possess their own digital certificate installed on the device and must have previously exchanged public certificates with the sender.
If the certificate is stored on a smart card, the recipient is prompted to insert the card and may need to enter a PIN. Without the proper certificate in place, the message will not decrypt. S/MIME is typically reserved for organizations with a managed public key infrastructure and pre-established trust relationships.
A common point of confusion is the "message.html" attachment scenario. Some older or incompatible email clients cannot render Microsoft Purview-encrypted messages inline. Instead, the recipient sees a standard email with an attachment named "message.html." Opening that attachment launches the encrypted message in a web browser, where the recipient authenticates through the normal portal flow. The content is not broken, just delivered in a format the client can handle.
2. Opening Encrypted Emails in Gmail, Yahoo, and Other Email Providers
Recipients using Gmail, Yahoo, or other non-Microsoft email providers receive what is called a wrapper email. The body of this email contains a notification that an encrypted message is waiting, along with a prominent "Read the message" button or link. Clicking it redirects the recipient to the Microsoft Purview encrypted message portal in a browser.
For Gmail recipients, the portal presents an option to sign in with a Google account. After authenticating and granting the necessary permissions, the decrypted message opens in a new browser tab.
The experience is nearly identical for Yahoo users, who sign in with Yahoo credentials at the same portal. In both cases, the encrypted message is never displayed directly inside the Gmail or Yahoo interface. It always renders in the separate Microsoft portal tab, where replies are also composed.
Recipients using other email providers, including ProtonMail, Apple Mail, or any custom-domain email service, follow the same initial path: click "Read the message," arrive at the portal, and then select "Sign in with a one-time passcode." Microsoft sends a passcode to the same email address that received the encrypted message. The recipient retrieves the code from their inbox, enters it in the portal, and gains access.
Each passcode expires after 15 minutes, a safeguard that limits the window for interception. If the code lapses, the recipient restarts the process by opening the attachment or clicking the link again, a minor re-authentication that preserves the integrity of the encryption.
3. Accessing Encrypted Emails on Mobile Devices
The mobile experience has improved substantially. Modern versions of Outlook for iOS and Android support native decryption of Microsoft Purview-encrypted messages. The message opens directly in the app with the same padlock indicator and restriction banner visible on the desktop. No additional app or workaround is required for messages encrypted through the current Microsoft Purview framework.
For older encrypted messages, specifically those sent with the deprecated Office 365 Message Encryption (OME), the free OME Viewer app on the Apple App Store and Google Play Store is sometimes required. This is increasingly rare as organizations migrate to the current encryption standard, but recipients with messages from senders still running legacy configurations may encounter it. The OME Viewer app handles decryption and allows encrypted replies.
The mobile browser path also works as a fallback. If the Outlook mobile app cannot render an encrypted message due to an outdated app version, a device policy restriction, or a legacy encryption format, the recipient can open the wrapper email in their mobile browser, authenticate through the portal, and read the message there.
Access is never fully blocked by the limitations of any single client, though the experience is faster when the native Outlook app handles decryption directly. Knowing which path each external recipient will follow allows senders to provide a brief heads-up before the encrypted message arrives, cutting the support requests that erode the efficiency encryption is meant to provide.
Troubleshooting Common Outlook Email Encryption Problems
Failures that occur when administrators encrypt email in Outlook rarely trace back to a single misconfiguration. They stem from a dependency chain spanning subscription licensing, tenant-level IRM settings, client version compatibility, and Azure Rights Management connectivity.
Microsoft's Purview Message Encryption documentation outlines six discrete diagnostic steps, confirming that the root cause is rarely obvious without systematic verification. Even when server-side configuration is correct, cached credentials, proxy authentication failures, and sensitivity label encryption policies can independently block the encrypt button or prevent recipients from opening messages.
Diagnosing the Missing or Greyed-Out Encrypt Button
When the encrypt button vanishes from Outlook, the problem almost always lives in the gap between what the license entitles and what the tenant actually enables. Start with the subscription tier.
Microsoft Purview Message Encryption requires Microsoft 365 E3, E5, Business Premium, or an equivalent plan that includes Azure Information Protection. A lower-tier subscription such as Business Basic or an Exchange Online Plan 1 license will not surface the encryption option in the ribbon.
Next, confirm the user's account holds an active license assigned through the Microsoft 365 admin center. A license may be purchased at the tenant level but never assigned to the specific user, a surprisingly common oversight during bulk provisioning. After verifying the license, clear the user's cached credentials through Windows Credential Manager.
Stale Office credentials can cause Outlook to authenticate against an incorrect identity, effectively hiding features the real account is entitled to use. Remove all Outlook and Office entries, sign out of the Office desktop apps entirely, then sign back in with the properly licensed account.
On the tenant side, three PowerShell checks resolve most remaining button-disappearance cases. Run Get-OwaMailboxPolicy | FL IRMEnabled to confirm Information Rights Management is turned on for Outlook on the web. If it returns False, execute Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -IRMEnabled $true.
Then run Get-IRMConfiguration | FL SimplifiedClientAccessEnabled. A False value here suppresses the encrypt button in Outlook on the web specifically. Set it with Set-IRMConfiguration -SimplifiedClientAccessEnabled $true. Finally, check the Outlook desktop version: builds older than Outlook 2016 or unpatched versions of Outlook 2019 lack native support for Purview Message Encryption. The encrypt button appears greyed out, not missing, when the client version is incompatible but the tenant configuration is otherwise correct.
Running Microsoft's Diagnostic Tools and PowerShell Verification
Microsoft provides a built-in diagnostic that automates much of the verification work. Navigate to the Microsoft 365 admin center as a global administrator, open the Run Tests: Microsoft Purview Message Encryption diagnostic, and select Run Tests. The tool checks subscription support, IRM configuration, and tenant-level encryption settings in a single pass, surfacing issues that manual PowerShell investigation might miss.
For connectivity-related failures, test whether the client can reach the Azure Rights Management service. Run the following PowerShell commands from the affected machine:
`
$request = [System.Net.HttpWebRequest]::Create("https://admin.na.aadrm.com/admin/admin.svc")
$request.GetResponse()
$request.ServicePoint.Certificate.Issuer
`
The issuing certificate authority should read CN=Microsoft Secure Server CA 2011, O=Microsoft Corporation. If the output shows a non-Microsoft CA, a firewall or proxy is terminating the TLS connection before it reaches Azure RMS. This is a common pattern when organizations perform packet-level inspection on outbound traffic.
The fix is to bypass TLS decryption for the .aadrm.com and .protection.outlook.com URLs, which rely on certificate pinning that breaks under man-in-the-middle inspection. For organizations using authenticated web proxies, the proxy must be configured to use integrated Windows authentication with the user's Active Directory sign-in credentials.
Sensitivity labels introduce a separate category of encryption conflicts. When a label with its own encryption policy, such as "Confidential \ All Employees" with Do Not Forward protection, is applied to an email, that label's encryption settings override any manual encryption the sender selects from the Options ribbon.
The two encryption methods are not additive; the label wins. If users report that selecting "Encrypt-Only" unexpectedly produces a "Do Not Forward" experience, check whether a sensitivity label with stricter rights management is auto-applied or manually selected. The resolution is to either remove the conflicting label or adjust its encryption policy in the Microsoft Purview compliance portal to align with the intended outcome.
For S/MIME users accessing encrypted mail through Outlook on the web, browser compatibility is non-negotiable. Microsoft Edge and Google Chrome are the only supported browsers when proper domain policies are configured.
Firefox and Safari lack the requisite cryptographic extensions for S/MIME certificate handling in OWA. Administrators should also verify that the S/MIME extension for Edge or Chrome is deployed through group policy and that the relevant certificate trust chains are published to the user's Microsoft 365 tenant.
Solving Recipient Access and Cross-Tenant Issues
When a recipient cannot open an encrypted message, the sender can often resolve the problem before it escalates to a support ticket. The most frequent recipient-side failure is the "Message.html" attachment scenario, where the recipient receives an email with an HTML file rather than the decrypted message body. This occurs when the recipient's email client or service cannot process the encryption wrapper natively. Gmail, Yahoo, and non-Microsoft 365 business accounts all land here.
The sender should verify they used the "Encrypt-Only" option rather than "Do Not Forward," which imposes additional restrictions that some external clients cannot process. They should also confirm the recipient's email address is entered correctly, since Purview Message Encryption ties decryption rights to the specific address on the envelope.
Authentication errors at the encrypted message portal typically trace to one of two root causes. The recipient may be attempting to authenticate with an account that does not match the email address the message was sent to. If a message was sent to jsmith@client.com but the recipient signs in with john.smith@client.com, the portal denies access.
Alternatively, the sender's organization may have Conditional Access policies that block external users from authenticating to the Microsoft Entra tenant entirely. Senders can help by confirming the exact recipient address before sending and, when the issue persists, having their administrator review the Conditional Access policies governing guest access to encrypted content.
Cross-tenant delivery between commercial Microsoft 365 and GCC High tenants introduces a specific behavioral difference. Messages sent from a GCC High tenant to any recipient outside that environment, including commercial Microsoft 365 users, Outlook.com accounts, and third-party email providers, arrive as wrapper mail directing the recipient to the encrypted message portal rather than rendering inline in the Outlook reading pane.
Microsoft confirms that only intra-GCC High communication, where sender and recipient both reside inside the GCC High boundary even across different organizations, receives native inline decryption. Senders in commercial tenants sending to GCC High recipients experience the reverse pattern. There is no configuration change that eliminates the wrapper for cross-boundary messages; it is an architectural limitation of the sovereign cloud separation.
Organizations that regularly exchange sensitive encrypted mail with GCC High counterparts should prepare recipients to expect portal-based access and include clear opening instructions alongside any encrypted message. These same dependency chains, where licensing, policy, and infrastructure layers intersect, surface even more sharply when encryption moves beyond a single tenant.
Advanced Outlook Encryption Configuration for Organizations
To encrypt email in Outlook at scale, administrators configure mail flow rules in the Exchange admin center that automatically apply Microsoft Purview Message Encryption when messages match specific conditions. Those conditions include keywords in the subject or body, external recipients, or sensitive information types.
Organizations with Microsoft 365 E5 or Azure Information Protection P2 can extend this with Advanced Message Encryption for custom branding templates, message expiration, and access revocation. Encryption also interacts with sensitivity labels, disclaimers, and attachment handling. Each of those interactions requires deliberate configuration to avoid broken messages or unintended access gaps.
Automating Encryption with Mail Flow Rules
Mail flow rules eliminate the reliance on individual users remembering to click the Encrypt button. In the Exchange admin center, navigate to Mail flow > Rules and create a new rule. The rule's conditions determine when encryption fires automatically. Match on keywords appearing in the subject or body, target messages sent to external recipients, scope to specific sender groups such as finance or legal, or trigger on built-in sensitive information types like credit card numbers or health identifiers.
Under Do the following, select Modify the message security > Apply Office 365 Message Encryption and rights protection. From there, pick the appropriate RMS template. Encrypt-Only provides basic protection. Do Not Forward prevents recipients from copying or sharing messages. Multiple conditions stack. A single rule can encrypt all messages sent externally by the finance team that contain the phrase "wire transfer" in the subject line.
One critical limitation exists. Mail flow rules cannot encrypt inbound messages from outside an organization's Exchange Online tenant. If a rule is scoped to encrypt external inbound mail, those messages deliver without encryption. For hybrid Exchange environments, on-premises users can send and receive encrypted mail only when email routes through Exchange Online. This requires configuring connectors properly before mail flow rules take effect.
Advanced Message Encryption: Branding, Revocation, and Message Expiration
Advanced Message Encryption, included with Microsoft 365 E5 or the E5 Compliance and Information Protection add-ons, gives administrators controls that go beyond basic encryption. Multiple branding templates allow different visual themes and portal experiences based on the recipient's domain.
A client-facing template works for partners. A stricter, internally branded template works for regulatory correspondence. Templates are created and modified through PowerShell using the New-OMEConfiguration and Set-OMEConfiguration cmdlets. They take effect only when referenced by a mail flow rule.
Message expiration sets a defined window after which encrypted emails become inaccessible. The documented parameter accepts integer values from 1 to 730 days.
Only whole-day values trigger the expiration notice visible to recipients and the actual access cutoff. After expiration, the encrypted message portal returns a generic error rather than a clear "this message has expired" message. This can cause confusion for external recipients attempting to access time-limited communications.
Message revocation removes access to an encrypted email that a recipient has already opened through the web portal. Revocation applies only to messages delivered through the OME portal, which itself requires a custom branding template. Messages that Microsoft account holders open natively in Outlook cannot be revoked.
Administrators should also be aware that the “Remove external access” button in Outlook cannot revoke messages that were encrypted automatically by a DLP policy or transport rule. That option is reserved for messages a user manually encrypts through the Encrypt button in the Outlook client.
Sensitivity Labels, File Limits, and Other Advanced Scenarios
Microsoft Purview sensitivity labels can apply encryption policies automatically. Understanding how label-based encryption interacts with mail flow rule encryption prevents policy conflicts. When a sensitivity label applies encryption, the IRM settings from Exchange mail flow rules or DLP policies are ignored. Label-encrypted messages do not receive a second encryption layer from transport rules.
The best practice is to decide which mechanism owns encryption for each scenario. Use sensitivity labels when data classification drives protection. Use mail flow rules when transmission conditions, such as external recipients or keyword matches, are the trigger. Applying multiple encryption technologies to the same message can render it unreadable in Outlook for Mac, iOS, and Android.
Encrypted messages are subject to the same size limits as regular Outlook messages, but the encryption wrapper adds overhead to the message body. Administrators should factor this into attachment size calculations, particularly near the 25 MB Exchange Online limit. For offline scenarios, Purview Message Encryption requires an active internet connection. Azure Rights Management must be reachable for both encryption and decryption. S/MIME, by contrast, can encrypt and decrypt offline once certificates are cached locally.
Organization-wide signatures and disclaimers introduce a subtle but destructive risk. Depending on the transport rule ordering, signatures may be appended after encryption. This breaks the encryption wrapper and renders the message body unreadable. Mitigate this by placing signature rules before encryption rules in the mail flow processing order.
Microsoft 365 does not support PGP/MIME natively. Only PGP/Inline can be used, and it is not integrated into the platform. PGP/Inline is limited to plain text, cannot encrypt attachments, and requires third-party add-ins for Outlook.
Encrypted email recall follows the same rules as regular message recall in Exchange Online. It works only within the same organization and only if the recipient has not yet opened the message. Once an encrypted message is read, recall becomes an administrative action through Advanced Message Encryption revocation rather than a user-initiated recall.
These configuration guardrails form the foundation of encrypted communication. Organizations that get them right reduce the risk of exposure from misconfigured protection layers without adding friction to legitimate workflows.
Outlook Email Encryption and Regulatory Compliance
Encrypting email in Outlook with Microsoft Purview Message Encryption and S/MIME satisfies the technical requirements of HIPAA, GDPR, CCPA/CPRA, PCI DSS, and SOC 2 when properly configured. Encryption alone, however, does not make an organization compliant with any of these frameworks.
Compliance requires documented policies, a signed business associate agreement (BAA) for HIPAA-covered entities, access controls, audit logging, and employee training. Encryption is the most visible technical safeguard, but it addresses only the data-in-transit and data-at-rest dimensions of a much broader compliance obligation.

How Outlook Encryption Maps to HIPAA, GDPR, CCPA, and PCI DSS
Each regulatory framework approaches encryption differently, but Outlook's native encryption capabilities address core requirements across all of them.
HIPAA. Purview Message Encryption protects electronic protected health information (ePHI) in transit using AES-standard encryption, satisfying the HIPAA Security Rule's transmission security requirement. Microsoft will sign a BAA covering Exchange Online and Purview Message Encryption on eligible plans. Without that signed BAA, technical encryption carries zero compliance weight.
GDPR. Article 32 explicitly names encryption as an appropriate technical measure for securing personal data. Deploying Outlook encryption demonstrates that an organization has implemented data protection by design, a core GDPR principle. European regulators have, in some enforcement actions, treated the absence of encryption after a breach as an aggravating factor.
CCPA/CPRA. Under California's breach notification statute (Cal. Civ. Code § 1798.82), encrypted data qualifies for a safe harbor. If personal information is encrypted and the encryption key was not compromised in the breach, the organization may be exempt from notification obligations. Encrypting emails containing California residents' personal data directly reduces legal exposure.
A 2025 Perkins Coie analysis of evolving state breach laws documented how encryption safe harbors and reasonable-safeguard provisions are expanding across states including Oklahoma, Nebraska, and Texas, making them a central risk-reduction mechanism in U.S. privacy law.
PCI DSS. Requirement 4 of PCI DSS 4.0 mandates strong cryptography when cardholder data traverses open, public networks. Purview Message Encryption enforces TLS 1.2+ with AES-256, satisfying this requirement for email-borne cardholder data. Even so, transmitting full primary account numbers through end-user email creates unnecessary exposure. Encryption satisfies the standard. Eliminating the data from email entirely is the stronger position.
SOC 2. Encryption controls directly satisfy three Trust Services Criteria: CC6.1 (logical access controls), CC6.8 (transmission protection), and C1.2 (confidential information protection throughout its lifecycle). Properly configured Outlook encryption directly addresses the finding auditors encounter most frequently.
What Types of Data Should Always Be Encrypted
Organizations should encrypt any email containing information that, if exposed, would cause financial, legal, or reputational harm. Five categories merit mandatory encryption without exception.
Financial data includes account numbers, wire instructions, routing numbers, and tax identifiers. A single intercepted wire instruction email can trigger a six-figure loss before anyone notices.
Personally identifiable information (PII) covers Social Security numbers, dates of birth, driver's license numbers, and passport details. This data fuels identity theft and triggers the most aggressive regulatory notification requirements when breached.
Protected health information (PHI) spans medical records, treatment details, insurance information, and any data covered by HIPAA. An unencrypted PHI email is both a compliance violation and a patient trust violation.
Intellectual property encompasses trade secrets, product designs, source code, merger and acquisition documents, and legal strategy communications. This category rarely triggers regulatory fines but produces the largest dollar-value losses when intercepted by competitors or nation-state actors.
Authentication credentials include passwords, API keys, token strings, and multi-factor authentication reset links sent via email. A single credential intercepted in transit can become the initial access vector for a full network compromise.
Encryption's Role in a Complete Compliance Program
Encryption functions as a necessary control rather than a sufficient one. It protects data while it is in motion and while it sits in a mailbox, but it does nothing to prevent an authorized recipient from mishandling decrypted content after opening the message. A finance employee who forwards an encrypted wire-instruction email to a personal account, or a clinician who copies decrypted PHI into an unsecured spreadsheet, renders the encryption meaningless.
Every major compliance framework layers encryption with additional controls: access management, audit logging, and workforce training. Microsoft Purview audit logs track encrypted email usage, recording who sent what to whom and when. That evidence trail supports HIPAA, SOC 2, and PCI DSS reporting. Exchange Online encrypts all mailbox data at rest using BitLocker and Distributed Key Manager, and organizations with heightened requirements can layer Customer Key for application-level encryption control.
The audit log and the encryption key only document what happened. They do not prevent the user from making a bad decision with the decrypted content. That requires a workforce trained to recognize which data warrants protection and what handling rules apply after decryption. Encryption secures the pipe. Security awareness training secures the person at the end of it.
Outlook Email Encryption Best Practices
Effective email encryption best practices start with matching the encryption method to the sensitivity of the content being sent. Configure organizational defaults so protection applies automatically where it matters most, and test the recipient experience before making encryption mandatory. Train users on what the padlock icon means, where the encryption button lives in their version of Outlook, and what encryption cannot do: verify that the person on the other end is who they claim to be.
1. Matching Encryption Method to Content Sensitivity
Outlook offers three distinct encryption methods. Choosing the wrong one either over-restricts legitimate communication or under-protects confidential data.
Encrypt-Only is the right default for general sensitive correspondence: contract drafts, project timelines, customer account details. It protects the message in transit and at rest on Microsoft servers but places no restrictions on what an authenticated recipient does with the decrypted content. Think of it as a sealed envelope: private during delivery, but the recipient can share what is inside once opened.
Do Not Forward applies a stricter policy suited to legal documents, HR communications involving personnel records, executive correspondence about mergers or strategy, and any content governed by confidentiality agreements. Recipients cannot forward, copy, or print the message, and Microsoft Office attachments receive the same restriction. This is the right choice when the damage from redistribution outweighs any inconvenience it causes the recipient.
S/MIME provides end-to-end encryption with mutual authentication, but only works when both sender and recipient have exchanged digital certificates in advance. It is ideal for inter-organizational communication between established partners, legal counsel, or government entities where verifying identity is as important as protecting content. The friction of certificate management makes S/MIME impractical as a default, but for high-assurance scenarios, no other Outlook-native method verifies both encryption and identity.
2. Testing and Rolling Out Encryption Across an Organization
Rolling out Outlook encryption without testing the external recipient experience guarantees help desk tickets and frustrated business partners. Start small and validate before scaling.
Configure mail flow rules in the Exchange admin center to automatically apply encryption when messages match defined patterns: sensitive information types such as credit card numbers or Social Security numbers, keywords in subject lines like "Confidential" or "Attorney-Client Privilege," or any email routed to external domains. These rules remove human discretion from the equation for the highest-risk scenarios while allowing users to apply encryption manually for everything else.
Before enabling organization-wide enforcement, administrators should send test encrypted messages to Gmail, Yahoo, and personal Outlook.com addresses. Attention should be paid to what recipients actually see: a link to a Microsoft portal, a mobile-friendly experience, or a desktop-only flow. A single problematic recipient flow can poison adoption across an entire department, so administrators should document the exact steps for each major recipient platform and include screenshots in training materials.
User training must cover three concrete areas: recognizing the padlock icon that indicates an encrypted message, locating the encryption button in their specific Outlook version, and understanding what external recipients will experience so expectations can be set before sending. Without this, users will either avoid encryption entirely or field confused calls from recipients. Security awareness training programs that incorporate encryption workflows into regular simulations help reinforce these habits.
Finally, verifying recipient identity out-of-band when the content warrants it remains essential. Encryption secures the message contents. It does nothing to confirm that the destination email address has not been compromised.
The FBI's 2025 Internet Crime Report documented over $3 billion in losses from business email compromise, much of which encryption alone would not have prevented if the attacker already controlled the recipient mailbox. For high-value transactions, pair encryption with a phone call or separate authentication channel to confirm the recipient before sending.
3. Common Encryption Mistakes and How to Avoid Them
The first mistake is assuming encryption prevents data leakage. It does not. Encrypt-Only mode allows any authenticated recipient to screenshot, copy text, or forward decrypted attachments. Do Not Forward blocks forwarding and printing within the Microsoft ecosystem but cannot stop a determined recipient from photographing their screen with a phone. Encryption protects data during transmission; it does not protect data from the person it was intentionally sent to.
The second mistake is encrypting everything by default without considering the recipient burden. External recipients who receive encrypted messages infrequently may struggle with the authentication portal, delay responding, or simply ignore the message. Encryption should be applied on a risk-based approach rather than universally. Reserve automatic encryption for messages that trigger sensitivity rules, and let users decide for gray-area communications.
The third mistake is neglecting encryption configurations after Microsoft 365 tenant changes. Mail flow rules that reference deprecated sensitivity labels, renamed distribution groups, or retired connector paths silently fail, leaving messages unencrypted without any warning to the sender.
Audit encryption rules quarterly and after every major tenant reconfiguration. An unencrypted message sent under the assumption of protection creates the worst kind of exposure: invisible to the sender and irreversible once sent. Getting encryption right at the desktop level closes one of the most overlooked gaps in organizational email defense, but it works only when employees also know how to spot phishing lures before they act on them.
The Human Side of Outlook Email Encryption
Encrypting email in Outlook is a configuration task that takes minutes. Getting employees to use it consistently when handling sensitive data takes a sustained behavioral change effort.
Why Do Technical Encryption Controls Need Behavioral Reinforcement?
Email encryption in Outlook works perfectly in a lab. In the real world, it depends on a person recognizing that the attachment they are about to send contains protected health information, a customer's Social Security number, or unredacted financials, and then choosing to click Encrypt before Send. The technology is ready. The question is whether the employee is.
Organizations can fall into a compliance checkbox trap: they deploy encryption, log the deployment as a control fulfilled, and move on. The metric that matters is not whether Outlook encryption is configured. It is whether employees use it when handling sensitive data.
A configured but unused control provides exactly the same protection as no control at all while creating a false sense of security that makes breaches more damaging when they inevitably occur. Regulators and auditors increasingly distinguish between documented controls and demonstrably effective ones. Organizations that measure only adoption rates without verifying behavioral compliance are producing compliance theater rather than genuine data protection.
How Does Security Awareness Training Build Encryption Habits?
Security awareness training transforms encryption from an abstract IT policy into a practiced behavior.
Building encryption habits requires three specific training interventions, each targeting a different point in the behavioral chain. Role-based data classification exercises teach employees to recognize what qualifies as sensitive in their specific function: finance teams practice identifying confidential deal terms, healthcare staff learn to spot protected health information, and HR professionals rehearse recognizing personally identifiable information before hitting Send. Without this recognition skill, the encryption button is irrelevant because the employee never realizes they need it.
Simulation-based practice then embeds the Encrypt-before-Send behavior as muscle memory through repeated, low-stakes scenarios, the same way phishing simulations condition employees to pause before clicking links. Finally, contextual prompts and lightweight refreshers delivered at the moment of risk reinforce the habit without disrupting workflow.
The goal is not compliance with a policy document. It is building the instinct to pause and ask: "Should this be encrypted?" before any sensitive email leaves the outbox.
Why Is Encryption Only One Layer in a Human Risk Management Strategy?
Encryption protects data in transit, but it cannot protect data at the endpoint. When an attacker compromises an employee's account through a successful phishing attack, that attacker can read every decrypted email the employee has ever received.
Encryption secures the pipe; awareness and strong authentication secure the person at the keyboard. A technical control whose real-world effectiveness depends entirely on employee behavior must sit inside a broader strategy that treats the employee as a critical defense layer rather than a bypassable inconvenience.
This is where encryption behavior intersects with human risk scoring. Organizations that track whether employees consistently encrypt sensitive communications gain a measurable signal. An employee in finance who has sent five unencrypted attachments containing customer data in a quarter represents a quantifiable data exposure risk, one that should trigger targeted training, not a generic reminder email that gets deleted unread.
Over time, encryption compliance becomes part of an individual risk score that security teams can track alongside phishing simulation results, training completion rates, and credential exposure data. The employee who consistently fails to encrypt sensitive communications is not a technological problem to patch around. They are a measurable human risk requiring a targeted intervention.
A comprehensive human risk management approach treats encryption not as a standalone IT configuration but as one behavioral signal among many. The encryption button in Outlook is only as effective as the trained judgment of the person deciding whether to click it, and that judgment is built, measured, and reinforced over time.
Frequently Asked Questions About Outlook Email Encryption
Can Encrypted Emails Be Sent to Recipients Who Do Not Use Outlook or Microsoft 365?
Yes. Microsoft Purview Message Encryption allows encrypted emails to be sent to any recipient regardless of email provider. Recipients using Gmail, Yahoo, or other services receive a notification email with a "Read Message" link. They can authenticate using their Google or Yahoo credentials, or receive a one-time passcode sent to the same email address to view the message through a secure web portal.
Microsoft 365 recipients experience seamless inline decryption directly in Outlook. The encrypted message and all attachments remain protected during this process. This cross-platform compatibility is one of Purview Message Encryption's primary advantages over S/MIME, which requires both parties to have exchanged digital certificates beforehand.
Is Outlook Email Encryption Free, or Does It Require a Paid Microsoft 365 Subscription?
Outlook email encryption requires a qualifying Microsoft 365 subscription. The free Outlook.com and the free Outlook desktop app do not include Purview Message Encryption. Microsoft 365 Family and Personal subscriptions include Encrypt-Only and Do Not Forward options. For business users, encryption is available with Microsoft 365 Business Premium, E3, and E5 plans.
Business Basic and Business Standard lack built-in encryption capabilities unless an Azure Information Protection add-on license is purchased separately, according to Microsoft's licensing documentation. If the Encrypt button is missing from the Outlook ribbon, the subscription likely does not support message encryption. Organizations should verify license assignments before rolling out encryption to users.
Does encrypting emails in Outlook meet HIPAA compliance requirements?
Encrypting emails in Outlook with Microsoft Purview Message Encryption can satisfy HIPAA's Security Rule requirements for protecting electronic protected health information (ePHI) in transit, but only when properly configured alongside a signed Business Associate Agreement (BAA) with Microsoft.
HIPAA's encryption specification is addressable, meaning covered entities must implement it if doing so is reasonable and appropriate for their risk profile. Microsoft Purview Message Encryption applies AES-standard encryption, which meets the Security Rule's encryption framework.
Organizations must use an E3 or E5 subscription, enable Purview Message Encryption at the tenant level, and configure data loss prevention policies to automatically encrypt emails containing ePHI. Encryption alone is not sufficient. HIPAA also requires access controls, audit logging, and workforce training on secure communication practices.
What Happens to Encrypted Emails if a Microsoft 365 Subscription Expires, and Can Recipients Still Read Them?
When a Microsoft 365 subscription expires, previously sent encrypted emails may become inaccessible to recipients. Purview Message Encryption relies on Azure Rights Management keys tied to the tenant.
Once the tenant is fully deprovisioned, the encryption keys are permanently deleted. At that point, recipients attempting to open previously encrypted emails through the OME portal will encounter errors. Organizations should migrate critical encrypted communications before allowing a subscription to lapse, as there is no recovery path for encrypted content after tenant deletion.
Can Access to an Encrypted Email Be Recalled or Revoked After It Has Already Been Sent?
It depends on the encryption method and the licensing tier in place. Standard Outlook message recall, which only works within the same organization and only on unread messages, applies to encrypted emails the same as unencrypted ones. For true revocation, Microsoft Purview Advanced Message Encryption, available with E5 or Azure Information Protection P2 licenses, allows administrators and message senders to revoke access to link-based encrypted emails sent to external recipients.
Senders can revoke a message from their Sent folder in Outlook on the web using the "Remove external access" link. Without Advanced Message Encryption, standard Purview encrypted messages cannot be revoked after sending.
S/MIME encrypted emails cannot be revoked under any scenario. Technical controls like encryption and revocation provide strong data protection, but their real-world impact depends on employees making the right decisions about what sensitive data needs encrypting and when.
See How Adaptive Reinforces Email Encryption Across an Organization
Encryption protects email content, but its real-world effectiveness depends on employees recognizing sensitive data and remembering to click Encrypt before sending. Adaptive Security's Security Awareness Training builds those habits through role-specific, AI-powered training that reinforces technical controls like email encryption across an organization. A self-guided tour of the Adaptive Security platform shows how training and encryption work together.
As experts in cybersecurity insights and AI threat analysis, the Adaptive Security Team is sharing its expertise with organizations.
Get started with Adaptive Security
Related articles

How Cyberattackers Obtain Credentials for Account Takeover: A Complete Guide to Every Theft Method and Defense Strategy

What Is DMARC? The Complete Guide to Email Authentication, Domain Protection, and Stopping Email Spoofing

What Is DMARC Alignment: The Complete Guide to SPF and DKIM Alignment, Strict vs. Relaxed Modes, and Configuration
Get started