Close Menu
Altcoinvest
    What's Hot

    Crypto presale strength, market news, and the best crypto to invest in now 

    April 29, 2026

    Israeli Regulators Approve Shekel Stablecoin in Notable Regulatory Signal

    April 29, 2026

    The Uncomfortable Truth About Crypto No One Wants To Admit

    April 29, 2026
    Facebook X (Twitter) Instagram
    Altcoinvest
    • Bitcoin
    • Altcoins
    • Exchanges
    • Youtube
    • Crypto Wallets
    • Learn Crypto
    • bitcoinBitcoin(BTC)$77,723.001.54%
    • ethereumEthereum(ETH)$2,343.212.66%
    • tetherTether(USDT)$1.000.00%
    • rippleXRP(XRP)$1.401.19%
    • binancecoinBNB(BNB)$628.910.91%
    • usd-coinUSDC(USDC)$1.000.00%
    • solanaSolana(SOL)$85.412.05%
    • tronTRON(TRX)$0.323196-0.05%
    • Figure HelocFigure Heloc(FIGR_HELOC)$1.030.29%
    • dogecoinDogecoin(DOGE)$0.11036211.21%
    Altcoinvest
    Home»Exchange»Outlook Prompts for Password When Connecting to Exchange Server
    Outlook Prompts for Password When Connecting to Exchange Server
    Exchange

    Outlook Prompts for Password When Connecting to Exchange Server

    July 13, 2025
    Share
    Facebook Twitter LinkedIn Pinterest Email

    The Outlook clients start to prompt for a password when connecting to Exchange Server. Entering the password will cause the prompt to reappear, creating a loop. This issue began to occur after installing a newer version of Exchange Server in the organization or following a configuration change. In this article, you will learn how to fix Outlook prompts for password when connecting to Exchange Server.

    Before you start

    It’s essential that you set up all the Exchange Servers the same. Therefore, if you have only one Exchange Server, troubleshooting is always easier. If you have multiple Exchange Servers, always double-check that all settings are identical between the Exchange Servers.

    Step 1. Install third-party certificate

    Ensure that you have a third-party certificate installed. Read more in the articles:

    Step 2. Set up Autodiscover in Exchange Server

    Always ensure that autodiscover is set up correctly in Exchange Server. Read more in the article Configure autodiscover URL in Exchange with PowerShell.

    If you have multiple Exchange Servers and you don’t want Outlook to connect to that specific Exchange Server, ensure you null (clear) the autodiscover internal URL.

    For example, you have two Exchange Servers running. One is Exchange Server 2016, and the other is Exchange Server 2019. You want to let the Outlook clients only connect to the Exchange Server 2019, then clear the autodiscover internal URL for the Exchange Server 2016.

    Set-ClientAccessServer -Identity "EX01-2016" -AutoDiscoverServiceInternalUri $null

    Step 3. Set up Internal and External DNS

    Check that the internal and external DNS have the same URLs configured. This makes it easier when configuring the virtual directories and reduces certificate issues.

    If you have multiple Exchange Servers and don’t want Outlook to connect to that specific Exchange Server, ensure you remove the Exchange Server from the DNS.

    Step 4. Set up MAPI in Exchange Server

    Outlook clients connect using MAPI over HTTP. This is also the preferred and default protocol in Exchange Server 2013 SP1 and later. Check that the correct MAPI configuration is enabled on the Exchange Server.

    Sign in to Exchange admin center and navigate to servers > virtual directories > mapi (Default Web Site).

    Outlook Prompts for Password When Connecting to Exchange Server MAPI vdirOutlook Prompts for Password When Connecting to Exchange Server MAPI vdir

    Check both the internal URL and external URL and ensure they use the same URL (single namespace).

    Outlook Prompts for Password When Connecting to Exchange Server MAPI generalOutlook Prompts for Password When Connecting to Exchange Server MAPI general

    Check that the following three authentication methods are selected:

    • Windows authentication – Ntlm
    • Windows authentication – Negotiate
    • Server to server authentication (OAuth)
    Outlook Prompts for Password When Connecting to Exchange Server MAPI authenticationOutlook Prompts for Password When Connecting to Exchange Server MAPI authentication

    Suppose you want to check the MAPI virtual directory configuration using the Exchange Management Shell (PowerShell), then run the Get-MapiVirtualDirectory cmdlet.

    Get-MapiVirtualDirectory | Format-List Id, Server, IIS*, Internal*, External*

    The output appears.

    Id                            : EX01-2019\mapi (Default Web Site)
    Server                        : EX01-2019
    IISAuthenticationMethods      : {Ntlm, OAuth, Negotiate}
    InternalUrl                   : https://mail.exoip.com/mapi
    InternalAuthenticationMethods : {Ntlm, OAuth, Negotiate}
    ExternalUrl                   : https://mail.exoip.com/mapi
    ExternalAuthenticationMethods : {Ntlm, OAuth, Negotiate}

    To set the MAPI virtual directory.

    Set-MapiVirtualDirectory -Identity "EX01-2019\mapi (Default Web Site)" -InternalUrl "https://mail.exoip.com/mapi" -ExternalUrl "https://mail.exoip.com/mapi" -IISAuthenticationMethods Ntlm, OAuth, Negotiate

    Step 5. Add registry keys for Outlook

    When you start Outlook on the computer, it will connect to the Exchange Server and download all the emails. Now, there’s a big chance that it’s slow with connecting.

    We recommend enabling the following registry keys on the computer that has the Microsoft Outlook client installed.

    Note: Always test a registry key configuration on a single computer before you apply the registry key on all computers in the organization using a GPO.

    Skip Microsoft 365 endpoint

    Disable Outlook from connecting to Microsoft 365 to reduce AutoDiscover delays and prevent another password prompt.

    HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover

    Create a DWORD (32-bit) Value. Give it the name ExcludeExplicitO365EndPoint and the value 1.

    Read more in the article Prevent Outlook from connecting to Office 365.

    Skip HTTPS root domain

    Disable root domain HTTPS check to speed up connection by skipping the root domain lookup (exoip.com).

    HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover

    Create a DWORD (32-bit) Value. Give it the name ExcludeHttpsRootDomain and the value 1.

    ExcludeHttpsRootDomain

    That’s it!

    Read more: Outlook not connecting to Exchange after migration »

    Conclusion

    You learned how to fix Outlook prompts for password when connecting to Exchange Server. Ensure you walk through all the steps and adjust when a setting is not set up correctly. If you have multiple Exchange Servers, set everything up identically.

    Did you enjoy this article? You may also like Automate mailbox configuration in Outlook. Don’ forget to follow us and share this article.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    Exchange Deployment & Compliance Assessment

    April 23, 2026

    How to Enable Tenant Isolation in Power Platform

    April 21, 2026

    How to Block Soft and Hard Match in Microsoft Entra ID

    April 7, 2026

    How to connect to Microsoft 365 with Microsoft Graph PowerShell

    March 27, 2026
    Add A Comment

    Comments are closed.

    Tweets by InfoAltcoinvest

    Top Posts

    Exchange Deployment & Compliance Assessment

    April 23, 2026

    How to Enable Tenant Isolation in Power Platform

    April 21, 2026

    How to Block Soft and Hard Match in Microsoft Entra ID

    April 7, 2026

    Best Fashion Gift Cards to Buy With Crypto

    March 3, 2026

    What is DGNAPP.AI (DEGAI) Crypto

    February 21, 2026

    How to Make Money in the Rigged Crypto Casino — Wall Street’s Strategy Exposed (Auto-Trading & DCA)

    April 26, 2026

    Bitcoin whale posts $50 million gain on BTC, ETH and SOL longs

    January 14, 2026

    Altcoinvest is a leading platform dedicated to providing the latest news and insights on the dynamic world of cryptocurrencies.

    We're social. Connect with us:

    Facebook X (Twitter)
    Top Insights

    Crypto presale strength, market news, and the best crypto to invest in now 

    April 29, 2026

    Israeli Regulators Approve Shekel Stablecoin in Notable Regulatory Signal

    April 29, 2026

    The Uncomfortable Truth About Crypto No One Wants To Admit

    April 29, 2026
    Get Informed

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.


    Facebook X (Twitter)
    • Home
    • About us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions
    © 2026 altcoinvest.com

    Type above and press Enter to search. Press Esc to cancel.