Intermediate

Chebyshev's Theorem Calculator — Proportion Within k Standard Deviations

Chebyshev's theorem guarantees that for any distribution (not just normal), at least 1 − 1/k² of the data falls within k standard deviations of the mean. Enter k (must be > 1), a mean, and standard deviation to get the minimum proportion, the exact interval, and a visualisation.
Must be greater than 1. Common values: 1.5, 2, 3
Population or sample mean — used to compute the interval [μ − kσ, μ + kσ]
Must be positive. Used to compute the interval bounds.
Minimum proportion within k standard deviations
75%

At least 75% of data lies within 2σ of the mean (any distribution)

k (standard deviations)
2
Minimum proportion inside [μ − kσ, μ + kσ]
0.75
Maximum proportion outside interval
0.25 (≤ 25 %)
Lower bound (μ − kσ)
70
Upper bound (μ + kσ)
130
Chebyshev's inequality derivation
1

Apply the formula

P(|X − μ| < k·σ) ≥ 1 − 1/k²
2

Substitute k

1 − 1/2² = 1 − 0.25 = 0.75
=

Minimum percentage within interval

≥ 75 %
=

Interval [μ − kσ, μ + kσ]

[100 − 2·15, 100 + 2·15] = [70, 130]
μ−2σμ+2σShaded region (≥ 75 % of data) — Chebyshev's theorem guarantees this minimum for any distribution
Step by step
  1. 1

    k² (square of k)

    = 4
  2. 2

    1 ÷ k²

    1 ÷ 4 = 0.25
  3. 3

    Minimum proportion inside (1 − 1/k²)

    1 − 0.25 = 0.75
  4. 4

    Minimum percentage inside

    0.75 × 100 = 75
    At least this percentage of any distribution lies within k standard deviations of the mean.
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Chebyshev's inequality: at least (1 − 1/k²) × 100% of any distribution's data lies within k standard deviations of the mean (k > 1). For k = 2: ≥75%; k = 3: ≥88.9%; k = 4: ≥93.75%. Unlike the 68-95-99.7 rule, this bound is valid for every distribution with finite mean and variance, not just the normal distribution.

Formula
P(|X − μ| < k·σ) ≥ 1 − 1/k² for k > 1. Minimum percentage inside = (1 − 1/k²) × 100 %.
How this is calculated

Chebyshev's inequality is a universal probabilistic bound that holds for any probability distribution with a finite mean μ and finite variance σ². Unlike the empirical (68-95-99.7) rule which is specific to normal distributions, Chebyshev's theorem makes no assumption about the shape of the distribution. It states: the probability that a randomly selected value lies more than k standard deviations from the mean is at most 1/k². Equivalently, at least 1 − 1/k² of the distribution is within k standard deviations.

For k = 2 the bound says at least 75% of data lies within 2σ of the mean; for k = 3 it is at least 88.9%; for k = 4 it is at least 93.75%. These guarantees are conservative — for a normal distribution the corresponding percentages are 95.4%, 99.7%, and 99.99%. Chebyshev's bound is tight: there exist distributions for which the bound is achieved exactly.

The theorem is most useful when the distribution is unknown or non-normal. In practice it appears in outlier detection (any value more than k standard deviations from the mean is guaranteed to represent at most 1/k² of the population), in sample-size estimation, and in proving the Law of Large Numbers. The result requires only that the mean and variance exist and are finite.

Frequently asked questions

At k = 1 the bound gives 1 − 1/1 = 0, which is trivially true but useless. For k < 1 the formula gives a negative bound, which is meaningless. The bound only becomes informative (a non-trivial positive lower bound on the proportion) when k > 1.

The empirical (68-95-99.7) rule applies only to perfectly normal distributions and gives exact percentages. Chebyshev's theorem applies to any distribution but gives weaker (more conservative) guarantees: at least 75% within 2σ (vs. 95.4% for normal), at least 88.9% within 3σ (vs. 99.7%). Use the empirical rule when you know the data is normally distributed; use Chebyshev's when you don't.

Any distribution with a defined (finite) mean and finite variance — which covers virtually all real-world data sets. Distributions without a finite variance (e.g. Cauchy) are excluded. In practice, if you can compute a mean and a standard deviation from your data, Chebyshev's inequality applies to the empirical distribution.

APA

TG we-Calculate Editorial Team. (2026). Chebyshev's Theorem Calculator — Proportion Within k Standard Deviations [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/chebyshevs-theorem-calculator

Chicago

TG we-Calculate Editorial Team. "Chebyshev's Theorem Calculator — Proportion Within k Standard Deviations." TG we-Calculate. 2026. https://we-calculate.com/calculator/chebyshevs-theorem-calculator.

IEEE

TG we-Calculate Editorial Team, "Chebyshev's Theorem Calculator — Proportion Within k Standard Deviations," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/chebyshevs-theorem-calculator

BibTeX

@misc{wecalculate_chebyshevs_theorem_calculator, title = {Chebyshev's Theorem Calculator — Proportion Within k Standard Deviations}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/chebyshevs-theorem-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?