Fix: Outlook cannot log on. Verify you are connected to the network and are using the proper server and mailbox name

Outlook cannot log on.  Verify you are connected to the network and are using the proper server and mailbox name.  The Mailbox Exchange information server in your profile is missing required information. Modify your profile to ensure that you are using the correct Microsoft Exchange information service. Happens because the root domain server is responding to the autodiscover request, and you will not be able to open Outlook, or use your account with it, for that matter. This happens due to the fact that Microsoft is constantly updating and upgrading its services, and oftentimes, in an attempt to make its users adhere to their new services, doesn’t update the configurations for its users.

A lot of users are getting this error, for both Outlook and Exchange, and the general conclusion is that Microsoft is to blame. This issue usually happens with Outlook 2016 but can happen with other versions as well. The message will lead you to believe that you need to update information in your profile, which is impossible to do since Outlook refuses to open and you can’t do anything with it.

However, there are a few things that you can do, such as modifying the registry or creating an .xml file that takes care of the issues with autodiscover. Read on to see what you can do about this issue.

outlook-cannot-log-on-verify-you-are-connected-to-the-network-and-are-using-the-proper-server-and-mailbox-name

Method 1: Use the /resetnavpane command

The resetnavpane switch clears and regenerates the Navigation Pane for the current user profile. It also removes all favorite folders and shortcuts, and does the same thing that deleting profilename.xml would do.

  1. Press the Windows key and R simultaneously on your keyboard, to open the Run dialog.
  2. In the dialog box, type the following command, and press Enter on your keyboard, or click
Outlook.exe /resetnavpane

Note that there is a space between “Outlook.exe” and “/resetnavpane”. This should help you fix the issue with Outlook and you can continue using it again.

2016-11-01_202105

Method 2: Delete the keys within the Profiles of Outlook, via the Registry Editor

Deleting a certain folder from the Registry Editor will cause Outlook to start repopulating the OST data. The OST data is used when you have an exchange account, and you want to use the Cached Exchange Mode or you simply want to work offline. Afterwards, you can continue using Outlook as usual. You can even attach a PST as well, which is used for IMAP, POP3 and web-based mail accounts, if you want or need.

  1. Press and hold the Windows and R keys on your keyboard.
  2. In the Run dialog, type regedit and press Enter, and click ok
  3. Now that you’re in the registry editor, use the left side navigation pane to go to the following folder:Note that 16.0 is for Office 2016 (Outlook 2016). If you’re using an older or newer version, the number will be a different number, as follows:
Outlook 2007 = \12\
Outlook 2010 = \14\
Outlook 2013 = \15\
Outlook 2016 = \16\

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Profiles\Outlook

  1. Delete the keys in the folder.

Method 3: Tell Outlook not to respond to AutoDiscover, but your domain instead

The issue in question happens because the root domain server responds to the autodiscover request, and Outlook doesn’t even make it to AutoDiscover.[domain.com]. If you add the registry entry below, you are telling Outlook to ignore the root domain, and go to the next option on the list.

Option 1: Via Registry Editor

  1. Use steps 1 through 3 of the previous method, but stop after \16.0\Outlook, and don’t open the Profiles folder, but click the AutoDiscover one instead.
  2. Right-click on the right side, select New, and choose DWORD (32-bit) Value.
  3. Name the value ExcludeHttpsRootDomain
  4. After adding, double-click the value, and set the Value data to 1, leaving the Base as Hexadecimal
  5. Close the Registry Editor window, and Outlook should work as it’s supposed to again.

Option 2: Via an .xml file

  1. Create a text file which contains the text below, and save it as test.xml.  You can create a text file by right-clicking anywhere on your desktop, going to New, and selecting Text Document.
<?xml version="1.0" encoding="utf-8"?> 

<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006"> 

  <Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a"> 

    <Account> 

      <AccountType>email</AccountType> 

      <Action>redirectUrl</Action>
      <RedirectUrl>https://YOUR_CAS_SERVER_NAME_HERE/autodiscover/autodiscover.xml</RedirectUrl>

    </Account> 

  </Response> 

</Autodiscover>
  1. Save this file with a name and a location you know, and you know you won’t later on delete it by accident.
  2. Follow the first step of Option 1, to get to the AutoDiscover
  3. Create a new String value, and name it whatever your e-mail domain name is, for example com.
  4. Double-click the new value, and enter the path to the .xml file you just created.
  5. Create a DWORD value, name it PreferLocalXML
  6. Double-click it, and give it a value of 1.
  7. Close the Registry Editor, and try Outlook again.

Method 4: Delete your profile and create a new one

This is the last resort, as it completely deletes your Outlook profile, and you have to create a new one, and reconfigure your connection. Even though, the steps are listed below but if you would like a picture guide, then view

  1. Press the Windows button, and type Control Panel, then open the result, if using Windows 8 or newer. Older editions will have the Control Panel in the Start menu – open it directly from there.
  2. Switch to Icons view, large or small, and open
  3. Click Mail -> Profiles, and select the Outlook
  4. Click Remove to delete it.
  5. Click to add a new profile, name it Outlook1.
  6. Follow the instructions to configure your account again.

When you’re done, you will have created the account/profile again, only this time configured the way Windows likes it, and you won’t have any issues with it.

At the end of the day, this, along with a number of other issues, happens due to the fact that Microsoft constantly upgrades and evolves Windows, and not all new functionalities are compatible with their older counterparts. However, if you simply follow any of the methods above, you will have your Outlook account running again in no time.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.