entretenimiento

Calculate Your Drop & Loot Probability

Calculator Free · Private
%
Was this calculator helpful?

The Drop & Loot Probability Calculator tells you the real mathematical likelihood of obtaining a rare item across multiple attempts — whether you're farming a boss in an MMO, opening cases in a shooter, or hunting a legendary in an action RPG. It uses the complementary geometric probability formula: P(at least 1 drop) = 1 − (1 − p)ⁿ, where p is the drop rate per attempt and n is the number of attempts. For example, a 1% drop rate does NOT guarantee a drop in 100 tries — your actual probability is only 63.4%. This calculator also computes the exact number of attempts needed to hit 50%, 90%, and 99% confidence thresholds, so you can set realistic farming goals instead of grinding blindly.

Last reviewed: April 16, 2026 Verified by Hacé Cuentas Team Source: Wikipedia — Geometric Distribution (Mathematics of independent trials and CDF), Wikipedia — Bernoulli Trial (Foundation of independent probability events), Wikipedia — Gambler's Fallacy, NIST/SEMATECH e-Handbook of Statistical Methods — Geometric Distribution 100% private

When to use this calculator

  • Calculating how many boss kills you need in World of Warcraft, Final Fantasy XIV, or Path of Exile to have a 90% chance of obtaining a specific rare mount or unique item with a known drop rate (e.g., 0.1% from a raid boss).
  • Estimating the expected number of case openings in CS2 or Fortnite to reach a target probability for an ultra-rare skin, given published drop rates from official item shop disclosures.
  • Planning a farming session in Pokémon games to find a shiny (base rate 1/4096 ≈ 0.0244%) and determining how many encounters guarantee a 50% or 99% chance of encountering one without the Shiny Charm.
  • Verifying whether a gacha game's advertised SSR rate (e.g., 0.6% per pull in many JP mobile games) is fair by computing the median number of pulls needed and comparing against pity system thresholds.
  • Determining the number of Minecraft dungeon chests you need to loot for a 95% chance of finding a specific enchanted book with a known loot-table probability.
  • Analyzing the fairness of randomized loot boxes in any title against FTC or international gaming authority disclosure requirements by modeling cumulative drop probability.

Real Example: 1% Drop Rate Over 100 Attempts

  1. Given: Drop rate = 1% (0.01), Attempts = 100
  2. Formula: P(at least 1 drop) = 1 - (1 - 0.01)^100 = 1 - 0.99^100
  3. Calculate: 1 - 0.366 = 0.634 or 63.4%
  4. For 50% odds: n = log(0.5) / log(0.99) = 69 attempts
  5. For 90% odds: n = log(0.1) / log(0.99) = 230 attempts
Result: With 1% drop rate over 100 attempts, you have a 63.4% chance of getting at least one drop. If you want 90% confidence, plan for around 230 attempts.

How it works

3 min read

How It's Calculated

The core model treats each attempt as a Bernoulli trial — an independent event with a fixed success probability p (the drop rate). The probability of getting at least one success in n attempts is derived from the complement of getting zero drops every single time:

P(at least 1 drop) = 1 − (1 − p)^n

Where:
  p = drop rate per attempt (e.g., 0.01 for 1%)
  n = number of attempts / kills / pulls

Attempts needed for a target probability T:
  n = log(1 − T) / log(1 − p)

Examples:
  50% confidence → n = log(0.5) / log(1 − p)
  90% confidence → n = log(0.1) / log(1 − p)
  99% confidence → n = log(0.01) / log(1 − p)

This is the geometric distribution cumulative distribution function (CDF). Each attempt is independent — previous failures do NOT increase future odds. The "gambler's fallacy" is the mistaken belief that they do.

---

Reference Table

Attempts needed to reach 50%, 90%, and 99% probability for common drop rates found in real games:

Drop Rate (p)Real Example50% Attempts90% Attempts99% Attempts
25% (1/4)Pokémon common item2816
10% (1/10)Minecraft mob loot72244
5% (1/20)FFXIV rare crafting mat144590
1% (1/100)WoW rare mount69230459
0.5% (1/200)Many gacha SSR rates139460919
0.3% (1/333)CS2 rare item grade2317671,532
0.1% (1/1,000)WoW Invincible mount6932,3024,603
0.0244% (1/4,096)Pokémon Shiny (base)2,8399,43018,861

Note: Pity systems in gacha games set hard caps that alter these raw probabilities.

---

Typical Use Cases with Concrete Numbers

Example 1 — WoW Rare Mount (1% Drop Rate)


