Skip to content

OSRepo

  • Windows & PC
  • Apple & Android
  • Linux & Server
  • Coding & Dev
  • Apps & Software
  • General Tech
  • About Us
Microsoft Word sign-in error screen showing a login failure notification.

Fix Word Not Letting Me Sign In To My Account [Solved]

April 29, 2026 by osrepo

Table of Contents

Toggle
  • Immediate Fix
    • Common Sign-in Error Codes
  • Technical Explanation
  • Alternative Methods
    • Registry Reset
    • Related posts:

Immediate Fix

The most common reason Word prevents you from signing in is a corrupted credential cache. To fix this immediately, you need to clear the Windows Credential Manager.

Close all Microsoft Office applications. Open the Control Panel, navigate to User Accounts, and select Credential Manager. Click on Windows Credentials.

Locate any entries starting with “MicrosoftOffice16” or “mso” and remove them. Restart Word and try signing in again. This forces the application to create a clean authentication token.

Common Sign-in Error Codes

Error Code Probable Cause Quick Solution
0x80048820 System Clock Mismatch Sync Time & Date
0xCAA70007 Network Timeout Disable VPN/Proxy
0x80070005 Permission Denied Run as Administrator

Technical Explanation

Microsoft Word uses Modern Authentication (ADAL) to verify your subscription. This process relies on OAuth tokens stored locally on your machine. When these tokens mismatch with the server-side state, a login loop occurs.

Another technical factor is “Workplace Join.” If your device is registered with an organization, the Microsoft 365 identity provider may block personal account sign-ins to prevent data leakage.

Network security protocols like TLS 1.2 are also mandatory. If your operating system is outdated, Word cannot establish a secure handshake with the login servers, resulting in a silent failure.

Microsoft Word sign-in error screen showing a login failure notification.

Alternative Methods

If the Credential Manager fix does not work, you can force your device to unbind from the current identity state using the Command Prompt. This is particularly useful for enterprise users.

dsregcmd /leave
# This command unregisters your device from Azure AD
# Restart Word after running this to trigger a fresh login prompt

Registry Reset

You can also clear the Identity registry key. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity. Delete the Identities folder. Word will regenerate this folder upon the next launch.

Finally, ensure that “Office Feature Updates” are not pending. An outdated client version may lack the necessary security patches to communicate with the latest Microsoft 365 login endpoints.

Related posts:

  1. Chrome Login Stuck On Loading [Solved]
  2. How To Fix Notion Not Installing From Microsoft Store [Solved]
  3. Slack Web App Bluetooth Problems [Solved]
  4. How To Repair Chrome Causing Windows Crash [Solved]
Categories Apps & Software Tags fix word not letting me sign in to my account
How To Bypass Android 15 Blue Screen [Solved]
Firefox Slow With Many Tabs [Solved]
OSRepo
About Contact Privacy
© 2026 OSRepo. All rights reserved.
  • Privacy Policy
  • Disclaimer
  • Contact
© 2026 OSRepo • Built with GeneratePress