Z-test Calculator
This Z-test calculator is a tool that helps you perform a one-sample Z-test on the population's mean. Two forms of this test - a two-tailed Z-test and a one-tailed Z-tests - exist, and can be used depending on your needs. You can also choose whether the calculator should determine the p-value from Z-test or you'd rather use the critical value approach!
Read on to learn more about Z-test in statistics, and, in particular, when to use Z-tests, what is the Z-test formula, and whether to use Z-test vs. t-test. As a bonus, we give some step-by-step examples of how to perform Z-tests!
Or you may also check our t-statistic calculator, where you can learn the concept of another essential statistic. If you are also interested in F-test, check our F-statistic calculator.
What is a Z-test?
A one sample Z-test is one of the most popular location tests. The null hypothesis is that the population mean value is equal to a given number, μ0μ0:
We perform a two-tailed Z-test if we want to test whether the population mean is not μ0μ0:
and a one-tailed Z-test if we want to test whether the population mean is less/greater than μ0μ0:
Let us now discuss the assumptions of a one-sample Z-test.
When do I use Z-tests?
You may use a Z-test if your sample consists of independent data points and:
-
the data is normally distributed, and you know the population variance;
or
-
the sample is large, and data follows a distribution which has a finite mean and variance. You don't need to know the population variance.
The reason these two possibilities exist is that we want the test statistics that follow the standard normal distribution N(0,1)N(0,1). In the former case, it is an exact standard normal distribution, while in the latter, it is approximately so, thanks to the central limit theorem.
The question remains, "When is my sample considered large?" Well, there's no universal criterion. In general, the more data points you have, the better the approximation works. Statistics textbooks recommend having no fewer than 50 data points, while 30 is considered the bare minimum.
Z-test formula
Let x1,...,xnx1,...,xn be an independent sample following the normal distribution N(μ,σ2)N(μ,σ2), i.e., with a mean equal to μμ, and variance equal to σ2σ2.
We pose the null hypothesis, H0:μ=μ0H0: μ=μ0.
We define the test statistic, Z, as:
where:
-
xˉxˉ is the sample mean, i.e., xˉ=(x1+...+xn)/nxˉ=(x1+...+xn)/n;
-
μ0μ0 is the mean postulated in H0H0;
-
nn is sample size; and
-
σσ is the population standard deviation.
In what follows, the uppercase ZZ stands for the test statistic (treated as a random variable), while the lowercase zz will denote an actual value of ZZ, computed for a given sample drawn from N(μ,σ²).
If H0H0 holds, then the sum Sn=x1+...+xnSn=x1+...+xn follows the normal distribution, with mean nμ0nμ0 and variance n2σn2σ. As ZZ is the standardization (z-score) of Sn/nSn/n, we can conclude that the test statistic ZZ follows the standard normal distribution N(0,1)N(0,1), provided that H0H0 is true. By the way, we have the z-score calculator if you want to focus on this value alone, and an article on the Z-score and p-value to better understand both concepts.
If our data does not follow a normal distribution, or if the population standard deviation is unknown (and thus in the formula for ZZ we substitute the population standard deviation σσ with sample standard deviation), then the test statistics ZZ is not necessarily normal. However, if the sample is sufficiently large, then the central limit theorem guarantees that ZZ is approximately N(0,1)N(0,1).
In the sections below, we will explain to you how to use the value of the test statistic, zz, to make a decision, whether or not you should reject the null hypothesis. Two approaches can be used in order to arrive at that decision: the p-value approach, and critical value approach - and we cover both of them! Which one should you use? In the past, the critical value approach was more popular because it was difficult to calculate p-value from Z-test. However, with help of modern computers, we can do it fairly easily, and with decent precision. In general, you are strongly advised to report the p-value of your tests!
p-value from Z-test
Formally, the p-value is the smallest level of significance at which the null hypothesis could be rejected. More intuitively, p-value answers the questions:
provided that I live in a world where the null hypothesis holds, how probable is it that the value of the test statistic will be at least as extreme as the zz-value I've got for my sample? Hence, a small p-value means that your result is very improbable under the null hypothesis, and so there is strong evidence against the null hypothesis - the smaller the p-value, the stronger the evidence.
To find the p-value, you have to calculate the probability that the test statistic, ZZ, is at least as extreme as the value we've actually observed, zz, provided that the null hypothesis is true. (The probability of an event calculated under the assumption that H0H0 is true will be denoted as Pr(event∣H0)Pr(event∣H0).) It is the alternative hypothesis which determines what more extreme means:
- Two-tailed Z-test: extreme values are those whose absolute value exceeds ∣z∣∣z∣, so those smaller than −∣z∣−∣z∣ or greater than ∣z∣∣z∣. Therefore, we have:
The symmetry of the normal distribution gives:
- Left-tailed Z-test: extreme values are those smaller than zz, so
- Right-tailed Z-test: extreme values are those greater than zz, so
To compute these probabilities, we can use the cumulative distribution function, (cdf) of N(0,1)N(0,1), which for a real number, xx, is defined as:
Also, p-values can be nicely depicted as the area under the probability density function (pdf) of N(0,1)N(0,1), due to:
Two-tailed Z-test and one-tailed Z-test
With all the knowledge you've got from the previous section, you're ready to learn about Z-tests.
- Two-tailed Z-test:
From the fact that Φ(−z)=1−Φ(z)Φ(−z)=1−Φ(z), we deduce that
The p-value is the area under the probability distribution function (pdf) both to the left of −∣z∣−∣z∣, and to the right of ∣z∣∣z∣:

