About the Impostor Odds Calculator – Among Us
This tool works out the real probability that a given player is an impostor in Among Us, based on how impostors are actually assigned in the game: uniformly at random from the lobby. Enter the total number of players, the impostor count your host set, and how many players are still unconfirmed (not yet ejected, killed, or otherwise cleared), and the calculator returns the exact odds using basic probability and combinatorics — no guesswork or vague "suspicion meters."
The formula
With N total players and K impostors chosen uniformly at random at the start of a round, the probability that any one specific player is an impostor is:
- Starting odds: P = K / N — for example, 2 impostors among 10 players gives every player a 20% chance.
- Current odds: once E impostors have been caught and only R players remain unconfirmed, the same total probability mass is spread over fewer suspects: P = (K − E) / R. This follows from symmetry — since cleared players are known not to be impostors, the remaining impostors are equally likely to be any of the R players left.
- Possible line-ups: the number of distinct ways the (K − E) hidden impostors could be distributed among the R remaining players is the binomial coefficient C(R, K − E) = R! / [(K − E)! × (R − K + E)!].
How to read the results
The starting odds show the baseline chance any player had before any information came in. The current odds update that figure using how many suspects remain and how many impostors are still uncaught — this is the number that matters mid-round. The odds ratio restates the same probability as "1 in X" for a more intuitive read, and the possible line-ups count shows how many distinct impostor arrangements are still consistent with what you know.
Assumptions
The model assumes impostors are assigned uniformly at random (true for the base game) and that any players you mark as "caught" or "cleared" were correctly identified — it does not account for meeting behavior, voting patterns, or task-completion tells, which real players use as additional evidence.