Calculator
What the Z-Score Calculator does
Z-Score Calculator: calculates z-score from Value x, Mean μ and Std Dev σ. Example: value x 85, mean μ 70 and std dev σ 10 gives z-score 1.500000.
Supply Value x, Mean μ and Std Dev σ and you get z-score back. Edit a field and the answer updates in place.
Typical users are students checking homework. A second opinion on a calculation takes seconds and prevents errors compounding.
There is no back end here. The calculation runs where you are sitting, not on a server somewhere.
The rest of this page documents each field, the method, and a worked example built from the values the z-score calculator loads by default.
What do the Z-Score Calculator fields mean?
The Z-Score Calculator uses 3 inputs. You can work from the defaults, or clear them and start fresh, both work.
| Field | What to enter | Default |
|---|---|---|
| Value x | required | 85 |
| Mean μ | required | 70 |
| Std Dev σ | required | 10 |
How does the Z-Score Calculator work?
Each output is derived from the inputs above in a single pass; there is no hidden state carried between runs, so the same inputs always give the same calculation.
The tool refuses to guess: if a value is missing or impossible, it says so.
Worked example
These are the values the Z-Score Calculator loads by default, and the result it produces from them. Here is the calculation as it stands the moment the page loads.
| Value x | 85 |
|---|---|
| Mean μ | 70 |
| Std Dev σ | 10 |
| z-score | 1.500000 |
|---|---|
| What this means | z = (x − μ) / σ = 1.5 |
Beyond the formula: z-scores
A z-score converts a raw value into "how many standard deviations from the mean." The same z-score means the same relative standing regardless of what’s being measured, which is exactly what makes it useful for comparing across completely different scales.
Common mistakes and sanity checks
- A z-score of 0 means the value equals the mean exactly; positive means above average, negative means below. The sign carries as much information as the magnitude.
- Z-scores let you compare unlike things fairly: a score of 85 on one test and 720 on another are meaningless side by side, but their z-scores tell you which result was actually stronger relative to its own distribution.
- The z-score formula assumes the true population mean and standard deviation are known. When those are only estimated from a sample, a t-score (which accounts for that extra uncertainty, especially with small samples) is the more defensible choice.
How to use it
- Put Value x.
- Key in Mean μ.
- Fill in Std Dev σ.
- The output refreshes live, so you can stop as soon as the number looks right.
- The results panel then shows z-score and What this means.
- Copy Link is the quickest way to send the exact scenario to someone else.
What this tool does not do
- Displayed values are rounded; the underlying calculation keeps full precision.
- Very large or very small values reach the limits of floating-point precision, about 15 significant digits.
- It applies one method. If your situation calls for a different convention, the answer will not match.
Frequently asked questions
Value x, Mean μ and Std Dev σ, nothing else. Nothing starts empty, meaning you can explore the calculation before committing to real figures.
With the values loaded when the page opens, z-score comes out as 1.500000. Any edit re-runs the calculation, so there is no stale number on screen.
It never leaves the tab. The page does the work itself rather than asking a server to.
Nothing at all. There is no registration, no paywall and no per-use quota.
The logic is straightforward and testable; the worked example above uses the tool’s own defaults so you can verify it yourself.