Multi-Factor Authentication
Multi-factor authentication (MFA) is a security method that asks a user to prove their identity in more than one way before granting access to an account, application, or system. Instead of relying on a password alone, it combines multiple distinct proofs, such as something you know plus something you have, so that a stolen password by itself is not enough to get in. This layered approach makes it harder for an unauthorized person to access protected data and applications.
MFA is an authentication system that requires the successful presentation of two or more distinct authentication factors to verify a user's identity, per NIST's definition. Factors are typically drawn from separate categories, such as knowledge (e.g., a password), possession (e.g., a token or device), and inherence (e.g., a biometric), so that compromise of a single factor does not by itself permit authentication. Note that Two-Factor Authentication (2FA) is a specific case of MFA using exactly two factors; MFA is the broader term covering two or more factors, and the two should not be treated as strictly interchangeable. MFA controls the strength of the authentication step but does not by itself address authorization, session management, or downstream access governance.
Why it matters
Passwords alone remain a persistent weak point because they can be phished, guessed, reused across services, or exposed in credential leaks. MFA matters because it requires more than one distinct proof of identity, so that a stolen or compromised password by itself is generally not sufficient to gain access. As CISA describes it, MFA is a layered approach to securing data and applications, and that layering is precisely what raises the effort required of an attacker who has obtained a single credential.
For security leaders, MFA is one of the most widely recommended baseline controls precisely because it addresses a very common attack path: the reuse or theft of passwords. It is often among the first controls a virtual or fractional CISO will assess when reviewing an organization's identity and access posture, since its absence typically represents a high-impact, relatively addressable gap.
That said, MFA is not a guarantee against compromise, and it should not be presented as one. It strengthens the authentication step, but it does not by itself address authorization, session management, or downstream access governance. Its real-world value depends on how it is deployed, which factors are used, and whether it is applied consistently across the systems that matter most. Framing MFA as a complete answer to account security, rather than as one important layer, is a mistake an experienced practitioner would correct.
Who it's relevant to
Inside MFA
Common questions
Answers to the questions practitioners most commonly ask about MFA.