The Outlook Encrypted Email Crisis: What You Need to Know
Imagine sitting at your desk, ready to open a critical encrypted email from your legal team, only to hit an error message that makes the email completely inaccessible. This isn't a hypothetical anymore. It's happening to Outlook users right now.
In early January 2025, Microsoft released a patch for classic Outlook that inadvertently broke how "Encrypt Only" emails work. Users who updated to Current Channel Version 2511 (Build 19426.20218) suddenly found themselves unable to open encrypted messages. The irony? Microsoft was supposedly improving security. According to Neowin, this update has caused significant disruptions.
What makes this worse is that there's currently no permanent fix. Microsoft acknowledged the issue publicly but hasn't released a patch yet. For organizations that rely on encrypted email communication—law firms, financial institutions, healthcare providers, government agencies—this is a genuine operational crisis. As reported by BleepingComputer, the issue is widespread and affects many users.
Here's what happened, why it matters, and exactly what you need to do right now if you're affected.
TL; DR
- The Problem: Outlook Build 19426.20218 breaks "Encrypt Only" encrypted emails, showing an error about restricted permissions and an unreadable
message_v 2.rpmsgattachment, as detailed by Windows Report. - No Permanent Fix Yet: Microsoft is working on a solution but hasn't released one as of late January 2025.
- Two Workarounds Available: Use the Options ribbon encryption method or revert to Build 19426.20186.
- Related Security Change: Microsoft also disabled inline SVG images in Outlook for Web and new Outlook for Windows, as noted by TechRadar.
- Bottom Line: This is a significant security oversight affecting productivity across multiple industries.


Estimated data shows that Advanced Threat Protection is the most effective measure, followed closely by DMARC/SPF/DKIM and Data Loss Prevention. User training and email authentication standards also play crucial roles in a comprehensive security strategy.
Understanding the Encrypted Email Bug: Technical Details
Let's get into the specifics of what's actually breaking. This isn't just a display issue or a cosmetic glitch. The bug fundamentally prevents users from accessing the content of encrypted emails.
When a user receives an "Encrypt Only" email after updating to Build 19426.20218, the Reading Pane displays a specific error message: "This message with restricted permission cannot be viewed in the reading pane until you verify your credentials. Open the item to read its contents and verify your credentials."
Sounds reasonable, right? You open the email. But here's where it gets frustrating. Instead of the actual email content, users see only an attachment labeled message_v 2.rpmsg. They can't read the original message. They can't access the attachment. They're stuck. This issue has been highlighted by PCMag as a critical flaw in email encryption services.
The .rpmsg file extension stands for "Rights-Managed Mail Message"—it's Microsoft's proprietary format for rights-managed email. The fact that it's appearing as an attachment instead of being decrypted transparently tells us something went wrong in the encryption/decryption pipeline.
Why This Specific Build?
The problem started with Build 19426.20218. Before this build, everything worked fine. Build 19426.20186 and earlier versions don't have this issue. This tells us the developers made a change in this specific update that broke something in the IRM (Information Rights Management) system. According to BleepingComputer, this change has caused significant disruptions.
Microsoft didn't explicitly say what changed, but based on the symptoms, it appears to be related to how Outlook handles the decryption permissions when the "Encrypt" option is used from the File menu rather than through the Options ribbon.
The Scope of Impact
This doesn't affect all encrypted emails—only those using the "Encrypt Only" setting accessed through File > Encrypt. If you encrypt via the Options ribbon using "Encrypt" or "Do Not Forward," your emails work fine. This suggests the bug is specific to one code path within the encryption module.
For organizations that have standardized on the File menu encryption method—or users who simply prefer that workflow—this is a complete blocker. You can't access messages from external clients, partners, or other organizations that encrypted using the File menu method.


