Drop Rates Are Rigged (Not Really, But Your Brain Thinks They Are)

Why 1% doesn't mean what you think it means. A competitive gamer explains the probability math behind "unlucky" streaks and why you're not cursed.

6 min read
1550 words
4/1/2026
I opened 200 loot boxes trying to get the legendary skin. The drop rate was 1%. I got zero. I was furious. I was "cursed." The system was "rigged." I posted about it on Reddit and got 2,000 upvotes from people who'd had the same experience. Then I ran the math and felt like an idiot. The probability of getting zero successes in 200 attempts at 1% per attempt is 13.4%. That's not rare. That's roughly one in seven players having the exact same experience I did. If a million players open 200 boxes each, 134,000 of them will get zero legendaries. That's enough angry Reddit posts to convince anyone the system is broken. It's not broken. Human brains are just catastrophically bad at probability. I'm Kai Tanaka. Competitive FPS player, game design student, and someone who has spent embarrassing amounts of money on in-game items before I understood the math. This article is the explanation I wish I'd had when I was rage-posting about "rigged" drop rates at 2am. Let me show you why your brain is lying to you about probability, what the math actually says, and why game developers aren't evil (well, not because of drop rates, at least).

How to Use

What 1% Actually Means A 1% drop rate means each individual attempt has a 1 in 100 chance of success. It does NOT mean "if I try 100 times, I'll definitely get one." Every single attempt is independent. The game doesn't remember that you've failed 99 times. Attempt 100 has the exact same 1% chance as attempt 1. This is called the Gambler's Fallacy and it's the most expensive cognitive bias in gaming (and gambling, and investing, and...). So what's the actual probability of getting at least one drop in 100 attempts at 1%? P(at least 1) = 1 - P(none) = 1 - (0.99)^100 = 1 - 0.366 = 63.4% Not 100%. Not even close. After 100 attempts at 1%, you still have a 36.6% chance of getting nothing. More than one in three players will walk away empty-handed after 100 tries. That's not a bug. That's math. I ran this through our probability calculator and then checked it against a binomial distribution table. The numbers matched. Here's the full picture: Attempts to get at least one drop at 1%: 50 attempts: 39.5% chance of success (60.5% chance of nothing) 100 attempts: 63.4% chance of success 200 attempts: 86.6% chance of success 300 attempts: 95.1% chance of success 500 attempts: 99.3% chance of success To have a 99% chance of getting at least one drop at 1%, you need roughly 460 attempts. Four hundred and sixty. Not 100. The "Expected Value" Trap People often say "the expected number of drops is 2 in 200 attempts" (200 Ă— 1% = 2). This is technically correct on average but misleading for individual experiences. The expected value is an average across all players. Your individual experience can be wildly different. In 200 attempts at 1%, here's the probability distribution: 0 drops: 13.4% 1 drop: 27.1% 2 drops: 27.2% 3 drops: 18.2% 4 drops: 9.0% 5+ drops: 5.1% The most likely outcomes are 1 or 2 drops, but a huge chunk of players (40.5%) will get 0 or 1. And 13.4% will get zero. Our probability calculator shows this distribution as a bell curve (well, binomial curve) that's hard to argue with. The Streak That Feels Impossible Here's where it gets really counterintuitive. In a game with daily login rewards at 1% chance of a rare item, over a year (365 days): Probability of having at least one 20-day dry streak: 72.3%. Most players will experience a stretch of 20+ days with no rare drop at least once during the year. Many will experience multiple such streaks. When this happens, it feels personal. "I haven't gotten a rare in three weeks!" But it's completely normal. It's expected. If it didn't happen, something would actually be wrong with the random number generator. I used our drop rate calculator to simulate 1,000 players opening 365 boxes each at 1%. The longest dry streaks ranged from 12 to 147 attempts. The median was 69. Half of all simulated players went 69+ attempts without a single drop at some point during the year. Sixty-nine attempts at 1% with no success. That's brutal. And completely normal. Why Developers Don't Use True Random Most games don't actually use pure random numbers for drop rates. They use pseudo-random distribution (PRD) or bad luck protection. Here's why: In Warcraft III, Blizzard found that players were miserable with true random critical hit chances. A 20% crit rate would sometimes result in 0 crits in 10 attacks (10.7% chance) or 5 crits in 10 attacks (3.2% chance). Both felt wrong. Players complained the game was "unfair" or "rigged." PRD adjusts the probability with each failed attempt. Instead of a flat 20%, it starts lower and increases after each miss. The average stays 20%, but extreme streaks become much rarer. Our probability calculator shows how PRD smooths the distribution compared to true random. Many modern games use some form of bad luck protection. Genshin Impact guarantees a 5-star within 90 pulls. Hearthstone guarantees a legendary within 40 packs. These systems exist because pure randomness feels terrible to human brains, even when it's mathematically fair.

Pro Tips

Use a probability calculator before spending. Know the actual odds of getting what you want within your budget. If you're spending $50 on loot boxes at $2.50 each with a 1% drop rate, you get 20 attempts. Your chance of success: 18.2%. Is an 18% chance worth $50 to you? Maybe. But make that decision knowing the real number, not the fantasy. Convert drop rates to expected cost. A 1% drop rate at $2.50 per attempt means the expected cost per drop is $250 (1 Ă· 0.01 Ă— $2.50). But "expected" means average. You could spend $50 and get it, or spend $500 and not get it. The variance is massive. Set a maximum spend before you start, not after. Don't chase losses. If you've spent $100 trying for a 1% drop and haven't gotten it, you're not "closer" to getting it. Each attempt is still 1%. The sunk cost fallacy in gaming is identical to the sunk cost fallacy in casinos. The money is gone regardless of what you do next. Stop when you hit your limit. Understand bad luck protection mechanics. If a game has pity timers or guaranteed drops at certain thresholds, those change the math significantly. Factor them into your probability calculations. Our drop rate calculator can model both pure random and pity-timer scenarios.

Common Mistakes to Avoid

Confusing "unlikely" with "impossible." A 1% chance means it happens. It happens a lot, actually, when millions of players are attempting it. That legendary drop that "nobody" gets? If 10 million players each try 100 times, 3.66 million of them get zero. That's a lot of angry forum posts for something working as intended. Assuming streaks indicate manipulation. Six losses in a row at 50/50 odds: 1.56% chance. Sounds rare. But if you play 1,000 matches, the probability of having at least one 6-loss streak is 99.9%. Streaks are not evidence of rigging. They're evidence of playing the game enough for statistics to work. Equating expected value with guaranteed outcome. "The expected return is 2 drops per 200 attempts" doesn't mean you'll get 2 drops. It means if every player on Earth did 200 attempts, the average would be about 2. You might get 0. You might get 7. The expected value is a statistical concept, not a promise. Our probability calculator can show you the full distribution so you know what to actually expect.

Try the Calculator

Ready to calculate? Use our free Drop Rates Are Rigged (Not Really, But Your Brain Thinks They Are) calculator.

Open Calculator