You're farming Kael'thas in Tempest Keep for the Ashes of Al'ar mount, widely reported at approximately 1% drop rate.
  • After 100 kills: P = 1 − 0.99¹⁰⁰ = 63.4%

  • After 230 kills: P = 1 − 0.99²³⁰ = 90.0%

  • After 459 kills: P = 1 − 0.99⁴⁵⁹ = 99.0%

  • On average (mean of geometric distribution = 1/p), you'd expect a drop every 100 kills — but the median is only 69 kills.
  • Example 2 — Gacha SSR Pull (0.6% Drop Rate)


    A mobile gacha game advertises a 0.6% SSR rate per pull. You have 100 pulls saved.
  • P(at least 1 SSR in 100 pulls) = 1 − 0.994¹⁰⁰ = 45.1% — less than a coin flip.

  • You need 115 pulls for 50% confidence, 383 pulls for 90%, 765 pulls for 99%.

  • Many games add a pity system at 90 pulls that guarantees one SSR — this dramatically changes the effective probability curve.
  • Example 3 — Pokémon Shiny Hunting (1/4,096 rate, no Shiny Charm)


    The base shiny encounter rate in modern Pokémon games (Gen VI+) is 1/4,096 ≈ 0.0244%.
  • After 1,000 encounters: P = 1 − (4095/4096)¹⁰⁰⁰ = 21.7%

  • After 2,839 encounters: P ≈ 50.0% (median)

  • After 9,430 encounters: P ≈ 90.0%

  • With the Shiny Charm (rate becomes 3/4,096), just ~946 encounters give 50% odds.
  • ---

    Common Mistakes

    1. Confusing drop rate with guaranteed frequency — A 10% drop rate does NOT mean you get a drop every 10 kills. It means each kill independently has a 10% chance. You can go 30 kills without a drop (~4.2% probability of that happening, frustrating but real).

    2. Falling for the Gambler's Fallacy — "I've done 90 kills without a drop, so I'm due." Each attempt has the exact same probability regardless of history. Past failures do not "charge up" future probability for independent events.

    3. Using linear math instead of geometric — Multiplying: "1% × 100 attempts = 100% guaranteed" is completely wrong. The correct answer is 63.4%, not 100%. Linear addition of probabilities only works for mutually exclusive events without replacement.

    4. Ignoring rate boosts and modifiers — Many games apply hidden multipliers (e.g., Magic Find in Diablo, Shiny Charm in Pokémon, Research in Pokémon GO). Always use the modified rate in the formula, not the base rate, or results will be significantly off.

    5. Mistaking mean for median — The mean (expected value) of the geometric distribution is 1/p. For a 1% rate, the mean is 100 attempts. But the median is only 69 attempts — meaning half of all players will have obtained the drop before 100 kills. These are very different statistics.

    6. Overlooking pity/soft-pity systems — Gacha games often have escalating probabilities after a threshold (e.g., Genshin Impact's soft pity starting at 74 pulls). Applying the base formula without accounting for pity significantly underestimates true probability in those systems.

    ---

    Related Calculators

  • Percentage Calculator

  • Statistics & Probability Calculator

  • Random Number Generator

  • Frequently asked questions

    Why doesn't a 1% drop rate guarantee a drop in 100 attempts?

    Because each attempt is an independent event — they don't accumulate or "fill up" toward a guaranteed outcome. The correct probability is P = 1 − (0.99)¹⁰⁰ = 63.4%. You'd need 459 attempts to reach even 99% confidence. This is a core property of the geometric probability distribution.

    What is the formula for the number of attempts needed to reach a target probability?

    Use the inverse formula: n = log(1 − T) / log(1 − p), where T is your target probability (e.g., 0.90 for 90%) and p is the drop rate. For a 0.1% drop rate and 90% target: n = log(0.10) / log(0.999) ≈ 2,302 attempts. This formula uses natural log or any consistent log base.

    What is the difference between mean and median attempts for a drop?

    The mean (average) number of attempts is 1/p. For a 1% rate, that's 100 attempts. The median is log(0.5) / log(1 − p) ≈ 69 attempts for a 1% rate. This means 50% of players get the drop before 69 kills — so if you're at 150 kills without a drop, you've been unlucky but you're not in an impossible situation.

    Are drop rates in games required to be disclosed by law?

    In several jurisdictions, yes. Belgium and the Netherlands classify randomized loot boxes as gambling subject to gaming law. China mandates disclosure of drop rates for all paid randomized items under a 2017 regulation. In the US, the FTC has investigated loot box practices, and Apple/Google app stores require disclosure of item odds for paid randomized rewards as of 2017 and 2016 respectively.

    How does the Gambler's Fallacy apply to loot drops?

    The Gambler's Fallacy is the false belief that past failures increase future probability. For independent drops (each attempt has the same fixed rate), this is mathematically wrong. Going 200 kills without a 1% drop is unlucky (~13.4% chance), but attempt 201 still has exactly 1% probability — not higher. The only exception is games with true pity mechanics that explicitly increase rates after failures.

    How does a pity system change the probability calculation?

    Pity systems modify the effective probability curve by guaranteeing or boosting drop rates after a threshold. For example, if a game guarantees a drop at 100 attempts, the true P(at least 1 drop in 100 tries) becomes 100%, not the 63.4% calculated from the base rate alone. Soft-pity systems (like Genshin Impact's increased rate after pull 74) require a weighted sum model, not the simple geometric formula.

    What is the probability of getting zero drops after a long farm streak?

    P(zero drops in n attempts) = (1 − p)ⁿ. For a 1% drop rate over 100 kills, that's 0.99¹⁰⁰ = 36.6%. Over 300 kills it drops to 5.0%, and over 459 kills it's just 1.0%. These "dry streaks" are common — roughly 1 in 3 players farming a 1% item for 100 attempts will walk away empty-handed.

    Does farming multiple characters or accounts simultaneously improve individual drop odds?

    No — each character or account run is still an independent Bernoulli trial with the same drop rate p. Running 5 accounts simultaneously gives you 5 independent attempts per boss cycle, equivalent to 5n total attempts, which does increase your total probability pool — but each individual attempt still has probability p. The combined probability across all accounts is: P = 1 − (1 − p)^(n × accounts).

    How do I calculate the probability of getting exactly k drops in n attempts (not just at least one)?

    Use the Binomial distribution: P(exactly k drops) = C(n, k) × pᵏ × (1 − p)^(n−k), where C(n,k) is the binomial coefficient n!/(k!(n−k)!). For example, P(exactly 2 drops in 100 attempts at 1% rate) = C(100,2) × 0.01² × 0.99⁹⁸ ≈ 4,950 × 0.0001 × 0.3660 ≈ 18.5%.

    Sources and references