# Z-Score Calculator

Calculate a z-score from a raw value using a dataset or manually entered mean and standard deviation

> Canonical page: https://elysiatools.com/en/tools/z-score-calculator

- **Category:** Math & Numbers

- **Keywords:** z score, z-score, standard score, normal distribution, statistics, percentile

## Overview

Calculate a standard score for a raw value.

z = (x - mean) / standard deviation

Provide a dataset to derive the mean and standard deviation automatically, or enter known mean and standard deviation values directly. The result also includes the normal percentile estimate.

## Inputs

- **Raw Value** (text): e.g. 85
- **Dataset Optional** (textarea): e.g. 80, 85, 90, 95, 100. If provided, mean and standard deviation are derived from this dataset.
- **Mean Optional** (text): Used when dataset is empty
- **Standard Deviation Optional** (text): Used when dataset is empty
- **Standard Deviation Type** (select)
- **Decimal Places** (number)

## When to use

- Comparing individual data points from different normal distributions, such as standardized test scores.
- Identifying statistical outliers within a dataset by finding values with unusually high or low standard scores.
- Determining the relative standing or percentile rank of a specific value within a normal distribution.

## How it works

- Enter the raw value you want to evaluate in the designated input field.
- Provide a comma-separated dataset to automatically calculate the mean and standard deviation, or enter these parameters manually.
- Select whether your data represents a sample or an entire population to apply the correct standard deviation formula.
- The tool calculates the z-score using the formula z = (x - μ) / σ and outputs the standard score alongside the mean and standard deviation.

## Use cases

- Evaluating student performance by comparing a raw exam score against the class average and spread.
- Quality control in manufacturing to measure how far a product's dimensions deviate from the target specification.
- Financial analysis to assess the volatility of an investment return relative to historical market performance.

## Frequently asked questions

### What is a z-score?

A z-score, or standard score, indicates how many standard deviations a raw data point is above or below the mean of its distribution.

### Should I use sample or population standard deviation?

Use population if your dataset includes every member of the group you are studying. Use sample if your data is only a subset of the larger population.

### What does a negative z-score mean?

A negative z-score means the raw value is below the average (mean) of the dataset. A positive z-score means it is above the average.

### Can I calculate a z-score without a full dataset?

Yes. If you already know the mean and standard deviation of your distribution, you can enter them manually instead of providing a full dataset.

### What is considered a normal z-score?

In a normal distribution, about 68% of values have a z-score between -1 and 1, and 95% fall between -2 and 2. Values beyond -3 or 3 are typically considered outliers.

## Related tools

- [Duct Size Calculator (Flow Rate × Velocity)](https://elysiatools.com/en/tools/duct-size-calculator): Size a duct cross-section from the air flow rate Q and the design mean velocity v: area A = Q/v. Circular duct diameter D = √(4A/π). Rectangular duct with aspect ratio r = a/b gives b = √(A/r) and a = r·b, plus the ASHRAE equivalent diameter D_eq = 1.30·(a·b)^0.625/(a+b)^0.25. Flow rate in m³/s/m³/h/CFM, velocity in m/s; dimensions reported in mm and inches.
- [Effect Size Calculator](https://elysiatools.com/en/tools/effect-size-calculator): Calculate Cohen d, Hedges g, Cohen h for proportions, or correlation r effect sizes from summary statistics
- [Fatigue Limit Calculator (Goodman / Gerber / Soderberg)](https://elysiatools.com/en/tools/fatigue-limit-calculator): Mean-stress fatigue correction under cyclic loading. Given stress amplitude σ_a, mean stress σ_m, and material σ_uts / σ_-1 (endurance limit) / σ_y, compute safety factors from three classical criteria: Modified Goodman (linear, conservative), Gerber (parabolic, better for ductile metals), and Soderberg (uses σ_y, most conservative). Reports the governing (smallest) value and whether the operating point lies inside the Goodman line.
- [Half-Life Calculator](https://elysiatools.com/en/tools/half-life-calculator): Exponential decay for radioactive isotopes and drugs: remaining amount, derived half-life, time to target, or steady-state accumulation. Uses N(t) = N0·e^(-λt).
- [Margin of Error Calculator](https://elysiatools.com/en/tools/margin-of-error-calculator): Calculate the margin of error for a mean or proportion from sample size, confidence level, and variability
- [One Sample t Test Calculator](https://elysiatools.com/en/tools/one-sample-t-test-calculator): Run a one-sample t test from raw data or summary statistics, including p-value and confidence interval
- [Paired t Test Calculator](https://elysiatools.com/en/tools/paired-t-test-calculator): Run paired-sample t tests from before and after values or precomputed paired differences
- [Slope Stability Calculator (Infinite Slope)](https://elysiatools.com/en/tools/slope-stability-calculator): Calculate the infinite-slope factor of safety: FS = c'/(γ·z·cosβ·sinβ) + tanφ'/tanβ. Supports dry slopes and seepage parallel to the slope. Returns FS and a stable/marginal/unstable classification.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion

## Related content

- [Data Quality and Anomaly Investigation Workflows](https://elysiatools.com/en/hubs/data-quality-anomaly-workflows): Profile tabular data, isolate duplicates, missingness, referential breaks, outliers, and time-series anomalies, and turn findings into defensible quality evidence.
- [Statistical Analysis, Tests, and Distribution Tools](https://elysiatools.com/en/hubs/statistical-analysis-tools): Summarize numeric data, measure spread, compare groups, calculate probability and confidence, and model relationships with focused statistics tools.
