Skip to Main Content
Password Security

How to create a strong password (2026 guidance)

Length beats complexity, uniqueness beats both, and the character-substitution tricks you were taught do essentially nothing. Here is what current NIST and NCSC guidance actually asks for.

Subash Poudel4 min read

The short answer

  1. NIST now requires a minimum of 15 characters for a password used as the only factor, and 8 only when combined with a second factor.
  2. Services are told not to impose composition rules - forced capitals, digits and symbols made passwords worse, not better.
  3. The NCSC's three random words method produces something long, memorable and free of predictable patterns.
  4. Character substitutions like swapping o for zero are known to attackers and add almost nothing.
  5. The best password for any account you do not need to type from memory is one a password manager generated and you have never seen.

The advice most people follow — eight characters, one capital, one number, one symbol, changed quarterly — is not merely outdated. It is explicitly contradicted by the current guidance from the organisations that originally issued it.

Here is what replaced it, and why.

The rules, current as of 2026

NIST's SP 800-63B is what most password policies eventually derive from. Its requirements are unusually direct:

RuleStatus
Minimum 15 characters as a single factorRequired
Minimum 8 characters when combined with a second factorPermitted
Forced capitals / digits / symbolsProhibited — "SHALL NOT impose other composition rules"
Periodic expiryProhibited — "SHALL NOT require subscribers to change passwords periodically"
Forced change on evidence of compromiseRequired
Blocklist check against breached passwordsRequired
Security questionsProhibited as an authentication method
Unicode and spaces acceptedShould be

Notice how much of that is a prohibition on things you were told to do. Twenty years of evidence showed those rules made passwords worse by making them predictable.

Why length is what matters

Each character added to a password multiplies the number of possibilities. Each type of character added multiplies the size of the alphabet — once.

That asymmetry is the whole argument. Going from eight characters to fourteen does far more work than adding a symbol to eight, and it is also easier to remember and type. Length is the rare security measure that is simultaneously stronger and more usable.

The three random words method

The NCSC's public recommendation, and the best available approach for a password you actually have to remember.

Combine three unrelated words. Their own example is applenemobiro. It is long, it has no dictionary pattern to exploit as a unit, and you can type it.

Two conditions matter:

The words must be genuinely unrelated. redwhiteblue and bacon-eggs-toast are phrases, and phrases are guessable. orbit-crayon-thistle is not.

They must not come from your life. The NCSC is specific: avoid significant dates, sports teams, family and pet names — "most of these details can be found within your social media profile". This is the direct link to privacy: a password drawn from published facts about you is a password someone else has the ingredients for.

The three tiers of password

In practice you need three different approaches, not one.

Tier 1 — passwords you must remember (3 or 4 of them)

Your device login, your password manager's master password, possibly your primary email. These have to live in your head.

Use four random words for these, not three. They protect everything else.

Tier 2 — everything else (the other 200)

Let the password manager generate them. Twenty-plus random characters, unique per site, never seen and never typed.

This is the tier where most people's security is actually decided, and it is also the tier where willpower is a hopeless strategy. You cannot invent and recall 200 unique strong passwords. A generator can.

Tier 3 — passwords that should not exist

Anywhere passkeys are offered, take them instead. A passkey cannot be guessed, reused, phished or read out over the phone, because there is no secret to reveal.

Check what you already have

NIST requires services to compare new passwords against a blocklist of "commonly used, expected, or compromised" values. You can run that check on yourself at Have I Been Pwned, which tells you whether a password already appears in a breach corpus.

If one does, its length is irrelevant. A twenty-character password that has leaked is already in the dictionary attackers try first — see credential stuffing.

Stop changing them on a schedule

If your workplace still forces a quarterly change, it is running a policy NIST now prohibits. The reason is behavioural: told to change regularly, people increment. Summer2026! becomes Autumn2026!, which is not a new password in any sense that matters to an attacker.

Change a password when there is evidence it needs changing — a breach notification, a suspicious sign-in, a shared device. Not on a calendar.

Test a password properly

Our walkthrough shows how quickly common patterns fall to a cracking dictionary — including the substitutions most people believe are helping.

Try it free

Frequently asked questions

How long should a password be in 2026?
At least 15 characters when the password is your only authentication factor — that is NIST's current minimum in SP 800-63B. Where the password is combined with a second factor, NIST permits a minimum of 8. Longer is genuinely better, because each additional character multiplies the guessing effort.
Are complex passwords with symbols better?
Not meaningfully, and NIST now states that verifiers "SHALL NOT impose other composition rules" such as requiring mixtures of character types. Complexity rules mostly relocate the predictable part of a password — Password1! satisfies almost every policy ever written and is still weak.
What is the three random words method?
The NCSC's recommendation — combine three unrelated words into one password, such as their own example applenemobiro. It produces something long enough to resist guessing while remaining possible to type and remember, and it avoids the single-word-with-substitutions pattern that attackers expect.
Does replacing letters with numbers help?
Barely. The NCSC states plainly that criminals know these tricks too, so swapping o for zero does not make a password significantly harder to crack. Cracking tools apply these substitutions automatically. Adding characters helps; disguising the ones you have does not.
What is the strongest possible password?
One you have never seen — a long random string generated by a password manager, unique to that account, that you never need to type. For the handful of passwords you must remember, such as your device login and the manager's own master password, use three or four random words.

Sources

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

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.