A cloud-based identity and access management service for securing user authentication and resource access
Same problem. NEED TO RESET MFA for Azure login. I tried all above methods and its variants proposed by Copilot. Need Microsoft team support.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am unable to log in to my Azure account due to MFA verification issues. When entering the code from the Microsoft Authenticator app, I receive an error stating:
"You didn't enter the expected verification code. Please try again."
I tried signing in using the "Sign in another way" option and entering a verification code, but it also failed with the same error.
Since I am unable to access the Azure Portal, how can I remove or reset my MFA settings using the Azure Mobile App or Azure CLI, which are still working?
A cloud-based identity and access management service for securing user authentication and resource access
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Same problem. NEED TO RESET MFA for Azure login. I tried all above methods and its variants proposed by Copilot. Need Microsoft team support.
Hello @Atul Kamble,
Based on your description, I see you are unable to login into Azure Portal due to an incomplete MFA process and looking to reset your MFA for your user.
You can try resetting the MFA via PowerShell commands which shared by Marcin Policht. If that didn't work, please try below commands.
Import-Module Microsoft.Graph.Identity.SignIns
Connect-MgGraph
Remove-MgUserAuthenticationPhoneMethod -UserId $userID
Seems like we can't reset MFA from Azure Mobile app.
In this situation, you need to contact your other Global administrator to reset your MFA registration.
Please share these steps with another global administrator in the tenant to reset your MFA.
To manage user settings, complete the following steps:
1.Sign in to the Microsoft Entra admin center as at least an Authentication Administrator.
2.Browse to Identity > Users > All users.
3.Choose the user you wish to perform an action on and select Authentication methods. At the top of the window, then choose “Require re-register MFA” options for the user.
Then you can login back to any office application and register with new MFA auth method.
If you are the only Global Admin in the tenant, this qualifies as a tenant lockout scenario. To resolve this, we need to engage the Data Protection team via a support ticket to unblock your access.
To proceed, I will need a few details from you. As this information contains Personally Identifiable Information (PII), please share the following details via private message:
We can then connect offline to discuss further and assist you in resolving this issue.
Try PowerShell
https://learn.microsoft.com/en-us/answers/questions/827895/please-suggest-a-command-to-reset-mfa
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin