# Statistical Power Calculator

Estimate statistical power for one-sample mean or proportion tests using sample size, alpha, and expected effect

> Canonical page: https://elysiatools.com/en/tools/statistical-power-calculator

- **Category:** Math & Numbers

- **Keywords:** statistical power, hypothesis test, sample size, alpha, effect size, calculator

## Overview

The Statistical Power Calculator estimates the probability of correctly rejecting a false null hypothesis for one-sample mean or proportion tests. By inputting your sample size, significance level (alpha), and expected effect size parameters, you can quickly determine the statistical power of your study design and ensure your experiments yield reliable results.

## Inputs

- **Test Type** (select)
- **Alternative Hypothesis** (select)
- **Significance Level** (number)
- **Sample Size** (number)
- **Null Mean** (number)
- **Alternative Mean** (number)
- **Standard Deviation** (number)
- **Null Proportion** (number)
- **Alternative Proportion** (number)
- **Decimal Places** (number)

## When to use

- When planning a study and needing to verify if a predetermined sample size provides sufficient power to detect an expected effect.
- When evaluating the feasibility of a one-sample mean or proportion test before collecting data.
- When conducting post-hoc analysis to understand the statistical power of a completed experiment given the observed sample size.

## How it works

- Select the test type (Mean Difference or Proportion Difference) and the alternative hypothesis direction (two-sided, greater, or less).
- Enter your study parameters, including the significance level (alpha), sample size, and the null and alternative values.
- Provide the standard deviation for mean tests, or adjust the proportion values for proportion tests.
- The calculator computes the effect size and returns the estimated statistical power as both a probability and a percentage.

## Use cases

- Academic researchers verifying study designs to ensure adequate power before submitting grant proposals.
- Data analysts evaluating whether a fixed sample size in an A/B test is sufficient to detect a specific conversion rate change.
- Quality control engineers determining if a sample batch size is large enough to detect deviations from a target manufacturing mean.

## Frequently asked questions

### What is statistical power?

Statistical power is the probability that a hypothesis test will correctly reject a false null hypothesis, effectively avoiding a Type II error.

### What is considered a good statistical power level?

A common standard in many scientific and business fields is 0.80 (or 80%), meaning there is an 80% chance of detecting an effect if one genuinely exists.

### How does sample size affect statistical power?

Generally, increasing the sample size increases statistical power, making it easier to detect a true effect because it reduces the standard error.

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

A two-sided test checks for differences in both directions (greater or less than the null), while a one-sided test only looks for a difference in one specific direction.

### Can I calculate power for proportions?

Yes, select 'Proportion Difference' as the test type and input your null and alternative proportions to calculate the power.

## Related tools

- [Average Calculator](https://elysiatools.com/en/tools/average-calculator): Compare arithmetic, geometric, and harmonic averages for a numeric dataset in one place
- [Confidence Interval Calculator](https://elysiatools.com/en/tools/confidence-interval-calculator): Calculate confidence intervals for a sample mean or proportion using either raw data or summary statistics
- [Geometric Mean Calculator](https://elysiatools.com/en/tools/geometric-mean-calculator): Calculate the geometric mean of positive numeric values for growth rates, ratios, and multiplicative datasets
- [Heat Exchanger LMTD Calculator (Log Mean Temperature Difference)](https://elysiatools.com/en/tools/heat-exchanger-lmtd): Compute the Log Mean Temperature Difference (LMTD) of a heat exchanger for parallel or counter flow. Parallel flow: ΔT₁ = T_h,in - T_c,in and ΔT₂ = T_h,out - T_c,out; counter flow: ΔT₁ = T_h,in - T_c,out and ΔT₂ = T_h,out - T_c,in. LMTD = (ΔT₁ - ΔT₂)/ln(ΔT₁/ΔT₂), or ΔT₁ when ΔT₁ = ΔT₂. A non-positive terminal difference (temperature cross) is physically impossible and is rejected. Optionally, with the overall heat transfer coefficient U (W/(m²·K)) and the heat transfer area A (m²), the heat transfer rate Q = U·A·LMTD (W) is returned. Temperatures are used only as differences: Δ°C = ΔK and Δ°F ×5/9 = ΔK; the LMTD is reported in K.
- [Sample Size Calculator](https://elysiatools.com/en/tools/sample-size-calculator): Estimate required sample size for proportions or means using confidence level, margin of error, and optional finite population correction
- [Statistics Calculator](https://elysiatools.com/en/tools/statistics-calculator): Calculate statistical measures for numerical datasets including mean, median, mode, standard deviation, and more
- [Z Test Calculator](https://elysiatools.com/en/tools/z-test-calculator): Run one-sample Z tests for a mean with known population standard deviation or a single population proportion
- [Harmonic Mean Calculator](https://elysiatools.com/en/tools/harmonic-mean-calculator): Calculate the harmonic mean of positive values, with optional arithmetic and geometric mean comparison

## Samples

- [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 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
- [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.
