Desktop Outlook refuses to sign you in. Or signs you in and immediately asks again. Or shows a "Something went wrong" dialog with a 12-character error code that means nothing to you. Outlook sign-in fails in a small number of distinct ways, and there's a repair order that handles roughly 90% of them. Here it is — top of the list first.
Step zero: which Outlook are you actually using?
"Outlook" is now three different applications, and the fixes are subtly different for each:
- Classic desktop Outlook — the long-running Microsoft Office app. File → Account in the top-left corner.
- New Outlook for Windows — Microsoft's redesigned client that ships pre-installed on Windows 11. Looks closer to Outlook on the web.
- Outlook on the web — outlook.live.com (personal) or outlook.office.com (work / school).
Most of what follows targets the two desktop clients, with web notes where they matter.
Fix 1: Confirm the account type matches the Outlook you're using
This is the single most common cause of sign-in failure and it produces some of the most confusing error wording. Match the account to the right client:
- Personal Microsoft Account (@hotmail.com, @outlook.com, @live.com, or any address tied to a personal MSA) → works in both classic and new Outlook. Web URL: outlook.live.com.
- Work or School account (Microsoft 365 from your employer) → works in both classic and new Outlook. Web URL: outlook.office.com.
- IMAP / POP accounts (Gmail, Yahoo, your hosting provider, a custom mail server) → classic Outlook only. New Outlook for Windows still has limited IMAP support as of mid-2026.
If you have a Gmail or IMAP account and you've been bumped into the new Outlook, toggle New Outlook off in the top-right corner. You'll land back in classic Outlook in a few seconds — where your IMAP account actually works.
Fix 2: Wipe the stuck credentials (the one that usually works)
Modern authentication uses tokens stored on your machine instead of asking for the password every time. When those tokens go bad — and they do, after Windows updates, after long sleeps, after MFA enrollment changes — Outlook can't sign in even when you're typing the correct password.
- Close Outlook fully. Right-click in the system tray and quit if needed.
- Open Task Manager (Ctrl + Shift + Esc). Look for any lingering
OUTLOOK.EXEprocesses under Background processes. End them. - Open Control Panel → User Accounts → Credential Manager. (If you don't see "User Accounts", switch Control Panel's view in the top right to Small icons.)
- Click Windows Credentials.
- Delete every entry starting with
MicrosoftOffice16_Data:,MS.Outlook,MicrosoftOfficeIdentity, or your email address. - Also check Generic Credentials — on some Office builds the entries land there instead.
- Reopen Outlook. Sign in fresh and complete any MFA prompts.
This single sequence fixes the majority of desktop Outlook sign-in problems. If credentials weren't the actual issue, you've lost nothing — Outlook just re-prompts and stores fresh tokens.
Fix 3: Sign out of every Office app and back in once
Office shares a single identity across all its apps. If that shared identity has gone bad, every Office app — Word, Excel, PowerPoint, Outlook, Teams — picks up the same problem.
- Open Word (loads fastest of the bunch).
- Click File → Account.
- Under User Information, click Sign out.
- Close every Office app.
- Open Word again. Sign in fresh. Complete any MFA prompts.
- Open Outlook. It should pick up the new identity automatically without asking.
Fix 4: Rebuild a fresh Outlook profile
If sign-in completes but the inbox never appears, takes forever to load, or behaves oddly, the Outlook profile itself is damaged. A fresh profile fixes it without losing a single email.
- Close Outlook.
- Open Control Panel. Switch view to Small icons.
- Click Mail (Microsoft Outlook).
- Click Show Profiles.
- Click Add. Name the new profile anything ("Outlook 2" works). Follow the wizard.
- Set Always use this profile to your new one.
- Open Outlook. It signs in, rebuilds the OST file from scratch, and downloads your mail.
Your mail is fine — everything lives on the server. The local download takes a few minutes for a small mailbox, an hour or more for a 50 GB monster. Grab a coffee.
Fix 5: Quick Repair, then Online Repair of Office
If credentials and profile are both clean and sign-in still fails, the Office installation itself may be the issue.
- Open Settings → Apps → Installed apps.
- Find Microsoft 365 (or Microsoft Office), click the three-dot menu → Modify.
- Choose Quick Repair. Two to five minutes.
- If sign-in still fails, repeat the steps and choose Online Repair instead. This downloads and reinstalls Office completely — about 30 minutes, but it fixes things Quick Repair can't reach.
Documents and settings survive both. You won't have to set anything up again.
Fix 6: Disable add-ins to rule out interference
Some antivirus mail scanners, CRM connectors, PDF toolbars, and ancient Office add-ins step into the auth flow and break it. To test:
- Press Win + R.
- Type
outlook.exe /safeand press Enter. - Pick your profile when prompted.
Safe mode loads Outlook with every add-in disabled. If sign-in works there but not in normal mode, an add-in is your culprit. Close safe mode, open Outlook normally, go to File → Options → Add-ins, and disable add-ins one at a time, restarting between each, until you find the one that triggers the failure.
Fix 7: Check your network for SSL inspection
Outlook can refuse to sign in if the network is silently intercepting HTTPS traffic — common on corporate networks with deep packet inspection or hotel Wi-Fi with captive portal MITM. Two things to check:
- Test on a different network. If sign-in works on your phone hotspot but not your office Wi-Fi, SSL inspection on the office network is breaking the auth. Ask IT to whitelist
login.microsoftonline.comandautodiscover.outlook.comfrom inspection. - Antivirus HTTPS scanning. Same problem at the endpoint instead of the network. Turn off HTTPS scanning in your antivirus and try again.
Fix 8: Reset the new Outlook for Windows app
If the sign-in problem is specifically in new Outlook (not classic), you can reset just that client without touching classic Outlook or the rest of Office:
- Open Settings → Apps → Installed apps.
- Find Outlook in the list (it shows up separately from Microsoft Office).
- Click the three-dot menu → Advanced options.
- Scroll down and click Reset.
The app clears local data, signs you out, and starts fresh on next launch. Classic Outlook is unaffected.
Error codes worth memorizing
Outlook surfaces specific error codes when sign-in fails. The most common ones and what they actually mean:
- 0x8004010F — Outlook data file location is wrong or inaccessible. Often appears after a Windows reinstall. Rebuild the profile (Fix 4).
- 0x800CCC0E — Network connection problem. Server names in account settings are likely wrong.
- 0x80042108 — Outlook can't communicate with the mail server. Usually a server-name typo or a firewall block.
- AADSTS50058 — Token expired and silent refresh failed. Clear Credential Manager (Fix 2).
- AADSTS50034 — User doesn't exist in this tenant. You're signing into the wrong organization.
- AADSTS50053 — Account locked due to too many failed attempts. Wait 30 minutes.
- AADSTS53003 — Blocked by Conditional Access policy. Your IT admin can investigate.
The repair order, condensed
Credential Manager cleanup → sign out and back in of all Office → test on another network → Quick Repair of Office → rebuild profile. Stop the moment one works. Eight out of ten cases resolve in the first two steps. The rest is for stubborn machines that need more.
Run through this once on your own machine and the next time it happens you'll fix it in three minutes instead of half a workday.