Quick answer: A standard deviation calculator measures how spread out a set of numbers is from the average, for both population and sample data. It returns the mean, variance, and standard deviation with steps. Lower values mean data clusters near the mean. Free for students.
Statistics πŸ‡ΊπŸ‡Έ USAπŸ‡¬πŸ‡§ UK Live ResultsUp to 100 Values
Calculate

Standard Deviation Calculator

Enter a dataset and instantly get mean, median, mode, variance, population and sample standard deviation, range, and coefficient of variation with bell curve visualization.

Data Inputs

Live
Enter numbers separated by commas, spaces, or new lines. Up to 100 values supported.

Standard Deviation Results

β€”
Standard Deviation
β€”
Enter data above to calculate
Data Distribution
Normal Curve Β±Οƒ Bands

Standard Deviation Guide

Guide

Standard Deviation Calculator – Population & Sample SD

Standard deviation is the most widely used measure of how spread out the values in a dataset are around the mean. A small standard deviation means the values are clustered closely together; a large one means they are widely dispersed. Understanding standard deviation is essential for statistics in the UK (GCSE and A-Level) and the US (AP Statistics), as well as for data science, finance, quality control, and scientific research.

What Is Standard Deviation?

Standard deviation (Οƒ for population, s for sample) measures the average distance of each data point from the mean. Formally, it is the square root of the variance. A low standard deviation indicates data points tend to be close to the mean; a high standard deviation indicates they are spread over a wider range.

Population vs Sample Standard Deviation

This is the most important distinction in standard deviation calculations:

Population SD (Οƒ): Use when you have data for the ENTIRE population. Divide the sum of squared deviations by n (the total count).

