Password Strength Checker
SecurityCheck how strong your password really is against length, character variety, and common patterns. Instant, private — nothing you type ever leaves your browser.
Reviewed by the thecalcu.com team · Last updated July 8, 2026
What is a Strength?
A Password Strength Checker evaluates a password against the factors that actually determine how hard it is to crack, length, character variety (lowercase, uppercase, numbers, symbols), and whether it matches one of the extremely common passwords attackers try first in any real attack. Rather than a vague "good" or "bad" verdict, the Password Strength Checker shows a 0–100 score, a strength label, and a rule-by-rule breakdown of exactly what's missing.
This is a structural check, not a breach-database lookup, it tells you whether a password is built well, not whether that specific password has previously appeared in a known leak (which would require sending the password to a third-party service, something this tool deliberately never does). If you'd rather skip the guesswork entirely, the Password Generator creates a strong, random password for you in one click.
Why Use a Password Strength Checker?
Most people significantly overestimate how strong their go-to passwords are, a name plus a birth year plus an exclamation mark feels secure but follows a pattern that's trivial for automated cracking tools to guess. Seeing the actual score and the specific factors that are missing turns a vague feeling of "this seems fine" into a concrete list of what to change.
It's also useful for organisations setting password policies, or for individuals doing a periodic security check-up on their most important accounts, email, banking, and any account protecting other accounts via password reset.
Who Should Use This Validator?
Individuals auditing their own passwords for important accounts (email, banking, primary login) before reusing or updating them. IT and security teams use the same logic this tool implements as a reference when setting or explaining password policy requirements to employees. Developers building sign-up forms use this kind of rule-based check as a model for their own client-side password strength feedback. Students learning about authentication security can see concretely how length and character variety affect a password's theoretical strength.
If you'd rather generate a strong password from scratch than evaluate one you've already chosen, the Password Generator and other thecalcu.com validators cover related security needs.
What Insights Does the Password Strength Checker Give You?
The strength meter gives an at-a-glance score, but the real value is in the rule checklist underneath it, each of the six factors (8+ characters, 12+ characters, lowercase, uppercase, number, symbol) is shown individually with a clear pass or fail mark, so you know exactly which specific change would improve your score the most. Adding a symbol to a password that's missing one, for instance, is usually a bigger strength improvement than making an already-long password slightly longer.
The common-password check is a separate, important signal: a password can technically satisfy every length and character-variety rule and still be dangerously weak if it's a password attackers specifically try first, which is why matching the common list caps the score regardless of how the other rules score.
How to use this Strength calculator
- Type a password into the Password field, nothing is submitted or sent anywhere as you type.
- Click the eye icon if you want to reveal the password in plain text to double-check what you typed.
- Watch the strength meter and label (Very Weak through Strong) update instantly.
- Review the rule checklist below the meter to see exactly which factors passed and which didn't.
- Adjust the password to address the failing rules, and watch the score update again until you reach Good or Strong.
Formula & Methodology
The checker evaluates six equally-weighted rules, each worth roughly 16.7 points toward a 0–100 score: 1. At least 8 characters 2. At least 12 characters (a stronger length bar) 3. Contains a lowercase letter 4. Contains an uppercase letter 5. Contains a number 6. Contains a symbol The score is the percentage of rules passed, rounded to the nearest whole number. If the password exactly matches one of a small set of extremely common leaked passwords (e.g. "password", "123456", "qwerty"), the score is capped at 20 regardless of how many other rules it satisfies, since those specific passwords are the very first ones tried in real-world credential attacks. Example, weak:password1passes only the length and character-variety rules partially (lowercase + number, 9 characters) and also matches a common pattern closely related to a leaked password, scoring well below the Good threshold. Example, strong:Tr7$kPlume92!is 13 characters and includes all four character types, scoring 100 and clearing every rule.
Frequently Asked Questions