
If you’ve recently made the switch to the new Outlook for Windows (the one with the “New Outlook” toggle), you might have been greeted by a frustrating error message: “Couldn’t Reach the Email Server.”
This usually happens when there’s an issue with the local data or configuration that the new Outlook is storing on your PC, essentially getting it stuck in a bad state. It might be impossible to add an account or even get past the initial setup screen.
Luckily, the fix is straightforward and doesn’t require administrator privileges or complex reinstallation!
🛠️ The Quick Fix: Clear Your Local State
The simplest solution is to use a specific command-line argument that tells Outlook to wipe its temporary, locally stored data, allowing it to start fresh without losing the core application.
Step 1: Open the Command Prompt
- Press the Windows Key on your keyboard.
- Type
cmdorCommand Prompt. - Click on the “Command Prompt” app to open it. (Important: You do NOT need to run this as an administrator!)
Step 2: Run the Clear Local State Command
In the Command Prompt window, type the following command exactly as shown, and then press Enter:
Bash
olk.exe --clearLocalState
What does this command do? The olk.exe is the executable file for the new Outlook. The argument --clearLocalState forces the app to delete its local configuration, cache, and state files.
Step 3: Relaunch and Log In
- After running the command, you can close the Command Prompt.
- Relaunch the new Outlook app.
Outlook will now open as if it were the very first time you launched it. You’ll be prompted to add your email account (or accounts) again. This fresh start bypasses the corrupted data that was causing the server connection error.
That’s it! Your new Outlook should be up and running perfectly now. If you have multiple accounts, you’ll need to re-add them, but all your server-side data (emails, calendar, contacts) remains safe and sound!
Did this fix work for you? Let me know in the comments below!




