Loot Drop Probability Calculator

Calculate the probability of getting at least one drop based on drop rate and number of attempts.
Plan your farming sessions.

Drop Probability

Loot drop probability calculates your realistic chance of receiving a rare item over multiple attempts, helping you estimate how many runs a drop will realistically take.

Core formula (probability of at least one drop): P(at least one) = 1 − (1 − p)^n

Where:

  • p = the drop rate as a decimal (e.g., 1% = 0.01)
  • n = number of attempts (runs, kills, chests opened)
  • (1 − p)^n = the probability of getting zero drops after n attempts

This uses the complement rule: it’s easier to calculate the chance of failure repeated n times and subtract from 1.

Expected runs formula: Expected Runs = 1 ÷ p A 1% drop rate averages out to 100 runs. That is an average across many players, not a promise to any one of them.

Worked examples:

Drop Rate Attempts for 50% chance Attempts for 95% chance Attempts for 99% chance
1% 69 299 459
5% 14 59 90
10% 7 29 44
25% 3 11 17

Key insight: the gambler’s fallacy A 1% drop rate does NOT guarantee a drop in 100 attempts. After exactly 100 attempts your probability of at least one drop is 63.4%, so better than one player in three still has nothing. The game has no memory. Attempt 100 is exactly as likely to drop as attempt 1, and a long dry streak does not make you “due”.

The “pity” threshold: To have a 95% chance of a 1% drop, you need approximately: n = ln(0.05) ÷ ln(0.99) ≈ 299 runs

That gap between the 100-run average and the 299 runs needed for real confidence is why modern games ship pity systems that guarantee a drop after a set number of failures. Without one, the unluckiest few percent of players grind three times longer than the average and usually quit before the item ever appears.


How we build and check this calculator

This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.

SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.


Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.