MASEconomics is now on YouTube. Longer explainers on the same topics, worked through step by step on real data. Visit the channel

Stylized card showing r-squared values that mislead, high and trivial, low and valuable, high and spurious

R-Squared and Adjusted R-Squared Explained

Ask what makes a regression good and most people who have taken one statistics course will reach for the same number. R-squared is the most quoted statistic in applied economics and the most routinely misread: it measures how much of the variation in the outcome a model reproduces in the sample at hand, and nothing else. It does not measure whether the model is true, whether its coefficients mean what the author claims, or whether the relationship would survive in new data, and some of the best empirical work in economics carries R-squared values that would embarrass a first-year homework assignment, while some of the worst carries values near one. Learning what the number actually says, what its adjusted cousin corrects, and when either deserves attention is one of the fastest upgrades available to anyone who reads regression output.

The Arithmetic of Explained Variation

The construction is a simple accounting split. Take the outcome’s total variation around its mean, the total sum of squares, and divide it into the part the fitted model reproduces and the residual part it misses. R-squared is the reproduced share:

$$ R^2 \;=\; 1 – \frac{\text{residual sum of squares}}{\text{total sum of squares}} $$

so a value of 0.4 says the regressors account for 40 percent of the sample variation in the outcome, and the remaining 60 percent lives in the residual. In the two-variable case the number is simply the squared correlation between outcome and fitted values, which connects it to the geometry laid out in our guide to simple linear regression. Two properties follow directly from the formula and explain most of the trouble. First, R-squared never falls when a regressor is added, however irrelevant, because the fitting procedure can always use a new variable at least trivially; a model with enough junk variables can climb toward one while explaining nothing real. Second, the denominator is the outcome’s own variance, so the same true relationship yields a high R-squared where the outcome varies little and a low one where life is noisy, which makes cross-study comparisons of the number close to meaningless.

Adjusted R-squared exists to blunt the first problem. It reweights the two sums of squares by their degrees of freedom, imposing a penalty for every added regressor, so it rises only when a new variable earns more fit than its cost in flexibility, and it can fall when junk is added. That makes it the better default for comparing specifications of different sizes within the same data, a task treated more fully in our article on selecting an econometric model. It is a repair, not a redemption: adjusted R-squared inherits every deeper limitation of the original, because it is still, at bottom, a measure of in-sample fit.

Figure 1. Three Regressions, Three Verdicts the Number Gets Wrong
High, and trivial a mechanical link fits itself Low, and valuable a real effect in a noisy world High, and false two trends that never met The same statistic decorates all three. Fit is not truth, and truth does not require fit. Stylized illustration; the points and curves are drawn, not estimated.
Source: Stylized illustration based on standard regression theory. Chart: MASEconomics.

Low Can Be Excellent, High Can Be Garbage

The number’s reputation rests on an assumption that fit and quality travel together, and applied economics breaks that assumption in both directions. In large cross-sections of individuals, outcomes like wages, health, or firm growth are driven overwhelmingly by idiosyncratic factors no dataset records, so even a perfectly identified causal effect leaves most variation unexplained; R-squared values of 0.1 or 0.2 are routine in careful microeconomic work, and the estimate of interest can still be precise, believable, and policy-relevant. What matters for a causal claim is whether the regressor is clean of the endogeneity problems treated in our article on instrumental variables, a property R-squared cannot see: adding a badly endogenous variable typically raises the fit while destroying the interpretation.

The opposite failure is the more dangerous one. Regress any trending series on any other trending series, national consumption on the stock of anything that grows, and the fit will be spectacular, with R-squared above 0.9 for relationships that are pure coincidence of direction. This is the classic spurious regression problem, and it is why time-series work tests for unit roots before believing any fit, a discipline explained in our article on why stationarity matters. A reader can adopt the working rule that a very high R-squared in levels time-series data is a warning to investigate, not a virtue to admire, while a modest R-squared in micro data is simply what honest variation looks like. The multivariate version of the fit-versus-meaning gap, where variables share their explanatory load, is part of the story of multiple regression models.

When the Number Deserves Attention

