World of Warcraft Drop Rate & Probability Calculator

Calculate real odds for loot drops over multiple attempts

Compute the probability of obtaining a World of Warcraft item within N kills or attempts. Shows the at-least-once chance, the odds of missing every time, and the number of attempts for any target confidence using the geometric distribution.

Why is my chance still not 100% after many runs?

Each attempt is independent, so the drop never becomes guaranteed unless a pity or bad-luck-protection system exists. The chance of missing every time is (1 - p) raised to the number of attempts, which shrinks but never reaches zero.

Drop-rate frustration usually comes from misreading the math. A 1% drop does not mean you are guaranteed the item in 100 kills. This calculator uses the correct probability model so you know your real cumulative odds and how many attempts a given confidence level actually requires.

How it works

Each attempt is an independent Bernoulli trial with success probability p. The chance of failing every one of n attempts is (1 - p)^n, so the chance of getting the item at least once is:

P(at least once) = 1 - (1 - p)^n

To find how many attempts you need for a target confidence c (for example 0.90), invert the formula:

n = ceil( ln(1 - c) / ln(1 - p) )

This is the geometric distribution. It explains why even very lucky drop rates never give a hard guarantee — the failure term only approaches zero.

Example and tips

A mount with a 1 in 100 (1%) drop gives roughly a 63% chance of dropping within 100 kills, not 100%. You need about 230 kills for a 90% chance and 459 for 99%. Treat the at-least-once figure as your honest expectation, and remember that bad-luck-protection or pity systems, where they exist, change the model entirely — use the Gacha Pity Calculator for those.