Cannot start Microsoft Outlook. Cannot open the Outlook window.

Outlook 'Cannot start' error on new profile – fix in 3 steps

Software – Microsoft Office Beginner 👁 1 views 📅 May 29, 2026

You set up a new profile, but Outlook won't open. Usually a corrupt OST file or add-in. We'll fix it in order: quick check, moderate clean, deep rebuild.

Why this happens (the short version)

You finally created a fresh Outlook profile – maybe after an upgrade to Windows 11 or switching to a new Exchange mailbox. Then you get the double gut-punch: "Cannot start Microsoft Outlook. Cannot open the Outlook window." The worst part? The profile is brand new, so you know it's not old junk data.

In my help desk days, I saw this most often when Outlook tries to create a new OST (offline data file) and either the file location is locked, a COM add-in from the old profile sneaks in, or the profile itself got corrupted during creation. The fix is simpler than you think – but you have to work in the right order.

I'll walk you through three tiers. Start with step one. If it doesn't work, move to step two. Skip around and you might waste time.

Step 1: The 30-second fix – start Outlook in safe mode

Safe mode loads Outlook without any add-ins. That's important because some third-party add-ins (like Zoom for Outlook, Adobe Acrobat, or old CRM plugins) can glitch when tied to a new profile, even if you didn't reinstall them.

  1. Press Win + R, type outlook /safe, and hit Enter.
  2. If Outlook opens – even with a warning about safe mode – you've found the culprit. Go to File > Options > Add-ins.
  3. At the bottom, next to Manage, choose COM Add-ins and click Go.
  4. Uncheck everything. Every. Single. Box. Click OK.
  5. Close Outlook and open it normally. If it starts, you're done. Re-enable add-ins one at a time until the error returns – then you know which one to kill.

If safe mode also shows the same error, or Outlook doesn't even open, move to Step 2.

Step 2: The 5-minute fix – delete the OST file

Here's a fact that tripped me up the first time: even a fresh profile can have a corrupt OST file. Outlook tries to create it when you first start the profile, and if the permissions are wonky or the path is too long (yes, really – Windows has a 260-character limit bug in older Outlook builds), the file gets created but corrupted instantly.

  1. Close Outlook completely. Check Task Manager to make sure there's no OUTLOOK.EXE process lingering.
  2. Press Win + R, type %localappdata%\Microsoft\Outlook, and hit Enter.
  3. Look for the OST file that matches your new profile name. It'll be something like yourname@domain.com.ost or Outlook.ost. Don't touch the PST files – that's your archived data.
  4. Right-click the OST file and rename it to old.ost. Or just delete it – Outlook will recreate it.
  5. Open Outlook again. It will rebuild the OST from the server. This can take a few minutes, but the error should be gone.

No luck? One more try before the nuclear option.

Step 3: The 15-minute fix – rebuild the profile with the Mail Control Panel

Sometimes your new profile is just cursed. Maybe you created it through the wrong settings (like using an old Exchange Autodiscover URL that no longer exists). The fix is to blow it away and start over – but the right way.

  1. Open the Mail control panel. On Windows 11 or 10, press Win + R, type control mlcfg32 (or mlcfg for older Office versions), and hit Enter.
  2. Click Show Profiles.
  3. Select your new profile (the one giving the error) and click Remove. Yes, really. Click OK to confirm.
  4. Now click Add. Give it a name like "Work" or whatever. Don't use the same name you just deleted – Outlook gets confused if you reuse the exact name.
  5. When prompted, enter your email address and password. Let Outlook configure automatically (don't manually enter server settings unless you absolutely know the exact Exchange server name).
  6. Once the profile is created, set it as default: select it and click Always use this profile.
  7. Close the control panel and open Outlook.

Still stuck? Then you're likely dealing with a server-side issue. Check if your mailbox is actually active in Exchange Admin Center or Office 365. I've seen admins disable mailboxes before the user even logs in. Also check if your account requires modern auth – Outlook 2016 or older won't work with MFA unless you patch it. But 90% of the time, one of those three steps kills the error.

What NOT to do

Don't reinstall Office. I know it's tempting, but this error is almost never a corrupt Office install. You'll waste an hour downloading and patching. Also don't run scanpst.exe on the OST – that tool is for PST files, not OST. It won't help and could confuse you.

If you're on a company laptop with BitLocker, make sure the OST folder isn't encrypted mid-sync. I've seen that cause the exact same error on new profiles. Decrypt the folder or move the OST to a different drive via registry (but that's a whole other guide).

One last thing: after you fix it, create a manual backup of your working profile's registry key at HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles. If it breaks again, you can restore the key and skip the whole dance. Learned that the hard way.

Was this solution helpful?