Free probability calculator for every type of question. Single event, multiple events, 3 events, dice, coin flip, binomial, normal distribution, z-score, implied probability, odds, poker, and pregnancy probability. Step-by-step formulas included.
Click any mode card to jump to that calculator. Each mode uses the correct formula for that type of probability problem.
Basic probability for any single event with known outcomes.
AND, OR, and ALL probability for 2 or 3 simultaneous events.
Any dice type, number of dice, exact value, at least, at most, or exact sum.
Exactly k, at least k, at most k heads, or k heads in a row.
Exactly, at most, or at least k successes in n independent trials.
Left tail, right tail, two-tailed, and between ±z probability.
Convert betting odds to probability and probability to odds. Sports, poker, finance.
Probability of A given B already occurred. Includes Bayes' theorem.
Dice roll probability, card game odds, coin flip outcomes, and poker probability help you understand the actual math behind games of chance.
Convert American, decimal, and fractional betting odds to implied probability. Identify edges when the true probability exceeds the bookmaker's implied probability.
Z-score probability and normal distribution are essential for hypothesis testing, quality control (Six Sigma), and interpreting research data.
The miscarriage probability calculator, labor probability calculator, and conception probability tool help patients understand statistical risk — always alongside professional medical advice.
Our step-by-step probability solutions show the formula, substitution, and answer clearly — perfect for statistics homework, exam preparation, and learning probability theory.
Binomial and conditional probability underpin insurance pricing, actuarial science, and risk assessment. Calculate probabilities for rare events across multiple trials.
A probability calculator is a free online tool that computes the likelihood of one or more events occurring. Our calculator covers 11 modes — single event theoretical probability, multiple events (2 or 3), conditional probability, binomial probability, normal distribution and z-score probability, implied probability from betting odds, dice roll probability, coin flip probability, poker hand probability, and pregnancy probability including miscarriage probability calculator and labor probability by week. Every result shows the formula used and step-by-step working so you understand exactly how the probability was calculated.
The basic formula for theoretical probability is: P = favorable outcomes / total outcomes. This is used when all outcomes are equally likely. For more complex situations, different formulas apply.
| Problem Type | Formula | Example |
|---|---|---|
| Single event | P = F / T | Rolling a 6: 1/6 = 16.7% |
| A and B (independent) | P(A) × P(B) | Two heads: 0.5 × 0.5 = 25% |
| A or B | P(A) + P(B) - P(A and B) | King or heart: 30.8% |
| 3 events all occurring | P(A) × P(B) × P(C) | Three sixes: (1/6)³ = 0.46% |
| Conditional P(A|B) | P(A and B) / P(B) | King given face card: 33.3% |
| Binomial | C(n,k) × p^k × (1-p)^(n-k) | 3 heads in 5 flips: 31.25% |
| Complement | 1 - P(A) | Not rolling a 6: 1 - 1/6 = 83.3% |
Our dice roll probability calculator supports D4, D6, D8, D10, D12, D20, and D100 dice with up to 10 dice. For a single die with n sides, the probability of rolling any specific number is 1/n. For multiple dice, the exact sum probability is calculated by counting all combinations that add up to the target value.
P(rolling at least 5 on D6) = 2/6 = 33.3% • P(sum = 7 with 2D6) = 6/36 = 16.7% • P(rolling a 20 on D20) = 1/20 = 5%
The coin flip probability calculator uses the binomial formula with p = 0.5. For exactly k heads in n flips: P = C(n,k) × 0.5^n. For a streak of k heads in a row: P = (0.5)^k. The law of large numbers ensures that over many flips, the observed ratio approaches 50%.
Exactly 5 heads in 10 flips: 24.6% • At least 7 heads in 10 flips: 17.2% • 5 heads in a row: (0.5)^5 = 3.125%
The binomial distribution probability calculator handles any repeated experiment with two outcomes (success/failure). Enter n (trials), k (successes), and p (probability per trial). Choose exactly k, at most k, or at least k successes.
A factory has 5% defect rate. What is the probability of finding exactly 2 defects in a batch of 20? n=20, k=2, p=0.05 → P = C(20,2) × 0.05² × 0.95¹⁸ = 189 × 0.0025 × 0.3972 = 18.79%
The z-score probability calculator (also called the normal distribution probability calculator) finds the area under the standard normal curve. A z-score tells you how many standard deviations from the mean a value lies. Enter your z-score and choose left tail P(X < z), right tail P(X > z), two-tailed P(|X| > z), or the area between ±z.
z = 1.96: Left tail = 97.5%, Right tail = 2.5% (used for 95% confidence intervals) • z = 2.576: Right tail = 0.5% (used for 99% CI) • z = 0: Left tail = 50% (median equals mean)
The implied probability calculator converts betting odds into the probability that the bookmaker is pricing into each outcome. This is essential for value betting — when your calculated probability exceeds the implied probability, there may be a positive expected value.
| Odds Format | Example | Formula | Implied Prob |
|---|---|---|---|
| American (favorite) | -110 | 110 / (110+100) | 52.38% |
| American (underdog) | +150 | 100 / (150+100) | 40.00% |
| Decimal | 2.50 | 1 / 2.50 | 40.00% |
| Fractional | 3/2 | 2 / (3+2) | 40.00% |
Our poker probability calculator shows the exact probability of being dealt each poker hand from a standard 52-card deck. The total number of 5-card hands is C(52,5) = 2,598,960. Probabilities range from the royal flush (1 in 649,740) to a high card hand (50.12%). Pre-flop probabilities are also included for pocket pairs, suited connectors, and specific starting hands like AK.
Our pregnancy probability calculator provides three statistical measures based on published population data:
Important: Pregnancy probability data is based on population averages and published research. These figures are for educational and informational purposes only. Always consult your OB-GYN, midwife, or healthcare provider for personalized medical advice and risk assessment.
Our probability calculator for 3 events calculates all three events occurring simultaneously (A AND B AND C), at least one occurring (A OR B OR C), and none occurring. For independent events: P(A and B and C) = P(A) × P(B) × P(C). For "at least one": P(at least one) = 1 – P(none) = 1 – (1-P(A)) × (1-P(B)) × (1-P(C)).
P(A)=0.5, P(B)=0.3, P(C)=0.4 → P(all three) = 0.5 × 0.3 × 0.4 = 6% • P(at least one) = 1 – 0.5 × 0.7 × 0.6 = 1 – 0.21 = 79%
How to find probability on a calculator: Match your question to the right mode. For equally-likely outcomes use Single Event. For two events use AND/OR mode. For given information use Conditional. For repeated trials use Binomial. For bell curve statistics use Z-Score. For betting lines use Implied Odds. The calculator shows you the formula and every step of the calculation.
A probability calculator is a free online tool that computes how likely an event is to occur using mathematical formulas. Our calculator handles 11 types of probability — from basic single event calculations to advanced binomial distribution, normal distribution, z-score probability, implied probability from odds, dice rolls, coin flips, poker hands, and pregnancy statistics. All results are shown as a fraction, decimal, and percentage with full step-by-step formula working.
To use a probability calculator: (1) Choose the mode that matches your problem — Single Event for basic questions, Multiple Events for 2 or 3 events, Binomial for repeated trials, Z-Score for normal distribution problems, Dice for dice rolls, Coin for coin flips, Implied for betting odds, Poker for card hands, or Pregnancy for medical probability. (2) Enter the values in the labeled fields. (3) Click Calculate Probability. The result shows as fraction, decimal, and percentage with the formula explained step by step.
To calculate probability: divide favorable outcomes by total outcomes. P = favorable / total. Example: probability of drawing a red card from a deck = 26/52 = 0.5 = 50%. For two independent events: multiply their probabilities. For binomial probability: use C(n,k) × p^k × (1-p)^(n-k). For z-score probability: look up the area under the normal curve for your z-value. Our calculator performs all these calculations automatically — just enter the numbers.
Find probability by matching the question type to the correct calculator mode. For equally likely outcomes (dice, cards, spinners): use Single Event mode with favorable outcomes and total outcomes. For repeated experiments: use Binomial mode. For bell curve statistics: use Z-Score mode. For sports betting lines: use Implied Odds. For three simultaneous events: use the 3 Events mode. Each mode shows clearly labeled input fields and returns probability in all three formats automatically.
Solve any probability problem in 3 steps: (1) Identify the type — single event, multiple events, conditional, binomial, or special (z-score, dice, coin, poker, pregnancy). (2) Select the matching mode in our calculator and enter your values. (3) Read the result — fraction, decimal, percentage, and the step-by-step solution are all displayed so you can learn and verify the method. For 3-event probability, use the Multiple Events tab and switch to "3 Events." For normal distribution, use Z-Score mode.
For a fair die with n sides, the probability of rolling any specific value is 1/n. A D6 die: P(rolling 4) = 1/6 = 16.7%. A D20: P(natural 20) = 1/20 = 5%. For multiple dice, use our Dice Roll calculator to select die type, number of dice, and target value — it calculates exact, at-least, at-most, and exact-sum probabilities. Rolling at least 5 on a D6 = 2/6 = 33.3%. Rolling a sum of 7 with 2D6 = 6/36 = 16.7%.
Implied probability is the likelihood of an outcome as expressed by betting odds. For American odds of -110: implied probability = 110 / (110+100) = 52.38%. For +150: implied probability = 100 / (150+100) = 40%. For decimal odds of 2.50: implied probability = 1/2.50 = 40%. Bookmakers build in a margin (the "vig" or "juice"), so the implied probabilities of all outcomes in a market add up to more than 100%. Use our Implied Odds calculator to convert any odds format instantly.
Miscarriage probability decreases significantly as pregnancy progresses. Before 6 weeks: approximately 22–27%. Weeks 6–7 (heartbeat detected): ~10–15%. Weeks 8–9: ~5–7%. Weeks 10–11: ~3–4%. After week 12: ~1–2%. These statistics are based on population-level research and vary based on age, medical history, and individual factors. Use our Pregnancy calculator for week-by-week estimates. Always consult your OB-GYN or midwife for personal medical guidance — these numbers are for information only.