Share via

getting error while accessing outlook, teams and excel

Rajendra Vaishnava 0 Reputation points
2026-03-13T04:41:48.0233333+00:00

while login to outlook, teams and excel getting below error please help to resolve

Error "A required authentication broker is missing"

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. AlexDN 11,070 Reputation points Microsoft External Staff Moderator
    2026-03-13T05:43:14.3966667+00:00

    Dear @Rajendra Vaishnava,
    Welcome to Q&A forum. I understand that when you try to sign in to Outlook, Teams, and Excel on your Windows device, you receive the error “A required authentication broker is missing,” which is preventing you from accessing Microsoft 365 desktop apps.

    To better assistance, could you please confirm the following:

    Does this error appear only in Outlook, Teams, and Excel, or does it affect all Microsoft 365 desktop apps?

    Are you able to sign in successfully using Outlook on the web or Teams on the web?

    When did this issue first start? Did it begin after a Windows update, Office update, or device change?

    Does the issue occur on only this device, or have you tested the same account on another Windows device?

    Is this device managed by your IT administrator?

    Have you recently changed your password or completed any multi‑factor authentication (MFA) prompts?

    In the meantime, please try the following:

    Restart your computer

    Make sure Windows is fully updated

    Make sure Microsoft 365 apps are up to date

    Please understand that our initial response does not always resolve the issue immediately. However, with your help and more detailed information, we can work together to find a solution.

    I truly appreciate your patience and understanding. If you have any further questions or need further clarification, please feel free to reach out. I'm looking forward to hearing from you. 

    Thank you for your cooperation.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have 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-03-13T04:42:12.42+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error indicates an issue with the Windows authentication broker (WAM/AAD.BrokerPlugin), which is required for signing in to Microsoft 365 apps like Outlook, Teams, and Excel.

    Follow these steps on the affected Windows device:

    1. Reboot the device
      • Restart Windows and try signing in again to Outlook/Teams/Excel.
    2. Repair the WAM components via PowerShell (user mode)
      • Close all Office apps (Outlook, Teams, Excel, Word, etc.).
      • Open PowerShell as the signed-in user (not necessarily as admin).
      • Run these commands one by one:
             Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown
             
             Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown
        
      • After the commands complete, restart the device again and test sign-in.
    3. Check for security software interference
      • Security software can block or break the WAM plug-in (AAD.BrokerPlugin) and cause sign-in failures.
      • Temporarily uninstall (not just disable) any third‑party security/AV/endpoint protection software.
      • Reboot and test sign-in again.
      • If this resolves the issue, coordinate with the security/IT team to adjust policies or exclusions so AAD.BrokerPlugin and CloudExperienceHost are not blocked.
    4. If using roaming profiles/VDI
      • Ensure that no data under %localappdata% related to identity is being roamed. Profile tools must exclude at least these paths/keys:
        1. %localappdata%\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy
        2. %localappdata%\Packages\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy
        3. %localappdata%\Packages\<any app package>\AC\TokenBroker
        4. %localappdata%\Microsoft\TokenBroker
        5. HKEY_CURRENT_USER\SOFTWARE\Microsoft\IdentityCRL
        6. HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AAD
        7. HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WorkplaceJoin
      • Roaming the work account device certificate (MS‑Organization‑Access) is not supported and can also break authentication.
    5. Update Microsoft 365 Apps
      • Make sure Office is updated to a version that includes recent sign‑in fixes (e.g., Office Version 2310 Current Channel or 2309 MEC, as applicable in the environment).
    6. Temporary workaround
      • Until the issue is fully resolved, use Outlook on the web (OWA), Office web apps, or mobile apps to access mail and documents.
    7. If the issue persists in a tenant environment
      • Ask the Microsoft 365 tenant admin to open a support ticket from the Microsoft 365 Admin Portal.
      • Before opening the ticket, completely uninstall any security software and collect MSOAID logs as described in Use MSOAID for authentication issues, then attach them to the support request.

    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.