Normal Approximation Calculator

Approximate an exact binomial probability with the normal distribution, continuity correction, mean, standard deviation, and z-score.

Normal approximation to the binomial
Enter a binomial trial count, success probability, and number of successes.

About the normal approximation

The normal approximation calculator estimates a binomial probability by replacing a discrete binomial random variable with a continuous normal random variable. For a binomial experiment with n independent trials and constant success probability p, the exact distribution has mean np and variance np(1 - p). When the distribution is not too close to either boundary, a normal curve with the same mean and standard deviation can provide a fast and useful approximation. Because the binomial distribution takes only whole-number values while the normal distribution is continuous, this calculator applies a continuity correction. To approximate the probability of exactly x successes, it measures the normal area between x - 0.5 and x + 0.5. Those half-unit boundaries represent the full interval associated with the discrete count. Omitting this correction can noticeably reduce accuracy, especially when the sample is only moderately large. A common rule of thumb checks whether np and n(1 - p) are both at least 5. These quantities are the expected numbers of successes and failures. When both are sufficiently large, the binomial shape is generally smooth enough and far enough from its endpoints for the normal curve to follow it reasonably well. The calculator displays a warning when either quantity is below 5. That warning does not make the arithmetic invalid, but it signals that an exact binomial calculation is preferable. The displayed z-score shows how far x lies from the mean in standard-deviation units, while the probability uses the corrected endpoints rather than that single z-score. This distinction is important: the z-score helps interpret location, and the two corrected z-scores determine the area for an exact count. The approximation is especially useful for large quality-control samples, polling models, repeated independent tests, and classroom calculations where direct factorial formulas become cumbersome. Remember that the underlying experiment must satisfy binomial assumptions. The number of trials is fixed, each trial has two relevant outcomes, trials are independent, and p remains constant. If sampling without replacement from a small population or modeling changing probabilities, those assumptions may fail. For rare-event settings with very small p, a Poisson approximation may be more suitable, while software capable of exact binomial probabilities should be preferred whenever high precision is required.

Normal approximation examples

Each result includes the half-unit continuity correction.

InputsApproximate resultExplanation
n = 100, p = 0.5, x = 50P(X = 50) ≈ 0.079656The normal interval is 49.5 to 50.5 around a mean of 50.
n = 200, p = 0.25, x = 50P(X = 50) ≈ 0.06504The mean is 50 and the standard deviation is about 6.1237.
n = 100, p = 0.2, x = 22P(X = 22) ≈ 0.0878448Both np and n(1-p) exceed 5, so normal approximation is reasonable.

How to use the normal approximation calculator

  1. Enter the fixed number of independent binomial trials.
  2. Enter the probability of success on each trial as a decimal between zero and one.
  3. Enter the whole-number success count whose exact probability you want to approximate.
  4. Select Calculate and review the probability, distribution parameters, z-score, and validity notice.

Normal approximation FAQ

When can I approximate a binomial distribution with a normal distribution?

A standard guideline requires both np and n(1-p) to be at least 5. Larger values generally produce a smoother and more reliable approximation.

What is continuity correction?

Continuity correction expands a discrete count into a half-unit interval on the continuous normal scale. For exactly x successes, the calculator uses x - 0.5 through x + 0.5.

Why is the z-score not enough for an exact count?

A single point has zero area under a continuous curve. The corrected lower and upper z-scores create an interval whose area approximates the discrete probability mass.

Does this calculator return the exact binomial probability?

No. It returns a normal approximation designed for sufficiently large and balanced binomial samples. Use an exact binomial calculator when maximum precision is required.

What assumptions does the method require?

Trials should be independent, have two relevant outcomes, and share a constant success probability. The number of trials must also be fixed in advance.