← Back to Blog

Interpretation · ~9 min read

Confidence Intervals and the MCID

Statistics for clinical researchers and surgical trainees

In short

A confidence interval can be checked directly against the minimal clinically important difference (MCID) using a formal calculation published this year, expressing what proportion of the interval lies beyond the threshold rather than just whether the point estimate clears it. But that check answers a different question depending on what the interval describes. For a between-group treatment effect, sampling error is already accounted for in the interval's width, and a live methodological debate questions whether an average group difference should be judged against a threshold built to describe one patient's experience at all. For an individual patient's own change score, sampling error is not the only noise in play: the change also has to clear the minimal detectable change (MDC), the instrument's own measurement error, a check the group-level case never needed because it answers that question a different way.

Checking the interval against the MCID, formally

The usual shortcut is binary: does the point estimate clear the MCID, yes or no. That throws away most of the interval, the same mistake that gets made whenever a confidence interval is collapsed into "crosses zero or doesn't." The case for reading the whole interval rather than the yes-or-no verdict at its centre is as old as the argument for estimation over hypothesis testing.1 A 2025 letter in Anaesthesia proposed a direct fix.3

Call the confidence interval's lower and upper bounds ΔL and ΔU, and the MCID Δ. If ΔL > Δ, the whole interval sits above the threshold: the effect is clearly clinically important. If ΔU < Δ, the whole interval sits below it: not clinically important, regardless of whether the interval excludes zero. When the interval straddles Δ, the proportion of it that supports a clinically important effect is

PΔ = (ΔU − Δ) / (ΔU − ΔL)

Worked illustration of P-delta

Suppose a trial on shoulder function reports a between-group mean difference in Oxford Shoulder Score of 8 points, 95% CI, 2–14. The published MCID for this instrument after shoulder arthroplasty is 6.9 points.4 The interval straddles the threshold (2 < 6.9 < 14), so:

QuantityValue
Lower bound, ΔL2.0
Upper bound, ΔU14.0
MCID, Δ6.9
ΔU − Δ7.1
ΔU − ΔL12.0

PΔ = 7.1 / 12 ≈ 0.59

About 59% of the plausible effect range clears the MCID: genuine uncertainty, not a yes or a no.

Illustrative CI for demonstrating the calculation; the MCID value (6.9) is real and cited, the trial result is not.

MCID value (6.9 points, Oxford Shoulder Score after shoulder arthroplasty) from Liu et al., 2024 (reference 4). The confidence interval of 2 to 14 is a made-up illustration used to demonstrate the arithmetic; it is not a StatsPlease run and not a real trial result.

Whose benefit is the interval actually describing?

The arithmetic above is straightforward. Whether it is the right question to ask of a between-group treatment effect is not settled. Jaeschke, Singer, and Guyatt defined the MCID in 1989 to answer whether a given change would matter to the individual patient who experienced it, enough to justify continuing a treatment in the absence of excessive cost or side effects.2 A 2025 perspective on MCID in Alzheimer's disease trials states this distinction plainly: the MCID is not an alternative trial outcome, and it does not apply to group measures at all. It exists to determine whether one patient has crossed a threshold, not whether a group's average did.7

A separate 2025 critique goes further, cataloguing specific ways an MCID drawn from individual-patient data misleads when it is pointed at a group treatment effect: it ignores the role of time in progressive diseases, it does not transfer cleanly from the open-label study where it was derived to the blinded trial where it is being applied, it becomes unreliable in small rare-disease trials, it gets murky when placebo patients also cross the threshold, and it ignores how a trial's specific inclusion criteria can shift what the MCID even means for that population.6 None of this makes the PΔ calculation wrong as arithmetic. It means reporting it is a description of how compatible the data are with an average effect of that size, not a settled answer to whether the treatment matters to the patients in the trial.

At the individual level, the interval needs a third check

Move down from the group average to one patient's own change score, or a single-arm cohort's mean change, and a different gap opens up. Sampling error is not the only source of noise here. The instrument itself has measurement error, captured by the MDC, and a narrow, precise confidence interval on a mean change score says nothing about whether that change clears it. Precision and reliability are two different properties, and only one of them shrinks when you enrol more patients.5

The same Oxford Shoulder Score study used above for the PΔ illustration also reported the instrument's MDC directly: 6.6 points, against an MCID of 6.9 (95% CI, 0.7–13.1).4 Because the MCID exceeds the MDC here, the authors could conclude a clinically important individual change is also large enough to be told apart from the instrument's own noise. That agreement is not guaranteed. A different worked example, in patients with lumbar spinal stenosis, found the opposite for one instrument in the same cohort: the Roland-Morris Disability Questionnaire's clinically important threshold did not clear its own measurement error, even though a sister instrument in the same study did.5

Which threshold the interval is being judged against, and what each check establishes.
What the interval describesCheck against MCIDCheck against MDC
Between-group treatment effectContested: the threshold was built for one patientNot the usual check; sampling error is already in the width
One patient's change scoreDoes the change matter to this patient?Required: is it bigger than the instrument's error?
Single-arm mean changeSame contested reading as a group averageRequired: precision is not reliability

What actually goes in your results section

For a between-group trial result: report the confidence interval in full, cite the MCID with its source, and if you use the PΔ proportion, name the method and cite it. State plainly what it does and does not establish, how compatible the data are with an average effect of that size, not whether the individual patients in the trial experienced a meaningful benefit.

