EVE Online Drop Rate & Probability Calculator

Calculate real odds for EVE Online loot drops over multiple attempts.

Enter a per-run drop rate and number of attempts to compute the true EVE Online probability of getting an item at least once, plus expected runs per drop and how many runs you need for 90% or 99% confidence.

How do I calculate the chance of getting a drop?

The chance of getting an item at least once over N runs is 1 minus the chance of getting none. Since each run fails with probability (1 minus the drop rate), the no-drop chance is (1 minus rate) to the power N, and one minus that is your odds of success.

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.