Weak admin passwords are still one of the cheapest ways to lose a WordPress site. Bots do not need a genius plan. They try common passwords and credentials spilled from other breaches.

Why “I’ll use something simple” fails
Attackers automate guesses against wp-login.php and reuse passwords from leaks (credential stuffing). If your admin password is short, common, or reused from email, you are in the easy pile.
Check whether your email appears in known breaches at Have I Been Pwned. That does not prove your WordPress password is safe. It does prove reuse is dangerous.
Security Ninja’s free security tests include password-quality checks for users on the site. Run them from the plugin after install.
Bad password patterns that keep winning (2012-2023)
The lists below summarize commonly reported weak passwords over the years from public breach research and cleanup work. They are historical patterns, not a new 2024-2026 lab study. The lesson is stable: 123456, password, and keyboard walks never go out of style for bots.
2012
password, 123456, 12345678, abc123, qwerty, monkey, letmein, dragon, 111111, baseball
2013
123456, password, 12345678, qwerty, abc123, 123456789, 111111, 1234567, iloveyou, adobe123
2014
123456, password, 12345, 12345678, qwerty, 1234567890, 1234, baseball, dragon, football
2015-2017
123456 and password stayed on top. Frequent companions: qwerty, 12345678, 123456789, football, letmein, iloveyou.
2018-2019
Still dominated by short numerics. Odd one-offs like test1 or zinch show up in some yearly dumps, but the boring defaults remain the volume winners.
2020-2021
123456, 123456789, password, qwerty, 111111, 123123, plus language-specific favorites (for example senha in some datasets).
2022-2023
password, 123456, guest, qwerty, letmein, Password1, abc123. Slightly “clever” variants (a1b2c3, Password1) still fail against stuffing lists.
You do not need a longer hall of shame. If a human can remember it without a manager, a bot can often try it.
Credential stuffing vs guessing
- Brute force / dictionary: try common passwords against your login.
- Credential stuffing: try username/password pairs stolen from other sites.
Stuffing is why reusing your email password on WordPress is especially bad. One unrelated breach becomes an admin login elsewhere.
What a strong WordPress admin password looks like
- Long (prefer 16+ random characters)
- Unique to that site
- Stored in a password manager, not a spreadsheet named
passwords.xlsx
- Never shared in Slack “for the team”
Complexity theater (one symbol, one uppercase) matters less than length + uniqueness. A 20-character random secret beats Summer2026!.
Password managers, passkeys, and recovery codes
- Use a password manager (Bitwarden, 1Password, and similar). Generate and fill unique secrets per site. Team vaults beat shared chat passwords for agencies.
- Prefer passkeys or platform authenticators where WordPress and your stack support them for the accounts that matter. They remove typed passwords for that login path.
- Turn on 2FA for administrators even when the password is strong. Keep recovery codes offline.
- Add login protection so failed attempts get capped.
Full walkthrough: WordPress login security guide. Day-to-day habits: password management tips.
How Security Ninja helps
Security Ninja includes security tests that flag weak password habits and related login risks. Pro adds stronger login limits, 2FA, firewall, and scanning so a guessed password is not the whole story.
Quick fix checklist
If you already suspect a compromise, rotate passwords from a clean device and follow malware removal or hire cleanup.