ES EN

PasswordSecure.org

The most common passwords in the world

Why they keep repeating, what patterns they follow, and what to do instead.

Year after year, analyses of leaked passwords return almost exactly the same list. The order shifts, a new entry appears, but the top has barely moved in over a decade. These are the ones that always show up, why they keep repeating, and the patterns that make them predictable.

The ones that never miss

These appear consistently in counts of passwords exposed in breaches. Every one of them cracks instantly: they sit at the top of every attack dictionary.

#PasswordPattern
1123456Number sequence
2123456789Number sequence
312345678Number sequence
4passwordLiteral word
5qwertyKeyboard run
612345Number sequence
7123123Repetition
8111111Repeated character
91234567890Number sequence
10abc123Mixed sequence
111234567Number sequence
12password1Word + number
13qwerty123Keyboard + number
14000000Repeated character
15iloveyouCommon phrase
16adminDefault credential
17welcomeLiteral word
18monkeyDictionary word
19dragonDictionary word
20letmeinCommon phrase

Attack dictionaries have long included the local variants of every language, so the equivalents in your own language are just as exposed as the English ones.

The six patterns that explain everything

The interesting part is not the list but what it reveals. Almost every human-chosen password falls into one of these patterns, and cracking software tries them before resorting to brute force.

1. Keyboard runs

qwerty, asdfgh, 1qaz2wsx. They look random when typed, but they are straight lines or zigzags across the keys. Attack tools know the layout of every keyboard.

2. Word plus a number at the end

The most widespread pattern in the world. London2026, Laura1985, summer23. An attacker does not try millions of combinations: they cross a dictionary with years and finish in seconds.

3. Leet substitutions

Swapping a for @, e for 3, o for 0. P@ssw0rd feels clever and is one of the oldest transformation rules there is. It adds no security: cracking software applies it automatically.

4. Personal details

Birth dates, children's and pets' names, licence plates. All of it tends to be public or guessable, and targeted attacks build custom dictionaries from your social media.

5. Capital at the start, symbol at the end

When a form demands "one uppercase and one symbol", almost everyone does the same thing: capitalise the first letter and add ! at the end. Springtime2026! satisfies every requirement and is still predictable.

6. Reuse

The most serious of all, because it does not depend on the password but on where you use it. An excellent password reused across ten sites is worth exactly what the weakest of those ten is worth. When that site is breached, your password joins the lists and every other account is exposed.

Why "complexity" misleads

Compare these two:

  • K7#mQ — 5 characters, uppercase, lowercase, a number and a symbol. It satisfies any form requirement. Cracks instantly.
  • horse-battery-staple-correct-melon-cup — lowercase and hyphens only. Practically infeasible.

Complexity rules inherited from the 2000s push people towards passwords that are short, hard to remember and easy to crack. NIST has recommended the opposite since 2017: favour length, stop forcing periodic changes without cause, and check passwords against known breach lists.

What to do instead

  1. Check whether yours is on the lists. Our checker compares it against billions of leaked credentials, without the password ever leaving your browser.
  2. Generate, do not invent. Any password you come up with has structure. A random generator does not.
  3. Use a passphrase if you need to remember it. The passphrase generator builds combinations that are memorable and highly resistant.
  4. A different password per site, with a password manager to remember them for you.
  5. Turn on two-factor authentication wherever you can. Even if your password leaks, it is not enough to get in.

Want to know how long yours would hold out? We have the full cracking-time table.