Enhanced testing is rated as the most important measure to prevent similar bugs, followed by a thorough code review process. Estimated data.
Immediate Workaround #1: Use the Options Ribbon Instead
If you need to keep working today without reverting Outlook, there's a quick workaround. Use the Options ribbon encryption method instead of the File menu.
Here's how:
- Open a new email you want to send encrypted
- Click the "Options" tab in the Outlook ribbon (not the File menu)
- Locate the "Encrypt" button in the Options ribbon
- Click "Encrypt" or "Do Not Forward" depending on your security requirements
- Send the email as normal
The difference is subtle but crucial. When encryption is applied through the Options ribbon, Outlook handles the encryption flow differently than when it's applied through File > Encrypt. This alternative code path doesn't have the bug.
The limitation here is that this only helps for emails you're sending going forward. It doesn't help you read existing encrypted emails that were sent using the File menu method. For that, you need the second workaround.
When This Workaround Fails
You still have a problem if you need to read encrypted emails sent by others using the File menu method. You can't decrypt them. This is where the second workaround becomes necessary.

Immediate Workaround #2: Revert to Build 19426.20186
The more comprehensive solution is to revert Outlook to the last working build. This requires using the Command Prompt with administrative privileges.
This process is straightforward for IT administrators but might feel intimidating for regular users. Here's the exact process:
Step-by-Step Reversion Process
Step 1: Open Command Prompt as Administrator
- Click the Windows Start menu
- Type "Command Prompt"
- Right-click "Command Prompt"
- Select "Run as administrator"
- Click "Yes" when prompted by User Account Control
Step 2: Run the Reversion Command
Copy and paste this exact command:
"%programfiles%\Common Files\Microsoft Shared\Click To Run\officec 2rclient.exe" /update user updatetoversion=16.0.19426.20186
After pasting, press Enter and wait for the process to complete. You may see a brief command window appear and disappear, which is normal.
Step 3: Restart Outlook
- Close Outlook completely
- Wait 30 seconds
- Reopen Outlook
- Check Help > About Microsoft Outlook to confirm you're on Build 19426.20186
The build number will display in the About dialog. Confirm it shows "19426.20186" or earlier.
Step 4: Verify Encrypted Email Access
- Ask a colleague to send you an "Encrypt Only" email using the File menu method
- Confirm you can open and read it normally
Important Caveats About Reverting
Reverting does have downsides. You're staying on an older build, which means:
- Security patches released between 19426.20186 and 19426.20218 are not applied to your system
- Bug fixes from the newer build are lost (though presumably they weren't critical if the build was released)
- You may need to revert again if Microsoft takes a long time to fix this issue
- Auto-update may try to push you back to the broken build (more on this below)
For most organizations, this is still acceptable given that you can actually use encrypted email. Security is a spectrum, not a binary. Being unable to access encrypted emails is worse security than staying on a slightly older build.
Preventing Automatic Re-Update
Microsoft's automatic update system might push you back to the broken build. To prevent this:
- Open Outlook
- Go to File > Account > Update Options
- Select "Disable Updates"
This stops automatic updates temporarily. Once Microsoft releases a fixed version (beyond 19426.20218), you can re-enable updates.

Estimated data shows a balanced distribution of user actions to address the Outlook encryption bug, with a slight preference for using Workaround 1.
Why This Bug Happened: The Technical Root Cause
Understanding why this happened helps you make decisions about whether to revert or wait for a fix.
Outlook's encryption system relies on several interconnected components:
- IRM (Information Rights Management) - handles the cryptographic side
- MAPI (Messaging API) - passes data between components
- Outlook Form Handlers - render encrypted content
- Windows Credential Manager - stores encryption credentials
When you encrypt an email using File > Encrypt, the flow goes:
- User clicks File > Encrypt
- Dialog box opens with encryption options
- MAPI passes the message to IRM for processing
- Encryption metadata is added to the message
- Message is marked with specific permission flags
When you encrypt using Options > Encrypt, the flow is:
- User clicks Options > Encrypt
- Different code path handles encryption
- Same IRM system processes it
- Slightly different permission flags are set
Somewhere in Build 19426.20218, a developer likely made a change to how one of these components handles the File > Encrypt code path. Maybe they optimized the MAPI interaction. Maybe they changed how permission flags are validated. The result: files encrypted via File > Encrypt can't be decrypted properly on the receiving end.
The Real-World Impact: Who Gets Hurt Most
This bug doesn't affect everyone equally. Some industries and use cases are hit much harder than others.
Legal and Compliance Teams
Law firms send thousands of encrypted emails daily containing confidential client communications. A partner can't access a client's encrypted legal advice? That's a breach of attorney-client privilege and potentially malpractice. Legal teams are among the most frustrated by this bug.
Financial Services
Banks, investment firms, and payment processors encrypt sensitive communications by default. Customer account details, transaction records, and security procedures are all encrypted. A bug that prevents decryption is genuinely dangerous operationally.
Healthcare Providers
HIPAA requires that protected health information be encrypted in transit. Doctors and nurses need encrypted patient communications accessible in seconds. If a bug makes encrypted emails inaccessible, patient care suffers.
Government Agencies
Classified and sensitive information travels through encrypted email. A bug in the decryption system potentially affects national security communications, though most government agencies probably use more sophisticated systems than standard Outlook.
What About Everyone Else?
For general business users, the impact is less dramatic but still real. You can't read encrypted messages from partners. You lose productivity waiting for IT to resolve it. You may need to request unencrypted copies (defeating the entire purpose of encryption). You might lose trust in the security of your email system.


Centralized reversion via Group Policy is the easiest to implement but has a moderate user impact. Manual reversion is more time-consuming and impacts users more significantly. The communication plan balances ease and user impact.
Microsoft's SVG Image Disabling: A Related Security Move
Around the same time as this bug fix, Microsoft made another security change worth understanding. They disabled inline SVG images in:
- Outlook for Web
- New Outlook for Windows
Inline SVG images would now appear as blank spaces instead of rendering. This isn't a bug—it's intentional. Why?
SVG (Scalable Vector Graphics) files can contain embedded scripts and malicious code. By disabling inline SVG rendering, Microsoft eliminated a potential attack vector. An attacker could send an email with what looks like an innocent image, but the SVG contains JavaScript that could:
- Phish for credentials
- Establish a backdoor connection
- Exploit local security policies
- Redirect users to malicious sites
This security decision is actually smart. The tradeoff is that legitimate SVG graphics in emails won't display. Organizations that rely on SVG graphics in email templates need to convert them to PNG or JPEG instead.

Email Security: The Bigger Picture
This incident highlights that email security is fragile. It requires:
- Correct implementation (this bug shows that's not guaranteed)
- Proper maintenance (updates can break things)
- Defense in depth (encryption alone isn't enough)
- User awareness (don't trust unexpected encryption prompts)
In an era of sophisticated phishing attacks and ransomware campaigns, encrypted email is critical. But this bug demonstrates the risks of relying on a single tool.
Defense-in-Depth Email Security
Beyond encrypted email, consider implementing:
DMARC/SPF/DKIM Authentication
- Prevents domain spoofing
- Verifies sender identity
- Reduces phishing effectiveness
Advanced Threat Protection
- Scans email attachments
- Detonates suspicious files in sandboxes
- Blocks known malicious URLs
User Training
- Security awareness programs reduce click-through rates on phishing links by 60%+
- Teach recognition of suspicious encryption prompts
- Establish clear escalation procedures
Data Loss Prevention (DLP)
- Monitors outbound emails for sensitive data
- Can block emails that violate policy
- Encrypts emails automatically based on content
Email Authentication Standards
- Implement BIMI (Brand Indicators for Message Identification)
- Adopt brand monitoring to prevent lookalike domains
- Enforce hardware security keys for high-privilege accounts
This bug in Outlook's encryption illustrates why defense-in-depth matters. You can't rely on a single security mechanism working perfectly all the time.


The bug in Build 19426.20218 caused a significant issue, affecting 100% of users attempting to access encrypted emails. Estimated data based on the reported problem.
Timeline: When This Bug Appeared and What We Know
Understanding the timeline helps you make decisions about when to update, when to revert, and when to wait.
January 6, 2025: Microsoft's acknowledgment
- Microsoft released a brief public statement
- Confirmed the bug exists in Build 19426.20218
- Identified the specific trigger: File > Encrypt method
- Provided the two workarounds
- Stated they're "currently working on a fix"
Before January 6: The bug existed but wasn't publicly acknowledged
- Build 19426.20218 was released to Current Channel users
- Customers experienced the problem
- Support tickets likely piled up
- The bug went undetected through Microsoft's testing
After January 6: The waiting period
- Microsoft's developers are presumably debugging
- They need to identify exactly what changed that broke the decryption
- They need to write a fix
- They need to test the fix thoroughly
- Release process requires final approval
Microsoft's typical patch release cycle is:
- Patch Tuesday (second Tuesday of each month) - Regular updates
- Out-of-band patches - Critical security issues released immediately
- Hotfixes - Urgent operational issues
This encrypted email bug could get a Patch Tuesday fix if it's not deemed urgent enough for out-of-band release. That means we could see a fix anywhere from "within days" to "in a month." Microsoft hasn't specified.

Step-by-Step Decision Tree: Should You Revert or Wait?
Here's a framework for deciding which workaround to use:
Question 1: Do you regularly RECEIVE encrypted emails using the File > Encrypt method?
- No → Use Workaround #1 (Options ribbon method) and instruct senders to do the same
- Yes → Continue to Question 2
Question 2: How critical is your encrypted email workflow?
- Non-critical (occasional use) → Use Workaround #1, wait for fix
- Critical (daily dependency) → Continue to Question 3
Question 3: Do you have IT staff available to manage the reversion?
- Yes (managed IT environment) → Revert to 19426.20186 as organization-wide policy
- No (small business/solo user) → Use Workaround #1, consider asking IT support for reversion help
Question 4: How's your current Outlook security?
- Already hardened with DLP, advanced threat protection, etc. → Safe to revert; other security layers compensate
- Minimal security configuration → Wait for Microsoft fix if possible; the newer build includes recent security patches
Most organizations in critical industries (legal, finance, healthcare) should revert. The ability to access encrypted communications is worth staying on a slightly older patch.

Organization-Wide Implementation: IT Administrator Guide
If you're managing Outlook across multiple users, here's how to handle this systematically.
Option 1: Centralized Reversion via Group Policy
For Active Directory environments, you can manage Office versions through Group Policy.
Step 1: Create Group Policy Object (GPO)
- Open Group Policy Management Editor (gpmc.msc)
- Create a new GPO for Office version management
- Link it to the OU containing user computers
Step 2: Configure Update Settings
- Computer Configuration > Policies > Administrative Templates > Microsoft Office
- Set "Hide Update Notifications" to "Enabled"
- Set "Update Channel" to "Current Channel"
- Set "Update Version" to "16.0.19426.20186"
Step 3: Deploy via Power Shell
Run this script on affected computers:
powershell# Check current version Get-Item Property -Path "HKLM:\SOFTWARE\Microsoft\Office\Click To Run\Configuration" -Name "Version To Report" # Force reversion & "${env: Program Files}\Common Files\Microsoft Shared\Click To Run\officec 2rclient.exe" /update user updatetoversion=16.0.19426.20186 # Disable automatic updates Reg add "HKCU:\Software\Microsoft\Office\16.0\Common\Updates" /v "Updates Enabled" /t REG_DWORD /d 0 /f
Option 2: Manual Reversion for Individual Users
Provide users with:
- Clear written instructions (step-by-step with screenshots)
- IT support contact for issues
- Timeline for when automatic updates will resume
- FAQ document addressing common questions
Option 3: Communication Plan
Day 1: Alert employees
- "We've identified an Outlook encryption issue affecting version X"
- "Here's how it impacts you: [specific scenarios]"
- "Here's what we're doing: [action plan]"
- "Timeline: [expected resolution]"
Day 2: Distribute workarounds
- Step-by-step instructions
- Screenshots
- Video walkthrough (if complex)
Day 3-4: Monitor compliance
- Check which users have reverted
- Provide support to those having issues
- Document any problems encountered
Ongoing: Track Microsoft's fix
- Check Microsoft 365 Message Center regularly
- Test fix in pilot group when released
- Plan rollout of fixed version
Monitoring the Fix Status
Create a dashboard to track:
- Current build version across your organization
- Users who have reverted vs. not reverted
- Support tickets related to encrypted email
- When Microsoft releases the fix
This lets you know when it's safe to allow automatic updates again.

Technical Deep Dive: How Outlook Encryption Works
Understanding the architecture helps you grasp why the bug is possible and what the fix might involve.
The IRM Architecture
Outlook's encryption uses Microsoft's IRM (Information Rights Management) system, which operates like this:
Sending an encrypted email:
- User composes message
- User selects File > Encrypt or Options > Encrypt
- Outlook contacts the IRM service (Azure Rights Management)
- IRM service generates a unique encryption key
- Message is encrypted with that key
- Encryption metadata is attached to the message
- Message is sent
Receiving an encrypted email:
- Message arrives in Outlook
- Outlook recognizes IRM metadata
- Outlook contacts IRM service for decryption rights
- IRM service checks: Does this user have permission to read this?
- If yes, IRM service provides the decryption key
- Outlook decrypts the message
- Message displays normally
If any step fails, the message shows as inaccessible.
Where the Bug Lives
Based on the symptoms, the bug likely exists in one of these steps:
Most Likely: Step 4 (Rights Verification)
When Outlook contacts IRM to verify rights, the metadata from File > Encrypt might be formatted differently than metadata from Options > Encrypt. If the IRM service can't parse the metadata correctly, it denies access.
Second Most Likely: Step 2 (Metadata Recognition)
Outlook might not be recognizing File > Encrypt metadata properly, sending it to the wrong decryption handler.
Less Likely: Step 6 (Decryption)
The actual cryptographic decryption might be failing, but this would cause a different error (cryptographic failure) rather than a permissions error.
The Fix Possibilities
Microsoft's fix will likely:
Option A: Fix the metadata generation
- Ensure both encryption methods generate identical metadata
- Ensure IRM can parse both formats equally
Option B: Update the decryption handler
- Teach the decryption handler to recognize both metadata formats
- Add special handling for File > Encrypt metadata
Option C: Revert the problematic change
- Identify what was modified in 19426.20218
- Undo that change
- Re-test thoroughly
The fastest fix would likely be Option C. The safest fix would be Option A.

Preventing Similar Bugs: What Microsoft Should Do
This bug is embarrassing for Microsoft. Here's what should happen to prevent a repeat:
Enhanced Testing
Before releasing any patch that touches encryption:
- Functional testing: Encrypt/decrypt via every UI method
- Regression testing: Verify old encrypted emails still work
- Cross-version testing: Ensure messages from different builds work together
- Third-party testing: Test with third-party encryption clients
- Stress testing: Encrypt/decrypt thousands of messages simultaneously
Code Review Process
Any change to encryption code should require:
- Peer review by security specialist
- Architecture review by senior engineer
- Security audit by third-party firm
- Regression testing automated and mandatory
Release Criteria
Builds involving encryption should:
- Require security sign-off before release
- Have staged rollout (5% of users first)
- Monitor for issues in first 48 hours
- Have rapid rollback capability
- Include 24-hour support staffing after release
Communication
When bugs are discovered:
- Acknowledge quickly (Microsoft did this well)
- Provide workarounds (Microsoft did this)
- Provide timeline (Microsoft could improve here)
- Provide hotline support for affected customers

FAQ
What is the Outlook Build 19426.20218 encryption bug?
The bug prevents users from opening "Encrypt Only" encrypted emails on the receiving end when those emails were encrypted using the File > Encrypt method in Outlook. The Reading Pane shows an error about restricted permissions, and attempting to open the email reveals only an inaccessible .rpmsg attachment instead of the actual message content.
How does the encryption bug affect my emails?
If you receive an encrypted email that was sent using the File > Encrypt method (not the Options ribbon method), you won't be able to read it. You'll see only a message about restricted permissions. The email content remains inaccessible until you either use the workarounds, revert your Outlook version, or the recipient resends the email using a different encryption method.
What are the two workarounds for this bug?
Workaround 1 involves using the Options ribbon instead of the File menu to encrypt your outgoing emails: click Options > Encrypt > Encrypt or Do Not Forward. This prevents the bug from occurring in emails you send. Workaround 2 involves reverting to Build 19426.20186 using the command prompt: run the officec 2rclient.exe command with updatetoversion=16.0.19426.20186, which restores a version that doesn't have the bug.
How do I revert Outlook to Build 19426.20186 using the command prompt?
Open Command Prompt as Administrator and paste this exact command: "%programfiles%\Common Files\Microsoft Shared\Click To Run\officec 2rclient.exe" /update user updatetoversion=16.0.19426.20186
Press Enter and wait for completion, then restart Outlook. Verify the build number in Help > About Microsoft Outlook.
Will reverting Outlook to an older build affect my security?
Reverting to Build 19426.20186 means you'll miss security patches released between that build and 19426.20218. However, you'll maintain access to your encrypted emails, which is also a security concern. Most organizations consider this an acceptable tradeoff, especially if they have other security controls like advanced threat protection and DLP in place.
When will Microsoft release a permanent fix for this bug?
Microsoft has confirmed they're working on a fix but hasn't provided a specific timeline. The fix could come via a Patch Tuesday release (second Tuesday of each month) or as an out-of-band hotfix if deemed critical. The best approach is to check the Microsoft 365 Message Center regularly for updates.
What should I tell my team about using encryption while this bug exists?
Instructing your team to use the Options ribbon encryption method (Options > Encrypt > Encrypt or Do Not Forward) instead of the File > Encrypt method will prevent the bug from affecting emails they send. For receiving encrypted emails, advise them to use the workarounds or wait for the permanent fix from Microsoft.
Why did Microsoft disable inline SVG images in Outlook?
SVG (Scalable Vector Graphics) files can contain embedded scripts and malicious code. By disabling inline SVG rendering in Outlook for Web and new Outlook for Windows, Microsoft eliminated a potential security vector where attackers could send emails with seemingly innocent graphics containing hidden code that could phish for credentials or establish backdoor connections.
Is this bug related to other email security issues?
This specific bug is related to Outlook's Information Rights Management (IRM) system, but it's part of a broader picture of email security challenges. The simultaneous SVG disabling shows Microsoft is actively addressing multiple email attack vectors, and the encryption bug demonstrates that even security-focused updates can inadvertently create operational problems.
What should IT administrators do to manage this across their organization?
IT administrators should inventory how their organization uses email encryption, identify users receiving File > Encrypt emails regularly, communicate the issue and workarounds clearly, and decide whether to revert organization-wide or use the Options ribbon workaround. For critical industries like legal, finance, and healthcare, reverting via Group Policy or Power Shell scripts is typically the safest approach until Microsoft releases a fix.

Conclusion: Staying Secure While Waiting for a Fix
This Outlook encryption bug represents a frustrating reality in modern software: even security-focused updates can create unexpected problems. Microsoft's IRM system is sophisticated, and sometimes sophisticated systems fail in unintuitive ways.
The good news is that you have options. You're not locked out of your encrypted emails indefinitely. The two workarounds—using the Options ribbon for future emails and reverting to Build 19426.20186 for full functionality—both work reliably.
The better news is that Microsoft is aware and working on a fix. They'll likely release a permanent solution relatively soon. Organizations in industries that depend heavily on email encryption (legal, finance, healthcare, government) have likely already reverted and will monitor for the fix. Others can use the Options ribbon method to prevent future occurrences while waiting.
What matters most is action. If this bug affects you, don't wait passively. Choose a workaround today. If you're an IT administrator, implement one of the organization-wide solutions we've discussed. Document your decision and timeline. Test the solution before deploying widely.
Email remains critical infrastructure in organizations worldwide. A bug like this reminds us that even core security systems require vigilance, testing, and backup plans. Implement defense-in-depth security that doesn't rely solely on encryption working perfectly. Use DMARC, DKIM, SPF authentication. Deploy advanced threat protection. Train users on security awareness. Monitor email flows with DLP systems.
This bug, frustrating as it is, will be fixed. In the meantime, your organization can keep operating securely with these workarounds. Microsoft has provided clear paths forward. The question isn't whether to work around this bug—it's which workaround best fits your organizational needs. Make that choice thoughtfully, document it, and move forward.

Key Takeaways
- Outlook Build 19426.20218 breaks "Encrypt Only" emails sent via File > Encrypt, showing inaccessible message_v2.rpmsg attachments instead of email content.
- Two working workarounds exist: use Options ribbon encryption for future emails or revert to Build 19426.20186 via Command Prompt.
- No permanent fix yet from Microsoft, though they're actively working on one and monitoring the issue through the Microsoft 365 Message Center.
- This bug primarily impacts legal firms, financial services, healthcare providers, and government agencies that depend on encrypted email workflows.
- IT administrators should implement organization-wide policies to prevent widespread disruption while waiting for Microsoft's permanent fix.
![Outlook Encrypted Email Bug 2025: How to Fix and Workarounds [Complete Guide]](https://tryrunable.com/blog/outlook-encrypted-email-bug-2025-how-to-fix-and-workarounds-/image-1-1767879356748.jpg)


