Share via

ERROR 500 ON MY EMIAL LOG I PAGE

Cristian Duran 0 Reputation points
2026-02-13T16:36:50.61+00:00

Im getting an error 500 on my log in page ive attempter to refresh and log in but same screen pops up

Outlook | Web | Outlook on the web for business | Email
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ruby-N 8,250 Reputation points Microsoft External Staff Moderator
    2026-02-13T19:04:23.0733333+00:00

    Dear @Cristian Duran

    Thank you for posting your question in the Microsoft Q&A forum.   

    I understand how inconvenient it is to repeatedly encounter an Error 500 when trying to sign in. 

    Error 500 in Outlook on the web usually indicates a temporary disruption or a configuration problem related to the browser, mailbox, or tenant settings.

    Since you did not specify whether you are an IT administrator or an end‑user, I would like to share several checks that can help identify the root cause: 

    Step 1: Try accessing Outlook in a clean browser session 

    Open a Private or Incognito window. 

    Sign in to your account by going to office.com > Apps > Outlook. 

    User's image

    If the page loads correctly, return to your normal browser session. 

    Clear your browser’s cookies and cached data, making sure the time range is set to "All time" to fully remove old stored data. 

    Sign in again and test Outlook. 

    Step 2: Ask your organization’s IT administrator to review your account 

    If you are part of an organization, the issue may be related to account configuration. I recommend asking your IT admin to verify the following details: 

    Note: If you have an admin role assigned, you can verify this information directly in the Microsoft 365 admin center. 

    1/ Account roles 

    Too many assigned roles can conflict with Exchange settings. I recommend asking your administrator to review your current role assignments and remove any that are not required. 

    Sign in to the Microsoft 365 admin center using an admin account > Users > Active users > Select your account. 

    In the Roles section, select Manage roles. 

    User's image

    Review the assigned roles and remove any that are unnecessary. 

    2/ License status 

    Your account must have an active license that includes Exchange Online, such as Microsoft 365 Business Standard, E3, or E5.  Your administrator can check this by navigating to:  Microsoft 365 admin center > Users > Active users > Select your account > Licenses and apps > Confirm that Exchange Online is enabled. 

    User's image

    If the license appears incorrect or inactive, the admin can unassign and reassign the license. This may take up to 24 hours to fully propagate. 

    3/ Mailbox existence 

    Your IT admin can confirm whether your mailbox exists by running the following PowerShell command: 

    Get-Mailbox -Identity ******@domain.com 
    

    If no mailbox is found, they can create one: 

    New-Mailbox -UserPrincipalName ******@domain.com -FirstName 'First' -LastName 'Last' 
    

    Once the mailbox and licensing settings are correct, please try opening Outlook Web Access again in an Incognito window. 

    Additional information is available in the following resources: 

    Get-CASMailbox (ExchangePowerShell) | Microsoft Learn 

    Enable or disable POP3, IMAP, MAPI, Outlook Web App or ActiveSync in Microsoft 365 - Exchange | Mic… 

    Assign or unassign licenses for users in the Microsoft 365 admin center - Microsoft 365 admin | Mic… 

    Assign admin roles in the Microsoft 365 admin center - Microsoft 365 admin | Microsoft Learn 

    Step 3: Contact Microsoft Support 

    If the issue continues after your admin has reviewed all account configurations, I sincerely recommend reaching out to your IT administrator to create a support ticket via Microsoft 365 Admin Center > Support > Help & Support for further investigation. 

    User's image

    A technical support engineer can perform a remote session to investigate the situation, verify the backend configurations, and run any necessary synchronization tools to resolve the problem. If the issue requires further attention, they can escalate it to a specialized team for deeper analysis.   

    As community moderators, we kindly ask for your understanding that our access to internal development details is limited. Our primary role is to guide users toward the appropriate resources and support channels. While we may not have visibility into performing deeper backend analysis, we’ll continue doing our best to support you within the scope of our responsibilities.  

    I hope this information is helpful. If you have any questions or need further support, please don’t hesitate to reach out at any time. 

    Thank you for your patience and understanding. 


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have any extra questions about this answer, please click "Comment".            

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 

    0 comments No comments

  2. Q&A Assist
    2026-02-13T16:36:58.1733333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    When encountering an HTTP 500 error on your login page for Outlook Web or other email services, it typically indicates a server-side issue. Here are some common causes and resolutions:

    1. Server Configuration Issues: The server might be misconfigured, which can lead to errors when processing requests. Ensure that the server settings are correct.
    2. Arbitration Mailboxes: If you're using Microsoft Exchange, the error could be due to issues with arbitration mailboxes. If the administrator does not have a mailbox or if one or more arbitration mailboxes are unhealthy, you may encounter this error. You can check the status of arbitration mailboxes using the PowerShell command Get-Mailbox -Arbitration and fix any issues found.
    3. Application Errors: If the application itself has errors or is not starting correctly, this can also lead to a 500 error. Check the system event logs for any error messages that might provide more context about the failure.
    4. User Account Issues: Ensure that the user account is properly configured and not part of any protected groups that might restrict access.

    To resolve the issue, you may need to create or fix the admin mailbox or arbitration mailboxes as necessary.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.