Calculate Cohen's d from two groups
Enter summary statistics for two independent groups. This tool returns Cohen's d, Hedges' g (small-sample corrected), an approximate 95% CI for d, and a plain-language interpretation.
What is Cohen's d?
Cohen's d is a standardized effect size that tells you how far apart two group means are in standard deviation units. Unlike a raw difference in means, Cohen's d is unit-free, which makes it easier to compare effects across studies, measures, and contexts.
For example, if one teaching method produces an average score 6 points higher than another method, that raw difference may or may not be impressive depending on the score variability. Cohen's d answers this by scaling that difference by the pooled standard deviation.
Formula used in this calculator
spooled = √[ ((n1 - 1)SD12 + (n2 - 1)SD22) / (n1 + n2 - 2) ]
Cohen's d:
d = (M1 - M2) / spooled
Hedges' g correction:
g = d × [1 - 3/(4(n1 + n2) - 9)]
This implementation assumes two independent groups and uses the pooled SD approach. The sign of d indicates direction: a positive d means Group 1 has a higher mean than Group 2, and a negative d means the opposite.
How to use this Cohen's d calculator
- Enter mean, SD, and sample size for each group.
- Click Calculate.
- Review Cohen's d, Hedges' g, and the interpretation label.
- Use the approximate confidence interval for uncertainty context.
If you are preparing a manuscript, report the effect size alongside p-values and confidence intervals for a more complete interpretation of your results.
Interpreting Cohen's d
A common rule of thumb (from Cohen) is:
- 0.2 = small effect
- 0.5 = medium effect
- 0.8 = large effect
These are not strict cutoffs for every field. In medicine, education, psychology, and product analytics, practical significance depends heavily on context, cost, risk, and baseline variability.
Direction matters
If d = -0.60, that is still a medium effect in magnitude, but it indicates Group 1 scored lower than Group 2. Always report both magnitude and direction.
When to use Hedges' g
Hedges' g is a bias-corrected effect size based on d. In small samples, Cohen's d tends to be slightly upward biased. Hedges' g applies a correction factor and is often preferred in meta-analysis.
As sample sizes get larger, Cohen's d and Hedges' g become very similar.
Worked example
Suppose a study compares test scores between two workshops:
- Workshop A: M = 78.4, SD = 10.5, n = 35
- Workshop B: M = 72.1, SD = 9.8, n = 40
Entering these into the calculator yields a positive d, indicating Workshop A outperformed Workshop B. If d is around 0.6, that would generally be interpreted as a medium-to-large difference.
Best practices for reporting effect sizes
- Report the exact value (e.g., d = 0.57) rather than only labels.
- Include confidence intervals whenever possible.
- State direction clearly (which group had the higher mean).
- Avoid over-reliance on generic "small/medium/large" labels.
- Pair effect size with domain-specific practical interpretation.
Limitations and assumptions
1) Independent groups assumption
This calculator is for independent-samples designs. For paired/repeated-measures data, use a repeated-measures effect size variant.
2) Comparable measurement scale
Both groups should be measured on the same outcome scale. Mixed scales require transformation before direct comparison.
3) Sensitivity to non-normality and heteroscedasticity
Cohen's d is widely used and robust in many settings, but severe skew, outliers, or dramatically unequal variances may warrant additional checks or alternative estimators.
Final takeaway
Cohen's d is one of the most useful ways to communicate practical impact. Use this calculator to quickly quantify the magnitude of differences, and combine the output with confidence intervals, study design quality, and real-world consequences for responsible interpretation.