Best Of
How to Calculate Standard Deviation for Surveys (Formula+Calculator)
Article written by Kate Williams
Product Marketing Manager at SurveySparrow
16 min read
30 May 2024


Best Of
Article written by Kate Williams
Product Marketing Manager at SurveySparrow
16 min read
30 May 2024


Looking to learn how to calculate standard deviation?
In this article, we show you the three simple ways to calculate standard deviation. We also explain a little bit about what standard deviation is and why it could be important and useful to you.
Moreover, we answer some of the frequently asked questions about standard deviation.
Here’s everything we’ll cover in this article:
Standard Deviation is the average amount of variation in a set of data points. Simply put:
Variance and standard deviation are two ways to measure how spread out or different data points are in a dataset. Although they both tell us about the variability in the data, they have some differences.
The variance shows how far each number in a dataset is from the average or mean. It gives us an idea of how much the numbers deviate from the average, which is measured in squared units. To calculate variance, we find the average of the squared differences between each data point and the mean.
Standard deviation, on the other hand, is the square root of the variance. It tells us the average amount of deviation or spread of the data points from the mean. The standard deviation is measured in the same units as the original data, which makes it easier to understand and relate to the real-world context.
Here are some key points to remember when considering variance and standard deviation:
The Standard Deviation is the square root of the data’s variance.
You calculate the Standard Deviation by taking the square root of the Variance. The more your data points vary, the higher the variance.

Depending on the data you have, the way you calculate standard deviation changes.
You can calculate the population standard deviation from the data you’ve collected from every member of the population.
Here’s the population standard deviation formula:

Here,
Calculate sample standard deviation with the data you’ve collected from a specific sample.
Here’s the sample standard deviation formula:

Here,
The above two formulas may seem confusing, so below, we’ve listed the steps to put those formulas to use.
However, you can make it easy on yourself and use an online calculator instead. Jump to this section ↓ where we show you how to calculate the standard deviation using an online calculator.

Anyway, here are the steps to calculate the standard deviation using the above formulas:
First, simply add up all the data points and divide them by the number of data points.
Second, subtract the mean value from each data point to find the deviation from the mean.
Third, multiply each deviation by itself to square them.
Next, simply add up all of the squared deviations.
Then, divide the sum of all the squared deviations by n -1 (for a sample) or N (for a population).
Finally, take the square root of the variance to find the standard deviation.
If you already use Excel as part of your current workflow, you’re in luck!
Microsoft Excel can quickly calculate standard deviation if you know which formulas and commands to use. In this article, we will explain what standard deviation is, show you how to use Excel to calculate it, and provide an example to help you understand better.
Let’s say you have a list of numbers in Excel. We’ll use the example of numbers in column A from A1 to A10.
To calculate the standard deviation, you can use the STDEV or STDEV.S function in Excel. These formulas will find out how much the numbers in your data set vary from the average. If you have all the data from a population, you can use the STDEV.P function instead.
Unlock deeper insights! Sign up for free now to discover more.
Enter your data: First, enter your numbers into an Excel worksheet. For example, let’s say you have the numbers 10, 12, 11, 14, 15, 9, 13, 12, 11, and 10 in column A.
Use the formula: In Excel, you can use the STDEV function to calculate the standard deviation. In an empty cell, type the following formula:
=STDEV(A1:A10)
This formula tells Excel to calculate the standard deviation using the numbers in cells A1 to A10.
Press Enter: After typing the formula, press Enter on your keyboard. Excel will calculate the standard deviation for your data and show the result.
Excel has other standard deviation functions that you can use for different situations. For example, if you have multiple data sets or want to use different weighting schemes, there are functions like STDEVA, STDEVP, STDEVPA, STDEVS, and STDEV.P available.
By using Excel’s standard deviation functions, you can quickly analyze how much your data varies and make informed decisions based on the results.
Example:
Let’s say you have the sales figures for a product over ten days: 10, 12, 11, 14, 15, 9, 13, 12, 11, and 10.
To calculate the standard deviation of these sales figures using Excel, follow these steps.
Type the formula “=STDEV(A1:A10)” in an empty cell. When you press Enter, Excel will show the result, which is approximately 1.71 (rounded to two decimal places).
This standard deviation value tells us how the sales figures vary. A higher standard deviation means the sales numbers have a wider range and more variation. A lower standard deviation means the sales figures are closer to each other and have less variation.
There are 6 formulas in Excel that’ll help you calculate the standard deviation. Here are the formulas or Excel functions:
The STDEV (or STDEV.S) is a sample standard deviation formula. Use this formula when you want to calculate sample standard deviation without having to account for any text or logical values. And yes, these formulas will work with the older versions of Excel.
Use this formula when you want to calculate sample standard deviation, but you also want to include text and logical values. All the false logical values will be read as 0 and true logical values as 1.
These are the prebuilt functions you use to calculate the population standard deviation. Also, you can calculate the population standard deviation by applying your sample standard deviations to the larger dataset.
Here’s the syntax of the stand deviation formula in Excel for STDEV.S:
STDEV.S (number1,[number2],…)
The STDEV.S function uses the following arguments:
Number 1 (required number argument): The first argument that corresponds to the sample of the population
Number 2 (optional number argument): An optional argument that corresponds to a second sample of the population
How do you find the standard deviation online quickly? You can use an online standard deviation calculator to find the standard deviation in 3 simple steps. Follow the steps below to quickly find the standard deviation:
First, enter your data points or numbers, separated by commas.
Now, depending on whether you want to calculate the population standard deviation or the sample standard deviation, click on the “Population” or “Sample” radio button.
Finally, click the “Calculate” button to find the standard deviation, variance, mean, sum of squares, and margin of error. Then, click “Clear” instead if you want to clear the data you’ve entered and re-enter the data.


