Final Fantasy XIV Drop Rate & Probability Calculator

Find the real at-least-once odds of a drop over multiple runs

Enter a Final Fantasy XIV drop rate and a number of attempts to compute the cumulative probability of getting the item at least once, the expected number of drops, and how many runs you need for a given confidence level.

How is the at-least-once probability calculated?

The chance of failing every run is (1 − p) raised to the number of runs N, so the chance of at least one drop is 1 − (1 − p)^N. This is the correct cumulative formula for independent attempts.

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.