The Most Common Passwords of 2025 (And Why They’re Dangerous)

Every year, security researchers analyze billions of leaked credentials and publish lists of the most common passwords. Every year, the same passwords dominate the lists. Understanding why these passwords are dangerous — and why people keep using them — is more useful than just memorizing what to avoid, because the underlying patterns keep resurfacing under new names long after “password123” stops making headlines.

The Perennial Top Offenders

Analysis of leaked credential databases consistently shows the same passwords at the top, year after year, breach after breach. Based on recent breach data, the most common passwords in active use are:

  1. 123456
  2. password
  3. 123456789
  4. 12345678
  5. 1234
  6. qwerty123
  7. 1q2w3e
  8. 111111
  9. abc123
  10. password1

These appear in hundreds of millions of credentials across breach databases going back over a decade. Any attacker running a credential-stuffing campaign tries these first — they’re in every password cracking wordlist ever assembled. An account protected by any of these passwords is, for practical purposes, already unlocked before the attacker has done any real work.

Why These Specific Passwords Never Go Away

You might expect these lists to change as awareness grows, but they’re remarkably stable. That’s because the passwords aren’t chosen through carelessness alone — they’re the fastest possible answer to a form field that demands “8 characters, one number.” Humans under time pressure gravitate toward the lowest-effort valid input, and sequential digits or the word “password” itself are almost always that input. Until sites stop accepting these patterns outright, they’ll keep topping the list.

Beyond the Obvious: Category Patterns That Are Nearly as Weak

The obvious passwords above are only the most visible problem. Equally dangerous are predictable patterns that don’t look obviously weak to the person typing them, but are trivial for automated tools:

  • First name + birth year: “michael1985”, “sarah1990” — trivially guessable with basic personal information, especially once combined with social media scraping
  • Pet names + numbers: “buddy123”, “fluffy2022” — common dictionary attack wordlist entries pulled directly from leaked password corpora
  • Keyboard patterns: “qwerty”, “asdfgh”, “1q2w3e4r” — automated tools specifically test these because they’re fast to type and endlessly reused
  • Dictionary words with simple substitutions: “p@ssword”, “s3curity”, “l0gin” — these mutations are baked into every cracking ruleset (Hashcat and John the Ripper ship with rule sets built exactly for this)
  • Current year appended to a word: “password2026”, “company2026” — an extremely common password-change pattern that attackers anticipate the moment a new year starts
  • Sports teams + numbers: “lakers23”, “yankees99” — regional variations of this pattern are extensively wordlisted by geography

The “Slightly Modified” Trap

A password like “Passw0rd!” feels much stronger than “password” to the person typing it. To a cracking tool, it isn’t. Rule-based attacks automatically try capitalizing the first letter, swapping common letters for numbers or symbols, and appending punctuation to every word in a dictionary. A single base word generates thousands of “modified” variants in under a second of compute time. The illusion of complexity is the most dangerous part of this pattern, because it gives people false confidence in a password that’s still crackable in seconds.

Why People Keep Using Weak Passwords

It’s not stupidity — it’s a rational response to an unreasonable burden. The average person manages 80–100 online accounts. Creating and remembering a unique, complex password for each is genuinely cognitively impossible without tooling. Common passwords persist because the cost of creating them is zero and the perceived risk of a breach on any individual account seems low, especially for accounts that feel unimportant (a forum login, a one-time shopping site).

The problem is that “unimportant” accounts are rarely isolated. Password reuse means a breach at a throwaway forum can hand an attacker the exact same password you use for email or banking. This is exactly why password managers exist: they transfer the cognitive burden to software that can manage hundreds of unique 20-character random passwords without any human memory required.

How Attackers Use Common Password Lists

Understanding the mechanics makes the risk concrete instead of abstract.

Credential Stuffing

Credential-stuffing attacks test known email/password pairs against target services — buying or stealing a breach database from one site and trying those exact credentials on banking, email, and e-commerce sites. This works because of password reuse, not because the new target was breached. Automated tools can test millions of credential pairs per hour against a login endpoint.

Dictionary Attacks

Dictionary attacks use wordlists containing common passwords, names, places, and predictable patterns — often compiled from previous breaches, so today’s dictionary is built from yesterday’s leaked passwords. The most popular wordlists (like RockYou) contain tens of millions of real passwords harvested from historical breaches.

Rule-Based and Hybrid Attacks

Rule-based attacks apply known transformation rules to wordlist entries: capitalize the first letter, append “123” or “!”, substitute “a” for “@”. Hybrid attacks combine dictionary words with brute-force digit ranges, covering the “word + year” and “name + number” patterns almost instantly.

The practical result: any common password, or any password following a predictable pattern, will be cracked in seconds to minutes in an offline attack. The first pass of any serious cracking operation against a breach database recovers 30–60% of passwords using just common wordlists and basic rules — before any real brute-force computation even starts.

The Real Cost When a Common Password Is Compromised

A cracked password rarely stays a single-account problem. Once an attacker has valid credentials, the typical progression looks like this:

  • Account takeover: immediate login to the breached service, often followed by changing the recovery email to lock the real owner out
  • Credential reuse testing: the same email/password pair gets tried against major email providers, banks, and social media within minutes, fully automated
  • Data harvesting: saved payment methods, personal messages, and contact lists get scraped for further attacks (including phishing your contacts using your own compromised account)
  • Resale: working credential pairs are bundled and sold on breach marketplaces, extending the exposure indefinitely

