Path of Exile Drop Rate & Probability Calculator

Calculate real odds for Path of Exile loot drops over multiple attempts.

Compute the probability of obtaining a Path of Exile item within N attempts, including cumulative at-least-once odds, expected drops, and the runs needed for 50, 90, and 99 percent confidence.

How is the at-least-once probability calculated?

Each attempt is independent with probability p, so the chance of getting nothing in N attempts is (1 minus p) to the power N. The chance of at least one drop is one minus that. This is the standard formula for independent Bernoulli trials.

Grinding a specific Path of Exile drop without knowing the math is how players burn hundreds of runs and still feel cheated. This calculator turns a published one-in-N drop rate into the real probabilities over any number of attempts so you can plan a farm with clear expectations.

How it works

Every attempt is an independent trial with probability p = 1 / N. The core formulas are:

P(none)        = (1 - p)^attempts
P(at least 1)  = 1 - (1 - p)^attempts
expected drops = attempts * p
runs for X%    = ceil( ln(1 - X) / ln(1 - p) )

The last formula tells you how many runs reach a given confidence level, which is far more useful than chasing a non-existent guarantee.

Why there is no guarantee

Independent rolls have no memory. A long dry streak does not improve your next roll, so the only honest planning targets are confidence thresholds like 90 or 99 percent — shown alongside the per-run odds in the result.

Example

At a one-in-500 drop over 300 runs, your chance of at least one is about 45 percent, you would average 0.6 drops, and you would need roughly 1149 runs to be 90 percent confident of seeing it at least once.