- Left-tailed Z-test:
The p-value is the area under the pdf to the left of our zz:

- Right-tailed Z-test:
The p-value is the area under the pdf to the right of zz:

The decision as to whether or not you should reject the null hypothesis can be now made at any significance level, αα, you desire!
-
if the p-value is less than, or equal to, αα, the null hypothesis is rejected at this significance level; and
-
if the p-value is greater than αα, then there is not enough evidence to reject the null hypothesis at this significance level.
Z-test critical values & critical regions
The critical value approach involves comparing the value of the test statistic obtained for our sample, zz, to the so-called critical values. These values constitute the boundaries of regions where the test statistic is highly improbable to lie. Those regions are often referred to as the critical regions, or rejection regions. The decision of whether or not you should reject the null hypothesis is then based on whether or not our zz belongs to the critical region.
The critical regions depend on a significance level, αα, of the test, and on the alternative hypothesis. The choice of αα is arbitrary; in practice, the values of 0.1, 0.05, or 0.01 are most commonly used as αα.
Once we agree on the value of αα, we can easily determine the critical regions of the Z-test:
- Two-tailed Z-test:
- Left-tailed Z-test:
- Right-tailed Z-test:
To decide the fate of H0H0, check whether or not your zz falls in the critical region:
-
If yes, then reject H0H0 and accept H1H1; and
-
If no, then there is not enough evidence to reject H0H0.
As you see, the formulae for the critical values of Z-tests involve the inverse, Φ−1Φ−1, of the cumulative distribution function (cdf) of N(0,1)N(0,1).
How to use the one-sample Z-test calculator?
Our calculator reduces all the complicated steps:
-
Choose the alternative hypothesis: two-tailed or left/right-tailed.
-
In our Z-test calculator, you can decide whether to use the p-value or critical regions approach. In the latter case, set the significance level, αα.
-
Enter the value of the test statistic, zz. If you don't know it, then you can enter some data that will allow us to calculate your zz for you:
- sample mean xˉxˉ (If you have raw data, go to the average calculator to determine the mean);
- tested mean μ0μ0;
- sample size nn; and
- population standard deviation σσ (or sample standard deviation if your sample is large).
-
Results appear immediately below the calculator.
If you want to find zz based on p-value, please remember that in the case of two-tailed tests there are two possible values of zz: one positive and one negative, and they are opposite numbers. This Z-test calculator returns the positive value in such a case. In order to find the other possible value of zz for a given p-value, just take the number opposite to the value of zz displayed by the calculator.
Z-test examples
To make sure that you've fully understood the essence of Z-test, let's go through some examples:
- A bottle filling machine follows a normal distribution. Its standard deviation, as declared by the manufacturer, is equal to 30 ml. A juice seller claims that the volume poured in each bottle is, on average, one liter, i.e., 1000 ml, but we suspect that in fact the average volume is smaller than that...
Formally, the hypotheses that we set are the following:
-
H0:μ=1000 mlH0: μ=1000 ml
-
H1:μ<1000 mlH1: μ<1000 ml
We went to a shop and bought a sample of 9 bottles. After carefully measuring the volume of juice in each bottle, we've obtained the following sample (in milliliters):
1020,970,1000,980,1010,930,950,980,9801020,970,1000,980,1010,930,950,980,980.
-
Sample size: n=9n=9;
-
Sample mean: xˉ=980 mlxˉ=980 ml;
-
Population standard deviation: σ=30 mlσ=30 ml;
-
So
-
And, therefore, p-value=Φ(−2)≈0.0228p-value=Φ(−2)≈0.0228.
As 0.0228<0.050.0228<0.05, we conclude that our suspicions aren't groundless; at the most common significance level, 0.05, we would reject the producer's claim, H0H0, and accept the alternative hypothesis, H1H1.
-
We tossed a coin 50 times. We got 20 tails and 30 heads. Is there sufficient evidence to claim that the coin is biased?
Clearly, our data follows Bernoulli distribution, with some success probability pp and variance σ2=p(1−p)σ2=p(1−p). However, the sample is large, so we can safely perform a Z-test. We adopt the convention that getting tails is a success.
Let us state the null and alternative hypotheses:
-
H0:p=0.5H0: p=0.5 (the coin is fair - the probability of tails is 0.50.5)
-
H1:p=0.5H1: p=0.5 (the coin is biased - the probability of tails differs from 0.50.5)
-
In our sample we have 20 successes (denoted by ones) and 30 failures (denoted by zeros), so:
-
Sample size n=50n=50;
-
Sample mean xˉ=20/50=0.4xˉ=20/50=0.4;
-
Population standard deviation is given by σ=0.5×0.5σ=0.5×0.5 (because 0.50.5 is the proportion pp hypothesized in H0H0). Hence, σ=0.5σ=0.5;
-
So
- And, therefore
Since 0.1573>0.10.1573>0.1 we don't have enough evidence to reject the claim that the coin is fair, even at such a large significance level as 0.10.1. In that case, you may safely toss it to your Witcher or use the coin flip probability calculator to find your chances of getting, e.g., 10 heads in a row (which are extremely low!).
FAQs
- When do I use Z-tests?
- You may use a Z-test if your sample consists of independent data points and: the data is normally distributed, and you know the population variance; or the sample is large, and data follows a distribution which has a finite mean and variance. You don't need to know the population variance.
- What is the difference between Z-test vs t-test?
- We use a t-test for testing the population mean of a normally distributed dataset which had an unknown population standard deviation. We get this by replacing the population standard deviation in the Z-test statistic formula by the sample standard deviation, which means that this new test statistic follows (provided that H₀ holds) the t-Student distribution with n-1 degrees of freedom instead of N(0,1).
- When should I use t-test over the Z-test?
- For large samples, the t-Student distribution with n degrees of freedom approaches the N(0,1). Hence, as long as there are a sufficient number of data points (at least 30), it does not really matter whether you use the Z-test or the t-test, since the results will be almost identical. However, for small samples with unknown variance, remember to use the t-test instead of Z-test.
- How do I calculate the Z test statistic?
- To calculate the Z test statistic: Compute the arithmetic mean of your sample. From this mean subtract the mean postulated in null hypothesis. Multiply by the square root of size sample. Divide by the population standard deviation. That's it, you've just computed the Z test statistic!
Related calculators
5★ rating average
The rating average calculator returns an average rating based on the number of 1-5 ratings.
Statistics
Dice probability
With this dice probability calculator, you can easily find the various probabilities related to rolling a set of dice.
Statistics
Critical value
The critical value calculator helps you find the one- and two-tailed critical values for the most widespread statistical tests.
Statistics
Coin flip probability
Coin flip probability calculator lets you calculate the likelihood of obtaining a set number of heads when flipping a coin multiple times.
Statistics