Skip to Main Content
Password SecurityComplete guide

Password security: what actually matters in 2026

Most password advice is a decade out of date. The current guidance from NIST and the NCSC is shorter, simpler, and contradicts almost everything you were taught about symbols, capitals and changing your password every ninety days.

Subash Poudel5 min read

The short answer

  1. Length beats complexity. NIST now requires a minimum of 15 characters for a password used on its own, and forbids forcing character-type rules.
  2. Never reuse a password. Reuse is what turns one company's breach into a break-in on your accounts.
  3. Forced ninety-day password changes are now explicitly discouraged - they push people toward predictable variations.
  4. Use a password manager to make uniqueness practical, and turn on two-factor authentication everywhere it is offered.
  5. Where passkeys are available, use them. They cannot be phished, reused, or read out over the phone.

Almost everything most people were taught about passwords is now formally discouraged by the organisations that taught it.

The eight-character minimum, the capital-number-symbol requirement, the ninety-day expiry, the security questions about your first pet — the current guidance from NIST in the United States and the NCSC in the UK either drops these or actively forbids them. Not because the threat got smaller, but because decades of evidence showed these rules made passwords worse by pushing people into predictable behaviour.

Here is what replaced them.

What the current guidance actually says

NIST's SP 800-63B is the document most other password policies eventually copy. Its requirements for anyone operating a login are unusually blunt:

RequirementWhat it means for you
Minimum 15 characters for a single-factor passwordLength is the primary defence, not character variety
"SHALL NOT impose other composition rules"No forced capitals, digits or symbols
"SHALL NOT require subscribers to change passwords periodically"Ninety-day expiry is over
Must force a change on evidence of compromiseRotation happens for a reason, not on a calendar
Must check new passwords against a blocklist of known-breached valuesA password already in a breach corpus is rejected
"SHALL NOT prompt subscribers to use knowledge-based authentication"Security questions are a liability, not a backup

That last one deserves a moment. "What was the name of your first pet?" is a password you cannot change, that you have probably told several hundred people, and that is frequently discoverable from a social media profile. It is now explicitly discouraged as an authentication method.

The three rules that matter

Everything useful about personal password security reduces to three things.

1. Long

The NCSC's recommendation is three random words — applenemobiro in their own example. It produces something long enough to resist guessing and human enough to type, and it sidesteps the trap where "complex" means "one word with substitutions".

Those substitutions, incidentally, do not help. As the NCSC puts it plainly: swapping o for zero is a trick criminals know as well as you do.

2. Unique

This is the one that actually matters, and the one most commonly broken.

A long, strong password used on twelve sites is a long, strong password with twelve chances to leak. When any one of those services is breached, attackers take the leaked email-and-password pairs and try them everywhere else — an attack called credential stuffing, and it is automated, cheap, and extremely effective precisely because reuse is so common.

You can check whether a password of yours already appears in a breach corpus at Have I Been Pwned — a service NIST's own guidance effectively describes when it requires blocklist checking against known compromised values.

3. Protected by a second factor

A password is a single point of failure. Two-factor authentication means that knowing it is not enough.

Not all second factors are equal — an app-generated code is meaningfully stronger than an SMS code, and a passkey or hardware key is stronger still. The comparison of second factors goes through the trade-offs, but the short version is that any second factor beats none by a wide margin.

How to make uniqueness practical

You cannot remember thirty unique fifteen-character passwords. Nobody can. That is not a personal failing, it is the reason reuse is near-universal.

A password manager resolves this by making the secure option the easy one: it generates the password, stores it, and fills it in. You remember one strong passphrase and the manager handles the rest.

It also does something less obvious and rather valuable — it will not autofill your bank credentials on a lookalike domain, because the domain does not match. A password manager is, incidentally, a phishing detector that never gets tired.

Where passkeys fit

Passkeys are the direction the whole field is moving, and they solve the problem at its root rather than managing it.

A password is a secret you know, which means you can be persuaded to reveal it. A passkey is a cryptographic key held by your device. Signing in proves you hold it without ever transmitting anything reusable, and — critically — your device will not offer the passkey to a site with the wrong domain. A perfect replica of your bank's login page gets nothing, because the impersonation that fools you does not fool the cryptography.

Where a service offers passkeys, take them. Where it does not, a long unique password in a manager plus a second factor is the practical equivalent.

What to stop doing

  • Stop changing passwords on a schedule. Change them when there is a reason.
  • Stop using character substitutions as a substitute for length.
  • Stop answering security questions honestly. If a service forces them, treat the answers as additional random passwords and store them in your manager.
  • Stop letting the browser's built-in autofill be your only system if it means you never see how many accounts share a password.

See how an account really gets taken over

Our walkthrough follows a single leaked password from a breach dump to a compromised inbox — the path most account takeovers actually take.

Try it free

Frequently asked questions

How long should a password be?
NIST's current guidance requires a minimum of 15 characters for a password used as the only authentication factor, and allows a minimum of 8 only when the password is combined with a second factor. Longer is genuinely better — length adds far more resistance to guessing than adding a symbol does.
Do I still need capitals, numbers and symbols?
No, and services are now told not to demand them. NIST's SP 800-63B states that verifiers "SHALL NOT impose other composition rules" for passwords. Complexity requirements push people toward predictable patterns like Password1! — the requirement is satisfied and the password is still weak.
Should I change my passwords regularly?
No. NIST explicitly says services shall not require periodic password changes, and shall force a change only when there is evidence the password has been compromised. Routine rotation makes passwords worse, because people respond by incrementing a number on the end.
Are password managers safe?
Yes, and the alternative is worse. The realistic choice is not between a password manager and perfect memory — it is between a password manager and reusing a handful of passwords everywhere. A manager makes a unique long password per site the path of least resistance, which is the single most valuable change most people can make.
What is the difference between a password and a passkey?
A password is a secret you know and can therefore be tricked into revealing. A passkey is a cryptographic key stored on your device that authenticates by proving possession without ever transmitting a secret, and that will not respond to a website with the wrong domain. That makes it resistant to phishing in a way no password can be.

Sources

  1. NIST SP 800-63B: Digital Identity Guidelines — Authentication and Authenticator Management National Institute of Standards and Technology, 2025
  2. Password policy: updating your approach UK National Cyber Security Centre, 2025
  3. Three random words UK National Cyber Security Centre, 2025
  4. Pwned Passwords Have I Been Pwned, 2026

About the author

Subash Poudel

Cybersecurity & Digital Literacy

Subash Poudel builds SafeSurf IQ, a digital literacy platform that teaches people to recognise scams by putting them in front of real ones. He writes the online-safety reference material here, working from primary reporting — FBI IC3, the FTC, Verizon's DBIR, NCSC and Ofcom — rather than secondhand summaries.

  • Founder and engineer, SafeSurf IQ
  • Writes and reviews the platform's phishing, scam and privacy curriculum
  • Works from primary incident and fraud reporting, cited on every article

Last reviewed . Figures are checked against the primary sources listed above at each review.