Forum Discussion
dhendrix24
Aug 07, 2019Brass Contributor
Outlook Password prompt disappears quickly
Good morning everyone,
Over the past several months we've been experencing a very random issue where Outlook loses users credentials, and then when loading Outlook it prompts for the password, but goes away so quickly you don't have a chance to enter the password.
Steps we have taken to resolve the issues.
1. We've cleared credential manager on the system
2. Repaired office (both quick and online).
3. Created new Outlook profiles (including deleting the .ost file).
4. Uninstalled/reinstalled Office completely.
Most times it works itself out after a few days, but I don't get why this issue continues to happen.
Any helpful tips?
thanks in advance
Ash365 I was able to resolve this issue by adding the following registry keys
Credit to this article also
https://superuser.com/questions/1349327/outlook-needs-password-but-dialog-box-disappears
- HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity, create a DWORD value named EnableADAL and set it to zero.
- Under the same registry key, create a DWORD value named DisableADALatopWAMOverride and set it to 1
- JayJeongCopper Contributor
Please log out current Microsoft accounts, going to "File > Office Account".
And re-log in. This worked for me.
- veny83Copper Contributor
dhendrix24I had two email accounts on my outlook app, once I removed the one which I was not using, the frequently appearing dialog box did not reappear.
Go to File-> info -> account settings ->email(tab) -> select the extra email account and remove it.
For long I didnt know which program was causing this frequent dialog box which was very annoying. Once I found that it was OUTLOOK, I remembered that recently I added an additional account and then this problem started to come. Hopefully now it doesnt reappear. fingers crossed.
- Reachealfury245Copper Contributorencountered the same issue
- ksanch777Copper Contributor
Encountered the same issue today after resetting passwords of Office 365 users, 2 days ago.
Solved in 4 steps:
1. deletting all registered account under legacy control panel->credentials manager->Windows credentials
2. opening Word, disconnecting *all* account under File->Account
3. Disconnecting all account under modern control panel->accounts->Work and school account
4. Reboot
After that just reopen Word, simply reconnect your account, clic ok on onedrive prompt (if any), and open Outlook, enter credentials of any additional mailbox (if any) and that's it !
- Reachealfury245Copper ContributorThank you for this suggestion. I was looking for answer from log time.
- Colin2000Copper ContributorI am using my laptop as both my iphone and ipad are suffering from being unable to respond to the "Enter the password for Outlook account" prompt. what action can i take to get out of this please?
- ServerStudCopper Contributor
Colin2000 If you're having an issue on your iphone and ipad, it's not related to the issue discussed in this thread. As long as you're running on iOS 11 or later/iPadOS 13.1 or later modern authentication should work with the apple mail app. You could also try downloading the Microsoft Outlook app in case there's some conditional access setting not allowing the apple mail app to work. If none of that helps, I recommend reaching out to your IT staff or opening a case with Microsoft.
- Rogier DuurkoopCopper ContributorWhen you cannot login on Office/Outlook connection problems in Windows 10 try:
Add-AppxPackage -Register "C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode - cambunchCopper ContributorWe recently switched from GoDaddy to Microsoft for our Office 365 subscriptions and had this issue trying to get all our users logged back in. Despite trying multiple registry changes, including those listed here, it was an easy fix that ahuli12 and jsyrovat pointed out:
Windows 10 Settings > Accounts > Access work or school > Disconnect - ahuli12Copper Contributor
What worked for me is to go to Windows 10 Settings > Accounts > Access work or school > Disconnect the account there, then log in with Outlook and it then it worked for me. The registry settings didn't fix it for me. dhendrix24
- Deleted
You should ask about the full environment in which Outlook works!
The error you describe is not due to a problem with Outlook, in my opinion, but to additional factors related to security or not properly configuring the device.
Or unfinished update !
The ability to synchronize can also be disturbed by a virus ! then the reaction of Outlook is like this because the disruption is unconfirmed and this is the correct reaction of Outlook !
I suggest Synchronize your Outlook account with Mail for Windows 10
This solution works fantastic because the authorization and confirmation of the account provides Mail for Windows 10 and believe me there are no problems !- ahuli12Copper Contributor
Deleted Saying to use Mail instead of Outlook is a terrible solution. Outlook has way more features than the Windows 10 Mail app. What are you saying about a virus?
- neeharCopper Contributor
prelek1984 This issue happened to me when i upgraded to Windows 11, and thanks for the thread. The solution worked for me for Windows 11 and outlook hybrid mode.
- hugosobCopper Contributor
This post gave me some hints into solving my issue, thanks all.
I'm using Windows Virtual Desktop (WVD) with Windows 10 20H2 Multi-Session with FSLogix, and users are MFA enabled. Only after a few days of using the desktop, they have the issue where Outlook or Teams cannot open anymore and when we try to reconfigure outlook it doesn't find the account at all.
Simply disabling MFA solves the issue, but that's not an option. On Multi-Session, it's not possible to Hybrid Join so it might be another factor affecting the SSO mechanism of WAM...Here is how I solved the issue, keeping MFA:Add the following Registry keys to disable WAM (Web Account Manager) and revert Outlook back to ADAL (Active Directory Authentication Library):- [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity "DisableADALatopWAMOverride"=dword:00000001
- [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity "DisableAADWAM"=dword:00000001
Hope it'll help others as I spent 2 weeks on this.
Hugo
- MSDifCopper ContributorTHANK YOU hugosob, i had followed similar (but different) registry edit instructions from other site that didnt work. I noticed multiple comments here about yours working.
If you're here looking for the correct fix (Outlook not displaying the password dialog after updating your online account with MFA [multi-factor authentication]), go back a page in these comments to hugosob's from Nov 16, 2020 to find the proper registry keys to add. - doumisCopper ContributorThanks the other fixes in this thread did not work as they relied on MFA being disabled, this worked for us while keeping MFA active.