Cohen D Calculator: Effect Size and CI

Cohen D Calculator

Estimate standardized mean difference for independent groups, one-sample comparisons, and paired before-after designs. Enter summary statistics to get Cohen's d, Hedges g, approximate standard error, confidence interval, and magnitude interpretation.

🎯Cohen D Presets

📝Effect Size Inputs

Independent groups use both group SDs; paired designs use the SD of within-person differences.

CI is a normal approximation around d using the selected confidence level.

For independent groups, this is the first group mean.

For one-sample mode, this is the benchmark or null mean.

In paired mode, enter the standard deviation of paired differences.

Ignored for one-sample and paired variants, but kept for quick switching.

For one-sample and paired mode, this is the total n.

Used only when the analysis variant is independent groups.

Cohen's d 0.000 standardized mean difference
Hedges g 0.000 small-sample corrected d
Approx SE 0.000 standard error of d
Approx CI 0 to 0 confidence interval for d

🔢Current Effect Snapshot

0.00Mean difference
0.00Denominator SD
0Degrees freedom
MediumMagnitude band

📐Formula Breakdown

Independent groups dd = (M1 - M2) / pooled SD, where pooled SD = sqrt(((n1 - 1)s1² + (n2 - 1)s2²) / (n1 + n2 - 2)).
One-sample dd = (sample mean - benchmark mean) / sample SD. The sample size uses n1 and the second SD is ignored.
Paired dzdz = (post mean - pre mean) / SD of paired differences. Enter the difference SD in the primary SD field.
Hedges correctiong = J x d, where J approximates 1 - 3 / (4df - 1). This reduces small-sample positive bias.
Independent SESE(d) approximately = sqrt((n1 + n2) / (n1 x n2) + d² / (2(n1 + n2 - 2))).
One-sample or paired SESE(d) approximately = sqrt(1 / n + d² / (2(n - 1))). CI = d +/- z critical x SE.

📊Effect Size Method Comparison

VariantFormulaDenominatorSample SizeReport LabelMain Caution
Independent groups(M1 - M2) / spPooled sample SDn1 and n2Cohen's dAssumes common SD scale
Hedges independentJ x dPooled sample SDn1 and n2Hedges gCorrection matters most with small n
One-sample(M - benchmark) / sSample SDnCohen's dBenchmark must be meaningful
Paired dzMean diff / SD diffDifference SDPairsdzNot the same as between-group d
Glass delta(M1 - M2) / control SDReference group SDn1 and n2DeltaUse when treatment changes variance
Standardized responseMean change / SD changeChange score SDPairsSRMSimilar to paired dz
Raw mean differenceM1 - M2NoneAnyMDUnits differ across measures
Correlation rAssociation scaleTotal variationnrDifferent meaning from d

🧪Real Preset Values

ScenarioDesignMean 1Mean 2SD 1SD 2n1n2Typical Reading
Medication symptom trialIndependent18.222.78.49.16461Lower scores improved
Tutoring exam score studyIndependent84.178.310.211.53537Moderate academic lift
Website task time testIndependent42.651.418.921.78279Negative means faster group 1
Therapy before-afterPaired11.816.47.20480Symptom reduction
Reaction time benchmarkOne-sample276300520400Faster than reference
Manufacturing torque auditIndependent102.899.64.45.82426Quality shift
Reading fluency gainPaired132116220300Instruction gain
Employee survey benchmarkOne-sample4.123.500.7401180Above midpoint
Plant growth fertilizerIndependent18.615.25.14.72022Growth advantage

📏Magnitude Interpretation Table

Absolute dLabelPlain-Language GapOverlap CueReporting Note
0 to 0.19Very smallHard to see on the raw scaleVery high overlapContext may matter more than label
0.20 to 0.49SmallNoticeable but modestHigh overlapCan matter at large scale
0.50 to 0.79MediumClear standardized gapModerate overlapCommon benchmark for practical signal
0.80 to 1.19LargeStrong difference on the outcome scaleLower overlapCheck design and measurement quality
1.20 to 1.99Very largeLarge separation of distributionsLow overlapInspect outliers and scale restrictions
2.00 or moreHugeExtreme standardized gapVery low overlapVerify SD, coding, and units

