Unable to disable MFA for Office 365 account

日立 太郎 0 Reputation points
2025-04-04T08:48:32.5733333+00:00

Hello,

I am trying to disable Multi-Factor Authentication (MFA) for my Office 365 account, but I am unable to do so. Here are the details:

I checked in the Microsoft Entra (Azure AD) portal under Per-user MFA, but the option to disable MFA is not available.

I also verified Conditional Access Policies, but I am unsure if any policy is enforcing MFA.

When I try to disable MFA via PowerShell using Set-MsolUser -UserPrincipalName user@example.com -StrongAuthenticationRequirements @(), I receive [].

Could someone guide me on how to properly disable MFA or identify what is enforcing it?

Thank you!

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
8,665 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Obinna Ejidike 740 Reputation points
    2025-04-04T09:08:13.9633333+00:00

    Thanks for using QandA platform.

    MFA in Microsoft 365 can be enabled through several different mechanisms, not just one. Before attempting to disable it, it's essential to understand where it might be enforced. This includes Per-user MFA, Conditional Access Policies, Security Defaults, and Authentication Methods Policies. I recommend reviewing each of these areas as outlined below to identify the enforcement source before applying changes.

    When you run:

    Set-MsolUser -UserPrincipalName user@example.com -StrongAuthenticationRequirements @()
    
    

    And receive [] as output, that means no per-user MFA requirement is set. So the MFA is likely enforced by either Conditional Access or Security Defaults.

    Check Conditional Access Policies: https://learn.microsoft.com/en-us/entra/identity/conditional-access/overview

    Check Security Defaults: https://learn.microsoft.com/en-us/entra/fundamentals/security-defaults

    Additionally, you can check the Authentication Methods Policy:https://learn.microsoft.com/en-us/entra/identity/authentication/concept-authentication-methods

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Obinna


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.