Office 365 won't let you sign in — every fix that actually works
Six different things can break Office 365 sign-in and they all show the same useless error message. Here's how to tell them apart and get back into your account in under ten minutes.
Mona Steele
Microsoft 365 enthusiast
Affiliate disclosure: Some links in this article may earn us a commission at no extra cost to you. Learn more.
A friend texted me at 7:14 on a Sunday morning. "I can't get into Outlook. It just keeps spinning. Big presentation in three hours. Help."
She'd been trying for an hour. Restart, reinstall, change password — none of it worked. Took me about four minutes on a screen-share to spot the actual problem (her browser was logged into her old job's account and the Office app was trying to use that token). She made it to the presentation. Barely.
Office 365 sign-in breaks in surprisingly specific ways. The error messages all look identical. "Something went wrong." "We couldn't sign you in." "Sorry, you can't access this app." Useless. Here's how to actually tell what's wrong.
First: figure out which kind of sign-in is failing
Office 365 isn't one thing. There's at least four different sign-in surfaces and each one breaks differently:
- Office desktop apps (Word, Excel, Outlook on your laptop)
- Office web (office.com / outlook.office.com in a browser)
- The Microsoft 365 admin center (admin.microsoft.com — only for admins)
- The myaccount portal (myaccount.microsoft.com — for managing your own account)
If only one of these is broken, the problem isn't your password. It's specific to that surface. So before you do anything else, try a different one. Browser working but desktop app broken? That's a credential cache issue on your laptop. Both browser and desktop broken? Now we're talking about something deeper.
Fix 1 — Try a private/incognito window first (60 seconds)
Open Edge or Chrome. Hit Ctrl + Shift + N for a private window. Go to outlook.office.com. Sign in fresh.
Works? Then your normal browser has a stale or wrong account cached. Either:
- Clear cookies for
*.microsoftonline.comand*.office.com(in Edge: Settings -> Cookies and site data -> See all cookies -> search "microsoft" -> delete those entries) - Or just open Settings -> Sign in to office.com again with the right account
This fixes about a third of "I can't sign in" cases. Embarrassingly simple. People skip it constantly.
Fix 2 — The wrong-account problem
If you've ever signed into Office on this laptop with a different account (an old job, a personal Hotmail), Windows remembers. And Office picks whichever it remembers first.
Open Settings -> Accounts -> Email & accounts. Look at the list. Anything from a previous job? Click it -> Remove.
Then in any Office app: File -> Account -> Sign out completely. Close the app. Reopen. Sign in fresh with the right account this time.
If you have personal and work accounts (very common — your Xbox login is sneaking in to break your work Outlook), Office 365 desktop apps can technically handle both, but the sign-in flow gets confused. I'd remove the personal one from the laptop entirely if you only use work Office on this device.
Fix 3 — The MFA loop
You type the password. Office accepts it. Then it asks for MFA. You approve on your phone. Then... it asks for the password again. And the MFA. And again.
This loop usually means one of three things:
-
The MFA token your laptop has is expired. Your tenant probably has a "sign-in frequency" set to 30 or 90 days under conditional access. After that, you re-auth. If the token cache is corrupt, the re-auth never sticks. Fix: open Credential Manager (search it in Start) -> Windows Credentials tab -> delete every entry that starts with
MicrosoftOffice16_Data:ormicrosoft.aad.brokerplugin. Restart the Office app. -
The Authenticator app and the laptop are out of time sync. I've seen this on a phone whose clock had drifted by 90 seconds. The TOTP codes Authenticator generates depend on the phone's clock matching the server's clock. If they're off by more than 30 seconds, every code is wrong. Phone -> Settings -> General -> Date & Time -> turn on "Set automatically." Same for Android. Reopen Authenticator.
-
Conditional Access is blocking you. Your IT team set a rule like "block all sign-ins from outside the country" or "block all sign-ins from non-compliant devices." If you're traveling or on a personal laptop, you'll loop forever. There's no client-side fix. Email IT, give them your sign-in time and the device name, ask them to check the Azure AD sign-in logs.
Fix 4 — "Something went wrong" with no other details
This generic error usually has a tiny correlation ID at the bottom (something like c4f8a... -...). Copy it. Then go to https://login.microsoftonline.com/error or send the ID to your IT team — they can look it up in Azure AD's sign-in logs and see the real failure reason.
If you don't want to bother IT, there are a few things worth trying yourself first:
- Sign in at https://aka.ms/mfasetup using the same browser. If that works, your account is fine and the problem is the app you were trying to use.
- Try signing in from a different network (phone hotspot) — sometimes a corporate firewall blocks the auth flow without telling you.
- Check status.office.com. Microsoft has outages more often than they'll admit. If there's a Sign-In Service incident in the last 2 hours, just wait.
Fix 5 — When the desktop app is the only one broken
Office web works fine but Word/Excel/Outlook on the laptop won't sign in. Classic.
The cause is almost always the cached identity files Office stores in %localappdata%\Microsoft\Office\16.0\Licensing and the Web Account Manager (WAM) tokens.
Here's the safe rebuild:
- Close every Office app (check Task Manager for stragglers — WINWORD, EXCEL, OUTLOOK, MSACCESS, TEAMS, OneDrive, OneNote — kill them all).
- Open Credential Manager. Delete every Office entry under Windows Credentials.
- Open
%localappdata%\Microsoft\Office\16.0\Licensingin File Explorer. Delete the contents (not the folder itself). - Go to Start -> "Apps & features" -> Microsoft 365 -> Modify -> Quick Repair. Wait 5 minutes.
- Open Word. Sign in fresh.
If Quick Repair doesn't fix it, do Online Repair instead. Takes 30-45 minutes but fixes basically everything short of a totally broken install. Online Repair is what I'd reach for after about my second cup of coffee on a real problem.
Fix 6 — Account is locked or compromised
If you keep getting "We've detected unusual activity" or "Your account has been locked," Microsoft's risk engine flagged you. Sometimes correctly, sometimes not.
Go to https://aka.ms/sasi (the "Self-service sign-in" page) and follow the verification flow. You'll need to receive a code via your registered phone or recovery email. If both are out of date, only your tenant admin can unblock you — there's no public recovery path for work accounts.
For personal Microsoft accounts (Hotmail, Outlook.com, Xbox), the recovery flow is different — see my other piece on Microsoft account sign-in.
What about the password?
I left this for last on purpose. About 1 in 10 of these problems is actually a wrong password. The rest are token, cache, or MFA issues that look like a password problem but aren't.
If you're sure your password is right (you copied it from your password manager, you successfully logged into another Microsoft service in the last hour), don't reset it. Resetting just buys you 24 hours of new auth confusion as caches catch up. Fix the actual issue.
If you're not sure your password is right, reset it at https://passwordreset.microsoftonline.com — but only after you've ruled out the wrong-account problem from Fix 2. Resetting an account that wasn't actually wrong is the most common way to lock yourself out for an extra day.
So that's the full playbook. My friend on Sunday morning? Wrong account. Fix 2. She made the presentation with about six minutes to spare. Felt like a hero. I'd actually only earned about four minutes of that hero status — the rest was her staying calm.
Most Office 365 sign-in problems are weirdly small fixes hiding behind generic error messages. Work the list above in order, top to bottom. By the time you hit Fix 6, you've ruled out the simple stuff. Past that, it really is time to call IT.
One Microsoft 365 tip every Tuesday.
Practical tutorials, troubleshooting, and shortcuts — straight to your inbox. No spam. Unsubscribe anytime.
Related articles
Microsoft 365 keeps signing me out — fix the trust state
monasteele.com
Microsoft 365 keeps signing me out — fix the trust state
If Office, Outlook or Teams keeps forgetting your account, the cause is usually a broken work-account trust state on the device. Here is how to repair it without nuking your Windows profile.
Microsoft account won't let you sign in — the simple fixes (and the painful ones)
monasteele.com
Microsoft account won't let you sign in — the simple fixes (and the painful ones)
Forgot your password, lost your phone, locked out for 'unusual activity' — Microsoft account recovery is a maze. Here's the path through it, in plain English, with the dead-ends marked.
Microsoft Account vs Work or School Account — what's the difference?
monasteele.com
Microsoft Account vs Work or School Account — what's the difference?
The single most confusing thing about Microsoft 365 sign-in. Here's what each account type is, why you might have two, and how to keep them straight.