Z-score Calculator

Single value • Sample mean • Percentile ⇄ Z • Ajax loading • Hard reset
Live

Mode

Quick summary
Pick a mode and enter values.
x
μ
σ
Uses population standard deviation σ (must be > 0).

Results

Z-score
Percentile (Φ(z))
As a percentage of the standard normal CDF.
Tail probabilities
Left tail Φ(z) / Right tail 1−Φ(z)
Updating…

Action

Hard reset: cancels pending updates and clears everything on the first click.

Important Note: Single value uses SD; sample mean uses SE = σ/√n; percentile modes use the standard normal distribution.

Use this Z-Score Calculator to standardize a value, standardize a sample mean, convert percentile to z, or convert z to percentile. It is useful for statistics homework, normal-distribution problems, exam scores, standardized measurements, and quick probability lookups when you want to move between raw values, z-scores, percentiles, and standard normal tail probabilities.

Reviewed by: AjaxCalculators Editorial Team
Last updated: May 3, 2026
Method source: Standard z-score formulas and standard normal cumulative distribution relationships
Editorial standards: AjaxCalculators Editorial Policy

What This Z-Score Calculator Calculates

This calculator supports four standard normal and z-score tasks:

  • Single value z-score: standardizes one raw value from x, mean, and standard deviation
  • Sample mean z-score: standardizes a sample mean using population mean, population SD, and sample size
  • Percentile to z: finds the standard normal z-score for a selected percentile
  • Z to percentile: converts a z-score into its standard normal percentile

Depending on the mode selected, it can also show:

  • Percentile, Φ(z): the cumulative probability at or below the z-score
  • Left-tail probability: probability below or equal to z
  • Right-tail probability: probability above z
  • Standard error: used when standardizing a sample mean

What Is a Z-Score?

A z-score tells you how far a value is from the mean in standard deviation units. It is a standardized way to describe position.

A z-score of 0 means the value is exactly at the mean. A positive z-score means the value is above the mean. A negative z-score means the value is below the mean.

Z-Score Meaning Simple Interpretation
z = 0 Value is at the mean Average position
z = 1 Value is 1 standard deviation above the mean Above average
z = −1 Value is 1 standard deviation below the mean Below average
z = 2 Value is 2 standard deviations above the mean High relative position
z = −2 Value is 2 standard deviations below the mean Low relative position

Single Value Z-Score Formula

Use single-value mode when you want to standardize one raw value using a mean and standard deviation.

z = (x − μ) / σ

Where:

  • z = z-score
  • x = observed value
  • μ = population mean
  • σ = population standard deviation

This formula answers the question: “How many standard deviations is this value above or below the mean?”

Sample Mean Z-Score Formula

Use sample-mean mode when you are standardizing a sample mean instead of one individual value. This mode uses the standard error, not the raw standard deviation alone.

z = (x̄ − μ) / (σ / √n)

Where:

  • z = z-score for the sample mean
  • = sample mean
  • μ = population mean
  • σ = population standard deviation
  • n = sample size
  • σ / √n = standard error of the sample mean

This formula answers the question: “How many standard errors is the sample mean above or below the population mean?”

Formula Summary

Calculation Formula Use
Single value z-score z = (x − μ) / σ Standardize one raw value
Standard error SE = σ / √n Measure sampling variability of a sample mean
Sample mean z-score z = (x̄ − μ) / SE Standardize a sample mean
Z to percentile Percentile = Φ(z) × 100% Convert z-score to cumulative standard normal percentile
Percentile to z Find z such that Φ(z) = p Find the z-score for a selected percentile
Right-tail probability 1 − Φ(z) Find the probability above a z-score

Single Value vs Sample Mean Z-Score

Single-value mode and sample-mean mode are related, but they are not interchangeable.

Mode What Is Being Standardized? Denominator Best Use
Single value z-score One raw value x σ Exam scores, measurements, individual observations
Sample mean z-score A sample mean x̄ σ / √n Sampling distribution and z-test style problems

Use single-value mode when you are comparing one observation to a distribution. Use sample-mean mode when you are comparing an average from a sample to a population mean.

Percentile to Z

In standard normal problems, converting a percentile to z means finding the z-score whose cumulative probability equals the selected percentile.

Find z such that P(Z ≤ z) = p

For example:

  • The 50th percentile corresponds to z = 0.
  • A high percentile corresponds to a positive z-score.
  • A low percentile corresponds to a negative z-score.

