Loading…

Standardizing a Normal Distribution

Statistics • Continuous Random Variables and the Normal Distribution

View all topics

Standardizing a Normal Distribution (z-scores)

Convert values from a normal distribution (μ, σ) into standard units (z), then compute probabilities as areas under the curve. This calculator also supports bulk standardization by pasting values or CSV data.

Single / Interval Probability

Example: μ=50, σ=10, left of x=55
Example: μ=25, σ=4, between x=18 and x=34
Example: Standard normal, right of z=2.32
Example: μ=40, σ=5, right of x=55
Continuous-variable reminders: The probability for a single exact value is 0, so P(X = x) = 0 and P(X ≤ x) = P(X < x). Probabilities are interpreted as areas under the curve and are always nonnegative.

Step-by-step

This updates the shaded area based on the current task.
Empirical rule (standard normal idea): Approximately 68.26% of the area lies within z ∈ [-1, 1], 95.44% within z ∈ [-2, 2], and 99.74% within z ∈ [-3, 3].

Bulk: Paste values / Paste CSV

Paste numbers (one per line) or paste CSV text (first numeric column will be used). You can also load a CSV file. Then generate a table of x, z, and Φ(z) (area to the left).

# x z Φ(z) (left area) Percentile

Note: Φ(z) is the cumulative probability to the left. Right-tail area is 1 − Φ(z).

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What does it mean to standardize a normal distribution?

Standardizing converts a value x from X ~ N(mu, sigma) into a z-score measured in standard deviations from the mean. After standardization, you interpret the value on the standard normal scale.

How do you calculate a z-score from x, mu, and sigma?

Use z = (x - mu) / sigma with sigma > 0. The result tells you how many standard deviations x is above (positive) or below (negative) the mean.

How do I standardize an interval from x1 to x2?

Compute z1 = (x1 - mu) / sigma and z2 = (x2 - mu) / sigma. The interval probability on X corresponds to the same bounds on the Z scale.

Why must sigma be greater than 0 when standardizing?

Sigma is a standard deviation and cannot be 0 or negative. If sigma were 0, the z-score formula would involve division by 0 and the distribution would not be a valid normal spread.

What does a negative z-score mean?

A negative z-score means the x value is below the mean mu. Its magnitude tells how many standard deviations below the mean the value lies.