Geometric Mean Rate Of Return Calculator
Last updated: June 2026 · Free · No sign-up required
Enter values above and click Calculate to see your result instantly.
How the Geometric Mean Rate Of Return Calculator works
Under the hood, this calculator applies Geometric mean = [(1+r₁)(1+r₂)…(1+rₙ)]^(1/n) − 1, so the geometric mean rate of return calculator result you see is genuine math, not a lookup table.
The reference table below covers the most common geometric mean rate of return calculator cases at a glance, the methodology section breaks the calculation into verifiable steps, and the FAQ tackles the edge cases.
Quick reference
| Method | What it answers |
|---|---|
| Arithmetic mean | Simple average of yearly returns |
| Geometric mean | Compounded average actually earned |
| CAGR | Geometric return from start & end value |
| Why it differs | Volatility drags compounded returns |
| Use | Compare investments over time |
functions Shows the working, not just the answer
For students and teachers, the final number is only half the value. Every math tool here exposes the formula it applied, the intermediate steps, and the rounding rule, so you can follow along, check your homework, or use the answer in a proof or report with confidence.
calculate Accurate to the spec
Calculations use 64-bit floating point with sensible rounding for the domain (currency to 2 decimals, percentages to 4 decimals, algebra to 6 significant figures). Where exact rational arithmetic matters — fractions, factorials, simplification — we use a dedicated BigNumber path so 1/3 + 1/6 returns ½, not 0.49999.
school Free for classroom use
Educators are welcome to link to any math calculator on CalcaTools from a class site, Google Classroom, or worksheet. The pages are mobile-friendly, free, ad-supported (so we can keep them free) and have no sign-up wall — students just click and use them in class or at home.
tips_and_updates Pair with the spoke articles
Below the calculator we link a small set of plain-English explainer pages — "What is a percentage?", "Why does PEMDAS matter?", and so on. They cover the underlying concept in 4–6 short paragraphs. Read those before the calculator if the topic is new, or after if you want the extra context.
Interpretation guide
| Return pattern | Geometric vs arithmetic |
|---|---|
| Steady returns | The two are nearly equal |
| Volatile returns | Geometric is noticeably lower |
| A big loss year | Geometric mean falls sharply |
| Reported "average" | Use geometric for honest results |
Formula & methodology
Formula: Geometric mean = [(1+r₁)(1+r₂)…(1+rₙ)]^(1/n) − 1
How the result is calculated
The geometric mean return compounds each period’s growth factor and takes the n-th root, giving the constant rate that would turn your starting value into the ending value. It is always at or below the arithmetic mean and is the honest measure of investment performance.
- Add 1 to each period’s return as a decimal to form growth factors.
- Multiply all the growth factors together.
- Take the n-th root (n = number of periods) and subtract 1.
Example
Returns +50% then −50%: factors 1.5 and 0.5, product 0.75. Geometric mean = 0.75^(1/2) − 1 = −13.4% per year — even though the arithmetic average is 0%.