The Terraria Drop Rate & Probability Calculator converts a drop rate and a kill count into the numbers that actually matter for a farming session: the real chance you will have the item, and how many kills it takes to be confident. It is honest about the fact that no number of kills guarantees a drop.
How it works
For a per-kill chance p over N independent kills, the cumulative probability of at least one drop is:
P(>=1) = 1 - (1 - p)^N
expected kills = 1 / p
To find the kills needed for a target confidence C, solve for N:
N = ceil( ln(1 - C) / ln(1 - p) )
A drop quoted as 1-in-200 converts to p = 0.005, an expected 200 kills, and roughly 460 kills for 90 percent confidence.
Tips and example
Hunting a 1-in-200 item? After 200 kills you have only about a 63 percent chance of having seen it; reaching 90 percent confidence takes around 460 kills and 99 percent takes over 900. The calculator’s confidence rows let you decide when a dry streak is genuinely unlucky versus simply expected. Each roll is independent, so do not count on being “due” — set a kill target from the confidence figures and farm to it.