r
Statistical Tools
Correlation Coefficient Calculator
Browse all pages
Interpretation guide

How to Interpret a Correlation Coefficient

By Correlation Coefficient Calculator
Last Updated: May 19, 2026
Section: Interpretation

A correlation coefficient is not a verdict by itself. The best interpretation reads the sign, the absolute size, the sample size, the p-value, and the practical context together.

Start with direction

The sign tells you which way the relationship moves. A positive r means higher values of one variable tend to appear with higher values of the other. A negative r means higher values of one variable tend to appear with lower values of the other.

The sign does not tell you whether the relationship is useful, causal, or statistically reliable. It only tells you the direction of the linear or monotonic pattern being measured.

  • r > 0: positive association
  • r < 0: negative association
  • r near 0: little consistent linear association

Then judge strength

The absolute value of r shows strength. As a rough starting point, |r| around 0.10 is weak, around 0.30 is moderate, around 0.50 is strong, and 0.70 or higher is very strong.

Those cutoffs are only conventions. A weak correlation can matter in public health or finance when scaled across many people, while a strong-looking correlation can be unimportant if the outcome is trivial.

  • |r| < 0.20: usually very weak or weak
  • 0.20 <= |r| < 0.40: weak to moderate
  • 0.40 <= |r| < 0.60: moderate to strong
  • |r| >= 0.60: strong, but still check sample size and context

Separate statistical and practical significance

The p-value asks whether the observed correlation is hard to explain by random sampling if the true population correlation were zero. It does not ask whether the relationship is large enough to matter.

For example, r = 0.08 can be statistically significant in a huge sample, but it explains very little variation. Conversely, r = 0.70 in a tiny sample can look impressive while still being unstable.

  • Use p-value for reliability
  • Use r and r squared for effect size
  • Use the confidence interval to judge uncertainty
  • Use subject-matter context to decide practical meaning

Check whether the pattern is trustworthy

A correlation coefficient can be distorted by outliers, curved patterns, restricted ranges, mixed subgroups, or non-independent observations. Always inspect a scatter plot when raw data is available.

If the relationship is monotonic but not linear, Spearman or Kendall may describe it better than Pearson. If one variable is binary and the other is continuous, point-biserial correlation is usually the cleaner interpretation.

  • Look for outliers before trusting a large r
  • Check whether the trend is roughly linear before using Pearson
  • Do not convert correlation into causation language without design evidence
  • Report the exact r, n, p-value, and confidence interval when possible