Dragon Egg Hatch Probability Calculator
Set a hatch chance and number of attempts to see your real cumulative odds, the expected number of tries before a hatch, and — if your world uses one — exactly how a pity system changes the math. Real probability theory, dragon-egg flavored.
Probability of at least one hatch in n attempts at a p% chance each = 1 − (1−p)ⁿ. A 10% hatch chance reaches about 65% cumulative odds by attempt 10 and roughly 99% by attempt 44 — each individual attempt still only has a 10% chance, no matter how many times it's failed before.
The math behind "will it hatch this time?"
A dragon egg with a fixed hatch chance per attempt is, mathematically, no different from a weighted coin flip repeated over and over — what statisticians call a geometric probability problem. Each attempt is independent: the egg doesn't remember how many times it's failed before, and the odds don't shift on their own from one attempt to the next unless a game or story explicitly builds in a mechanic that changes them.
What makes this genuinely counterintuitive is how quickly the odds of eventual success build up across many attempts, even when each individual try looks unlikely on its own. This calculator exists to make that buildup visible instead of leaving it to gut feeling.
The formula, step by step
P(at least one hatch in n tries) = 1 − (1 − p)ⁿ
Instead of calculating success directly, this formula calculates the opposite — the probability of failing every single attempt — and subtracts that from 1. If a single attempt has a 10% chance (p = 0.10), the chance of failing once is 90% (1 − p = 0.90). The chance of failing n times in a row is 0.90 raised to the power of n, which shrinks fast: 0.90¹⁰ ≈ 0.349, meaning there's roughly a 65.1% chance of at least one hatch somewhere across 10 attempts.
The expected number of attempts before a hatch — the long-run average, not a guarantee — is simply 1 ÷ p. At a 10% chance, that's 1 ÷ 0.10 = 10 attempts on average, even though any individual egg might hatch on try 1 or try 40.
Why "it's due" is a myth (the gambler's fallacy)
One of the most common misconceptions about repeated probability events is the belief that a long losing streak makes the next attempt more likely to succeed. It doesn't — not unless the system has a pity mechanic explicitly built in. If each attempt is truly independent with a fixed 10% chance, the 30th attempt after 29 straight failures still has exactly a 10% chance, no more and no less. The egg has no memory.
This misunderstanding, known as the gambler's fallacy, shows up constantly in games, casinos, and everyday reasoning about chance. Understanding it is genuinely useful well beyond dragon eggs — it's the same reasoning error behind thinking a coin is "due" for tails after several heads in a row, when the coin has no memory of its previous flips either.
Pity systems: when the odds actually do change
A pity system is the one legitimate exception to "the odds never change" — it's a mechanic, common across many games with randomized rewards, where the system guarantees success after a fixed number of failures, specifically to prevent extremely unlucky streaks from feeling punishing or endless. With a hard pity cap enabled, this calculator's math shifts from a pure geometric distribution to a truncated one: the probability of needing more attempts than the pity threshold drops to exactly zero, since success becomes guaranteed once that cap is hit.
Pity systems are a deliberate design trade-off between preserving the excitement of randomness and protecting against the kind of statistically rare but psychologically brutal outcome where someone fails dozens of times in a row through sheer bad luck. Toggle it on above to see exactly how much it compresses your worst-case attempt count.
Rarity tiers and what they mean in practice
These are common generic rarity conventions used across many games and stories — not official values from any specific title. Use them as a starting point, or set your own custom chance above.
| Rarity | Chance / Attempt | Expected Attempts | Attempts for 90% Odds |
|---|---|---|---|
| Common | 25% | 4 | 9 |
| Rare | 10% | 10 | 22 |
| Epic | 4% | 25 | 56 |
| Legendary | 1% | 100 | 230 |
Worked example
Say a Legendary egg has a 1% hatch chance per attempt, and you're planning to try 100 times. The probability of failing all 100 attempts is 0.99¹⁰⁰ ≈ 36.6%, which means your cumulative odds of at least one hatch across those 100 tries is about 63.4% — not the near-certainty a 1% chance might make you expect, and not nearly as bad as "1% chance" sounds in isolation either. This "roughly 63% at n = 1/p attempts" pattern holds for any rarity tier, which is why it's worth remembering as a rule of thumb.
Your egg hatched — now what?
Once the probability math finally goes your way and the egg hatches, two questions usually come next: how big will this dragon eventually get, and where does it fit into your world's existing bloodlines? Our dragon growth calculator projects length, wingspan, weight, and fire range at any age using the same kind of curve-based modeling this hatch calculator uses for probability instead of size.
And if this newly hatched dragon belongs to a noble house or ancient lineage you're tracking across generations, the royal dragon dynasty bloodline calculator handles the age and generation math for the family it's about to join, plus works out exactly how it's related to any other characters already on the family tree.
Dragon egg hatch probability calculator — FAQ
How do you calculate the odds an egg hatches within a set number of attempts?
Use the complement rule: instead of calculating the chance of success directly, calculate the chance of failing every single attempt, then subtract that from 1. If a single attempt has a p% chance of success, the chance of failing once is (1-p). The chance of failing n times in a row is (1-p) raised to the power of n. So the probability of hatching at least once within n attempts is 1 minus (1-p)^n. This is the same formula used for any repeated independent chance event, from dice rolls to loot drops.
What's the expected number of attempts before a hatch, on average?
For a simple per-attempt probability with no pity system, the expected number of attempts is 1 divided by the probability, expressed as a decimal. A 10% hatch chance has an expected value of 1 ÷ 0.10 = 10 attempts on average. That doesn't mean every egg takes exactly 10 tries — some hatch on attempt 1, some take 40 or more — it's a long-run average across many eggs, not a guarantee for any single one.
If my egg has failed 20 times in a row, does that mean it's "due" to hatch soon?
No, and this is one of the most common misunderstandings about independent probability events, known as the gambler's fallacy. If each attempt has a fixed 10% chance and attempts are independent of each other, the 21st attempt still has exactly a 10% chance, regardless of how many times it failed before. The egg, the dice, or the loot table has no memory of past attempts unless the system explicitly includes a mechanic that changes the odds over time, like a pity system.
What is a pity system and how does it change the math?
A pity system is a mechanic where the odds increase with each failed attempt, or where success becomes guaranteed after a fixed number of failures, specifically to prevent extremely unlucky streaks from feeling endless. Games have used variations of this idea for years to balance randomness with fairness. When a hard pity cap is in place, the math changes from a pure geometric distribution to a truncated one — the probability of needing more than the pity threshold in attempts becomes exactly zero, since a hatch is guaranteed once that cap is reached.
Why does the probability of hatching increase so quickly at first and then level off?
Each additional attempt multiplies the remaining failure probability by (1-p) again, and multiplying a number less than 1 by itself repeatedly shrinks it fast at first and then more slowly as it approaches zero. Early attempts chip away a large relative share of the remaining failure chance, while later attempts are chipping away an already-small remainder, which is why the cumulative probability curve rises steeply at the start and flattens out as attempts increase.
Is a 1% hatch chance really as rare as it sounds?
It depends entirely on how many attempts you're allowed. A single 1% attempt is indeed rare, but the cumulative probability across many attempts adds up faster than intuition suggests — 100 attempts at 1% gives roughly a 63% chance of at least one success, not 100%, because of how the failure probabilities compound. This "63% at n = 1/p attempts" pattern is a general property of geometric probability and shows up any time success chance and attempt count are inversely related like this.
Does this calculator apply to anything besides dragon eggs?
Yes — the underlying math is identical to any independent repeated-trial probability, including loot drops in games, rare item spawns, dice-based success checks in tabletop games, or even real-world scenarios like defect rates in manufacturing. Dragon eggs are simply a fun, low-stakes way to explore geometric probability without needing a statistics textbook, and the same formulas apply directly if you swap "hatch" for any other binary success-or-failure event with a fixed per-attempt chance.
This tool is for educational purposes only. Always verify important results with a qualified professional.