Shared mailboxes in Microsoft 365 do not have their own OneDrive storage. When a user with a shared mailbox license tries to access OneDrive, they see an error or a blank page. This happens because OneDrive is tied to a user account, not a shared mailbox object. This article explains the correct methods to give shared mailbox owners access to OneDrive files and avoid common configuration mistakes.
Key Takeaways: Managing OneDrive Access for Shared Mailbox Owners
- Microsoft 365 admin center > Users > Active users: Assign a full OneDrive license to the user who owns the shared mailbox, not to the shared mailbox itself.
- OneDrive > Shared by you: Share individual files or folders from a licensed user account to the shared mailbox as a group or distribution list.
- PowerShell Set-Mailbox cmdlet: Use this command to grant Send-As or Full Access permissions on the shared mailbox without requiring a license.
Why Shared Mailboxes Cannot Access OneDrive Directly
Shared mailboxes are designed for group email management, not for personal file storage. They do not have a user profile, a personal site, or an associated OneDrive. Microsoft 365 provisions OneDrive only for licensed user accounts. When you attempt to sign in to OneDrive using the shared mailbox credentials, the authentication system looks for a user object with a OneDrive license. Because no such object exists, the request fails.
Another common misconception is that granting Full Access permission on the shared mailbox also grants OneDrive access. It does not. Full Access only controls mailbox folders, calendar, and contacts. OneDrive permissions are separate and require explicit sharing from a licensed user.
The solution is to work with the actual user account that manages the shared mailbox. That user must have a valid OneDrive license, and you must share the necessary files from that user’s OneDrive to the shared mailbox or to a group that includes the shared mailbox.
Steps to Grant OneDrive Access to a Shared Mailbox Owner
Follow these steps to give a shared mailbox owner access to OneDrive files. The owner must already have a licensed user account with OneDrive enabled.
- Verify the user has a OneDrive license
Go to the Microsoft 365 admin center > Users > Active users. Select the user account that owns the shared mailbox. On the Licenses and apps tab, confirm that OneDrive for Business is enabled. If not, assign a license that includes OneDrive, such as Microsoft 365 Business Basic or higher. - Sign in to OneDrive as the user
Open a browser in private mode or use a separate browser profile. Go to portal.office.com and sign in with the user’s full credentials. Click the app launcher and select OneDrive. The user should see their personal OneDrive library. - Share the target folder with the shared mailbox
In the user’s OneDrive, right-click the folder you want to share. Select Share. In the sharing dialog, type the email address of the shared mailbox. Set the permission level to Can edit or Can view. Click Send. The shared mailbox will receive an email invitation, but the owner must accept it from a licensed account. - Accept the invitation from the owner’s account
Have the owner sign in to their own licensed account. Open the email invitation. Click Open to add the shared folder to their OneDrive. The folder now appears under Shared with me in their OneDrive. - Alternative: Share with a Microsoft 365 group
If the shared mailbox is a member of a Microsoft 365 group, share the folder with the group instead. All group members, including the shared mailbox owner, will see the folder in their OneDrive under Shared with me.
Common Mistakes and Limitations
Assigning a license directly to the shared mailbox
You cannot assign a OneDrive license to a shared mailbox object. The Microsoft 365 admin center does not show the option to assign licenses to shared mailboxes. Attempting to do so via PowerShell or a third-party tool results in an error. Always assign the license to a user account.
Using the shared mailbox credentials to sign in to OneDrive
Shared mailboxes do not have a password set by default. Even if you reset the password via PowerShell, the sign-in will fail because no OneDrive site exists for that object. Always use the owner’s personal credentials.
Expecting automatic file access from Full Access permission
Full Access permission on the shared mailbox only affects Exchange data. It does not grant access to OneDrive files. You must use the sharing feature described above. This is a common source of confusion for administrators migrating from on-premises Exchange where permissions were broader.
Sharing with a distribution group that includes the shared mailbox
OneDrive sharing does not support distribution groups. If you share a folder with a distribution group, the shared mailbox owner will not see the share. Use a Microsoft 365 group instead, or share directly with the shared mailbox email address.
OneDrive Access Methods for Shared Mailbox Owners: Comparison
| Item | Share folder from user account | Share with Microsoft 365 group | Add as a delegate (not supported) |
|---|---|---|---|
| Description | Owner shares a folder from their personal OneDrive to the shared mailbox | Owner shares a folder to a group that contains the shared mailbox | Direct delegation of OneDrive access to a shared mailbox |
| Requires license | Yes, for the owner | Yes, for the owner and group members | Not applicable — feature does not exist |
| Works with distribution groups | No | No | Not applicable |
| Permission level control | Can edit or Can view | Can edit or Can view | Not applicable |
| Owner sees files under | Shared with me | Shared with me | Not applicable |
Shared mailbox owners can access OneDrive files only through the sharing features of a licensed user account. There is no native way to link a shared mailbox directly to a personal OneDrive site. The methods in this article cover all supported approaches.