None of this makes the statistic useless; it makes it a tool with a job description. R-squared is genuinely the right lens when prediction is the goal: a forecasting model exists to reproduce variation, so out-of-sample versions of exactly this quantity are the currency in which forecasts are judged, and the honest evaluation compares predicted with realized values in data the model never saw. It is informative as a description of how much a set of factors collectively accounts for, provided nobody converts that share into a causal ranking. And its movement across specifications carries diagnostic value: a coefficient that survives while R-squared jumps as controls enter is telling a robustness story that formal tests, of the kind covered in our guide to hypothesis testing, will formalize. What the number can never do is referee between a model that explains much falsely and one that explains little truly, and empirical economics contains both in quantity. The question to ask of any regression is what the coefficient means and how it was identified; the question R-squared answers, how much sample variation the fitted line soaks up, is a different and smaller one.

MASEconomics Explains

3 economic concepts behind R-squared

Variance Decomposition
The split of an outcome’s total variation into the part reproduced by the model and the residual. R-squared is the reproduced share, which makes it a statement about this sample’s variation, not about truth or causality.
Adjusted R-Squared
The degrees-of-freedom-corrected version that charges a price for every added regressor. It rises only when a variable earns more fit than its cost in flexibility, making it the better default for comparing differently sized models on the same data.
Spurious Regression
The spectacular fit produced by regressing one trending series on another, even when they are unrelated. It is the standard demonstration that a high R-squared can decorate pure nonsense, and the reason time-series work tests for stationarity first.

These concepts are explored in depth across our educational articles library.

Explore the MASEconomics Blog

Conclusion

R-squared answers exactly one question: what share of the outcome’s variation, in this sample, the fitted model reproduces. Its adjusted version repairs the mechanical inflation from added regressors and is the better habit when comparing specifications, but both are in-sample fit measures and nothing more. The number cannot certify a model true, cannot rank causes by importance, and cannot warn that a beautiful fit is two unrelated trends holding hands, which is why the same statistic decorates the best and the worst regressions in the literature with equal enthusiasm.

The mature reading habit is to place the number in its context before reacting to it: expect low values in noisy cross-sections where honest effects live, distrust very high values in trending time series where spurious ones do, reserve real weight for out-of-sample fit when prediction is the goal, and never let fit substitute for the identification question that decides what a coefficient means. R-squared is a useful clerk and a terrible judge, and most of the damage it has done in applied work comes from promoting it to the bench.

Frequently Asked Questions

What does R-squared actually tell you?

The share of the outcome’s variation, in the estimation sample, that the fitted model reproduces. An R-squared of 0.3 means the regressors account for 30 percent of the variation around the outcome’s mean and the residual holds the rest. It says nothing about causality, truth, or performance in new data.

What is a good R-squared value?

There is no general threshold; the honest answer depends on the setting. Individual-level cross-section work routinely produces values of 0.1 to 0.3 because human outcomes are dominated by unrecorded factors, while aggregate time-series regressions produce values near one for mechanical or spurious reasons. Compare a model’s fit to similar studies on similar data, never to a universal standard.

What is the difference between R-squared and adjusted R-squared?

Plain R-squared can only rise as regressors are added, even useless ones. Adjusted R-squared applies a degrees-of-freedom penalty per variable, so it increases only when an addition improves fit by more than chance would, and it can decrease when junk is added. Use the adjusted version when comparing models with different numbers of regressors.

Does a high R-squared mean the model is good?

No. High values arise from mechanical relationships, from regressing trending series on each other, and from stuffing models with variables, none of which makes the coefficients meaningful. In levels time-series data especially, a very high R-squared is a prompt to check stationarity, not a mark of quality.

Does a low R-squared mean the regression is useless?

No. A well-identified effect can be precisely estimated while explaining a small share of a noisy outcome, which is the normal situation in microeconomic data. The coefficient’s interpretation and standard error carry the substantive news; the low fit merely records that individual outcomes have many causes the data never observed.


Thanks for reading! R-squared is a useful clerk and a terrible judge; keep it off the bench. Happy learning with MASEconomics

Cite this article

APA

Sanghro, M. A. (2026, September 11). R-Squared and Adjusted R-Squared Explained. MASEconomics. https://maseconomics.com/r-squared-and-adjusted-r-squared-what-model-fit-really-means/

Chicago

Sanghro, Majid Ali. 2026. "R-Squared and Adjusted R-Squared Explained." MASEconomics, September 11, 2026. https://maseconomics.com/r-squared-and-adjusted-r-squared-what-model-fit-really-means/

Majid Ali Sanghro

Majid Ali Sanghro

Founder of MASEconomics. An economist specializing in monetary policy, inflation, and global economic trends – providing accessible analysis grounded in academic research.

More from MASEconomics →