savings
Savings Calculator
Estimate savings growth from an initial deposit, growing contributions, interest, compounding, and tax drag.
savings calculator
The Regular Savings Interest Calculator estimates how a starting balance and fixed monthly deposits could grow under one annual rate assumption. Enter the starting balance, monthly deposit, annual interest rate, and term in months to see final balance, total deposits, and gross interest earned.
Your scenario
Working scenario
Not saved yet
Saved scenarios
Save this result, then use saved scenarios to switch between assumptions.
Use this calculator when you want a focused regular-savings estimate with the same deposit every month and no tax, fee, withdrawal, inflation, or changing-rate model. Use the broader savings calculator when deposits can grow or tax-rate assumptions matter, and use the interest calculator when contribution timing or compounding frequency needs more control.
The calculator converts the annual percentage input to a monthly decimal rate by dividing by 100 and 12. It grows the starting balance for every month, adds fixed monthly deposits as end-of-month deposits, uses a zero-rate branch when the rate is 0, then reports final balance, total deposits, and interest earned before tax, fees, withdrawals, or product rules.
This formula page covers the app's Regular Savings Interest Calculator: one starting balance, one fixed monthly deposit, one annual percentage-rate assumption, and a term entered in months. It estimates gross savings growth before tax, fees, withdrawals, changing rates, provider rules, or personal tax treatment.
r = annualRatePct / 100 / 12; g = (1 + r)^n; depositGrowth = r === 0 ? D * n : D * ((g - 1) / r); FV = P * g + depositGrowth; TD = P + D * n; I = FV - TD
The annual percentage input is converted to a monthly decimal rate. The starting balance grows for every month, and fixed monthly deposits are treated as end-of-month deposits.| Symbol | Meaning | How this page uses it |
|---|---|---|
| FV | Final balance | The estimated ending balance after starting-balance growth and monthly deposits are combined. |
| P | Starting balance | The Starting balance entered on the calculator. |
| D | Monthly deposit | The fixed deposit added at the end of each month. The calculator does not increase this amount over time. |
| annualRatePct | Annual rate percentage | The Annual interest rate field as entered by the user, such as 4.25 for 4.25 percent. |
| r | Monthly decimal rate | The annual percentage divided by 100 and then by 12. For 4.25 percent, r is about 0.00354167. |
| n | Term months | The Term in months field, used directly as the number of monthly growth periods. |
| g | Growth factor | One plus the monthly rate, raised to the term-month count. |
| depositGrowth | End-of-month deposit growth | The future value of the fixed monthly deposits. When r is 0, this is simply deposits times months. |
| TD | Total deposits | Starting balance plus all fixed monthly deposits made during the term. |
| I | Interest earned | Final balance minus total deposits, before tax, fees, or withdrawal effects. |
The default US and UK fixtures use a 5,000 starting balance, a 250 monthly deposit, a 4.25 percent annual-rate assumption, and a 60-month term.
The example explains the calculator mechanics. It is a gross educational estimate, not a bank quote, tax calculation, product comparison, or recommendation about where to save.
Geographic scope: calibrated for US and UK conventions. Other regions can use the result as a generic estimate, but local products, taxes, and disclosures may differ.
Each deposit compounds only from the month it lands, so the closed-form result combines starting-balance growth with the deposit annuity factor: FV = P(1+r)^n + D((1+r)^n − 1)/r at a monthly rate. The default example - $5,000 starting, $250 monthly at 4.25 percent for 60 months - shows deposits dominating the final balance while interest builds on top. Total deposits and interest earned are reported separately.
Neither - it is a nominal annual rate divided by 12 for the monthly simulation. Advertised APY (US) and AER (UK) figures already include compounding, so entering one as the nominal rate slightly overstates growth. The calculator is calibrated for US and UK saving conventions and notes the jurisdiction context in its output, but the rate is always your planning assumption, not a live product rate.
No - the result is gross. US savings interest is generally taxable as income, while the UK has a Personal Savings Allowance and ISA wrappers that change the picture; neither jurisdiction's rules are applied here. Fees, withdrawals, bonus-rate expiry, and rate changes are also outside the model. Treat the output as the before-tax ceiling for the entered assumptions, then apply your own tax situation.
This calculator is an original closed-form regular-saver model combining starting-balance growth with the monthly-deposit annuity factor at rate ÷ 12, calibrated for US and UK saving conventions, validated by deterministic fixtures, edge cases, and rounding policy tests. It is not copied from a single source.
Fixtures pin the $5,000-plus-$250-monthly default at 4.25 percent over 60 months and the zero-rate linear branch. The result remains an educational estimate, not an APY or AER quote and not a tax-adjusted return.
Formula version 2026.05.20-us-uk-gross-savings. The version marks the calculation logic and validation fixture set used for this estimate.
Results are educational estimates, not advice. Read the full disclaimer.
savings
Estimate savings growth from an initial deposit, growing contributions, interest, compounding, and tax drag.
investment
Estimate ending balance, contributions, interest, tax drag, and inflation-adjusted buying power.
investment
Estimate future value from principal, a fixed annual rate, and whole-year annual compounding.
investment
Estimate interest earned and final value using simple (non-compounding) interest.
loan
Find the fixed annual interest rate implied by a loan amount, loan term, and monthly payment.