Share via

I can't sign in to Office apps on my desktop, but I can on browser

Kim Signoret-Paar 0 Reputation points
2026-02-14T18:33:50.04+00:00

I can't sign in to Office apps on my desktop, but I can use apps on browser. I also use apps on my iPhone and am successfully logged in. This problem started after Windows update on the night of 2/12/26. I have cleared cache, deleted windows credentials, and many other online troubleshooting suggestions. I have uninstalled and reinstalled numerous times. Please help.

-Kim

Microsoft 365 and Office | Word | For home | Windows
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. EmilyS726 213.4K Reputation points Independent Advisor
    2026-02-14T19:05:56.1266667+00:00

    Hello,

    Can you please go to https://account.live.com > Services, tell me the exact name of the Microsoft 365 plan name, and see if it is currently still active.

    What error/behavior does it give you when you signed in on the app, please describe if you can.

    2 people found this answer helpful.
    0 comments No comments

  2. Stefan Blom 335.2K Reputation points MVP Volunteer Moderator
    2026-02-14T19:13:01.63+00:00

    Please follow the steps suggested by Emily. Tell us which specific Office product is associated with your account.

    1 person found this answer helpful.
    0 comments No comments

  3. Q&A Assist
    2026-02-14T18:34:31.0833333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It sounds like you're experiencing issues signing into the Microsoft 365 desktop applications, which can be caused by various factors, especially after a Windows update. Here are some steps you can take to troubleshoot the issue:

    1. Check for Security Software Interference: Sometimes, security software can block the sign-in process. Try temporarily uninstalling any security software and see if that resolves the issue.
    2. Reinstall WAM Plug-ins: If the issue persists, it may be due to broken or tampered Web Account Manager (WAM) plug-ins. You can reinstall them using PowerShell commands:
         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
      
    3. Check Event Viewer: Look for any warnings or errors related to the AppModel-State in the Event Viewer. This can provide insight into what might be going wrong.
    4. Network and Connectivity Issues: Ensure that your network connection is stable and that there are no firewall settings blocking the applications from accessing the internet.
    5. Monitor After Changes: After making these changes, monitor the situation for a while to see if the issue recurs.

    If these steps do not resolve the problem, you may want to contact Microsoft Support for further assistance.


    References:


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.