Skip to main content
Calctrove Calctrove

Standard Deviation Calculator

Standard deviation calculator

Spread from one value list.

InputsPopulation (N)8 valuesLive
Dataset

Population SD

2

Population SD • n=8

Live update

N divisor

Mini chart

Variance

4

Count (n)

8

Advanced options

Count (n)

8

Mean

5

Variance

4

Median

4.5

Distribution

Histogram with mean ±1 SD band.

6/8 within ±1 SD
2Mean 59

Spread

75% lie within one SD

6/8 values are between 3 and 7.

Outliers

1 potential outlier

Fences: 1.75 to 7.75 • Values: 9

Steps and value table
σ = sqrt(sum((x - μ)^2) / N)
  1. 1. Mean = 40 / 8 = 5
  2. 2. Sum of squared deviations = 32
  3. 3. Divide by 8 (N) = 4
  4. 4. Square root of variance = 2
#ValueDeviationSquaredZ-score
12-39-1.5
24-11-0.5
34-11-0.5
44-11-0.5
55000
65000
77241
894162
Formula
sigma = sqrt(sum((x - mean)^2) / N)
s = sqrt(sum((x - mean)^2) / (N - 1))

Symbol legend

Symbol Meaning Unit Copy
\sigma Population standard deviation same as x
s Sample standard deviation same as x
x_i Each observed value input unit
\mu Population mean input unit
\bar{x} Sample mean input unit
N Number of observations count
  • Use population mode when your dataset is the full population (N).
  • Use sample mode when your dataset is a sample from a larger population (N - 1).
  • The calculator accepts values separated by commas, spaces, semicolons, or new lines.
Example

Worked example: 2, 4, 4, 4, 5, 5, 7, 9

  1. 1 Mean = 5
  2. 2 Sum of squared differences = 32
  3. 3 Population variance = 32 / 8 = 4
  4. 4 Population standard deviation = sqrt(4) = 2

Population standard deviation is 2.

How
  1. Enter up to 20,000 numbers separated by commas, spaces, semicolons, or new lines.
  2. Choose sample or population mode.
  3. Review standard deviation, variance, quartiles, histogram, and potential outliers.
Avoid
  • Choosing sample mode when the dataset is a full population.
  • Including non-numeric values in the list.
  • Forgetting that a single value cannot produce sample standard deviation.
FAQ
What is the difference between sample and population mode?

Sample mode divides by N - 1, while population mode divides by N.

Can I paste values with spaces instead of commas?

Yes. Spaces, commas, semicolons, and new lines are all supported.

Does this tool also return the mean?

Yes. It also returns variance, median, range, quartiles, coefficient of variation, and an IQR outlier check.

How many values can I analyze?

You can analyze up to 20,000 finite numeric values in one dataset.

Switch
Switch12