Skip to main content
🔬 Advanced

Z-Poängberäknare – Standardpoäng, Percentil och Sannolikhet

Calculate the z-score for any data point, convert z-scores to percentiles, and find the probability of values occurring in a normal distribution. Our z-score calculator handles both population and sample statistics with detailed explanations.

Så här använder du den här kalkylatorn

  1. Ange Calculate
  2. Ange Data Point (x)
  3. Ange Mean (μ)
  4. Ange Standard Deviation (σ)
  5. Ange Z-Score
  6. Klicka på knappen Beräkna
  7. Läs av resultatet som visas under kalkylatorn

What Is a Z-Score?

A z-score (also called a standard score) measures how many standard deviations a data point is from the mean of a dataset. The formula is: z = (x − μ) / σ, where x is the value, μ is the mean, and σ is the standard deviation.

Z-scores allow comparison of values from different distributions. For example, you can compare a test score of 80 out of 100 (mean 70, SD 10) to a score of 55 out of 75 (mean 50, SD 8) by converting both to z-scores.

A z-score of 0 means the value equals the mean. A z-score of +1 means one standard deviation above the mean. A z-score of −2 means two standard deviations below the mean.

The Standard Normal Distribution

The standard normal distribution (Z distribution) has mean = 0 and standard deviation = 1. Any normal distribution can be converted to the standard normal by calculating z-scores.

Key percentages of the empirical rule:

Values beyond z = ±3 are rare (0.3% probability) — these are statistical outliers by conventional definitions.

Z-Score to Percentile Conversion

Z-ScorePercentileInterpretation
−3.00.13%Extremely low
−2.02.28%Very low (bottom 2.3%)
−1.015.87%Below average
0.050.00%Average (median)
+1.084.13%Above average
+1.64595.00%Top 5%
+2.097.72%Top 2.3%
+2.57699.50%Top 0.5%
+3.099.87%Extremely high

Applications of Z-Scores

Hypothesis Testing with Z-Scores

In statistics, z-scores are central to hypothesis testing. A z-test compares a sample mean to a known population mean:

z = (x̄ − μ) / (σ / √n), where x̄ is the sample mean, μ is the population mean, σ is population standard deviation, and n is sample size.

The resulting z-score is compared to critical values for the chosen significance level (α):

Z-Score vs T-Score

When should you use a z-score vs. a t-score?

In practice, for large samples (n > 100), z and t distributions are nearly identical. The t-distribution has heavier tails, accounting for additional uncertainty from not knowing σ exactly.

Interpreting Extreme Z-Scores

Extreme z-scores have important practical implications:

Senast uppdaterad: March 2026

Frequently Asked Questions

What is a good z-score?

There's no universally "good" z-score — it depends on context. In academic testing, a z-score of +1 to +2 (above average) is generally positive. In quality control, you want processes as close to z = 0 as possible. In finance, a high z-score (Altman) indicates financial stability.

How do you calculate a z-score?

z = (x − μ) / σ. Subtract the mean from your value, then divide by the standard deviation. Example: value = 75, mean = 70, SD = 10 → z = (75−70)/10 = 0.5. This means 75 is half a standard deviation above the mean.

What does a z-score of 1.5 mean?

A z-score of 1.5 means the value is 1.5 standard deviations above the mean. This corresponds to the 93.3rd percentile — the value is higher than 93.3% of the distribution.

Can z-scores be negative?

Yes. A negative z-score means the value is below the mean. A z-score of −2 means the value is 2 standard deviations below the mean, at approximately the 2.3rd percentile.

What is the z-score for 95th percentile?

The z-score for the 95th percentile is 1.645 (one-tailed). This means 95% of the distribution falls below this z-score. For a two-tailed 95% confidence interval, the critical z-values are ±1.96.

How do you find the area to the left of a z-score?

The area to the left of a z-score = the cumulative distribution function (CDF) of the standard normal distribution at that z. This equals the probability that a randomly selected value is less than z. Use a z-table or the erfc function: P(Z ≤ z) = 0.5 × erfc(−z/√2).

What is the difference between z-score and percentile?

Z-score measures distance from the mean in standard deviation units. Percentile ranks a value within the distribution (0–100%). They're related: a z-score of 0 = 50th percentile; z = 1 = ~84th percentile. Percentiles are more intuitive; z-scores are more useful mathematically.

What z-score corresponds to the 99th percentile?

A z-score of approximately 2.326 corresponds to the 99th percentile. This means only 1% of the distribution falls above this value.

Is z-score the same as standard deviation?

No. Standard deviation (σ) measures the spread of an entire dataset. Z-score measures where a single value sits relative to the distribution, expressed in standard deviation units. A z-score uses the standard deviation in its calculation.

What is a z-score in healthcare?

In healthcare, z-scores are used for bone density measurements (DXA/DEXA scans compare to age-matched peers as Z-score, and to young adults as T-score), growth charts (height/weight z-scores vs age-sex norms), and clinical lab reference ranges.