# How to Fix Outlook Not Opening in Windows 11 URL: https://www.mytechnician.tech/tips/fix-outlook-not-opening-windows-11/ Published: 2026-07-27 | Author: Ankit Kumar Tags: Windows 11, Apps, Troubleshooting, Fix Summary: Outlook stuck on the loading profile screen, crashing at startup, or refusing to open in Windows 11? Fix it with safe mode, add-in checks, profile repair, and Office repair. Recommended app: PC-Troubleshooter — https://www.mytechnician.tech/apps/windows-troubleshooter/ (Microsoft Store: https://apps.microsoft.com/detail/9N7RWKW8SP24?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## The Problem Outlook that will not start is almost always one of four things: a misbehaving **add-in**, a damaged **Outlook profile**, a corrupted **data file** (`.ost` or `.pst`), or a broken **Office installation**. The order matters — add-ins and profiles account for the large majority, and both are quick to test. The "new Outlook" and "classic Outlook" behave differently here, so check which one you are running before following steps that mention profiles: classic Outlook shows a **File** menu, new Outlook does not. > **Every app is crashing, not just Outlook?** Start with [fix an app crashing or not opening](https://www.mytechnician.tech/tips/fix-app-crashing-wont-open/). **Error mentions a missing DLL?** See [fix VCRUNTIME140.dll missing](https://www.mytechnician.tech/tips/fix-vcruntime140-dll-missing-windows-11/). ## Symptoms * Outlook hangs on **"Loading Profile"** or **"Processing"** and never opens. * **"Cannot start Microsoft Outlook. Cannot open the Outlook window."** * **"The set of folders cannot be opened."** * The window opens and closes immediately, or the icon bounces once and nothing happens. * Outlook opens but freezes as soon as it tries to sync. ## Step 1: Close Every Leftover Outlook Process An orphaned process holds the data file open and blocks the next launch. 1. Press **Ctrl + Shift + Esc** to open Task Manager. 2. On the **Details** tab, sort by **Name** and end **OUTLOOK.EXE**, plus any **olk.exe** (new Outlook). 3. End any Microsoft Teams and OneDrive processes too — both hook into Outlook. 4. Try launching Outlook again. If it still hangs, do a full restart before continuing. Do not use Sleep; a real reboot clears file locks. ## Step 2: Start Outlook in Safe Mode This loads Outlook with all add-ins disabled and is the fastest diagnostic available. 1. Press **Windows + R**, type the following, and press Enter: ``` outlook.exe /safe ``` 2. If prompted for a profile, choose **Outlook** and click **OK**. 3. **If Outlook opens in safe mode**, an add-in is the cause — go to Step 3. 4. **If it still will not open**, skip to Step 4. ## Step 3: Disable the Offending Add-In 1. In safe mode, go to **File** → **Options** → **Add-ins**. 2. At the bottom, set **Manage** to **COM Add-ins** and click **Go**. 3. Untick everything, click **OK**, and close Outlook. 4. Start Outlook normally. It should open. 5. Re-enable add-ins one at a time, restarting Outlook after each, until it breaks again. The last one you enabled is the culprit. 6. Usual suspects: Teams Meeting Add-in, Skype, Zoom, CRM connectors, antivirus email scanners, and PDF toolbars. 7. Leave the broken add-in disabled, or update it from its vendor. ## Step 4: Create a New Outlook Profile A damaged profile causes "Cannot start Microsoft Outlook" more often than anything else. 1. Press **Windows + R**, type `control`, press Enter to open Control Panel. 2. Set **View by** to **Small icons** and open **Mail (Microsoft Outlook)**. 3. Click **Show Profiles** → **Add**, give the new profile a name, and add your account. 4. Select **Always use this profile** and pick the new one → **Apply** → **OK**. 5. Start Outlook. It will re-download mail from the server for Microsoft 365, Exchange, Gmail, and IMAP accounts. 6. Do **not** delete the old profile yet — a POP3 account keeps its only copy of mail in the old `.pst`. ## Step 5: Repair the Outlook Data File For a POP3 or archive `.pst`, or a corrupted `.ost`. 1. Close Outlook completely. 2. Open File Explorer and go to the Office install folder, typically: ``` C:\Program Files\Microsoft Office\root\Office16 ``` 3. Run **SCANPST.EXE**. 4. Click **Browse** and select your data file. The default location is: ``` C:\Users\YourName\Documents\Outlook Files ``` Cached `.ost` files live in `C:\Users\YourName\AppData\Local\Microsoft\Outlook`. 5. Click **Start**. If it reports errors, tick **Make a backup of scanned file before repairing** and click **Repair**. 6. Repeat the scan until it reports no errors — one pass is often not enough. 7. For an `.ost` there is a simpler option: close Outlook, rename the file to `.ost.old`, and start Outlook. It rebuilds the cache from the server. ## Step 6: Run an Online Repair of Office 1. Open **Settings** → **Apps** → **Installed apps**. 2. Find **Microsoft 365** or **Microsoft Office**, click **⋯** → **Modify**. 3. Choose **Quick Repair** first — it takes a few minutes and needs no internet. 4. If that does not fix it, repeat and choose **Online Repair**. This reinstalls Office and takes considerably longer, but does not remove your files or your licence. 5. Reboot afterwards. ## Step 7: Check for Updates and Roll Back a Bad One 1. If Outlook opens at all, use **File** → **Office Account** → **Update Options** → **Update Now**. 2. Install pending Windows updates: **Settings** → **Windows Update** → **Check for updates**. 3. If the failure started right after an Office update, roll back to the previous build using the Office Deployment Tool, following Microsoft's documented `/update` procedure for your channel. 4. If it started after a Windows update instead: [fix Windows 11 after a bad update](https://www.mytechnician.tech/tips/fix-windows-11-after-bad-update-rollback/). ## Step 8: Reset the Navigation Pane and Try a Clean Start 1. Close Outlook, then press **Windows + R** and run: ``` outlook.exe /resetnavpane ``` This fixes "The set of folders cannot be opened" caused by a corrupted pane configuration. 2. If Outlook is stuck trying to open a specific window, run: ``` outlook.exe /cleanviews ``` 3. Test in a new Windows user account — **Settings** → **Accounts** → **Other users** → **Add account**. If Outlook opens there, your user profile is damaged rather than Office. ## Step 9: Repair Windows Itself 1. In **Terminal (Admin)**: ``` sfc /scannow ``` ``` DISM /Online /Cleanup-Image /RestoreHealth ``` 2. Reboot and re-run `sfc /scannow`: [how to run SFC and DISM](https://www.mytechnician.tech/tips/how-to-run-sfc-dism-repair-windows-11/). 3. Check the Application log for the faulting module name: [how to use Event Viewer to find why your PC crashed](https://www.mytechnician.tech/tips/how-to-read-event-viewer-find-crash-cause/). ## What Not to Do * **Don't delete the `.ost` or `.pst` before checking which account type you have.** POP3 mail exists only in that file — deleting it deletes your mail permanently. * **Don't uninstall Office as a first move.** Online Repair achieves the same thing without risking your licence and settings. * **Don't install a third-party "PST repair" tool** before trying SCANPST, which is free and built in. ## Still Not Working? If a new profile, a repaired data file, and an Online Repair all fail, sign in to your mail through a browser to confirm the account itself is healthy. If webmail works, the problem is local — create a new Windows user account and set Outlook up there. Back up your mail and data files before any bigger step: [organise and back up important documents](https://www.mytechnician.tech/tips/organize-and-back-up-important-documents/). Related: [fix Chrome crashing or not responding](https://www.mytechnician.tech/tips/fix-chrome-crashing-not-responding-windows-11/) and [fix OneDrive sync issues](https://www.mytechnician.tech/tips/fix-onedrive-sync-issues-windows-11/). --- Source: https://www.mytechnician.tech/tips/fix-outlook-not-opening-windows-11/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: PC-Troubleshooter (PC-Troubleshooter is a system diagnostic and repair tool for Windows 10 and Windows 11—hardware, drivers, network, and common fixes in one app.) — https://www.mytechnician.tech/apps/windows-troubleshooter/ More guides: https://www.mytechnician.tech/llms.txt