Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 798

Password Policy

What is Password Policy?

Password PolicyA documented set of rules governing how user passwords are created, stored, rotated, and validated to balance security against usability for the workforce.


A password policy defines the requirements an organization places on user-chosen secrets: minimum length, allowed character sets, screening against breached corpora, expiration rules, and lockout thresholds. Modern guidance in NIST SP 800-63B (Digital Identity Guidelines, Revision 3 and the draft Revision 4) has shifted away from forced periodic resets and complex composition rules, which empirical research showed pushed users toward predictable patterns. Today's recommended baseline is a minimum of 8 characters (15+ for privileged accounts), comparison against known-breached password lists such as Have I Been Pwned, and no mandatory rotation absent evidence of compromise. Effective policies also pair length with MFA, password managers, and rate limiting.

Examples

  1. 01

    An Active Directory fine-grained password policy requiring 14 characters and HIBP screening for Domain Admins.

  2. 02

    A SaaS sign-up flow that rejects any password appearing in the Pwned Passwords API.

Frequently asked questions

What is Password Policy?

A documented set of rules governing how user passwords are created, stored, rotated, and validated to balance security against usability for the workforce. It belongs to the Identity & Access category of cybersecurity.

What does Password Policy mean?

A documented set of rules governing how user passwords are created, stored, rotated, and validated to balance security against usability for the workforce.

How does Password Policy work?

A password policy defines the requirements an organization places on user-chosen secrets: minimum length, allowed character sets, screening against breached corpora, expiration rules, and lockout thresholds. Modern guidance in NIST SP 800-63B (Digital Identity Guidelines, Revision 3 and the draft Revision 4) has shifted away from forced periodic resets and complex composition rules, which empirical research showed pushed users toward predictable patterns. Today's recommended baseline is a minimum of 8 characters (15+ for privileged accounts), comparison against known-breached password lists such as Have I Been Pwned, and no mandatory rotation absent evidence of compromise. Effective policies also pair length with MFA, password managers, and rate limiting.

How do you defend against Password Policy?

Defences for Password Policy typically combine technical controls and operational practices, as detailed in the full definition above.

What are other names for Password Policy?

Common alternative names include: Password rules, Credential policy.

Related terms

See also