Strong vs Weak Password Examples — Real Scores, Real Reasons
- Weak passwords are short, use common words or patterns, and are cracked in seconds.
- Strong passwords are long (12+ characters), use mixed character types, and avoid dictionary words.
- "Pa$$word1" scores Weak because leet substitutions appear in every attack dictionary.
- A 16-character random string scores Very Strong even without special characters.
Table of Contents
Knowing a password should be "strong" is not the same as knowing what strong looks like in practice. Here are real examples scored against an actual strength checker — with the specific reasons each one passes or fails. The results reveal some counterintuitive patterns that most people get wrong.
Weak Password Examples — and Why They Score So Low
These are common real-world passwords and the reason each one scores poorly:
| Password | Score | Why It Fails |
|---|---|---|
| 123456 | Very Weak | Sequential pattern, 6 characters, instantly cracked |
| password | Very Weak | One of the top 10 most common passwords in every breach list |
| P@ssword1 | Weak | Leet substitutions (@ for a, 0 for o) appear in every attack dictionary |
| Summer2024! | Weak | Dictionary word + year + punctuation is a known pattern; cracked in hours |
| qwerty123 | Very Weak | Keyboard walk + sequential digits, found in every wordlist |
The "P@ssword1" example surprises people. It has uppercase, lowercase, a symbol, and a number — seemingly checking every box. But attackers know about leet substitutions and include "p@ssword," "p4ssword," and every variation in their dictionaries. The substitution adds almost no entropy in practice.
Strong Password Examples — and What Makes Them Work
Strong passwords share a few consistent traits regardless of how they look:
| Password | Score | Why It Works |
|---|---|---|
| K7#mxL2!Pq9n | Very Strong | 12 chars, fully random, all character types, no patterns |
| correct-horse-battery-staple | Strong | Four random words, 28 characters total, very high entropy |
| Xk8R4wL9mN2vZ5qT | Very Strong | 16 chars, mixed case + digits, no symbols needed at this length |
| flamingo-toast-77-desk | Strong | Three random words + numbers + separator, memorable and long |
Notice that the 16-character alphanumeric password (no symbols) scores Very Strong. Length adds entropy faster than character variety does. At 16 characters of mixed case and digits, the math is so far in your favor that special characters are not required.
Sell Custom Apparel — We Handle Printing & Free ShippingThe Counterintuitive Truth About Password "Complexity"
For decades, password policies told users to add symbols and numbers to short passwords. This gave us "Summer2024!" — technically complex but genuinely weak.
The math shows a different approach works better:
- "Summer2024!" — 11 characters, mixed types, dictionary-pattern base: cracked in hours against a fast GPU
- "cloud-river-mountain-8492" — 25 characters, lowercase + digits, random words: takes millions of years at the same cracking speed
The longer password has lower "complexity" by traditional standards (no uppercase, no symbols) but is orders of magnitude harder to crack. NIST's current guidelines (SP 800-63B) reflect this: they recommend focusing on length and blocking common passwords rather than mandating symbol requirements.
Three Approaches That Actually Produce Strong Passwords
1. Random generator: The most reliable approach. Use a password generator to create a fully random string of 16+ characters. Copy it into a password manager. You never need to remember it.
2. Random passphrase: Four or more unrelated random words separated by spaces or hyphens — "flamingo toast desk river" — is easy to type and remember while providing high entropy. Works well for master passwords you cannot store in a manager.
3. Modified passphrase: Take a phrase meaningful to you, but use unrelated words rather than a sentence from a song or movie ("garage-umbrella-fork-92" rather than "iloveyou2024"). The personal meaning helps memorization; the randomness of word selection provides the entropy.
All three approaches produce passwords that score Strong or Very Strong. The key variable is always length — longer wins over complex-but-short every time.
Check Your Current Password — See the Exact Score and Reasons
Enter any password and see whether it scores Very Weak, Weak, Fair, Strong, or Very Strong — with a detailed breakdown of exactly why. Nothing leaves your browser.
Open Password Strength CheckerFrequently Asked Questions
Why does "Pa$$word1" score weak when it has uppercase, lowercase, numbers, and symbols?
Password crackers include leet substitution dictionaries that map common letters to their symbol equivalents. "p@ssword" and every variation appears in these lists. The symbols do not add significant entropy because attackers already account for them.
Is a long lowercase password better than a short complex one?
In most cases, yes. A 20-character lowercase-only random string (like "flamingodesk mountain") has more entropy than an 8-character string with all character types. Length multiplies entropy faster than character variety at short lengths.
What makes "correct-horse-battery-staple" strong?
Length. The four random words total 28 characters plus separators. Even using only 26 lowercase letters, that length produces enormous entropy. The XKCD comic that introduced this concept illustrates why: bits of entropy per character count, and length adds them faster than complexity.
Should I use special characters or not?
At shorter lengths (8-11 characters), special characters meaningfully increase entropy and are worth including. At 16+ characters of mixed case and digits, special characters are less necessary — the length already provides sufficient entropy. When site requirements allow it, longer is always better than more complex.

