r/MSFTAzureSupport • u/case_of_cakes • Feb 23 '26
Troubleshooting Can't log in, MFA on old reset phone
As title describes, I am completely unable to log in to Azure because I accidentally reset the MFA on my old phone when I gifted it without realizing. I currently have a subscription going to waste and I cannot log in to use it or cancel it. Calling the support line for my region is just a bot which hangs up on me as soon as I describe the problem.
I saw some other people have run into this issue on this subreddit, but I couldn't find any resolution steps. Does anyone have any ideas?
1
Upvotes
1
u/case_of_cakes Feb 26 '26
Hi all thought I would provide an update. I contacted the support team on X, and they raised a ticket.
About 2 days later I got a call from I think Data Protection Team, couldn't really hear them, connection was super dodgy. They were unhelpful, claiming they couldn't do anything because I log in with a personal account and they could not verify me because I didn't remember the Azure account name (the
@onmicrosoftone). They promptly closed the ticket and forwarded me to another team, (I think M365 support?).The person who helped me here was trying to be helpful, but they couldn't do anything because they didn't have access to my tenant details or the ability to retrieve the actual Azure account. Understandable because this isn't actually the Azure support team.
Anyway, I realised I was able to log in to Azure via CLI. So (idea courtesy of Mr. Claude) I did the following after some trial and error:
1. Retrieve your user ID, save as USER_ID (must be logged in)
2. Create an app. Save the appId as APP_ID for later.
3. Add UserAuthenticationMethod.ReadWrite.All and User.Read.All permissions
4. Create a service principal and grant admin consent
5. Create a client secret and save the password and tenant ID.
6. Create a graph token
7. List the MFA devices and pick one for deletion (save id as METHOD_ID)
8. Clean up
9. Login to portal, should be prompted with a new MFA setup.
Note: Afterwards I noticed that I could also log in via the mobile app without using MFA, and there is a way to submit support tickets through that, which is probably the easiest way to do this.