// REAL RETURN CALCULATOR
Real Return Calculator
Calculate the real return — the part of a nominal return that actually beats inflation.
// INPUTS
// OUTPUT
REAL RETURN (FISHER)
5.66%
QUICK ESTIMATE (NOMINAL − INFLATION)6.00%
// FORMULA
// FORMULA
RealReturn = (1 + Nominal) / (1 + Inflation) − 1
The Fisher equation. Subtracting (nominal − inflation) is only an approximation.
// EXAMPLE
// WORKED OUT
12% nominal return with 6% inflation:
Real = (1.12 / 1.06) − 1
= 1.0566 − 1
= 5.66% per year
Quick estimate: 12 − 6 = 6%// WHAT THIS MEANS
A return is only as good as what it lets you buy. A 12% nominal return when inflation is 10% is much weaker than a 7% return when inflation is 3%. The Fisher equation gives the exact real return; subtracting inflation gives you a close-enough number for headline math but drifts at higher rates.
// FAQ
Why isn't real return just nominal minus inflation?+−
Because both compound. Subtraction works for tiny rates; for 5%+ rates over many years, the multiplicative formula is meaningfully more accurate.
Should I always think in real returns?+−
For long-horizon goals — retirement, education — yes. For short-term cash flow planning, nominal is often fine.
// RELATED CALCULATORS
// INFLATION
Inflation Calculator
What today's money is worth in the future.
// RETURN MATH
CAGR Calculator
Annualized growth rate between two values.
// COMPOUNDING
Investment Growth Calculator
Future value of a lumpsum at a chosen rate.
// COMPOUNDING
Future Value Calculator
FV of a present amount at a chosen rate.