Relative Standard Deviation Calculator

Calculate the Relative Standard Deviation (RSD) or Coefficient of Variation (CV) of any dataset - a dimensionless measure of variability relative to the mean.

📉 Relative Standard Deviation Calculator
RSD (Coefficient of Variation)
-
Mean (x̄)
-
Standard Deviation
-
Variance
-
Count (n)
-
Min
-
Max
-

📖 What is Relative Standard Deviation (RSD)?

The Relative Standard Deviation (RSD), also known as the Coefficient of Variation (CV), is the standard deviation expressed as a percentage of the mean. It is one of the most widely used measures of variability in science, engineering, finance, and quality control because it is dimensionless - it has no units, which means you can compare the variability of two completely different datasets on the same scale.

Unlike absolute standard deviation, which carries the same units as the original data (kilograms, dollars, milliseconds, etc.), RSD normalises the spread relative to the average. This dimensionless property makes RSD ideal for answering questions like: "Is a blood glucose measurement from a new lab instrument more consistent than a weight scale reading?" - even though both are measured in entirely different units.

The formula is straightforward: RSD = (Standard Deviation / |Mean|) × 100%. Yet the implications are profound. A dataset with mean 1000 and standard deviation 50 has RSD = 5%, which carries exactly the same interpretation as a different dataset with mean 0.01 and standard deviation 0.0005 (also RSD = 5%) - both show 5% variability relative to their respective averages.

In analytical chemistry and laboratory science, RSD is the gold standard for assessing method precision. Regulatory guidelines such as ICH Q2(R1) for pharmaceutical analysis and EPA methods for environmental monitoring specify maximum allowable RSD values. An HPLC chromatography method, for instance, must typically achieve RSD < 2% in six replicate injections to pass validation. In clinical diagnostics, laboratory accreditation bodies (CAP, CLIA) require instruments to demonstrate RSD < 5% for most analytes.

In finance and investment analysis, the Coefficient of Variation is used to compare risk-adjusted performance. It answers the question: "How much risk (standard deviation of returns) am I taking per unit of expected return (mean return)?" A fund with CV = 40% offers less relative risk than one with CV = 80%, even if the absolute standard deviation of the higher-CV fund is smaller.

In manufacturing and quality engineering, RSD underpins process capability analysis (alongside Cp and Cpk indices). A production process with RSD < 3% for a key dimension is considered very capable. In scientific research, RSD values < 10% are generally accepted as demonstrating adequate experimental reproducibility.

📐 Formula

RSD = (SD / |x̄|) × 100%

Sample RSD (most common - use when data is drawn from a larger population):

RSD = (s / |x̄|) × 100%    where   s = √[ Σ(xᵢ − x̄)² / (n−1) ]

Population RSD (use only when data represents the entire population):

RSD = (σ / |μ|) × 100%    where   σ = √[ Σ(xᵢ − μ)² / N ]

