What makes a password strong?
A strong password is long, unpredictable, and unique to one account. Randomness matters most: a password built from a dictionary word with a number on the end looks complex but follows a pattern attackers try early.
Check how strong your password is. Your password is analyzed privately in your browser and is never sent or stored anywhere.
Entropy is an estimate based on length and the character types used, reduced when common patterns are detected. It cannot predict real-world cracking time, and no checker can guarantee a password is secure.
Private by design — your password never leaves your device.
All analysis happens locally in your browser. Nothing you type is sent to a server, saved, or placed in the page address.
A strong password is long, unpredictable, and unique to one account. Randomness matters most: a password built from a dictionary word with a number on the end looks complex but follows a pattern attackers try early.
Every extra character multiplies the number of possible passwords. Adding length is usually the simplest way to make a password harder to guess, which is why this checker gives length significant weight.
Mixing uppercase, lowercase, numbers, and symbols enlarges the character pool, but a short complex password can still be weaker than a longer one. Predictable substitutions like "@" for "a" add little. Length plus randomness beats cleverness.
Entropy, in bits, estimates how hard a password would be to guess if it were chosen at random. This checker multiplies length by the size of the character pool in use, then lowers the estimate when it spots repeated characters, sequences, keyboard patterns, or common words. Real attackers use smarter methods, so treat the number as a guide rather than a guarantee.
When a site is breached, leaked passwords are replayed against other services. A unique password for every account keeps one breach from unlocking the rest.
A reputable password manager can create, store, and fill long unique passwords, so you only need to remember one strong master passphrase.
Multi-factor authentication requires something beyond your password, such as an authenticator app or security key. Even if a password is stolen, the second factor can stop an attacker from signing in.
A strength checker only sees the characters you type. It cannot know whether the password was reused, leaked, phished, or stored insecurely by a service. Use it as one signal alongside unique passwords, a password manager, and multi-factor authentication.
Ready for a new password? Use the Free Password Generator.