For an individual-patient or single-arm claim, the MCID is not the only threshold that matters: check the change against the MDC too, and do not treat a narrow confidence interval on a mean change score as a substitute for that check. Precision tells you how well you have measured the average. It does not tell you whether the instrument itself can tell a real change from noise.

Frequently asked questions

Does the minimal clinically important difference (MCID) apply to a group's average treatment effect in a trial, or only to individual patients?

This is genuinely contested in current methodological literature. The MCID was originally defined to judge whether an individual patient's change matters to them, and recent critiques argue it was not built to be applied to a group's average difference in a randomized trial.

What's the difference between checking a confidence interval against the MCID versus the MDC?

Checking against the MCID asks whether the range of plausible effects would matter to patients. Checking against the MDC asks whether that range is even distinguishable from the instrument's own measurement error, a separate, additional check relevant mainly at the individual-patient or single-arm level.

Does a precise confidence interval on a mean change score guarantee the change is real?

No. Precision (a narrow confidence interval) reflects how well the average was measured across a sample; it does not by itself confirm the change is larger than the instrument's own measurement error, which is a separate property entirely.

Try it yourself

Get the interval you need: in SPSS or StatsPlease

Every check on this page starts with a confidence interval on the effect, not just a P value. Here is how to get one out of each tool for a between-group comparison of a patient-reported outcome score, so you can run the PΔ arithmetic against your instrument's published MCID.

In SPSS

  1. Open your dataset with the outcome score in one column and the treatment arm in another.
  2. Check normality first: Analyze → Descriptive Statistics → Explore. Put the score in the Dependent List and the arm in the Factor List, and under Plots tick "Normality plots with tests."
  3. Run the comparison: Analyze → Compare Means → Independent-Samples T Test. Move the score into Test Variable(s) and the arm into Grouping Variable, then Define Groups and click OK.
  4. Read the "95% Confidence Interval of the Difference" columns (Lower and Upper). Those two numbers are your ΔL and ΔU. Compute Cohen's d separately; SPSS does not print it in this dialog on older versions.
  5. Look up your instrument's MCID in the literature, then do the PΔ arithmetic by hand.

In StatsPlease

  1. Upload the CSV.
  2. Open the Analysis tab.
  3. Set the score as the Outcome and the treatment arm as the Group.
  4. Press the Group Comparison preset button. There is no separate run step: pressing the preset is what runs the analysis. You pick the preset, not the test; the engine screens normality with Shapiro-Wilk and Levene's, then routes to the appropriate comparison itself. For a single-arm before-and-after change score, press Before vs After instead.
  5. Read the AMA output on the Results tab. The full confidence interval on the difference is printed alongside the test statistic, the exact P value, and the effect size, so ΔL and ΔU are already there.

Compare: both tools return the same interval, because both run the same test on the same data. The numbers are computed by scipy and statsmodels, not generated by an LLM: ask ChatGPT for the same comparison and it will produce a plausible-looking interval it never calculated. Re-run this in R or SPSS and you get the identical bounds. What StatsPlease adds is that the interval, the effect size, and the formatted sentence arrive together, so the MCID and MDC comparisons are the only work left for you.

References

  1. Gardner MJ, Altman DG. Confidence intervals rather than P values: estimation rather than hypothesis testing. British Medical Journal (Clinical Research Edition). 1986;292(6522):746–750. https://doi.org/10.1136/bmj.292.6522.746
  2. Jaeschke R, Singer J, Guyatt GH. Measurement of health status. Ascertaining the minimal clinically important difference. Controlled Clinical Trials. 1989;10(4):407–415. https://doi.org/10.1016/0197-2456(89)90005-6
  3. De Cassai A. The ratio of confidence interval above the minimal clinically important difference. Anaesthesia. Published online October 10, 2025. https://doi.org/10.1111/anae.70028
  4. Liu P, Afzal I, Asopa V, Clement ND, Patel V. Changes and thresholds in the Oxford Shoulder Score following shoulder arthroplasty: minimal clinically important difference, minimal important and detectable changes, and patient-acceptable symptom state. Shoulder & Elbow. 2024. https://doi.org/10.1177/17585732231176423
  5. Young I, Dunning J, Escaloni J, Maselli F, Prall J, Mourad F, Hutting N, Fernández-de-las-Peñas C. Clinimetric analysis of the numeric pain rating scale, Oswestry disability index, and the Roland-Morris disability questionnaire in patients with lumbar spinal stenosis treated with conservative interventions. Journal of Clinical Neuroscience. 2025;143:111717. https://doi.org/10.1016/j.jocn.2025.111717
  6. Ganju J. Why "minimal clinically important difference" for interpreting the magnitude of the treatment effect is not useful. Pharmaceutical Statistics. 2025;24:e70015. https://doi.org/10.1002/pst.70015
  7. Cummings J. Perspective: minimal clinically important difference (MCID) and Alzheimer's disease clinical trials. Alzheimer's & Dementia: Translational Research & Clinical Interventions. 2025;11:e70059. https://doi.org/10.1002/trc2.70059

StatsPlease reports the full confidence interval alongside every effect size and test statistic it computes from your data, so the numbers a check like this needs are already in your Results tab, not left for you to assemble by hand.

Press Group Comparison for a between-group effect, or Before vs After for an individual or single-arm change score. Pressing the preset is what runs the analysis; there is no separate run step. The interval is computed from your data, not generated.

Try StatsPlease free