When clicking on the Outlook App (2019) to get it set up with our Office365 account we hit this:
Outlook: Something went wrong and Outlook couldn’t set up your account. Please try again.
Well, nothing worked. With Office365 we can’t set up our Outlook client manually either.
Logging in to the O365 admin portal and checking on the user’s properties does not show any blocks to getting an Outlook client set up.
Mailbox Settings: Check
Okay, so let’s check on Service Health:
Exchange Online: EX183291 – Can’t access published calendars
That’s not relevant to our problem here.
When we check Product licenses assigned:
Product licenses: Azure Active Directory Basic OFF
Let’s try the manual method:
Endless Loop: Setup Fail
We checked to make sure the correct Autodiscover settings were in place for the domain and they are.
The next step was to clear any saved credentials on the Windows 10 machine:
Windows Credentials: Remove, remove, remove β¦ ETC.
As a precaution we rebooted the machine once all of the credentials were cleared out.
Two credential prompts later and still no joy. π
Well, after all of that we went to the Support site and opened a ticket. It took about 5 minutes before the call-back happened and five minutes after that for the support technician to have the solution.
Outlook Error Fix
As it turns out, we have Microsoft Multi-Factor Authentication (MFA) enabled on all of our accounts and had made an assumption (we all know what that does right? π) about MFA being compatible with Microsoft’s O365 version of Outlook.
As it turns out, we needed to create an App Password for Outlook.
Click on the profile image near the top right of the Office portal then click on the My Account link.
Click Manage Security & Privacy then click Additional security verification.
Click Create and manage app passwords at the bottom of the list that comes up.
Generate and copy the code.
App Password: Generated for Outlook O365 Version
Once we copied and pasted the password into the credentials prompt and ticked the Save option we were greeted with a message of joy:
Outlook is now set up!
We now have a set up Outlook
Confused Conclusion
Colour us just a bit more than confused.
As we are digging in to O365 and its features, and especially enjoying the SharePoint back end customizations, this one is a bit of a show stopper.
How is it that we have had such a great MFA integration story until today?
Accessing our O365 resources up until now fired a prompt on the Microsoft Authenticator App and we were in to whatever it is we were accessing.
Microsoft O365 Apps for On-Premises Install (Click-2-Run)
Outlook and e-mail are critical to business today. Some would argue the importance of Outlook, however, from what we know no other mail client out there has the full Exchange integration feature set that Outlook does at this time.
For now, the lack of an integrated MFA setup in the O365 version of Outlook is a real shortcoming.
Oh, and a real bump in the road for those of us that make assumptions about O365 integration across the board. π
Philip Elder
Microsoft High Availability MVP
MPECS Inc.
www.s2d.rocks !
Our Web Site
Our Cloud Service
11 thoughts on “Office 365: Outlook App Error: Something went wrong and Outlook couldn’t set up your account.”
The most infuriating thing about this is that MFA works like a charm with Outlook for Mac. Why it doesn’t work for the Windows version of their own software is baffling!
It turns out that it may have to do with the authentication mode set for the tenant. Unfortunately, the support person we worked with should have looked to that before getting us to jump through a series of hoops to “make it work”.
Outlook 2016 should have no issues working with the MFA prompt.
Modern Authentication needs to be set with Legacy/Basic turned off. Then MFA in Outlook should work as expected.
I was going to comment that if a tenant was created prior to August 1, 2017, modern authentication was turned off by default for Exchange Online. Consequently the only way to make MFA work with Office 365 is to run this command.
Set-OrganizationConfig -OAuth2ClientProfileEnabled $true
You can verify how the tenant is set with the following command
Get-OrganizationConfig | Format-Table Name,OAuth* -Auto
Removing some MS Office creds immediately fixed this for me!!
Hi, I’ve set up the password but still when I try to add my account I get “something went wrong” it doesn’t get as far as asking for a password. Any ideas?
I have the same issue, have you found a fix?
Great post. Thank you for the trick
Thank you! I thought Office 365 was now MFA aware. This took me several hours to figure out. I should have known to skip microsoft’s guidance, which had me focused on registry changes and autodiscover settings.
This is almost exactly the comment I was going to leave! I added in the registry settings, poured over my Dreamhost DNS settings. I thought I was going crazy. Nope, my tenant was just created before August 1, 2017 so I had to enable modern authentication. Bam! It worked.
Thank you!!! Who could have thought Microsoft could be SO unhelpful in trying to get two of their products working easily together
Was able to fix this by signing out of all instances within the my account page of the user… app password worked in outlook immediately after doing that.