This is why a “who cares, it’s just my forum account” password can end up costing far more than the forum account itself.

Passphrases: A Practical Middle Ground

If memorizing one truly random password (for your password manager’s master password) still feels difficult, a long passphrase is a strong alternative to a short complex password. Four to six random, unrelated words — like “correct horse battery staple” — create a password that’s both longer (and therefore harder to brute-force) and easier for a human to actually remember than “Xk9#mQ2$vL”. The key is randomness: a phrase you’d naturally think of (“iloveyou2026”) is just as guessable as any other common pattern. Use a random word generator, not personal association, when building a passphrase this way.

Common Myths About Password Strength

Myth: A Longer Password Is Always Safer, Regardless of Content

Length helps, but only if the content isn’t predictable. “aaaaaaaaaaaaaaaa” is 16 characters long and cracks instantly because it’s a repeated pattern, not random data. Length matters most when combined with unpredictability — which is exactly what a password manager’s random generator provides and human-created passwords rarely do.

Myth: Changing One Character Each Time You’re Forced to Update Is Enough

Forced password rotation policies (common at workplaces) often lead to patterns like “Summer2025!” becoming “Summer2026!” or “Winter2026!”. Attackers who obtain an old password from a previous breach can guess the current one by testing these exact seasonal and incremental patterns first.

Myth: Security Questions Are a Safe Backup

“What’s your mother’s maiden name?” and “What city were you born in?” are frequently answerable from public records or a few minutes of social media research. Treat security question answers with the same care as a password — consider entering random, unrelated text instead of a true answer, stored in your password manager’s notes field.

Myth: Weak Password Habits Only Matter for “Important” Accounts

As covered above, reused passwords mean a breach anywhere becomes a risk everywhere. There’s no such thing as a low-stakes password once reuse is in play.

Weak vs. Strong: A Side-by-Side Comparison

Weak Pattern Why It Fails Stronger Alternative
password123 Top-10 breach list entry Random 20-character manager-generated string
Michael1985 Name + birth year, guessable from public data Random 4-6 word passphrase
Summer2026! Predictable seasonal rotation pattern Unique password per account, no rotation needed
Qwerty123 Keyboard-walk pattern, heavily wordlisted Password manager-generated random string
Same password on 10 sites One breach compromises all 10 accounts Unique password per site via manager

How to Test if Your Password Strategy Falls Into These Patterns

The Password Strength Test evaluates your password type, length, and character variety against real attack scenarios — including dictionary and hybrid attacks specifically designed to catch the patterns above. It doesn’t ask for your actual password; it assesses the approach you’re using so you can identify if your strategy has a systemic weakness, whether that’s a keyboard pattern, a name-plus-year format, or a reused base word with cosmetic substitutions.

Fixing This: A Simple Step-by-Step Plan

1. Install a Password Manager

Bitwarden is free, open-source, and works across every browser and phone. 1Password and Dashlane are strong paid alternatives if you want extra features. This is the single highest-leverage security decision most people can make.

2. Let It Generate Random Passwords

For every new account, and every account you update, let the manager generate a 20+ character random password. You never need to think of one again.

3. Start With Your Highest-Value Accounts

Update your email, banking, and any account with a saved payment method first — these are the accounts an attacker profits from most.

4. Turn On Two-Factor Authentication

Wherever it’s offered, enable 2FA (an authenticator app, not SMS if you have the choice). This means a leaked password alone isn’t enough to break in.

5. Check for Existing Exposure

Run your email through our Email Exposure Report to see whether any of your current accounts are already in a known breach, so you know which passwords need changing today rather than eventually.

This single change moves you from the 60% of accounts crackable in seconds to the group whose passwords won’t be cracked in any realistic attacker’s lifetime — and it takes less ongoing effort than remembering passwords ever did.

Frequently Asked Questions

Q: How often do these “most common password” lists actually change?

A: Very little year to year. The top 10–15 entries are usually the same passwords in a slightly different order, because they represent the lowest-effort valid input to a login form rather than a trend that shifts with culture.

Q: Is adding a number or symbol to a common password enough to make it safe?

A: No. Rule-based cracking tools automatically test capitalization, number substitutions, and appended symbols on every dictionary word, so “Password1!” is cracked almost as fast as “password”.

Q: How long would it take to crack “123456” or “password”?

A: Instantly. These are the first entries tested in any dictionary attack and are typically matched in well under a second.

Q: Are passphrases actually more secure than complex short passwords?

A: Yes, when the words are chosen randomly. Length matters more than complexity for resisting brute-force attacks, and a four-to-six-word random passphrase is both longer and easier to remember than a short string of substituted characters.

Q: I reuse one strong password everywhere — is that safe?

A: No. Even a strong password becomes worthless everywhere else the moment one site using it is breached. Unique passwords per site, managed by a password manager, are what actually contains the damage from any single breach.

Related Reading


About This Article
Written and reviewed by the Sites Security Services editorial team. Our content is researched using AI-assisted tools and reviewed for accuracy before publication. We are committed to practical, jargon-free cybersecurity guidance for everyday internet users — with no products to sell and no data stored after your session.
Learn about our editorial standards →

You May Also Like