Know your real EVE Online loot odds
Grinding the same site for a rare drop is far less predictable than it feels. This calculator gives you the actual probabilities — the chance of at least one drop, the chance of striking out, and how many runs you genuinely need to be confident — so you can decide whether to keep farming or accept the odds. It runs entirely in your browser.
How it works
Each run either drops the item with probability p or fails with probability 1 - p, independently of every other run. The chance of getting zero drops over N runs is the failure chance multiplied by itself N times, so the chance of at least one is its complement:
P(at least one) = 1 - (1 - p)^N
The average number of runs to the first drop follows a geometric distribution and equals 1 / p. To find how many runs you need for a confidence level C, invert the formula:
N = ceil( ln(1 - C) / ln(1 - p) )
Example and notes
At a 2.5% drop rate, the expected runs per drop is 40, but 40 runs only give about a 64% chance of success. To be 90% confident you need roughly 91 runs, and for 99% confidence about 182. Because each run is independent, a long dry spell never raises your odds on the next attempt — the rate stays fixed. Use the confidence figures, not the average, when you want a drop you can actually count on.