NIST password guidelines: what the US government actually recommends for passwords
NIST's guidelines are the gold standard for password policy. Length over complexity. No forced rotation. Block known compromised passwords. Allow paste. These rules make passwords both more secure and less annoying for users.
NIST Special Publication 800-63B-4 is the US government's current guidance on digital identity, including password policy. It explicitly recommends against many of the rules you've been told your whole life: no mandatory character mixing (uppercase + lowercase + number + symbol), no periodic password changes, no password hints, and no knowledge-based authentication (mother's maiden name, first pet). The old rules made passwords weaker, not stronger.
By TechCompare · Updated
How this is calculated
NIST's current verifier requirements are at least 15 characters for a password used as a single authentication factor, or at least 8 when the password is only one factor in MFA. There are no composition rules (must include uppercase, number, etc.) because they lead to predictable patterns (Password1!). No periodic password changes are required unless there's evidence of compromise, because forced rotation leads to weaker passwords (Password1!, Password2!, Password3!). Screen new passwords against a list of commonly compromised passwords. Allow paste in password fields (disabling paste encourages shorter, weaker passwords). Support Unicode (emoji in passwords is valid). Allow a maximum input length of at least 64 characters. These requirements come from the 2025 revision, SP 800-63B-4.
Verdict
SP 800-63B-4 keeps the useful rejection of old password rules. Mandatory composition rules push users toward Password1!, and forced 90-day rotation produces Password1, Password2, Password3. The current verifier requirements are 15 characters minimum for single-factor passwords and 8 when the password is only one factor in MFA, plus screening against known compromised lists, paste support, a maximum input length of at least 64 characters, and Unicode support including emoji. Organizations still enforcing old rotation and composition rules are not following the current NIST guidance.
More Passwords scenarios
Related guides
Frequently asked questions
What does NIST actually recommend for passwords?
Why does NIST say not to force password changes every 90 days?
Are complexity rules (uppercase, number, symbol) still recommended?
Related tools
CHMOD Configurator
Calculate Linux file permissions using checkboxes or octal numbers, then view the matching symbolic notation.
Use tool ➜Text Encoding Converter
Convert between Text, Base64, Binary, Hexadecimal, and Decimal formats.
Use tool ➜Cron Generator
Visually build standard 5-part cron expressions or translate them into readable schedules.
Use tool ➜