Math calculators

RSD Calculator

Updated Jul 25, 2026 By Jehan Wadia
Rate Formulas
Enter Your Data Set
Enter numbers separated by commas, spaces, or new lines. Minimum 2 values.
Use Sample (n − 1) for experimental or partial data; use Population (n) when your values represent the complete data set.
Enter Known Standard Deviation & Mean
Must be zero or greater (dispersion cannot be negative).
May be negative, but cannot be zero (RSD divides by |mean|).
Applies to every displayed result.
Relative Standard Deviation (RSD / %CV)
RSD
Standard Deviation
Mean
RSD as Ratio
RSD in ppt (‰)
Descriptive Statistics
Count (n)
Sum (Σx)
Mean (x̄)
Variance
Std. Deviation
Std. Error (SEM)
Σ(x − x̄)²
Median
Minimum
Maximum
Range
SD Type Used
Step-by-Step Solution
Data Points vs. Mean and ±1 SD
RSD Precision Gauge
Deviation Table
# Value (x) Deviation (x − x̄) Squared Deviation (x − x̄)²

Introduction

The RSD Calculator finds the relative standard deviation of your numbers. RSD is also called the coefficient of variation (%CV). It shows how spread out your data is compared to the average. You get one simple percent instead of a raw number, so you can compare data sets that use different units or sizes.

The math is easy: divide the standard deviation by the mean, then multiply by 100.

You can use this tool two ways. Type in a full list of numbers, and the calculator finds the mean, the standard deviation, and the RSD for you. Or, if you already know the standard deviation and the mean, just enter those two values.

You also get extra stats like the sum, variance, standard error, median, range, and a table of deviations. A chart shows each data point next to the mean and the ±1 SD lines, and a gauge tells you if your precision is excellent, good, acceptable, fair, or poor.

A small RSD means your results are close together and steady. A large RSD means the numbers jump around a lot. This is why labs, quality control teams, students, and researchers use RSD to check how good and repeatable their measurements are.

How to use our RSD Calculator

Enter your data set, or type in a standard deviation and mean you already know. The calculator gives you the relative standard deviation (RSD, also called %CV), plus the mean, standard deviation, full stats, step-by-step math, and charts.

Data Set Input tab: Pick this tab if you have raw numbers, like repeat lab test results.

Data Values: Type your numbers in the box. Split them with commas, spaces, or new lines. You need at least 2 numbers. You can also click a preset button to load sample data.

Standard Deviation Type: Choose "Sample SD (n − 1)" if your numbers are just part of a bigger group. Choose "Population SD (n)" if your numbers are the whole group.

Known SD & Mean tab: Pick this tab if you already know the standard deviation and mean, and just want the RSD. Need the mean first? Use the Average Calculator or the Mean Median Mode Calculator.

Standard Deviation (σ or s): Type the standard deviation. It must be 0 or higher.

Mean (μ or x̄): Type the mean. It can be negative, but it cannot be 0, because RSD divides by the mean.

Decimal Precision: Pick how many decimal places you want in every result, from 2 up to 15. For reporting rules, see the Sig Fig Calculator and the Rounding Calculator.

Calculate: Click this to see your RSD and all the results. Results also update when you change an input.

Reset: Click this to clear your work and go back to the default values.

Copy Results / Print: Copy all results to your clipboard, or print the page for your records.

What Is Relative Standard Deviation (RSD)?

Relative standard deviation, or RSD, shows how spread out your numbers are compared to their average. It takes the standard deviation and turns it into a percent of the mean. Because it is a percent, RSD has no units. That makes it easy to compare data sets that use different scales, like grams and milliliters.

The RSD Formula

RSD = (standard deviation ÷ |mean|) × 100%

The bars around the mean mean "absolute value." That keeps the answer positive even if the mean is negative. RSD is also called the coefficient of variation (%CV). The two names mean the same thing. If you need the raw percent math itself, the Percentage Calculator can help.

How to Find RSD Step by Step

  1. Add all your values and divide by how many there are. That is the mean. The Sum Calculator makes step one quick.
  2. Subtract the mean from each value to get the deviations.
  3. Square each deviation and add them up.
  4. Divide that sum by n − 1 (sample) or n (population) to get the variance.
  5. Take the square root of the variance. That is the standard deviation.
  6. Divide the standard deviation by the absolute mean and multiply by 100.

Sample vs. Population Standard Deviation

Use the sample version (divide by n − 1) when your numbers are only part of a bigger group, such as a few test runs. Use the population version (divide by n) when your numbers are the whole group. The sample version gives a slightly larger answer, which helps correct for the missing data. If you are planning how many runs to collect, try the Sample Size Calculator.

What a Good RSD Value Looks Like

  • Under 1% – excellent precision. Results are very tight.
  • 1% to 5% – good precision. Fine for most lab work.
  • 5% to 10% – acceptable, but a bit loose.
  • 10% to 20% – high variability. Be careful with the results.
  • Over 20% – poor precision. The data is scattered.

These are general guides. Some fields, like biology or field sampling, allow higher RSD values than chemistry labs do.

Where RSD Is Used

