Skip to content

One-Time Password

One-Time Password.

A short numeric or alphanumeric code valid for a single authentication event, delivered out-of-band (SMS, email, authenticator app) or computed from a shared secret.

OTP is not the same as MFA or 2FA. OTP is one factor (something you have — the device or account that received the code); MFA is two or more factors combined. "I sent you an OTP" describes a single factor; "I sent you an OTP after you typed your password" describes 2FA.

The recurring mistake is treating SMS OTP as a sufficient second factor in 2026. NIST SP 800-63B-4 (2024) and OCR enforcement guidance both signal that SMS is below the AAL2 bar. The migration path is TOTP via authenticator app, push notification with number matching, or passkeys (FIDO2). The "but our users only have a phone" objection is real but solvable — TOTP authenticator apps run on every smartphone.

Common questions

What is the difference between OTP and TOTP?

Is SMS OTP still considered secure in 2026?

Is OTP the same as 2FA?

Related terms

In the guides

Last updated 2026-05-15.