Part of the Technology & IT suite · 35 calculators

Password Entropy Calculator

How much entropy a password has, and how long it survives at a stated guess rate — the honest arithmetic, not a strength meter.

Entropy is length times the log of the character set.

Results update as you type
Results
Entropy (bits)
78.84
Alphabet size
Possible passwords
Average time to crack
Assessment
Length needed for 80 bits
Bits per character
Years against online guessing (100/s)
Reviewed September 2026. Computing arithmetic: bytes, bits, seconds and probabilities do not change by country. Ofcom requires UK providers to quote a minimum guaranteed download speed.
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About password entropy

How the password entropy calculator works

Entropy is length times the log of the character set. A 12-character password from 95 printable characters is 78.8 bits, which sounds enormous — and is, against online guessing.

Against offline cracking it is a different question, because the guess rate is the whole answer. At a billion guesses a second the same password lasts millennia; against a fast GPU farm doing a trillion, it lasts years; against a weak hash it can fall in hours. The password does not change — the attack does.

Formula: entropy = length × log₂(alphabet); time = 2^(entropy−1) / rate

Worked examples

InputsEntropy (bits)Note
12 characters, all four sets78.8478.8 bits
Lowercase only56.4156.4 bits — much weaker
A 20-character passphrase131.4over 131 bits

Frequently asked questions

How many bits is a strong password?

Eighty is a reasonable floor for anything that matters, and 100 or more for a password protecting other passwords.

Does this measure my actual password?

No — it measures a random password of that shape. A real password chosen by a human has far less entropy than its length suggests, because the choices are not random.

Why does the guess rate matter so much?

Because it is the denominator. The same password is unbreakable against online guessing and trivial against a GPU farm attacking a fast hash.

Is a passphrase better?

Usually. Four random dictionary words from a 7,776-word list is about 51 bits and far easier to remember than a 9-character mixed string of the same strength.

What about the hash?

It matters more than the password. bcrypt or Argon2 deliberately slow guessing to thousands per second; an unsalted fast hash allows billions.

Where these figures come from

Last checked: September 2026. Units follow the SI decimal convention (IEC 80000-13 defines the binary alternatives); network and security figures cite the defining standard.