A 5 percent drop does not mean you are owed the item after 20 runs — random drops in Final Fantasy XIV reset every attempt. This calculator gives you the honest cumulative odds: the chance of at least one drop over your planned runs, the expected count, and how many runs you need to be reasonably confident.
How it works
Each run is an independent trial. The probability of getting nothing in N runs
is the failure chance compounded, so the at-least-once probability is its
complement:
P(at least one) = 1 − (1 − p)^N
expected drops = p × N
runs for C% = ln(1 − C) / ln(1 − p)
The last formula inverts the cumulative odds to tell you how many runs reach a
chosen confidence level C (for example 0.90 for 90 percent).
Example and tips
At a 5 percent drop rate over 40 runs, the at-least-once chance is
1 − 0.95^40 ≈ 87 percent, and you expect 0.05 × 40 = 2 drops on average. To
be 90 percent sure of at least one, you need about ln(0.10) / ln(0.95) ≈ 45
runs. Remember the gambler’s-fallacy trap: a long dry streak does not raise your
next-run odds, because each attempt is independent.