Labs use RSD to check if repeated tests give steady answers, often alongside the Percent Error Calculator for accuracy and the Molarity Calculator or Dilution Calculator for prep work. Factories use it for quality control on weights and sizes. Scientists use it to compare how noisy two data sets are, then follow up with a Confidence Interval Calculator, a t Test Calculator, or the Correlation Coefficient Calculator. Businesses use it to see how much sales or costs bounce around.

Things to Watch For

RSD does not work when the mean is zero, because you cannot divide by zero. It also gives odd results when the mean is very close to zero, since a tiny mean makes the percent huge. RSD works best with data that is all positive and on a real scale, like weight, length, or concentration. Before you judge a high RSD, check for extreme points with the Outlier Calculator or the IQR Calculator, and use the Z Score Calculator to see how far a single value sits from the mean. For a broader summary of any data set, the Statistics Calculator pulls everything together.


Formulas used

Relative Standard Deviation (%RSD / %CV)
\mathrm{RSD} = \frac{s}{|\bar{x}|} \times 100\%
Mean
\bar{x} = \frac{\sum_{i=1}^{n} x_i}{n}
Sample variance and standard deviation (n − 1)
s = \sqrt{\frac{\sum_{i=1}^{n}(x_i - \bar{x})^2}{n-1}}
Population variance and standard deviation (n)
\sigma = \sqrt{\frac{\sum_{i=1}^{n}(x_i - \bar{x})^2}{n}}
Standard error of the mean
\mathrm{SEM} = \frac{s}{\sqrt{n}}
RSD as a ratio and in parts per thousand
\mathrm{ratio} = \frac{\mathrm{RSD}}{100}, \qquad \mathrm{RSD}_{\permil} = \mathrm{RSD} \times 10
Range
\mathrm{Range} = x_{\max} - x_{\min}

Frequently asked questions

Can RSD be a negative number?

No. RSD is always 0 or higher. The standard deviation is never negative, and the calculator uses the absolute value of the mean. So even if your mean is negative, your RSD stays positive.

Can RSD be more than 100%?

Yes. If your standard deviation is bigger than your mean, the RSD goes above 100%. That means the data is very scattered. The gauge chart stops filling at 100%, but the number shown is your real RSD.

Why does my result say Undefined?

Your mean is exactly 0. RSD divides by the mean, and you cannot divide by zero. Check your data for values that cancel out, like -5 and 5. In the Known SD & Mean tab, type a mean that is not 0.

Why is my answer different from Excel?

Excel has two functions. STDEV.S uses n − 1 (sample) and STDEV.P uses n (population). Match your pick here to the one you used in Excel and the numbers will agree.

What does RSD in ppt (‰) mean?

It means parts per thousand instead of parts per hundred. Just multiply the percent by 10. So an RSD of 1.37% is 13.7‰. Some chemistry and geology reports use ppt for very tight data.

What is RSD as a ratio?

It is the same answer without the ×100 step. An RSD of 2.5% is a ratio of 0.025. Some formulas and software want the ratio form, so both are shown.

Can I paste data from Excel or Google Sheets?

Yes. Copy a column or row and paste it in the Data Values box. The calculator reads numbers split by commas, spaces, tabs, or new lines. Remove any text, units, or symbols first.

How many numbers can I enter?

You need at least 2. There is no set top limit. The deviation table shows the first 300 rows, but the totals and all results still use every value you typed.

Does the order of my data matter?

No. The mean, standard deviation, and RSD stay the same no matter how you sort the values. Only the line chart and the deviation table row numbers change order.

Is a lower RSD always better?

Usually yes for lab and quality work, because it means your repeats agree. But RSD only checks precision, not correctness. You can get a tiny RSD and still be far from the true value if your method or instrument is off.

What is the difference between RSD and percent error?

RSD compares your results to each other. Percent error compares your result to a known true value. RSD shows how repeatable you are; percent error shows how accurate you are.

What is standard error (SEM) and why is it listed?

SEM is the standard deviation divided by the square root of n. It tells you how much the mean itself might move if you repeated the whole test. It gets smaller as you add more data points, while the standard deviation does not.

Why do the deviations in the table add up to zero?

Because the mean sits right in the middle of the values. The amounts above the mean cancel the amounts below it. That is why we square each deviation before adding them.

Do outliers change my RSD a lot?

Yes. One very high or low value pushes both the mean and the standard deviation, and it can double or triple your RSD. If your RSD looks bad, check for a bad reading or a typo first.

Does RSD change if I switch units?

No, as long as you only scale the numbers, like grams to milligrams. Both the standard deviation and the mean grow by the same factor, so the percent stays the same. That is why RSD is great for comparing different data sets.

What do the orange lines on the chart mean?

They mark the mean plus one standard deviation and the mean minus one standard deviation. Points inside those lines are typical. Points far outside are worth a second look.

Does changing decimal precision change the real answer?

No. The math always runs at full precision inside the tool. Precision only changes how many decimal places you see on screen, in the steps, and in copied results.

Can I use negative numbers or scientific notation?

Yes. Negative values are fine, and you can type forms like 1.2e-3. Just remember RSD can look strange when the mean lands near zero, since a tiny mean makes the percent very large.

Which SD type should I pick if I am not sure?

Pick Sample (n − 1). Most real data, like a few test runs or a batch of measurements, is only part of a bigger group. Use Population (n) only when you truly measured every item.