Standard Deviation in Psychology: Definition & Calculation

Standard deviation formula and normal distribution curve showing spread of scores around the mean in psychology data

Two psychology classes can score identical averages yet tell completely different stories — standard deviation is the single statistic that reveals whether those scores clustered tightly or scattered widely around the mean.

Key Takeaways:

  • What is standard deviation? It measures how spread out scores are around the mean — a small SD means scores cluster tightly, a large SD means they’re widely scattered.
  • How do you calculate it? Find the mean, get each score’s deviation from it, square the deviations, sum them, divide by n − 1, then take the square root.
  • How does it connect to z-scores? Standard deviation is the denominator in every z-score calculation, making it essential for comparing scores across different scales.

Standard deviation is one of the first statistical tools every psychology student meets, and one of the most useful throughout a research career. It answers a deceptively simple question: how spread out are the scores in a data set? Two groups of participants can have exactly the same average score and still tell very different stories, and standard deviation is the number that reveals which story is true.

This guide walks through what standard deviation means in a psychological context, how to calculate it by hand using a worked example, how it differs from variance, why researchers distinguish between population and sample standard deviation, and how it connects to the normal distribution and to z-scores — one of the most searched statistics topics on this site. Whether you’re revising for an A-level or undergraduate research methods exam, or simply trying to make sense of a “M = 45, SD = 8” in a journal article, this article covers the concept from first principles through to common points of confusion.

Standard deviation formula and normal distribution curve showing spread of scores around the mean in psychology data

What Is Standard Deviation in Psychology?

Standard deviation (SD) is a measure of dispersion: it tells you, on average, how far each score in a data set sits from the mean (Coolican, 2019). It is reported alongside the mean almost everywhere in psychological research, because the mean alone can be misleading.

Consider two psychology classes that each score an average of 65% on a research methods test. In Class A, most students scored between 60% and 70% — a tight cluster around the mean. In Class B, scores ranged from 30% to 100% — wildly spread out. The mean of 65% is identical for both classes, but the standard deviation would be small for Class A and large for Class B. Anyone reading only the mean would assume the two classes performed identically; the standard deviation reveals they didn’t.

This matters throughout psychological research. A small standard deviation on a reaction-time task suggests participants responded fairly consistently; a large one suggests some participants were much faster or slower than others, which might reflect individual differences, measurement error, or an uncontrolled variable. In clinical and educational psychology, standard deviation underpins how tests are standardised and how far above or below “typical” a person’s score sits — which is also the foundation of the z-score, covered in detail elsewhere on this site.

Standard deviation belongs to a family of statistics called measures of dispersion (alongside the range and the interquartile range), which sit alongside measures of central tendency (the mean, median and mode) as the two pillars of descriptive statistics (Field, 2018). Where central tendency tells you where the “middle” of the data is, dispersion tells you how tightly or loosely the data clusters around that middle.

Why Psychologists Prefer Standard Deviation Over the Range

The range — the difference between the highest and lowest score — is the simplest measure of dispersion, but it has an obvious weakness: it only uses two data points and ignores everything in between. A single unusually high or low score (an outlier) can massively distort the range while telling you nothing about the rest of the data set.

Standard deviation, by contrast, uses every single score in the calculation. This makes it a more representative, more sensitive measure of spread, which is why it (rather than the range) is the default measure of dispersion reported in psychological research (Howell, 2013).

Standard Deviation vs Variance

Standard deviation and variance are closely related — in fact, standard deviation is simply the square root of variance — but they are used differently, and exam questions frequently test whether students understand why.

Variance is calculated by finding the average of the squared deviations from the mean. Squaring is a necessary step in the calculation (it stops positive and negative deviations from cancelling each other out to zero), but it has a side effect: it changes the unit of measurement. If you’re measuring reaction time in seconds, the variance is expressed in seconds squared — a unit that has no intuitive real-world meaning.

Standard deviation solves this problem. By taking the square root of the variance, you return the measure to the original units of the data. A standard deviation of 0.4 seconds is immediately interpretable; a variance of 0.16 seconds-squared is not.

VarianceStandard Deviation
CalculationAverage of squared deviations from the meanSquare root of the variance
UnitsOriginal units squared (e.g., seconds²)Same units as the original data (e.g., seconds)
InterpretabilityDifficult to interpret directlyDirectly interpretable and widely reported
Typical useAn intermediate step, or used in specific statistical tests (e.g., ANOVA)The standard way to report and discuss spread

Because of this interpretability gap, standard deviation is almost always the statistic reported in results sections and research summaries, while variance tends to appear as a working step inside more advanced statistical tests such as ANOVA (which literally stands for analysis of variance) (Field, 2018). Understanding that SD is derived from variance — rather than being a completely separate calculation — is one of the most commonly tested distinctions in research methods exams.

