Coefficient of Variation Calculator

Calculate the coefficient of variation (CV) for one or two datasets, with comparison mode, CV gauge, reference table, and detailed calculation steps.

At least 2 values
Leave empty to skip
CV (Dataset 1)
9.52%
Low variability
Mean
83.5000
n = 10
Std Deviation
7.9477
Sample SD
Variance
63.1667
Std Error of Mean
2.5133
SD / √n
Relative Range
29.94%
Range / |Mean| × 100

CV Gauge

<10%
10-20%
20-30%
>30%
9.5%

CV Reference Table

ContextTypical CVYour CV vs.
Lab repeatability (excellent)5%
✗ Above
Manufacturing tolerance10%
✓ Below
Biological measurements15%
✓ Below
Social science surveys25%
✓ Below
Financial returns30%
✓ Below
Environmental data40%
✓ Below
Calculation Steps
n = 10
Mean = Σx / n = 83.500000
Variance = Σ(x − x̄)² / (n−1) = 63.166667
SD = √Variance = 7.947746
CV = (SD / |Mean|) × 100 = (7.947746 / 83.500000) × 100 = 9.5183%
Planning notes, formulas, and examples

About the Coefficient of Variation Calculator

The coefficient of variation (CV) expresses standard deviation as a percentage of the mean, which makes it a useful way to compare relative variability across datasets with different units or scales.

This calculator supports both single-dataset analysis and side-by-side comparison. It reports the CV along with the mean, standard deviation, variance, standard error, and relative range, then places the result on a gauge so you can judge whether the spread is low, moderate, or high relative to the average.

It is most useful when raw standard deviations are hard to compare directly, such as when one dataset is measured in grams and another in dollars, or when two processes have very different average levels.

When This Page Helps

Raw standard deviation answers "how spread out is this dataset?" but not "how large is that spread relative to the mean?" CV fills that gap, which is why it is used in laboratory precision work, manufacturing repeatability, and cross-scale comparisons.

Seeing CV beside the underlying mean and standard deviation helps you tell whether a dataset is truly unstable or whether it only looks noisy because its values are large in absolute terms.

How to Use the Inputs

  1. Enter your dataset as comma-separated or space-separated numbers (at least 2 values).
  2. Optionally enter a second dataset for comparison analysis.
  3. Select whether your data represents a sample (n−1) or population (n) for the variance calculation.
  4. Read the CV percentage — lower values indicate more consistent data.
  5. Check the color-coded gauge to see where your CV falls in standard interpretation bands.
  6. Review the reference table to compare your CV against typical values in different domains.
  7. In comparison mode, the winner column shows which dataset is better for each metric.
Formula used
CV = (σ / |μ|) × 100% where σ = standard deviation and μ = mean. For samples: s = √[Σ(xᵢ − x̄)² / (n−1)]. Relative Range = (Range / |Mean|) × 100%.

Example Calculation

Result: CV = 9.39%

Mean = 83.5, Sample SD = 7.84. CV = 7.84 / 83.5 × 100 = 9.39%. This falls in the "low variability" band (<10%), indicating consistent exam scores. In educational assessment, this suggests a well-designed test with appropriate difficulty spread.

Tips & Best Practices

  • CV should only be used with ratio-scale data (where zero means "none") — don't use it for temperature in Celsius/Fahrenheit.
  • A CV below 10% is generally considered excellent precision in laboratory and manufacturing settings.
  • CV is the standard metric for assay validation in clinical chemistry and pharmacology (USP guideline: CV < 2% for repeatability).
  • When comparing two datasets with very different means, CV is far more informative than raw standard deviation.
  • In finance, CV is the inverse of the Sharpe ratio concept — lower CV means better return relative to risk.
  • For datasets with means near zero, CV can be misleadingly large or undefined — use SD directly instead.

When to Use CV vs. Standard Deviation

Standard deviation tells you "how spread out data is in the original units." CV tells you "how spread out data is relative to the average." Use SD when the scale is fixed and understood. Use CV when comparing variability across different scales, units, or magnitudes—for example, comparing measurement precision of height (in cm) versus weight (in kg).

CV in Quality Control

In manufacturing and laboratory settings, CV is the primary acceptance criterion for method validation. Typical thresholds: intra-assay repeatability CV < 5%, inter-assay reproducibility CV < 10%, analytical methods CV < 15%. The FDA, USP, and ISO 17025 all reference CV-based acceptance criteria.

Limitations and Alternatives

CV is undefined when the mean is zero and misleading when the mean is near zero. For such data, use the Quartile Coefficient of Dispersion (QCD = IQR / (Q1 + Q3)) or the Median Absolute Deviation (MAD). For non-ratio scales (temperature in °C, dates), CV is inappropriate — use absolute measures of spread instead.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • It depends on context. In lab work, CV < 5% is excellent and < 10% is acceptable. In manufacturing quality control, CV < 10% is typical. In social science, CV < 25% is common. In financial returns, CV can exceed 50%. Always compare to standards for your specific domain.