# One Proportion Z Test Calculator

Run a one-proportion Z test from success count, trial count, and hypothesized population proportion

> Canonical page: https://elysiatools.com/en/tools/one-proportion-z-test-calculator

- **Category:** Math & Numbers

- **Keywords:** one proportion z test, proportion test, conversion rate, z statistic, p value, calculator

## Overview

The One Proportion Z Test Calculator allows you to quickly determine if an observed sample proportion significantly differs from a hypothesized population proportion. By entering your success count, total trials, and expected proportion, this tool calculates the sample proportion, Z-statistic, and P-value to help you evaluate your statistical hypothesis with precision.

## Inputs

- **Success Count** (number)
- **Trial Count** (number)
- **Hypothesized Proportion** (number)
- **Alternative Hypothesis** (select)
- **Alpha** (number)
- **Decimal Places** (number)

## When to use

- When comparing an observed conversion rate or success rate against a known industry standard.
- When evaluating if a manufacturing defect rate significantly exceeds an acceptable baseline threshold.
- When analyzing survey data to see if a specific demographic's response proportion differs from historical averages.

## How it works

- Enter the number of successful events (Success Count) and the total number of observations (Trial Count).
- Input the expected baseline rate as the Hypothesized Proportion (e.g., 0.5 for 50%).
- Select your alternative hypothesis (two-sided, greater, or less) and set your desired significance level (Alpha).
- The calculator computes the sample proportion, Z-statistic, and P-value, indicating whether to reject the null hypothesis.

## Use cases

- A marketing team testing if a new landing page's conversion rate is significantly higher than their historical 5% baseline.
- A quality assurance manager checking if a batch of products has a defect rate greater than the acceptable 2% limit.
- A political analyst determining if the proportion of voters supporting a specific policy differs from a previously established 50% benchmark.

## Frequently asked questions

### What is a one-proportion Z-test?

It is a statistical test used to determine whether the proportion of successes in a single sample significantly differs from a known or hypothesized population proportion.

### What is the difference between a two-sided and one-sided test?

A two-sided test checks for any difference (greater or less) from the hypothesized proportion. A one-sided test specifically checks if the sample proportion is strictly greater than or less than the hypothesized value.

### What does the P-value indicate?

The P-value measures the probability of observing your sample results if the null hypothesis is true. A P-value lower than your Alpha (typically 0.05) suggests the difference is statistically significant.

### What is the Alpha value?

Alpha is the significance level, representing the probability of rejecting the null hypothesis when it is actually true. The standard default is 0.05, which represents a 5% risk.

### Can I use this calculator for small sample sizes?

The Z-test assumes a normal distribution, which is generally valid if both the expected number of successes and failures are at least 10. For very small samples, an exact binomial test is recommended instead.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Adjusted R-Squared Calculator](https://elysiatools.com/en/tools/adjusted-r-squared-calculator): Calculate adjusted R squared from R squared, sample size, and predictor count
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.
- [Chi-Square Test Calculator](https://elysiatools.com/en/tools/chi-square-test-calculator): Run chi-square goodness-of-fit or independence tests from observed counts or contingency tables
- [Condensing / Evaporating Temperature Calculator](https://elysiatools.com/en/tools/condensing-temperature-calculator): Estimate the saturated condensing temperature (T_cond) and evaporating temperature (T_evap) of a refrigeration circuit. Three modes: (1) from coil approach — T_cond = T_ambient + condenser ΔT approach, T_evap = T_medium − evaporator ΔT approach; (2) from measured saturated pressures — given P_cond and P_evap for a known refrigerant (R-22 / R-134a / R-410A), invert the Antoine fit; (3) from subcooling & superheat — T_cond = T_liquid − SC, T_evap = T_suction − SH. Temperature in °C/K/°F; pressure in bar/MPa/kPa/PSI absolute or gauge (atmospheric default 1.01325 bar). Results reported in °C.
- [Conditional Probability Calculator](https://elysiatools.com/en/tools/conditional-probability-calculator): Calculate P(A given B) from joint probability P(A and B) and condition probability P(B)

## 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

- [A/B Experiment Design, Sample Size, and Statistical Power](https://elysiatools.com/en/hubs/ab-testing-experiment-design-and-statistical-power): Plan an A/B experiment, size its evidence, select the right test, and review effect size and uncertainty before treating a result as actionable.