How to Calculate Standard Deviation: Step-by-Step

The formula can look intimidating written out in full, but the calculation itself is a repeatable five-step process. Here it is broken down using a believable psychology scenario.

Scenario: A researcher measures the reaction time (in milliseconds) of five participants completing a simple cognitive task. The scores are: 220, 250, 240, 210, and 280.

Step 1: Calculate the mean.

Add all the scores together and divide by the number of scores (n).

(220 + 250 + 240 + 210 + 280) ÷ 5 = 1,200 ÷ 5 = 240

Step 2: Find the deviation of each score from the mean.

Subtract the mean from each individual score.

220−20
250+10
2400
210−30
280+40

Notice that these deviations sum to zero (−20 + 10 + 0 − 30 + 40 = 0). This will always happen by definition, which is exactly why the next step — squaring — is necessary.

Step 3: Square each deviation.

Squaring removes the negative signs so the values don’t cancel each other out.

Score (x)Deviation (x − x̄)Squared deviation (x − x̄)²
220−20400
250+10100
24000
210−30900
280+401,600

Step 4: Sum the squared deviations, then divide.

Add up the squared deviations: 400 + 100 + 0 + 900 + 1,600 = 3,000.

Divide this sum by n − 1 (for a sample, which is the standard approach in psychological research — explained fully in the next section): 3,000 ÷ 4 = 750. This figure is the variance.

Step 5: Take the square root.

√750 ≈ 27.4

So the standard deviation of this reaction-time data is approximately 27.4 milliseconds. This tells us that, on average, individual participants’ reaction times differed from the mean (240ms) by about 27.4ms — a moderate, believable spread for a simple reaction-time task.

Population vs Sample Standard Deviation (n vs n−1)

One of the most commonly confused points in introductory statistics is the difference between the formula for population standard deviation and sample standard deviation — specifically, whether you divide by n or by n − 1.

Population standard deviation is used when you have data for an entire population — every single member of the group you’re interested in, with no one left out. In this case, you divide the sum of squared deviations by n (the total number of scores).

Sample standard deviation is used when your data is a sample drawn from a larger population — which describes almost all psychological research, since researchers virtually never test every member of the group they want to draw conclusions about. In this case, you divide by n − 1 instead of n.

Why n − 1? A sample, by its nature, tends to slightly underestimate the true variability of the full population it was drawn from — because a sample is less likely to capture extreme scores at either end of the distribution than the population as a whole would (Coolican, 2019). Dividing by a slightly smaller number (n − 1 rather than n) produces a slightly larger result, which corrects for this underestimation. Statisticians call this Bessel’s correction, and the resulting statistic is described as an unbiased estimator of the population standard deviation.

In practice, because psychological studies almost always work with samples rather than complete populations, the n − 1 (sample) version of the formula is the one used throughout the worked example above, and the one you should default to using unless a question specifically states you have data for an entire population.

Standard Deviation and the Normal Distribution

Standard deviation is closely tied to the normal distribution — the symmetrical, bell-shaped curve that many psychological variables (IQ scores, reaction times, personality trait scores) approximate reasonably well across large samples.

In a perfectly normal distribution, standard deviation follows a predictable pattern known as the empirical rule (sometimes called the 68-95-99.7 rule):

  • Approximately 68% of scores fall within one standard deviation of the mean
  • Approximately 95% of scores fall within two standard deviations of the mean
  • Approximately 99.7% of scores fall within three standard deviations of the mean

For example, if a standardised anxiety questionnaire has a mean score of 50 and a standard deviation of 10 in the general population, the empirical rule tells us that around 68% of people will score between 40 and 60, and around 95% will score between 30 and 70. A score of 80 — three standard deviations above the mean — would be extremely unusual, falling in roughly the top 0.15% of scores.

This relationship is what makes standard deviation such a powerful tool for interpretation, not just description. It lets researchers and clinicians say not just “this score is above average” but “this score is unusually high” or “this score is well within the typical range,” with a precise sense of exactly how unusual it is.

Standard Deviation and Z-Scores

Standard deviation is also the essential building block for one of the most widely used standardisation tools in psychology: the z-score. As covered in full in our dedicated z-score guide, a z-score expresses exactly how many standard deviations a particular score sits above or below the mean.

The formula is straightforward once you already have the standard deviation: subtract the mean from the individual score, then divide the result by the standard deviation. A z-score of +2, for instance, means the score sits exactly two standard deviations above the mean; a z-score of −1 means it sits one standard deviation below.

