Outlook: Account Disconnected Or Keeps Asking For Password

1 minute read

Description:

Follow this post if you have Outlook constantly asking for a password, even if you enter it and hit save. Also, if you have an account that says “disconnected”.

To Resolve:

  1. This almost always has to do with the credential manager getting tripped up.

    • Close Outlook.
    • Open a Run command (keyboard shortcut Windows+R) and type: outlook /safe
  2. This brings Outlook up in safe mode, here it should ask for that account’s password. Enter it. If the windows never comes up, edit the following key and set value to 1 and try again: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity -Name "DisableADALatopWAMOverride" Value "1"

    • I’ve seen a lot of cases where Outlook will say “connecting to email1@domain.com” and will already pre-fill one of the choices as email2@domain.com. If it does this, choose “More Options” and manually type in “email1@domain.com” and its password.

    • The key is to match whatever account is at the top next to “connecting to” that you cannot edit. Make sure you entered them once, just press the “X” in the top right corner. It doesn’t matter if it acts like they are correct or not, the main thing is that we just enter them fresh and check the box to remember the passwords.

  3. Close Outlook and re-enter back in Outlook normal mode by just selecting the Outlook icon as usual. Verify the status bar now says “Connected To: Microsoft Exchange” in the bottom right corner.

  4. If it still doesn’t work, Open your Credential Manager search “cred” to find it, and delete all entries with email1@domain.com in them. For a quicker list, run:

    1
    
    rundll32.exe keymgr.dll, KRShowKeyMgr
    
  5. Repeat step 2. Now open Outlook. Select one folder for each of your email accounts and verify that in the bottom right it says “Connected To: Microsoft Exchange”.

Comments