Future Value Calculator
Calculate the future value of an investment with optional regular contributions.
Enter your values and click Calculate
How It Works
Two formulas are combined. FV of principal: P × (1 + r/n)^(n×t), where P is the starting balance, r is the annual rate as a decimal, n is the compounding frequency, and t is years. FV of contributions: PMT_period × ((1 + r/n)^(n×t) − 1) / (r/n), where PMT_period converts the monthly contribution to per-period by multiplying by 12 then dividing by n. For example, a $200 monthly contribution with quarterly compounding becomes $600 per period. The two future values are summed. When rate is zero, contributions grow linearly without compounding. Total invested = principal + (monthly contribution × 12 × years). Total growth = future value − total invested.