Windows Update and Microsoft 365 updates are supposed to improve things, but they have a habit of breaking Outlook in a variety of ways — crashes on startup, authentication loops, missing ribbon features, or Outlook refusing to open at all. If your Outlook stopped working shortly after an update, you’re in the right place. Here’s how to diagnose what changed and get it fixed.
Confirm the Update Is the Cause
Press Win + I, go to Windows Update > Update History, and look at what installed in the last few days. You’re looking for two types of entries: Windows Updates (cumulative updates, KB articles) and Microsoft Office updates. If the timeline matches when Outlook started failing, you’ve confirmed the cause.
Roll Back a Faulty Office Update
If the problem is a Microsoft 365 or Office update, you can roll back to the previous Office version from the command line.
- Close Outlook and all Office applications.
- Open Command Prompt as Administrator.
- Run:
cd "C:Program FilesCommon Filesmicrosoft sharedClickToRun"
officec2rclient.exe /update user updatetoversion=16.0.XXXXX.XXXXX
To find the version number to roll back to, check the Microsoft 365 Apps update history page. Find the version that was current before your issue started and substitute that version number into the command.
Once rolled back, pause automatic updates temporarily: in any Office app, go to File > Account > Update Options > Disable Updates.
Check the Microsoft 365 Service Health Dashboard
Before spending an hour troubleshooting, rule out a known Microsoft issue. If you have a Microsoft 365 Business subscription, log into the Microsoft 365 Admin Centre and go to Health > Service Health. For home users, the Office 365 Service Status page shows a simplified overview.
Repair Your Office Installation
- Go to Settings > Apps > Installed apps (Windows 11) or Apps & Features (Windows 10).
- Find Microsoft 365 or Microsoft Office.
- Click Modify.
- Select Quick Repair and click Repair. This runs offline and takes two to five minutes.
- Restart your machine, then open Outlook and test.
- If still broken, go back and run Online Repair — this re-downloads and reinstalls Office from Microsoft’s servers.
Fix Authentication Broken After an Update
A common post-update symptom is repeated password prompts or a “Disconnected” status in Outlook’s bottom bar.
Clear stored Office credentials
- Open Credential Manager from the Start menu.
- Click Windows Credentials.
- Remove all entries that reference MicrosoftOffice, Office 365, outlook.office365.com, or your Exchange server address.
- Reopen Outlook — it will prompt you to sign in fresh.
Sign out of Office and sign back in
In any Office app, go to File > Account. Under User Information, click Sign Out. Close all Office apps, reopen Outlook, and sign back in. This forces a clean token refresh which resolves most OAuth issues caused by updates.
Re-register Office DLLs
In some cases, an update breaks Office COM registration, causing crashes or missing features. To fix it:
- Close all Office apps.
- Open Command Prompt as Administrator.
- Run:
cd "C:Program FilesMicrosoft OfficerootOffice16"
for %i in (*.dll) do regsvr32 /s %i
This silently re-registers every Office DLL. Restart your machine once complete.
If the New Outlook Was Force-Switched
Some Microsoft 365 updates have been switching users from classic Outlook to the new web-based Outlook app without warning. If Outlook looks different after an update — cleaner interface, no local data files, missing some options — you’ve been switched.
To switch back to classic Outlook:
- Look for a New Outlook toggle in the top-right corner and click it to switch back.
- If the toggle isn’t there, open the Start menu and look for Outlook (classic) as a separate app entry.
Microsoft has committed to keeping classic Outlook available, so you won’t be forced to switch permanently just yet.
If Outlook Won’t Open At All
Try safe mode first — hold Ctrl and click the Outlook shortcut, or run outlook.exe /safe. If it opens in safe mode, disable all add-ins via File > Options > Add-ins > COM Add-ins, then re-enable one at a time.
If safe mode also fails, the OST file may be corrupt. Our guide on Outlook stuck on Loading Profile covers the full OST rename process which forces a clean mailbox resync.
Prevent This Happening Again
In Microsoft 365 Business, switch your update channel to Semi-Annual Enterprise Channel — this gives you updates that have been in production for six months and are far more stable. Consumer Microsoft 365 doesn’t offer this, but you can delay updates by a few days via Windows Update > Advanced Options > Pause Updates, giving you time to check whether any Outlook issues are being reported before they hit your machine.
Common Error Messages After an Outlook Update
Specific error codes after an update usually point to a known cause. Here are the most frequent ones and what they mean:
- 0x800CCC0F — Connection to the server was interrupted. Usually a network or firewall issue introduced by the update. Check your firewall is not blocking Outlook, and test on a different network.
- 0x8004010F — Outlook data file cannot be accessed. The update may have moved or orphaned the OST/PST file. Go to File > Account Settings > Data Files and verify the path shown still exists on disk.
- 0x800CCC13 — Cannot connect to the network. Often a Winsock corruption introduced by a cumulative Windows update. Run
netsh winsock resetin an elevated Command Prompt, then restart. - 0x8004011D — The server is not available. Common after updates that reset the Outlook profile’s cached Exchange server address. Remove and re-add your account via File > Account Settings.
- Cannot start Microsoft Outlook. Cannot open the Outlook window — Navigation pane configuration file is corrupt. Run
outlook.exe /resetnavpaneto reset it.
Check Microsoft’s Known Issues Before Spending Time Troubleshooting
Microsoft maintains a known issues list for each Office update on their Microsoft 365 admin centre and the Office release notes pages. Before working through every fix manually, search for your Outlook version number and the symptoms you are seeing — if it is a widespread update bug, Microsoft usually releases a patch within days and documents a workaround in the meantime. You can find the current Outlook version under File > Office Account > About Outlook.
For a full index of every Outlook guide and troubleshooting fix on Serverman, see the Microsoft Outlook complete guide and troubleshooting hub.