Sample SD (s): Use when you have a SAMPLE from a larger population. Divide by nβˆ’1 (Bessel's correction) to get an unbiased estimate.

TypeSymbolDenominatorWhen to Use
Population SDσ (sigma)nYou have every value in the population (census data, entire class grades)
Sample SDsn βˆ’ 1You have a sample from a larger population (survey, scientific experiment)
Population Varianceσ²nSquare of population SD
Sample VariancesΒ²n βˆ’ 1Square of sample SD (unbiased estimator)

The Standard Deviation Formula

Population standard deviation:

Οƒ = √[ Ξ£(xα΅’ βˆ’ xΜ„)Β² / n ]

Sample standard deviation:

s = √[ Ξ£(xα΅’ βˆ’ xΜ„)Β² / (n βˆ’ 1) ]

Where: xα΅’ = each value, xΜ„ = mean, n = count

Step-by-step process:

  1. Calculate the mean xΜ„ = (sum of all values) / n
  2. Subtract the mean from each value: (xα΅’ βˆ’ xΜ„)
  3. Square each result: (xα΅’ βˆ’ xΜ„)Β²
  4. Sum all squared results: Ξ£(xα΅’ βˆ’ xΜ„)Β²
  5. Divide by n (population) or nβˆ’1 (sample) to get the variance
  6. Take the square root to get the standard deviation

The Normal Distribution and the 68-95-99.7 Rule

When data follows a normal (bell-shaped) distribution, the standard deviation tells you how data is spread relative to the mean through the empirical rule:

Range% of Data (Normal Distribution)Example (mean=100, Οƒ=15)
Mean Β± 1Οƒ~68.27%85 to 115
Mean Β± 2Οƒ~95.45%70 to 130
Mean Β± 3Οƒ~99.73%55 to 145

IQ scores are a classic example: mean = 100, SD = 15. About 68% of people have IQ between 85 and 115, 95% between 70 and 130, and 99.7% between 55 and 145.

Z-Scores

A z-score tells you how many standard deviations a particular value is from the mean:

z = (x βˆ’ xΜ„) / Οƒ

A z-score of +2 means the value is 2 standard deviations above the mean. Z-scores allow comparison across different datasets and scales. In a normal distribution, z-scores directly correspond to percentile positions in standard normal tables.

Standard Deviation in Finance β€” Volatility

In finance, standard deviation is the primary measure of risk/volatility for investments. Daily, monthly, or annual returns are collected and their standard deviation calculated. A stock with annualised SD of 15% is more volatile than one with 8%. Portfolio theory (Markowitz, 1952) uses SD to quantify risk and find optimal asset allocations.

Quality Control β€” Six Sigma

The Six Sigma methodology (developed at Motorola, popularised by GE) uses standard deviations directly: a process operating at "Six Sigma" quality produces fewer than 3.4 defects per million opportunities, corresponding to being within 6 standard deviations of the target. The term literally means 6Οƒ from the process mean to the nearest specification limit.

UK Statistics GCSE and A-Level

At GCSE Mathematics (UK), standard deviation is not part of the standard syllabus but appears in GCSE Statistics. At A-Level Mathematics and Statistics, standard deviation is a core topic. Students are expected to calculate both population and sample standard deviation, understand the effect of adding a constant or multiplying all values, and interpret standard deviation in context. A-Level Further Mathematics includes deeper treatment of distributions.

US AP Statistics

AP Statistics in the US covers standard deviation extensively in Unit 1 (Exploring One-Variable Data). Students must understand the calculation, interpret meaning, understand the sample vs population distinction, and know when standard deviation is appropriate vs other spread measures like IQR. The AP exam frequently asks for comparisons between distributions using mean and SD.

Coefficient of Variation

The coefficient of variation (CV) = (SD / mean) Γ— 100%. It expresses standard deviation as a percentage of the mean, allowing comparison of spread between datasets with different units or scales. A CV below 15% generally indicates low variability; above 30% indicates high variability.

Frequently Asked Questions

What is the difference between population and sample standard deviation?

Population SD (Οƒ) divides by n and is used when you have data for the entire population. Sample SD (s) divides by nβˆ’1 (Bessel's correction) and is used when you have a sample. The nβˆ’1 denominator makes the sample SD an unbiased estimator of the true population SD. For large samples (n > 30) the difference is negligible.

What does a high standard deviation mean?

A high standard deviation means data is widely spread out around the mean β€” high variability. A low standard deviation means data is clustered closely around the mean β€” low variability. "High" and "low" are relative to the mean and context: SD of 5 is low for a dataset with mean 1000, but high for one with mean 10.

What is the 68-95-99.7 rule?

For normally distributed data: ~68% of values fall within 1 standard deviation of the mean, ~95% within 2 SD, and ~99.7% within 3 SD. This empirical rule is used extensively in quality control, finance, and exam score analysis.

How do I calculate standard deviation step by step?

1. Find the mean. 2. Subtract the mean from each value. 3. Square each difference. 4. Sum the squares. 5. Divide by n (population) or nβˆ’1 (sample). 6. Take the square root. The result is the standard deviation.

What is variance and how does it relate to standard deviation?

Variance is the average of the squared deviations from the mean. Standard deviation is simply the square root of variance. Variance is in squared units (e.g., cmΒ²), while SD is in the original units (cm), making SD more interpretable. Both measure spread.

Is standard deviation covered at GCSE in the UK?

Standard deviation is not in the core GCSE Mathematics syllabus in England. It appears in GCSE Statistics (a separate qualification) and is a core topic in A-Level Mathematics and Statistics. Students first encounter it formally at A-Level or in GCSE Statistics.

What is a z-score?

A z-score measures how many standard deviations a value is from the mean: z = (x βˆ’ mean) / SD. A z-score of 2 means the value is 2 SDs above the mean. Z-scores allow comparison of values from different distributions and are used to find percentiles using normal distribution tables.

What is the coefficient of variation?

The coefficient of variation (CV) = (SD / mean) Γ— 100%. It expresses spread relative to the mean as a percentage, enabling comparison between datasets with different units or scales. A CV below 15% is generally low variability; above 30% is high.

⚠️ Disclaimer

Important

Results are for educational and informational purposes. Statistical calculations depend on correct data entry. For professional statistical analysis consult qualified statisticians.

SD
β€”