This is why standard deviation and z-scores are almost always taught together, and why standard deviation is a prerequisite for understanding topics like norm-referenced testing, standardised assessment, and comparing scores across different measurement scales. If a researcher reports “Participant A scored 1.5 SD above the sample mean,” they are describing a z-score — and the standard deviation is what makes that comparison meaningful in the first place. For the full breakdown of z-score calculation, interpretation, and its use in psychological assessment, see our complete z-score guide.

Interpreting a Large vs Small Standard Deviation

Once calculated, the standard deviation needs interpreting — and this is where a common misconception creeps in.

Misconception: a high standard deviation is always a bad thing. This isn’t true. Whether a large or small SD is “good” depends entirely on the research context.

  • A small standard deviation indicates that scores cluster tightly around the mean. This can suggest the sample behaved consistently, that a measure is reliable, or that an experimental manipulation had a uniform effect across participants. In some contexts, though, an unusually small SD might indicate a ceiling or floor effect (where a test was too easy or too hard, compressing everyone’s scores towards one end).
  • A large standard deviation indicates scores are spread widely around the mean. In studies of individual differences — personality traits, life satisfaction, or responses to a novel stressor — a large SD isn’t a flaw; it’s an accurate reflection of genuine human variability (Coolican, 2019). A large SD can also, however, signal measurement error, an unreliable testing procedure, or an important variable that hasn’t been controlled for.

The context always matters. Researchers interpreting standard deviation should ask what kind of variability they expect to see given what they’re measuring, rather than assuming smaller is automatically “better.” Standard deviation is also central to how researchers assess the reliability of psychological measurements and, alongside effect size and significance testing, forms part of the wider toolkit used to judge whether a set of findings is trustworthy.

Standard Deviation in Real Research Reports

Standard deviation is typically reported in one of two ways in academic psychology writing: within the text (e.g., “reaction times were faster in the caffeine condition, M = 320ms, SD = 45ms, than the control condition, M = 380ms, SD = 62ms”) or within a results table alongside the mean for each condition or group. Comparing the SDs across conditions, not just the means, is often just as informative — two conditions can have very different means but similar spread, or similar means but very different spread, and both patterns tell a meaningful story about the data.

Common Exam Mistakes and Misconceptions

A handful of errors come up repeatedly in research methods assessments involving standard deviation:

  • Forgetting to square the deviations. Without squaring, the positive and negative deviations cancel out to zero every time, which is precisely why this step cannot be skipped.
  • Confusing standard deviation with variance, or using the two terms interchangeably in an answer. Remember: variance is the average of the squared deviations; standard deviation is its square root, and the version that’s actually interpretable in the original units.
  • Using n instead of n − 1 (or vice versa) without checking whether the data represents a full population or a sample. As covered above, virtually all psychological research uses samples, so n − 1 is almost always the correct divisor.
  • Assuming a bigger standard deviation is automatically worse. As discussed above, this depends entirely on what’s being measured and why.
  • Reporting standard deviation without the mean, or vice versa. The two statistics are only meaningful together — a standard deviation on its own doesn’t tell you where the data is centred, and a mean on its own doesn’t tell you how spread out it is.
  • Rounding too early in the calculation. Rounding the mean, or intermediate squared deviations, before completing the full calculation can introduce small errors that compound by the final step. It’s best practice to carry unrounded figures through the working and only round the final answer.

Avoiding these errors is often the difference between a partial-credit and full-credit answer in exam settings, and getting comfortable with the underlying logic — rather than memorising the formula alone — makes related topics like variance, z-scores, and standard error considerably easier to pick up.

Conclusion

Standard deviation turns a bare average into a meaningful, comparable result by showing exactly how spread out a set of scores really is. Once you can calculate it by hand — mean, deviations, squared deviations, sum, divide by n − 1, square root — the same five steps apply whether you’re working with reaction times, questionnaire scores, or exam marks. Understanding standard deviation also unlocks related concepts covered elsewhere on this site, particularly the z-score, which depends entirely on it, and gives you the grounding needed to interpret variability, reliability and significance in any piece of psychological research you read.

Frequently Asked Questions

How do you calculate standard deviation?

Find the mean of your data set, subtract the mean from each score to get the deviations, square each deviation, add the squared deviations together, then divide by n − 1 (for a sample) or n (for a full population). Finally, take the square root of that result. The square root step returns the value to the original units of your data, which is what makes standard deviation directly interpretable.

How would you explain standard deviation in simple terms?

Standard deviation tells you, on average, how far individual scores sit from the mean of a data set. A small standard deviation means scores cluster tightly together; a large standard deviation means scores are spread out widely. Two data sets can share the exact same average yet have very different standard deviations, which is why it’s reported alongside the mean rather than instead of it.