Percentile-to-z conversion is useful for normal-distribution homework, standardized test interpretation, cutoff scores, and probability lookup problems.

Z to Percentile

Converting z to percentile means evaluating the standard normal cumulative distribution function.

Percentile = Φ(z) × 100%

This gives the percentage of the standard normal distribution that falls at or below that z-score.

For example, if z = 1, the standard normal percentile is about 84.13%. That means about 84.13% of the standard normal distribution lies at or below z = 1.

Left Tail, Right Tail, and Percentile

The same z-score can be described using left-tail probability, right-tail probability, or percentile.

Output Meaning Formula or Relationship
Left-tail probability Area at or below z Φ(z)
Percentile Left-tail probability written as a percent Φ(z) × 100%
Right-tail probability Area above z 1 − Φ(z)

For example, if the left-tail probability is 0.8413, then the percentile is 84.13% and the right-tail probability is 0.1587.

Common Z-Scores and Percentiles

Z-Score Approx. Percentile Approx. Right Tail Meaning
−2.00 2.28% 97.72% Very low relative position
−1.00 15.87% 84.13% One SD below mean
0.00 50.00% 50.00% At the mean
1.00 84.13% 15.87% One SD above mean
1.645 95.00% 5.00% Common one-sided 5% cutoff
1.96 97.50% 2.50% Common two-sided 5% cutoff side
2.00 97.72% 2.28% Very high relative position

These values are approximate and are useful for checking standard normal calculations.

Worked Example A: Single Value Z-Score

Suppose a test score is 85, the mean is 70, and the population standard deviation is 10.

Step 1: Use the z-score formula

z = (x − μ) / σ

Step 2: Substitute the values

z = (85 − 70) / 10

Step 3: Calculate

z = 15 / 10 = 1.5

Result: The score has a z-score of 1.5. This means the score is 1.5 standard deviations above the mean.

Worked Example B: Single Value Below the Mean

Suppose a value is 42, the mean is 50, and the population standard deviation is 8.

Step 1: Use the formula

z = (x − μ) / σ

Step 2: Substitute the values

z = (42 − 50) / 8

Step 3: Calculate

z = −8 / 8 = −1

Result: The value is 1 standard deviation below the mean.

Worked Example C: Sample Mean Z-Score

Suppose a sample mean is 52, the population mean is 50, the population standard deviation is 8, and the sample size is 16.

Step 1: Compute the standard error

SE = σ / √n = 8 / √16 = 8 / 4 = 2

Step 2: Compute the sample mean z-score

z = (x̄ − μ) / SE

z = (52 − 50) / 2 = 1

Result: The sample mean is 1 standard error above the population mean.

Worked Example D: Z to Percentile

Suppose you enter:

z = 1

The standard normal cumulative distribution gives:

Φ(1) ≈ 0.8413

Percentile = 0.8413 × 100% = 84.13%

Right-tail probability = 1 − 0.8413 = 0.1587

Result: A z-score of 1 is approximately the 84.13th percentile of the standard normal distribution.

Worked Example E: Percentile to Z

Suppose you want the z-score for the 90th percentile of the standard normal distribution.

This means:

Find z such that Φ(z) = 0.90

The approximate result is:

z ≈ 1.282

Result: The 90th percentile of the standard normal distribution corresponds to about z = 1.282.

Worked Example F: Converting a Raw Score to a Percentile

Suppose an exam score is 85, the mean is 70, and the standard deviation is 10.

Step 1: Convert the raw score to z

z = (85 − 70) / 10 = 1.5

Step 2: Convert z to percentile

Φ(1.5) ≈ 0.9332

Percentile ≈ 93.32%

Result: Under a normal-distribution assumption, a score of 85 is around the 93rd percentile for this distribution.

Z-Scores and the Empirical Rule

For approximately normal data, z-scores connect to the common empirical rule:

  • About 68% of values fall within z = −1 and z = 1.
  • About 95% of values fall within z = −2 and z = 2.
  • About 99.7% of values fall within z = −3 and z = 3.

This rule only fits approximately normal distributions. It should not be applied automatically to skewed data, small datasets, outlier-heavy data, or non-normal score distributions.

