Accessing Outlook on the web for business using organizational credentials.
Hi Thomas,
Based on the logs you provided, the error is: Microsoft.Exchange.Clients.Owa2.Server.Core.OwaUserHasNoMailboxAndNoLicenseAssignedException
Error 500: UserHasNoMailboxAndNoLicenseAssignedError
This error typically occurs when the account does not have an Exchange Online mailbox assigned or the account is missing the required Microsoft 365 license that includes Exchange Online services. Without a mailbox and proper licensing, Outlook on the web cannot load your mailbox data, which results in this error.
This issue requires administrative action and cannot be fixed by an end user. Please contact your IT administrator and ask them to:
- Ensure your account has a valid Microsoft 365 license that includes Exchange Online (e.g., Microsoft 365 Business Standard, E3, or E5).
- In the Microsoft 365 Admin Center, navigate to Users > Active Users > [Your Account] > Licenses and Apps and check that Exchange Online is enabled.
- If not, assign the appropriate license. They can also unassign and reassign the license to reactivated it.
- The reactivated process may take up to 24 hours to finalize.
Then I'd suggest the admin verify your mailbox existence by using PowerShell:
Get-Mailbox -Identity ******@domain.com
If no mailbox exists, create one:
New-Mailbox -UserPrincipalName ******@domain.com -FirstName 'First' -LastName 'Last'
Please try to open Outlook via Outlook Web Access (OWA) in an incognito mode to see if you're able to use it after ensuring the mailbox and license are correctly configured.
I hope this provides enough clarity and helps you stay inform with your current situation.
Thank you for your patience and your understanding. If you have any questions or need further assistance, please feel free to share them in the comments on this post so I can continue to support you.
If the answer is helpful, please click 'Yes' and kindly upvote it.
Note: Please follow the steps in the forum documentation to enable e-mail notifications if you want to receive the related email notification for this thread.