Where:

  • (x-bar) or μ = arithmetic mean of the dataset
  • xᵢ = each individual data point
  • n = number of data points in the sample; N = population size
  • s = sample standard deviation (denominator n−1, Bessel's correction)
  • σ = population standard deviation (denominator N)
  • RSD is expressed as a percentage (%)

Note on absolute value: The formula uses |mean| (absolute value of the mean) to handle datasets where the mean might be negative - though RSD is generally considered meaningful only for data with a positive mean.

📖 How to Use This Calculator

1
Type your numbers into the text area, separated by commas, spaces, or semicolons. You can also paste data directly from a spreadsheet.
2
Choose Sample SD (n−1) for data sampled from a larger population - this is the correct choice for most lab, QC, and research applications. Choose Population SD (n) only when you have data for every member of the complete group.
3
Click Calculate RSD. The results panel shows RSD (%), mean, standard deviation, variance, count, minimum, and maximum instantly.
4
Compare the RSD to benchmarks for your field. If a warning appears (mean near zero or negative mean), reconsider whether RSD is the right measure for your data.

💡 Example Calculations

Example 1 - Laboratory Measurements (Moderate Variability)

Dataset: 10, 12, 14, 11, 13, 15, 9, 12, 11, 14 (ten replicate measurements, sample SD)

1
Count n = 10; Sum = 121; Mean x̄ = 121 / 10 = 12.1
2
Deviations from mean: −2.1, −0.1, +1.9, −1.1, +0.9, +2.9, −3.1, −0.1, −1.1, +1.9
3
Sum of squared deviations = 4.41 + 0.01 + 3.61 + 1.21 + 0.81 + 8.41 + 9.61 + 0.01 + 1.21 + 3.61 = 32.90
4
Sample variance = 32.90 / (10 − 1) = 3.656; Sample SD s = √3.656 = 1.912
5
RSD = (1.912 / 12.1) × 100% = 15.80% - borderline variability; acceptable for field measurements but too high for analytical chemistry.
Result: RSD ≈ 15.80% | Mean = 12.1 | SD = 1.912
Try this example →

Example 2 - High-Precision Instrument (Excellent Precision)

Dataset: 99.8, 100.1, 100.0, 99.9, 100.2 (five measurements from a calibrated balance, sample SD)

1
n = 5; Sum = 500.0; Mean x̄ = 100.0
2
Squared deviations: 0.04 + 0.01 + 0.00 + 0.01 + 0.04 = 0.10
3
Sample variance = 0.10 / 4 = 0.025; Sample SD = √0.025 = 0.1581
4
RSD = (0.1581 / 100.0) × 100% = 0.158% - excellent precision; well within ICH < 2% threshold.
Result: RSD ≈ 0.158% | Mean = 100.0 | SD = 0.158
Try this example →

Example 3 - Volatile Stock Returns (Negative Values)

Dataset: 5, −3, 12, −8, 18, 2, −5 (monthly returns in %, sample SD)

1
n = 7; Sum = 21; Mean x̄ = 21 / 7 = 3.0%
2
Squared deviations sum = 4 + 36 + 81 + 121 + 225 + 1 + 64 = 532
3
Sample variance = 532 / 6 = 88.67; Sample SD s = 9.416
4
RSD = (9.416 / 3.0) × 100% = 313.9% - extremely high relative variability. The dataset includes negative returns and the mean is very small relative to the spread, making RSD an unreliable measure here. In finance, this simply signals high volatility relative to the average return.
Result: RSD ≈ 313.9% | Mean = 3.0% | SD = 9.416
Try this example →

Example 4 - Population Data (Census Survey)

Dataset: 20, 25, 30, 35, 40 (ages of all 5 members of a small team - complete population)

1
n = N = 5; Sum = 150; Mean μ = 30
2
Squared deviations: 100 + 25 + 0 + 25 + 100 = 250
3
Population variance = 250 / 5 = 50; Population SD σ = √50 = 7.071
4
RSD = (7.071 / 30) × 100% = 23.57% - moderate spread in team ages, as expected for a typical mixed-experience group.
Result: RSD ≈ 23.57% | Mean = 30 | Population SD = 7.071
Try this example →

❓ Frequently Asked Questions

What is Relative Standard Deviation (RSD)?+
RSD (Relative Standard Deviation), also called the Coefficient of Variation (CV), is the standard deviation expressed as a percentage of the mean: RSD = (SD / Mean) × 100%. It measures how much variability exists relative to the average. Unlike the standard deviation, which is in the same units as the data, RSD is dimensionless - making it useful for comparing variability across datasets with different units or different magnitudes.
How do you calculate RSD step by step?+
Step 1: Calculate the mean (average) of the dataset. Step 2: Calculate the standard deviation (sample or population). Step 3: RSD = (SD / Mean) × 100%. Example: data = {10, 12, 14, 11, 13} → Mean = 12, Sample SD = 1.581 → RSD = (1.581/12) × 100 = 13.18%. Sample SD uses n−1 in the denominator; population SD uses n.
What is the difference between RSD and standard deviation?+
Standard deviation (SD) measures spread in the original units of the data. RSD expresses this spread relative to the mean as a percentage. Example: Dataset A (heights in cm): mean=170, SD=5 → RSD=2.9%. Dataset B (exam scores): mean=70, SD=5 → RSD=7.1%. Both have SD=5, but dataset B has more relative variability. RSD allows meaningful comparison between A and B despite them measuring different things.
What is the Coefficient of Variation (CV) and how does it differ from RSD?+
CV and RSD are essentially the same measure. Both = (SD / Mean) × 100%. The term 'CV' is more common in statistics and social sciences; 'RSD' is preferred in analytical chemistry and laboratory sciences. Some sources express CV as a decimal (SD/Mean) rather than a percentage. This calculator uses the percentage form: CV = RSD = (SD/Mean) × 100%.
What is a good RSD value?+
Acceptable RSD depends on context: Analytical chemistry method validation: < 2% for high-precision instruments, < 5% for routine methods. Clinical laboratory testing: < 5% for most assays. Financial data (investment returns): 10–30% is normal; > 50% indicates high volatility. Manufacturing quality control: < 5% for dimensional measurements. Scientific experiments: < 10% is generally acceptable. Lower RSD always means more consistent (precise) measurements.
When should I use sample SD versus population SD for RSD?+
Use sample SD (denominator n−1) when your data represents a sample drawn from a larger population - the most common case in practice (quality control samples, survey responses, experimental measurements). Use population SD (denominator n) only when your data IS the entire population with no sampling uncertainty (e.g. measuring all 50 employees in a small company). Sample SD gives an unbiased estimate of the true population SD.
What are the limitations of RSD?+
RSD is unreliable when: (1) the mean is zero or near zero (division by near-zero inflates RSD wildly); (2) the data contains negative values (a negative mean makes RSD meaningless); (3) the distribution is highly skewed (SD is not a good spread measure for skewed data - use IQR instead); (4) comparing across datasets with different distribution shapes. Always check that your data is roughly symmetric and has a clearly positive mean before relying on RSD.
How is RSD used in analytical chemistry?+
In analytical chemistry, RSD is the primary metric for method precision (repeatability and reproducibility). ICH guidelines require RSD < 2% for chromatographic methods (HPLC, GC). Method validation typically involves running the same sample 6–10 times and computing RSD of the results. EPA methods for environmental monitoring typically require RSD < 20% for complex matrices. Lower RSD demonstrates that the analytical method is consistent and reliable.
How is CV/RSD used in finance?+
In finance, the Coefficient of Variation compares the risk per unit of return across investments. Example: Fund A has mean return 15%, SD 6% → CV = 40%. Fund B has mean return 20%, SD 12% → CV = 60%. Fund A has less risk per unit of return despite lower absolute returns. CV allows comparing a bond portfolio (low SD, low return) against an equity portfolio (high SD, high return) on an equal footing.
What is the relationship between RSD and z-scores?+
A z-score tells you how many standard deviations a single data point is from the mean: z = (x − mean) / SD. RSD is the reciprocal of the z-score when |z| = 1, expressed as a percentage: if RSD = 10%, then a data point 1 SD from the mean is 10% away from the mean. Z-scores standardise individual values; RSD standardises the spread itself. Both use SD and mean but serve different analytical purposes.