Tested tool guide
Tested browser tools
Checked August 16, 2026
What Annuity Calculator does, with a checked example
This calculator projects an annuity's future value from a stream of contributions, or its present value from a target payout, using standard time-value-of-money formulas rather than a quote from a specific insurance carrier. You enter the payment amount, an assumed interest or crediting rate, the compounding/payment frequency, and the term, and it separates the money you put in from the interest actually credited over that term. The detail people miss most: for variable and indexed annuities, the rate is your own assumption -- the tool has no way to know your contract's cap rate, participation rate, or spread, so the projection is only as good as that input.
Worked example
A concrete input and expected output from the current implementation.
Input
Monthly deposit $500; annual rate 6%; compounding monthly; term 20 years; ordinary annuity (deposits at the end of each month)
->
Expected output
Future value approximately $231,020.45 (total contributions $120,000.00 plus interest credited approximately $111,020.45)
Using FV = PMT x [((1+r)^n - 1) / r] with a monthly rate r = 0.06/12 = 0.005 and n = 240 monthly periods, 500 x [(1.005^240 - 1) / 0.005] = 500 x 462.0409 = 231,020.45.