Outlook Stuck on 'Loading profile...' After Windows Update? Fix It

Outlook hangs on 'Loading profile...' after a Windows 10/11 update. The cause is usually a corrupted cache or a stale update. Here's the fix.

You've just installed the latest Windows 10 or 11 cumulative update, rebooted, and launched Outlook. The splash screen appears, the status bar reads "Loading profile..." — and that's it. Minutes pass, the spinner keeps spinning, and you're locked out of your mailbox. This isn't a server outage or a broken network. It's a local corruption issue that Windows updates love to trigger.

Here's what's actually happening. Windows updates — especially feature updates like 22H2 or 23H2 — change the way certain system libraries interact with Office. Outlook's profile loading process depends on a handful of cache files stored in your AppData folder. When the update invalidates those files (they're binary, not text), Outlook tries to re-read them, hits a snag, and hangs instead of gracefully rebuilding them. Most of the time it's one of two culprits: the Outlook cache files in %LocalAppData%\Microsoft\Outlook or the COM add-ins that were loaded at startup. You don't need to nuke your entire profile — that's overkill and you'll lose your signatures, rules, and customizations.

The fix below gets you back in without touching your actual mailbox data. It's ordered from least destructive to most, so start at step one and only go further if you're still stuck.

Fix 1: Kill the Outlook Process and Restart

Sometimes Outlook isn't actually hung — it's waiting on a stale lock file from a previous crash. The Windows update process may have restarted your PC while Outlook was still running, leaving a orphaned process.

  1. Press Ctrl+Shift+Esc to open Task Manager.
  2. Under the "Processes" tab, look for any "Microsoft Outlook" entries. If you see one, right-click and select "End task".
  3. Also check under "Background processes" — there might be a second instance hiding there. Kill those too.
  4. Relaunch Outlook. If it loads, you're done. If not, move to step two.

Fix 2: Delete the Outlook Cache (But Keep Your Mail)

This is the most common fix. The cache files I mentioned live in a folder that Outlook recreates automatically. Deleting it is safe — it doesn't touch your OST file (that's your offline mailbox copy) or your PST files (your archive). It only removes the temporary configuration that's now corrupted.

  1. Close Outlook completely.
  2. Press Win+R, type %LocalAppData%\Microsoft\Outlook, and hit Enter.
  3. You'll see a folder with your profile name (e.g., "Outlook") and several files. Do not delete the folder itself — that holds your OST file.
  4. Look for files that have extensions like .dat, .xml, or are named Outlook.srs, Outlk12.dat, or profile.xml. Delete those specific files. If you're unsure, select only files with the extension .dat and .xml that are not your OST/PST files.
  5. Empty the Recycle Bin, then relaunch Outlook. It will rebuild these files from scratch.
A quick note: if you see a file named Outlook.ost, leave it alone. That's your cached mailbox. Deleting it forces a full re-sync from the server, which can take hours on large mailboxes — not what you want right now.

Fix 3: Disable COM Add-Ins

If Outlook still hangs, a third-party add-in is the likely saboteur. Windows updates can break add-ins that were written for older Office versions. Outlook loads add-ins during profile initialization, so a broken one can stall the whole process.

  1. Close Outlook.
  2. Press Win+R, type outlook /safe, and hit Enter. This launches Outlook with add-ins disabled.
  3. If Outlook opens fine in Safe Mode, go to File > Options > Add-ins.
  4. At the bottom, set "Manage" to "COM Add-ins" and click "Go...".
  5. Uncheck all third-party add-ins (anything not Microsoft). Keep the Microsoft ones—they rarely cause issues.
  6. Click OK, restart Outlook normally. If it loads, enable add-ins one by one to find the offender.

Note: /safe only disables add-ins for that session. You need to manually uncheck them as above to make it permanent.

Fix 4: Repair Office via Control Panel

Sometimes the update corrupted Office's own installation files. Microsoft has a built-in repair tool that's actually decent — it re-registers all the DLLs Office needs without reinstalling everything.

  1. Open Control Panel > Programs and Features.
  2. Find your Microsoft Office product (e.g., "Microsoft Office 365"). Right-click and select Change.
  3. Choose Quick Repair first. It takes a few minutes and doesn't require a reboot.
  4. If that fails, repeat and choose Online Repair. This one downloads files from Microsoft and takes longer, but it's more thorough.

If It Still Fails: Create a New Outlook Profile

All right, we've cleared the cache, disabled add-ins, and repaired the installation. If you're still staring at "Loading profile...", the profile itself is beyond saving. That's rare, but it happens when the Windows update migrated your profile data incorrectly.

  1. Open Control Panel > Mail (search for "Mail" if you don't see it).
  2. Click Show Profiles.
  3. Click Add, give it a name (e.g., "Temp"), and enter your email account settings as you did when you first set up Outlook.
  4. Once created, select it as the default profile, or choose "Prompt for a profile to be used" so you can test it without committing.
  5. Launch Outlook. If this new profile loads, your old profile is toast. You'll need to reconfigure your email account in the new profile and reapply your signatures and rules.
Don't delete the old profile until you've confirmed the new one works and you've re-created any custom settings. You can always go back to the old one if something's missing.

What to Check If You're Still Stuck

If none of the above worked, the problem might not be Outlook at all. A few things to verify:

  • Check for pending Windows updates. Sometimes a second update fixes a bug introduced by the first. Go to Settings > Update & Security > Windows Update and install anything pending, then reboot.
  • Scan for corrupt system files. Open Command Prompt as Administrator and run sfc /scannow. This checks Windows system files, not Office, but a corrupted Windows file can affect Outlook's startup.
  • Disable antivirus temporarily. Some security suites interfere with Outlook's profile loading, especially after an update. Turn it off for a minute and try again. If that works, add an exception for Outlook.exe.
  • Check if Outlook is stuck on "Loading profile..." across multiple profiles. If it hangs on any profile you create, the issue is with the Office installation itself, not the profile. You might need to uninstall and reinstall Office completely — but do that only as a last resort.

The "Loading profile..." hang after a Windows update is frustrating because it looks like a network or server issue, but it's almost always a local file problem. The steps above have fixed this in the vast majority of cases I've seen, and they avoid the nuclear option of deleting your entire mailbox cache. Start with the cache deletion (Fix 2) — that's where the real problem usually lies.

Related Errors in Software – Microsoft Office
0x8004260A Word crashes copying large web tables: fix 0x8004260A DXGI_ERROR_INVALID_CALL Fix DirectX CreateTexture2D Failed Error in Games 0xC004F074 Office 'We're sorry, we can't connect right now' activation error Fix DirectX CreateTexture2D Failed Error in Games

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.