
- March 26, 2025
- admin
- 0
A shared mailbox in Microsoft 365 allows multiple users to manage emails and calendars collectively without assigning individual licenses. However, there are scenarios where converting a shared mailbox to a user mailbox becomes necessary, such as when an employee leaves and the mailbox needs to be reassigned. In this guide, we will explore three effective methods to achieve this conversion: using PowerShell, the Exchange Admin Center, and CoreView.
Why Convert a Shared Mailbox to a User Mailbox?
Before diving into the steps, here are some common reasons why you might need to convert a shared mailbox to a user mailbox:
The shared mailbox needs to be assigned to a single user with exclusive access.
A former employee’s mailbox is being converted for individual use.
The mailbox requires a Microsoft 365 license for additional features like OneDrive, Teams, and Outlook.
Access permissions need to be restricted to a single user instead of multiple users.
The mailbox must be managed under a specific user’s credentials for compliance or security reasons.
Pre-requisites Before Conversion
Before proceeding with the conversion, ensure the following:
You have Global Admin or Exchange Admin permissions in Microsoft 365.
The shared mailbox does not exceed the storage limit of 50GB (if it does, you must assign a Microsoft 365 license before conversion).
You have verified that no critical shared access permissions will be lost during the conversion.
You are aware that the mailbox will require a Microsoft 365 license after conversion for continued use.
Method 1: Convert a Shared Mailbox to a User Mailbox Using PowerShell
PowerShell provides an efficient way to perform administrative tasks, including mailbox conversions. Follow these steps:
Step 1: Connect to Exchange Online PowerShell
Before executing any command, you need to establish a connection to Exchange Online. Open PowerShell and run the following command:
Connect-ExchangeOnline -UserPrincipalName admin@yourdomain.comStep 2: Convert the Shared Mailbox to a User Mailbox
Use the following command to convert the shared mailbox:
Set-Mailbox -Identity "SharedMailbox@yourdomain.com" -Type UserReplace SharedMailbox@yourdomain.com with the actual email address of the shared mailbox.
Step 3: Assign a Microsoft 365 License
After conversion, a Microsoft 365 license must be assigned to the user mailbox. Use the Microsoft 365 Admin Center to assign a license or execute the following PowerShell command:
Set-MsolUserLicense -UserPrincipalName "SharedMailbox@yourdomain.com" -AddLicenses "yourlicense"Step 4: Verify the Conversion
To confirm that the mailbox has been successfully converted, run:
Get-Mailbox -Identity "SharedMailbox@yourdomain.com" | Select RecipientTypeDetailsIf the output shows UserMailbox, the conversion is successful.
Pros of Using PowerShell: ✔ Fast and efficient for bulk operations. ✔ Ideal for advanced Microsoft 365 administrators. ✔ Automatable for large-scale mailbox management.
Cons: ❌ Requires PowerShell expertise. ❌ No graphical user interface.
Method 2: Convert a Shared Mailbox to a User Mailbox Using the Exchange Admin Center
If you prefer a graphical interface, the Exchange Admin Center (EAC) provides an easy way to convert a shared mailbox.
Step 1: Log in to the Exchange Admin Center
Sign in with your administrator credentials.
Step 2: Select the Shared Mailbox
Navigate to Recipients > Mailboxes.
Locate the shared mailbox that needs to be converted.
Click on it to open the mailbox settings.
Step 3: Convert the Mailbox
Click Convert to regular mailbox.
Confirm the conversion when prompted.
Step 4: Assign a License and Reset Password
Navigate back to the Microsoft 365 Admin Center.
Under Users, find the converted mailbox.
Assign a Microsoft 365 license to ensure full functionality.
Reset the password for the user to regain access.
Pros of Using EAC: ✔ Simple, GUI-based process. ✔ No need for PowerShell commands. ✔ Suitable for occasional mailbox conversions.
Cons: ❌ Requires multiple steps. ❌ Cannot be automated for bulk conversions.
Final Thoughts
Converting a shared mailbox to a user mailbox is a straightforward process when done correctly. Whether using PowerShell or the Exchange Admin Center, each method ensures that your mailbox remains accessible and fully functional.
At Jeenn Solutions, we specialize in Microsoft 365 management, providing expert guidance on mailbox migrations, security, and IT infrastructure. Contact us today for seamless Microsoft 365 administration and IT support!

