Forum Discussion
Add secure additional workbook and worksheet protection Use MS account
Excel only gives you two main built-in protection methods:
- Worksheet/Workbook protection with a password → (weak, easy to crack, mostly for accidental edits).
- File-level encryption with a password (File → Info → Protect Workbook → Encrypt with Password) → (stronger, but still password-based).
- Enterprise features like Azure Information Protection / Purview / IRM → (very secure, but requires enterprise subscription + admin setup).
At present, there’s no way to natively tie workbook/worksheet protection to a Microsoft Account login without using Azure Information Protection / Purview. Microsoft hasn’t built that exact "identity-based protection" option into personal or standard Excel — protection is either password-based (local) or cloud-managed via enterprise licensing.
The “identity-based encryption” you’re describing would require Excel to request decryption keys from Microsoft’s key service every time you open a file, tied to your Microsoft Account session. That’s exactly what Azure RMS / IRM does today, but not what personal Excel does out of the box.
If you want to share Excel files securely without weak password protection but without full enterprise rights management, here are the most realistic current options:
- Store the workbook in OneDrive or SharePoint, share via MS account permissions
- Use "Encrypt with Password" + Require MS Account for access
- IRM / Purview (if you’re in a corporate environment)
What you’re describing is actually a feature request that would sit in between “weak password protection” and “enterprise IRM”.
That doesn’t exist in Excel today. The closest is storing/sharing files through OneDrive/SharePoint with account restrictions, or using IRM in Microsoft 365 Enterprise.
My answers are voluntary and without guarantee!
Hope this will help you.
- wishicouldcodeApr 07, 2026Copper Contributor
It would seem MS is quite aware of the need to improve this but has not done anything yet.
- NikolinoDEApr 13, 2026Platinum Contributor
You're right — Microsoft has definitely heard this request. There are old UserVoice threads and TechCommunity posts asking for exactly what you described: protection tied to a Microsoft Account, not a password stored in the file.
For reference, you can look back at some of those discussions:
- TechCommunity Discussion: "Protecting an Excel File" – a thread where users discuss the limitations of current workbook protection.
- Hashcat Forum (Technical): This shows how easily worksheet protection passwords can be cracked by removing the XML node — proof that current "protection" is not real security.
- Microsoft Q&A on Password Security: Official discussion confirming that worksheet/workbook protection "isn't intended as a security feature" and that encryption is the only real protection.
- Newsoftwares Security Analysis: A detailed breakdown showing the difference between encryption (secure) and worksheet protection (just an XML flag, trivially bypassed).
The fact that Microsoft hasn't implemented account‑based protection in standard Excel suggests it's either a deliberate product differentiation (keeping IRM for paid enterprise plans) or a technical challenge around key management without forcing everyone into the cloud.
Your original answer was correct — no such feature exists today outside of Purview / Azure RMS. If I were replying to the user, I'd acknowledge their frustration, agree that the password method is broken, and then offer the closest practical workarounds:
- Store the file in OneDrive for Business or SharePoint, share only with specific Microsoft Account‑authenticated users, and combine that with "Encrypt with Password" as a second layer.
- If they have Microsoft 365 Business Premium or E3/E5, show them how to use "Restrict Access" (IRM) without full Purview governance.
- Suggest they submit or upvote a feature request in Microsoft Feedback (inside Excel → File → Feedback).
What you're asking for is completely reasonable from a security standpoint. It's just not something Excel can do natively yet without an enterprise license. If Microsoft ever builds that into personal Office, it would genuinely fix a long‑standing vulnerability.
My answers are voluntary and without guarantee!
Hope this will help you.