View CV

Outlook Classic Guide

Common Outlook Classic Issues (And How to Fix Them)

Clear explanations of real-world Outlook errors, what they actually mean, and how to resolve them properly.

Josh White 4 min read

Understanding Common Outlook Error Codes

Access & Sign-In Errors

These typically relate to authentication or server communication issues.

Error Code What It Actually Means
0x800CCC92 Mailbox authentication was rejected, usually because credentials or cached sign-in tokens are invalid
0x800CCC90 The mail server returned a logon or authentication failure
0x80040111 MAPI logon failed, so Outlook could not establish a mailbox or profile session
0x80070005 Access denied - Outlook does not have permission to the mailbox, resource, or file

In many Microsoft 365 environments, these are often tied to stale authentication tokens, permissions, or profile configuration rather than a mistyped password alone.

OST / PST / Data File Errors

These relate to local mailbox data files.

Error Code What It Actually Means
0x8004010F Outlook cannot find or access the configured data file or send/receive object
0x80040600 Outlook data store contains corrupted data, commonly involving a PST or OST file
0x80040116 Disk read/write error while Outlook is accessing the data file

These errors often require profile repair, data file repair, or in some cases full profile recreation.

The Most Common Real-World Issue: Silent Authentication Failure

One of the most frustrating issues I encounter is when:

  • Outlook stops syncing
  • No clear login prompt appears
  • The user insists their password has not changed
  • There is no obvious error explaining the issue

In many cases, Outlook has silently failed to refresh its Microsoft 365 authentication token. Because Outlook Classic stores authentication data locally, it can become stuck in a state where the mailbox works perfectly online but the desktop app refuses to sync.

Step-by-Step Troubleshooting Process

Step 1 - Confirm the Mailbox Works Online

Before making any local changes, confirm the account itself is functioning:

  1. Log into Microsoft 365 via a web browser.
  2. Confirm emails are arriving.
  3. Confirm mail can be sent.

Step 2 - Restart the Machine

Restarting can:

  • Clear temporary authentication states
  • Trigger a fresh sign-in prompt
  • Reset background Office services
Outlook Classic sign-in window prompting the user to re-enter their Microsoft 365 account details.
If Outlook prompts for sign-in after a restart, that usually confirms a token or cached credential issue.

Step 3 - Clear Local Authentication Cache

Fully close Outlook before proceeding.

Navigate to:

%LOCALAPPDATA%\Microsoft\IdentityCache\%LOCALAPPDATA%\Microsoft\OneAuth\

Delete the contents inside these folders (not the folders themselves). This forces Outlook to regenerate credentials.

File Explorer open to the Microsoft IdentityCache folder inside Local AppData.
Clearing the contents of the local token cache can resolve silent Outlook sign-in failures.

Step 4 - Check Windows Credential Manager

  1. Open Credential Manager
  2. Remove saved Microsoft 365 or Office credentials
  3. Restart Outlook
Windows Credential Manager showing stored Outlook or Microsoft 365-related credentials.
Removing stale Office credentials forces Outlook to request a clean sign-in.

Creating a New Outlook Profile

Why Outlook Profiles Matter

Outlook Classic creates a local offline copy of your mailbox stored in OST (Exchange/M365) or PST (POP/archive) files. If this configuration becomes corrupted, Outlook may fail even though the mailbox itself is healthy.

Step-by-Step: Create a New Profile

  1. Close Outlook and confirm no Outlook.exe processes are running.
  2. Open Control Panel -> Mail (Microsoft Outlook).
  3. Click Show Profiles -> Add.
  4. Name the new profile (different from the old one).
  5. Select "Always use this profile" and choose the new profile.
  6. Skip manual setup - Outlook will prompt for Microsoft 365 login on launch.

Outlook will then rebuild the OST file and resync mailbox data. Recent emails appear first; older mail may take time to download.

Mail settings window in Control Panel showing the option to create a new Outlook profile.
Use the Mail applet in Control Panel to create a fresh Outlook profile.
Outlook mail setup window ready to add a Microsoft 365 account to a new profile.
After the new profile is created, Outlook walks through the account setup again.

Removing the Old Profile

Once confirmed working: Control Panel -> Mail -> Show Profiles -> Remove the old profile. This deletes the local configuration only, not Microsoft 365 data.

When to Escalate Further

If profile recreation does not resolve the issue, investigate:

  • Conditional Access or MFA policy changes
  • Azure AD sign-in logs
  • Microsoft 365 licence assignment issues
  • Testing the account on another machine
  • Office Online Repair
  • Possible Windows user profile corruption

Final Thoughts

In my experience, most Outlook Classic issues fall into three categories:

  1. Authentication token failure
  2. Profile corruption
  3. Data file corruption

By approaching troubleshooting methodically, starting with authentication checks and progressing to profile recreation, most issues can be resolved quickly and reliably.

Footer start