How to Use This Z-Score Calculator

  1. Select the calculation type: Single value, Sample mean, Percentile → Z, or Z → Percentile.
  2. Enter the required inputs for that mode.
  3. For single-value mode, enter x, μ, and σ.
  4. For sample-mean mode, enter , μ, σ, and n.
  5. For percentile conversion, enter the percentile as a percent from 0 to 100.
  6. For z-to-percentile conversion, enter the z-score directly.
  7. Click Calculate if the tool requires it.
  8. Review the z-score, percentile, left-tail probability, and right-tail probability in the results panel.

How to Interpret the Result

Z-score tells you how far the value or sample mean is from the mean after standardization.

Percentile tells you what proportion of the standard normal distribution lies at or below that z-score.

Left tail is the cumulative probability up to z. Right tail is the remaining probability above z.

Larger positive z-scores correspond to higher percentiles. Larger negative z-scores correspond to lower percentiles.

Result Pattern Possible Meaning What to Check
z is positive The value is above the mean Check how far above using the z-score size
z is negative The value is below the mean Check how far below using the z-score size
z is 0 The value equals the mean Percentile is about 50% in the standard normal distribution
Percentile is high The z-score is above most of the standard normal distribution Confirm the distribution assumption is appropriate
Right tail is small Few standard normal values are above that z-score Useful for cutoff or upper-tail probability problems

When This Calculator Is Useful

This calculator is useful for standardization, normal-distribution practice, and quick probability checks.

  • Standardize exam scores or measurements
  • Compare values from different normal-style scales
  • Convert percentiles into z-scores
  • Convert z-scores into percentiles
  • Find left-tail and right-tail probabilities
  • Work with sampling-distribution z-scores for sample means
  • Prepare for z-tests and confidence interval problems
  • Check statistics homework or textbook examples

When You May Need More Than This Calculator

A z-score calculator is useful for many introductory statistics tasks, but more analysis may be needed when:

  • the data are not approximately normal and percentile interpretation matters
  • the population standard deviation is unknown
  • the sample size is small and inference is needed
  • the dataset is skewed or has strong outliers
  • scores come from a custom, non-normal, or weighted distribution
  • you need confidence intervals or formal hypothesis testing
  • you are comparing groups rather than standardizing one value
  • you are using results for research, publication, medical, financial, legal, educational placement, policy, or other high-stakes decisions

Common Mistakes to Avoid

  • Confusing z-score and percentile: z is a standardized score, while percentile is a cumulative percentage.
  • Using sample-mean mode for one raw value: sample-mean mode uses standard error and is not the same as single-value standardization.
  • Using single-value mode for a sample mean: sample means should be standardized with standard error when doing sampling-distribution problems.
  • Entering standard deviation as zero: standard deviation must be greater than zero for z-score calculations.
  • Assuming percentile conversion works for every dataset: z-to-percentile conversion uses the standard normal distribution.
  • Ignoring normality: percentile interpretations can be misleading if the real distribution is not approximately normal.
  • Confusing left-tail and right-tail probabilities: left tail is below z, while right tail is above z.
  • Using z methods when σ is unknown for inference: t-based methods may be more appropriate when standard deviation is estimated from sample data.

Assumptions and Important Notes

  • This calculator is built around the standard normal distribution.
  • Single-value mode uses the population standard deviation σ.
  • Sample-mean mode uses the standard error σ / √n, not the raw SD alone.
  • Percentile modes refer to the standard normal percentile, not directly to a raw-score distribution unless you standardize first.
  • Standard deviation must be greater than zero.
  • Sample size must be positive in sample-mean mode.
  • A z-score of 0 means the value is exactly at the mean.
  • A z-score does not prove the data are normally distributed.
  • If you are working from sample data rather than a known population SD, be careful not to confuse a z-score tool with a t-based inference setting.

Practical Uses of a Z-Score Calculator

  • Convert raw scores into standardized scores
  • Compare values measured on different scales
  • Estimate standard normal percentiles
  • Find left-tail and right-tail probabilities
  • Convert a percentile cutoff into a z-score
  • Study normal distribution problems
  • Support z-test and confidence interval learning
  • Check whether a value is above or below average in standardized units

References

  1. Penn State STAT 200: z-scores
  2. Penn State STAT 200: z-score and sample-mean z formulas
  3. NIST/SEMATECH e-Handbook: cumulative distribution function of the standard normal distribution
  4. Penn State STAT 500: normal percentiles and inverse cumulative probability
  5. Penn State STAT 200: probability and normal distributions

Related Calculators

Frequently Asked Questions

What does this Z-Score Calculator do?

It calculates z-scores for single values or sample means, converts percentiles to z-scores, and converts z-scores to standard normal percentiles.