Average deviation, which is also known as mean absolute deviation (MAD), is a way to measure how much the individual data points in a dataset differ from the average or mean. It helps us understand the spread or dispersion of the data and gives us an idea of the typical variation from the average value.
Simplicity: Average deviation is easy to calculate and understand, especially compared to more complex measures like variance or standard deviation.
Retains Original Units: Unlike variance, which uses squared units, average deviation keeps the same units as the original data. This makes it easier to interpret and relate to real-world values.
Robustness to Outliers: Average deviation is less affected by extreme values (outliers) than variance or standard deviation. Outliers have a stronger influence on squared differences but contribute equally to absolute differences.
Quick Assessment of Variation: Average deviation shows how much the individual data points deviate from the mean on average. It helps identify datasets with high or low variability and allows for comparisons between different datasets.
Complementary Measure: Average deviation complements other measures like variance and standard deviation. It provides an alternative perspective and is particularly useful when working with skewed or non-normally distributed data.
Practical Applications: Average deviation is applied in various fields such as finance, economics, quality control, and data analysis. It aids in understanding data variability, evaluating model performance, assessing forecast accuracy, and making informed decisions based on the data spread.
Calculating the average deviation allows us to measure and understand the typical variation from the mean in a dataset.
Its simplicity, retention of original units, robustness to outliers, and practical applications make it a valuable tool for analyzing data and drawing meaningful conclusions about its spread or dispersion.
The main difference between standard deviation and average deviation lies in their calculation methods and the interpretation of their results.
A standard deviation is a measure of how dispersed the data is in relation to the mean. It indicates the extent of deviation from the mean for a data set as a whole.
It’s a distribution wherein values lie in a symmetrical fashion mostly situated around the mean. In other words, in a normal distribution, data is symmetrically distributed. It shows that data near the mean is more frequent in occurrence than data far from the mean.
The 4 main measures of variability are Range, Interquartile Range, Standard Deviation, and Variance.
The main difference is in the units. The standard deviation is in the units of variable you’re looking at while the units of variance are the square of those units.
The Empirical Rule, often called the Three-sigma Rule or 68-95-99.7 Rule, asserts that in a normal distribution, 68% of the data falls within one standard deviation of the mean. Additionally, 95% of the data resides within two standard deviations. Furthermore, a whopping 99.7% lies within three standard deviations of the mean.
In most cases, you’d only want to calculate the sample standard deviation. However, although you lose some accuracy, you don’t need to look at every member of the population to get accurate results.
Be sure to try one of the methods listed above! Using an standard deviation calculator is the simplest way to calculate.
If you’re looking to boost your survey responses and create pleasant experiences, take the conversational way and try SurveySparrow today!
Have you got any questions on calculating standard deviation? Do you have any tips or hacks for calculating standard deviation? Let us know in the comment section below.
Are you looking for a survey platform that makes it easy and effective to conduct warm, conversational surveys? Wondering whether SurveySparrow is the right fit for creating and distributing your surveys? Reach out to us for a free, personalized demo!

Thousands of brands trust SurveySparrow to turn feedback into growth. Try it free today!

Best Of
9 MINUTES
16 January 2022

Best Of
18 MINUTES
24 May 2024

Best Of
6 MINUTES
12 August 2021

Best Of
23 MINUTES
7 September 2021
14-day free trial • Cancel Anytime • No Credit Card Required • No Strings Attached
14-day free trial • Cancel Anytime • No Credit Card Required • No Strings Attached