Tested tool guide
Tested browser tools
Checked August 16, 2026
What ROI Calculator does, with a checked example
ROI answers a deceptively simple question: what did your money make, and how fast? You enter what an investment cost and what it is worth now - or what it sold for - and the calculator returns the profit, the percentage return, and, when you give it the holding period, the annualized return. Enter several investments and it ranks them in a comparison table. The figure people most often get wrong is the annualized one: a 50% gain over three years is not roughly 17% a year. Because gains compound, it is closer to 14.5%.
Worked example
A concrete input and expected output from the current implementation.
Input
Initial cost: $10,000 | Final value: $15,000 | Holding period: 3 years
->
Expected output
Profit: $5,000 | Simple ROI: 50% | Annualized ROI: 14.5% per year
The gain is 15,000 - 10,000 = 5,000, which is 50% of the 10,000 invested. Re-expressed per year, 1.5^(1/3) - 1 = 0.1447, so the value grew about 14.5% compounded annually - not 50 / 3 = 16.7%, which ignores compounding.