Security Question Strength Calculator
Measure how weak knowledge-based answers really are, combining guessability with the chance the answer is public.
Inputs
About 500 for a favourite food or pet name; a few thousand for a common surname.
Social media, public records and data brokers expose most maiden names, schools and pet names.
Chance the Recovery Path Falls
16.01%
Combined Answer Entropy
17.93bits
Equivalent Random ASCII Characters
2.73characters
Chance from Public Research Alone
16.00%
Verdict
Weak — acceptable only as a secondary signal, never as a reset path
Step by step
Values used
Plausible answers per question = 500 answers; Questions the user must answer = 2 questions; Guesses allowed per question = 5 guesses; Chance an answer is publicly discoverable = 40 %
Security Question Strength
entropy = questions × log2(plausible answers); P(guessed) = (1 − (1 − 1 ÷ answers)^guesses)^questions.
Combined compromise probability
P(compromise) = P(public) + (1 − P(public)) × P(guessed), where P(public) = public share ^ questions.
Chance the Recovery Path Falls
= 16.01
Combined Answer Entropy
= 17.93 bits
Equivalent Random ASCII Characters
= 2.73 characters
Chance from Public Research Alone
= 16.00
Verdict
= Weak — acceptable only as a secondary signal, never as a reset path
How it works
Knowledge-based answers draw from a tiny, skewed space — Google's 2015 study recovered 19.7 % of English-speaking users' favourite-food answers in a single guess. Two questions at 500 plausible answers each give under 18 bits, less than three random ASCII characters, and the dominant failure is not guessing at all but the answer simply being findable online. Security questions usually sit on the account-recovery path, which means they are an alternative authenticator that bypasses your password and MFA entirely — so their strength caps the strength of the whole account.
Formulas
Security Question Strength
entropy = questions × log2(plausible answers); P(guessed) = (1 − (1 − 1 ÷ answers)^guesses)^questions.
- plausible answers
- Size of the realistic answer space, not the dictionary
- questions
- How many must be answered correctly
Combined compromise probability
P(compromise) = P(public) + (1 − P(public)) × P(guessed), where P(public) = public share ^ questions.
Frequently Asked Questions
How is Security Question Strength calculated?
entropy = questions × log2(plausible answers); P(guessed) = (1 − (1 − 1 ÷ answers)^guesses)^questions. Knowledge-based answers draw from a tiny, skewed space — Google's 2015 study recovered 19.7 % of English-speaking users' favourite-food answers in a single guess. Two questions at 500 plausible answers each give under 18 bits, less than three random ASCII characters, and the dominant failure is not guessing at all but the answer simply being findable online.
Why does Security Question Strength matter?
Security questions usually sit on the account-recovery path, which means they are an alternative authenticator that bypasses your password and MFA entirely — so their strength caps the strength of the whole account.
What values do I need to enter?
This calculator takes 4 inputs: Plausible answers per question, Questions the user must answer, Guesses allowed per question, Chance an answer is publicly discoverable. The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.
Can security questions ever be used safely?
Only as one signal among several, never as a standalone reset path, and best when the answer is a random string stored in a password manager. At that point it is just a second password, which is a reasonable way to use the field.
Why count public discoverability separately?
Because it is not a guessing problem. If the answer is on a public profile the attacker needs zero attempts, so no rate limit or lockout policy helps — which is why this term dominates the result.
You might also need
- Authentication Health Score CalculatorCommonly used together
- Identity Theft Risk CalculatorCommonly used together
- Password Hygiene Score CalculatorCommonly used together
- MFA Security CalculatorAlso in Password Security
- Password Entropy Score CalculatorAlso in Password Security
- Password Crack Time CalculatorAlso in Password Security