🔍Confidence Level Reference

ConfidenceApprox z CriticalWidth EffectBest UseReminder
90%1.645NarrowestScreening or exploratory workMore likely to miss uncertainty
95%1.960StandardMost research summariesStill approximate for d
98%2.326WiderStricter reportingNeeds enough sample size
99%2.576WidestHigh-confidence reviewMay be very wide with small n
Small nAny levelUnstableUse Hedges g tooNormal CI is rougher
Large nAny levelMore stablePlanning and meta-analysis notesMagnitude still needs context

💡Actionable Cohen D Tips

SD tip: For independent groups, enter sample standard deviations from each group. If you only have standard errors, convert first: SD = SE x sqrt(n).
Paired tip: For before-after or matched pairs, use the SD of the paired differences, not the separate pre and post SDs.

This will allow you to interpret statistics propery.

For instance, you may read that some new teaching method increased scores by 15 points. Sounds good! But then you notice it was a test out of 100, and the control group also increased their score by 10 points. The raw difference here is five. Feels like nothing. But when variation across classes are small, those five points might be a huge jump in performance.

How to Use the Calculator Correctly

Cohen’s d standardizes the difference. It allows you to compare a reading test to a math test. Did a change occur? How large of a change was that in comparison to all the other stuff going on?

Then you input your summary stats into the calculator and it does the work for you. It removes all the pesky calculation mistakes from doing it by hand.

First thing, pick what type of design you have. Two different groups? Then you have two sets of means and standard deviations (e.g., one group on a medication vs. One group is a control group on a placebo). Then it will pool those variances together as a reference baseline. It’s assuming that the variation between groups are about the same. In many cases, this won’t be true and so you’ll want to re-think your design. In general though, pooling the standard deviation produce a strong estimate of spread for practical purposes.

The math changes a bit when you’re doing one-sample comparisons. In this case, you’re testing whether a particular group differs from some known benchmark (e.g., a history target, or the national average). Your denominator is now just the sample’s standard deviation. That’s a subtle but critical difference. Using an incorrect variance estimator will either magnify or shrink size of your effect, which results in overconfidence.

The calculator automatically corrects for degrees of freedom, so that the confidence intervals takes into account the true number of samples and not some idealized population.

The paired design has its oddities too. If you’re measuring the same people before and after an intervention, what you want to know is how much they changed. So you need the standard deviation of the differences. Do not use standard deviations from the separate pre and post measures. Many people make this mistake. As a consequence, you’ll typically underestimate the effect size if you compute it using the wrong SD. It neglects to take into account that first and second measurements is correlated.

In this mode the tool ask you for the SD of the differences. This keeps you on the right track.

But what do we do with that d value? How do we interpret it? There’s no hard-and-fast rule here. Instead, consider these as guidelines: Small = 0.2, Medium = 0.5, Large = 0.8. That means that a d value of 0.5 in one study would count as “medium” but a d value of 0.05 would be a tiny effect.

Context is everything. Saving the lives of thousands of people could be a tiny effect in a massive public health initiative. But finding a cure for a rare disease in a lab setting could be completely meaningless. The reference table on the page lays this out. And then use your own discretion… Determine whether a medium effect justifies a change in opinion or not.

It even computes something called Hedges’ g. Hedges’ g is a correction factor for reducing bias in small samples. When sample sizes gets really tiny, Cohen’s d tends to exaggerate. Hedges’ g pulls it back down to earth. You’ll notice the difference shrinks a bit. That’s a good thing. Better to be careful, rather then to say there’s a miracle when there is only a small improvement.

The confidence interval and standard error provide a range of plausible values. If that range contain zero, then your result isn’t statistically significant. This remains true, regardless of how large the point estimate appears.

But always examine the assumptions. In most cases that means checking normality and homogeneity of variance.

For well behaved data though, Cohen’s d is still the best measure when you’re trying to communicate impact. It makes you consider size, not just importance. A p-value tells you there is an effect. A d value tells you whether or not it matters.

Leave the arithmetic to the software; let them worry about telling the story with the numbers. Only half the battle is knowing the difference. Half the battle is knowing if that difference is big enough to care about, and you should of checked earlier.

Cohen D Calculator: Effect Size and CI