What is a z-score?

A z-score tells you how many standard deviations a value is above or below the mean.

What is the single-value z-score formula?

The formula is z = (x − μ) / σ, where x is the value, μ is the mean, and σ is the population standard deviation.

What is the sample mean z-score formula?

The formula is z = (x̄ − μ) / (σ / √n), where σ / √n is the standard error.

What does a positive z-score mean?

A positive z-score means the value is above the mean.

What does a negative z-score mean?

A negative z-score means the value is below the mean.

What does z = 0 mean?

A z-score of 0 means the value is exactly equal to the mean.

Is z-score the same as percentile?

No. A z-score is a standardized score. A percentile is the percentage of values at or below a point in a distribution.

How do I convert z to percentile?

Use the standard normal cumulative distribution: Percentile = Φ(z) × 100%.

How do I convert percentile to z?

Find the z-score where the standard normal cumulative probability equals the percentile written as a decimal.

What percentile is z = 1?

In the standard normal distribution, z = 1 is about the 84.13th percentile.

What percentile is z = 0?

In the standard normal distribution, z = 0 is the 50th percentile.

What is right-tail probability?

Right-tail probability is the area above the z-score. It is calculated as 1 − Φ(z).

What is left-tail probability?

Left-tail probability is the area at or below the z-score. It is calculated as Φ(z).

When should I use sample-mean mode?

Use sample-mean mode when you are standardizing an average from a sample, not one individual value.

Can I use this calculator if standard deviation is unknown?

You can calculate descriptive z-scores from a supplied standard deviation, but formal inference may require a t-based method if population standard deviation is unknown.

Does a z-score prove data are normally distributed?

No. A z-score standardizes a value, but it does not prove that the original data follow a normal distribution.

Can this calculator replace statistical software?

No. It is useful for learning and quick checks, but full statistical software may be needed for complex inference, non-normal data, weighted data, or high-stakes analysis.

Disclaimer: This Z-Score Calculator provides educational standardization and standard normal distribution estimates for single values, sample means, percentile-to-z conversion, and z-to-percentile conversion. Results depend on the value entered, mean, population standard deviation, sample size, percentile, z-score, rounding, and whether the standard normal model is appropriate. Single-value z-score mode uses the formula z = (x − μ) ÷ σ, while sample-mean mode uses the standard error σ ÷ √n, so these two modes should not be used interchangeably. Percentile conversion modes refer to the standard normal distribution, not automatically to any raw-score dataset unless the raw values have been correctly standardized first. A z-score describes relative position, but it does not by itself prove normality, statistical significance, causation, fairness, or practical importance. If the population standard deviation is unknown and estimated from sample data, a t-based method may be more appropriate for inference. Use this calculator for learning, homework, normal-distribution practice, and quick standardization checks, and use full statistical software or qualified statistical guidance for research, publication, medical, legal, financial, policy, or other high-stakes decisions.

More of our calculators...

t-statistic Calculator

Use our t-Statistic Calculator to compute the t value, degrees of freedom, and standard error for one-sample, two-sample, Welch, pooled, or paired t-tests.

t-test Calculator

Use our T-Test Calculator to compute t statistic, p-value, confidence interval, and conclusion for one-sample, Welch, pooled, or paired t-tests.

Outlier Calculator (Tukey Fences)

Use our Outlier Calculator to find low and high outliers with Tukey fences and the IQR method. Get Q1, Q3, IQR, fences, counts, and sorted data fast.

Power Analysis Calculator

Use our Power Analysis Calculator to estimate sample size per group, statistical power, and minimum detectable effect for a two-sample mean test with alpha and standard deviation.

Sample Size Calculator

Use our Sample Size Calculator to estimate sample size for a mean or proportion from confidence level, margin of error, and optional finite population correction.

Margin of Error Calculator

Use our Margin of Error Calculator to find margin of error for a mean or proportion from sample size, confidence level, and z value.

Percentile Calculator

Use our Percentile Calculator to find percentile values from a data set with nearest rank or linear interpolation. Supports raw numbers and value:count input.

Variance Calculator

Use our Variance Calculator to find sample or population variance from a data set. Get mean, variance, standard deviation, SSE, range, and sorted values fast.

IQR (Interquartile Range) Calculator

Use our IQR Calculator(Interquartile Range) to find Q1, Q3, median, and interquartile range from a data set. Supports raw numbers, value:count input, and two quartile methods.