CalcaTools

Geometric Mean Rate Of Return Calculator

Calculates geometric mean rate of return using Geometric mean = [(1+r₁)(1+r₂)…(1+rₙ)]^(1/n) − 1, in real time in your browser.

Last updated: June 2026 · Free · No sign-up required

Results

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

MethodWhat it answers
Arithmetic meanSimple average of yearly returns
Geometric meanCompounded average actually earned
CAGRGeometric return from start & end value
Why it differsVolatility drags compounded returns
UseCompare 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 patternGeometric vs arithmetic
Steady returnsThe two are nearly equal
Volatile returnsGeometric is noticeably lower
A big loss yearGeometric 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.

  1. Add 1 to each period’s return as a decimal to form growth factors.
  2. Multiply all the growth factors together.
  3. 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%.

Frequently asked questions

What is the geometric mean rate of return?
It is the constant annual rate that compounds your starting value to your ending value over several periods. Because it accounts for compounding, it reflects the return you actually earned.
How is geometric mean different from arithmetic mean?
The arithmetic mean simply averages the yearly returns, while the geometric mean multiplies the growth factors and takes a root. The geometric mean is always lower when returns vary and is the correct measure for multi-year performance.
Is geometric mean the same as CAGR?
Yes. The compound annual growth rate is the geometric mean of annual returns. You can also compute it directly as (ending value / beginning value)^(1/years) − 1.
Why is the geometric mean lower than the arithmetic mean?
Volatility hurts compounding: a 50% gain followed by a 50% loss leaves you down 25%, not even. The geometric mean captures this drag, so it sits below the simple average whenever returns fluctuate.
When should I use the geometric mean?
Use it whenever you average rates that compound over time, such as investment returns, growth rates or interest. Use the arithmetic mean only for independent, non-compounding quantities.