📏 How Long Should a Password Be in 2026? The Definitive Length Guide
On this page
It is the one password question almost everyone asks and almost nobody gets a straight answer to: how many characters is enough? Website rules still nag about capital letters and symbols, security advice contradicts itself, and the honest truth is simpler than any of it. In 2026 the length of a password matters far more than how clever it looks, because attackers do not sit and guess — they let machines try billions of combinations a second. This guide gives you a clear number to aim for, the reasoning behind it, and the easiest way to hit it without memorising anything.
How Long Should a Password Be? The Short Answer
For everyday accounts, aim for at least 12 characters. For anything that matters — your email, your bank, your password manager — use 16 or more. If a system lets you go longer, do. Length is the one dial where more is always better, and it costs you nothing extra once a tool is doing the remembering.
These numbers are not arbitrary. The US National Institute of Standards and Technology (NIST), whose digital identity guidelines set the standard most security teams follow, states in SP 800-63B that passwords should be a minimum of eight characters and that verifiers "SHOULD permit user-chosen passwords at least 64 characters in length." In other words, the official floor is 8, but the ceiling is deliberately high because long passwords are what actually keep attackers out.
Why Length Beats Complexity
For decades we were told a good password needed an uppercase letter, a number, and a symbol. That advice has quietly been retired. In its current guidance, NIST explicitly recommends against forcing composition rules like "must contain a symbol," because they push people toward predictable tricks — Password1!, Summer2026$ — that add almost no real strength while making passwords harder to remember.
The reason is mathematics. Every character you add multiplies the number of possible passwords, so length raises the difficulty exponentially, while swapping one lowercase letter for a symbol only nudges it. A random 16-character password made of only lowercase letters is dramatically harder to crack than an 8-character password stuffed with symbols. Attackers know the human patterns behind "complex" passwords and their software tries them first; they cannot shortcut sheer length.
This is why modern advice flips the old priority: make it long, make it random, and stop worrying about cramming in special characters. A longer password is stronger, more memorable when built as a phrase, and far less likely to end up as an obvious variation of the last one you used.
How Long Does It Take to Crack a Password by Length?
The clearest way to see why length wins is to look at how long a machine would need to brute-force a truly random password. Hive Systems publishes a widely cited annual password-cracking table estimating exactly this, using the kind of high-end consumer graphics hardware attackers actually rent. The pattern is stark: every few characters added does not add time — it multiplies it.
| Length (random, mixed characters) | Approximate time to brute-force | Verdict |
|---|---|---|
| 8 characters | Hours to a few days | Unsafe |
| 10 characters | Weeks to months | Weak |
| 12 characters | Decades | Reasonable |
| 16 characters | Millions of years | Strong |
| 20+ characters | Longer than the age of the universe | Effectively uncrackable |
Figures are directional estimates based on Hive Systems' 2025 analysis for randomly generated passwords; real-world times vary with the site's password hashing and the attacker's hardware. The lesson does not change: an 8-character password is a speed bump, and a 16-character one is a wall. The jump from unsafe to effectively uncrackable is only a handful of extra characters.
How Long Your Passwords Actually Need to Be
You do not need every password to be a 30-character monster. Match the length to what the account protects:
- Low-stakes logins (forums, newsletters, one-off shops): 12 characters is fine.
- Everyday accounts (streaming, social media, retail with saved cards): 14–16 characters.
- High-value accounts (email, banking, cloud storage, your password manager): 16–20 characters, always unique.
- The master password to your vault: a long passphrase of four or five random words — roughly 20 or more characters — that you can actually remember, because it is the one you must not store anywhere.
The one rule that overrides all of this: never reuse a password, no matter how long it is. A 20-character password used on five sites is only as safe as the least secure of those five, because a breach at any one of them exposes it everywhere.
Length the Easy Way: Passphrases and Generators
The obvious objection is that nobody can remember a 16-character random string, let alone a different one for every account. That is completely true — and it is why you should not try. There are two practical ways to get length without memory strain.
The first is a passphrase: four or five unrelated random words strung together, such as otter-canvas-thunder-maple-9. The Electronic Frontier Foundation (EFF), which publishes the well-known Diceware word lists, popularised this approach precisely because a handful of random words produces enormous length and strength while staying memorable. Use a passphrase for the one or two passwords you genuinely need to recall, such as your device login and your password manager's master password.
The second, and the one that scales, is to generate and store every other password with software. A strong password generator can produce a fresh 20-character random string in an instant, and a password manager saves it, fills it in, and means you never have to see or type it again. Length stops being a burden the moment a machine handles it.
If you want that handled end to end, NordPass is a strong choice: it generates long, random, unique passwords on demand, stores them under zero-knowledge XChaCha20 encryption that even NordPass cannot read, and scans your saved logins against known breach databases so you are warned the moment one is exposed. Set it up once and "how long should my password be?" answers itself — every new password is as long as it needs to be, and you never have to remember one again.
FAQs
Is a 12-character password still safe in 2026?
For most everyday accounts, yes — provided it is random and unique. A random 12-character password would take an attacker years to brute-force, which is plenty for a streaming or shopping login. For your email, bank, and password manager, step up to 16 or more characters, because those accounts unlock everything else and deserve the extra margin.
Does adding symbols matter if my password is already long?
A little, but far less than people assume. Length does the heavy lifting; a longer password from a bigger pool of possible combinations is harder to crack than a short one crammed with symbols. Current NIST guidance even advises against forcing symbols, because it leads to predictable substitutions. If your password is long and random, you do not need to obsess over special characters.
How long should my password manager's master password be?
Make it a passphrase of at least four or five random words, which lands around 20 characters or more. It is the single password you cannot store and must remember, so it needs to be both long and memorable — and random words achieve both far better than a short, complex string. Never reuse it anywhere else, and pair it with two-factor authentication.