logo
search
Exchange Connection Problems

How to Fix Microsoft 365 Cannot Convert User Mailbox to Shared Mailbox

Maira MehtabMaira Mehtab Sep 22, 2026 868 views

Question details

The user is unable to convert a Microsoft 365 user mailbox to a shared mailbox via the admin center due to an unspecific failure message.

Product
Microsoft 365
Device & OS
not provided
Scenario
Attempting to convert an existing user mailbox into a shared mailbox using the Microsoft 365 admin center interface.
Observed behavior
The admin center fails to complete the conversion and displays the error message: "We're sorry, but we can't convert shared mailboxes at this time."
Before you start

Ensure you are signed in with Exchange Administrator or Global Administrator privileges and verify that the user account you are trying to convert is still active and has not been deleted.

Solution 1Recommended

Convert Mailbox Using Exchange Online PowerShell

Bypass the graphical interface error by executing the mailbox conversion command directly in Exchange Online PowerShell.

Using PowerShell forces the conversion on the backend, which often bypasses transient UI glitches or timeout errors in the Microsoft 365 admin center.

1
Connect to Exchange Online

Open PowerShell as an administrator and connect to your Exchange Online environment by running the command: Connect-ExchangeOnline.

2
Run the conversion command

Execute the following command to convert the mailbox type: Set-Mailbox -Identity "UserMailbox" -Type Shared (replace "UserMailbox" with the actual email address of the user).

3
Verify the conversion

Confirm the operation was successful by running: Get-Mailbox -Identity "UserMailbox" | Format-List RecipientTypeDetails. It should now output 'SharedMailbox'.

Operation Complete: The mailbox is now a shared mailbox. You can safely assign delegated permissions to other users.
Free Microsoft Office alternative

Looking for a Lightweight Alternative to Microsoft Office?

While WPS Office does not manage Microsoft Exchange servers, it provides a highly compatible, free, and robust desktop suite for all your daily document, spreadsheet, and presentation needs. Switch to WPS Office for a seamless alternative to expensive Microsoft 365 apps.

  1. 1. Download the Installer: Visit the official WPS Office website and download the free desktop application for your operating system.
  2. 2. Install the Software: Run the downloaded installer package and follow the quick on-screen prompts to set up the suite.
  3. 3. Open and Edit: Launch WPS Office and immediately start creating, editing, and saving your documents in highly compatible formats.
Serves as an excellent local document editor for businesses managing emails and shared mailboxes via cloud platforms.Fully compatible with Microsoft Word, Excel, and PowerPoint formats (.docx, .xlsx, .pptx).Lightweight installation that runs smoothly even on older hardware.Familiar, intuitive user interface that requires zero learning curve.
microsoft office alternative - wps office

Frequently Asked Questions

Do I need to keep the license assigned after converting to a shared mailbox?

Once the mailbox is successfully converted to a shared mailbox, you can safely remove the Exchange Online license to free it up for another user. However, if the shared mailbox exceeds 50 GB or requires an in-place archive, it will still require a license.

Why does the Microsoft 365 admin center say it cannot convert the mailbox?

This generic error is often caused by transient backend sync issues, attempting to convert an account that was already deleted, missing Exchange licenses on the source account, or trying to convert a synchronized hybrid account directly in the cloud.

How do users access the shared mailbox after the conversion is successful?

Users who have been granted 'Read and manage' (Full Access) permissions can access the shared mailbox by adding it to their Outlook desktop client or by opening it via the 'Open another mailbox' option in Outlook on the web.