What is standard variation?

“Standard variation” isn’t an official statistical term — people searching this phrase are usually looking for either standard deviation (spread of scores from the mean) or variance (the average of the squared deviations, from which standard deviation is derived). The two are closely related: standard deviation is simply the square root of variance, expressed back in the original units of the data.

What’s the difference between standard deviation and variance?

Variance is the average of the squared deviations from the mean, expressed in squared units (e.g., seconds²), which makes it hard to interpret directly. Standard deviation is the square root of variance, which returns the measure to the original units (e.g., seconds), making it far more interpretable. Standard deviation is the statistic almost always reported in results sections; variance is more often a working step within statistical tests like ANOVA.

What does a high standard deviation mean?

A high standard deviation means scores in a data set are spread out widely from the mean. This isn’t automatically a bad thing — in research on individual differences, a large spread can simply reflect genuine variation between people. It can, however, also indicate measurement error, an unreliable test, or an uncontrolled variable, so context always matters when interpreting it.

Do you need to calculate standard deviation for A-level psychology?

This depends on your exam board and specification, so it’s worth checking your own syllabus directly. Regardless of whether hand-calculation is examined, all major psychology specifications expect students to understand what standard deviation measures, how to interpret it, and how it compares to the range and variance, since this understanding underpins later topics like z-scores and statistical significance.

How is standard deviation related to z-scores?

A z-score expresses how many standard deviations a particular score sits above or below the mean, calculated by subtracting the mean from the score and dividing by the standard deviation. Standard deviation is therefore essential to calculating a z-score — without it, there’s no way to standardise or compare scores across different scales or data sets.

What’s considered a “good” standard deviation in psychology?

There’s no universal “good” standard deviation — it depends entirely on what’s being measured, the scale used, and what level of variability is expected for that particular variable. A standard deviation is best judged in context, by comparing it to the mean, to standard deviations reported in similar studies, or across different conditions within the same study.

References

  • Coolican, H. (2019). Research methods and statistics in psychology (7th ed.). Routledge.
  • Field, A. (2018). Discovering statistics using IBM SPSS statistics (5th ed.). Sage.
  • Howell, D. C. (2013). Statistical methods for psychology (8th ed.). Cengage Learning.

Further Reading and Research

Recommended Articles

  • Curran-Everett, D. (2008). Explorations in statistics: Standard deviations and standard errors. Advances in Physiology Education, 32(3), 203–208.
  • Lee, D. K., In, J., & Lee, S. (2015). Standard deviation and standard error of the mean. Korean Journal of Anesthesiology, 68(3), 220–223.
  • Nagele, P. (2003). Misuse of standard error of the mean (SEM) when reporting variability of a sample: A critical evaluation of four anaesthesia journals. British Journal of Anaesthesia, 90(4), 514–516.

Suggested Books

  • Coolican, H. (2019). Research methods and statistics in psychology (7th ed.). Routledge.
    • A core UK A-level and undergraduate text covering the full range of statistical and research methods used in psychology, including a thorough treatment of descriptive statistics.
  • Howitt, D., & Cramer, D. (2020). Introduction to statistics in psychology (7th ed.). Pearson.
    • A student-friendly guide that builds statistical concepts from first principles, with plenty of worked examples aimed at psychology undergraduates.
  • Rowntree, D. (2018). Statistics without tears: An introduction for non-mathematicians. Penguin.
    • A widely recommended starting point for readers who find statistical notation intimidating, explaining core concepts like standard deviation in plain language before introducing formulas.

Recommended Websites

  • Simply Psychology — Offers accessible, exam-focused explainers on statistical concepts across the psychology curriculum, including measures of dispersion and standardised scores.
  • Tutor2u Psychology — A UK exam-board-aligned resource with topic pages, revision notes, and blog posts specifically addressing how standard deviation is examined across different specifications.
  • Khan Academy Statistics and Probability — Free video lessons and practice exercises covering standard deviation, variance, and the normal distribution from a general statistics (not psychology-specific) perspective, useful for reinforcing the underlying maths.

Kathy Brodie

Kathy Brodie is an Early Years Professional, Trainer and Author of multiple books on Early Years Education and Child Development. She is the founder of Early Years TV and the Early Years Summit.

Kathy’s Author Profile
Kathy Brodie

To cite this article please use:

Early Years TV Standard Deviation in Psychology: Definition & Calculation. Available at: https://www.earlyyears.tv/standard-deviation-in-psychology-definition-calculation/ (Accessed: 7 August 2026).