💰 Savings Calculator 2026

Calculate compound interest growth on your savings — with initial deposit + monthly contributions, all compounding frequencies (daily to annual), APY vs APR, inflation-adjusted real value, Rule of 72, savings goal tracker, and an interactive year-by-year balance chart. Powered by the full compound interest formula rendered in MathJax.

Compound Interest Monthly Contributions APY Calculator Inflation Adjustment Savings Goal Tracker Year-by-Year Chart

📊 Enter Your Savings Details

10 years
5.0%
For real purchasing power
Interest taxed as ordinary income
Future Value (Nominal)
$38,641
Initial Deposit$5,000
Total Monthly Contributions$24,000
Total Deposited$29,000
Interest Earned (Gross)$9,641
Tax on Interest (22%)$2,121
After-Tax Future Value$36,520
Real Value (inflation-adj.)$27,140
Goal Progress 96.5%
Almost there! $1,359 short of your $40,000 goal.

📈 Key Metrics

Annual Percentage Yield (APY)5.12%
Interest as % of Future Value24.9%
Effective Real Rate (after inflation)1.94%
After-Tax Annual Yield3.90%
Rule of 72 — Doubling Time14.4 years
Monthly Interest (Year 1 avg.)$0

📊 Balance Growth Over Time

Deposits Interest

📋 Year-by-Year Balance (first 15 years)

YearBalance+InterestDeposited

📖 How to Use This Savings Calculator

  1. 1
    Enter Initial Deposit and Monthly Contribution

    Set your starting balance (lump sum initial deposit) and the amount you'll add monthly. The calculator handles both — an initial deposit that grows via compound interest on its own, plus an annuity stream of regular contributions that also compounds. Set monthly contribution to 0 if you're calculating a one-time lump-sum deposit.

  2. 2
    Set the Time Period and Interest Rate

    Drag the sliders to set the savings period (1–40 years) and annual interest rate (APR). For reference: high-yield savings accounts offer ~4.5–5.0% APY in 2026; 5-year CDs: ~4.5%; I-Bonds: ~2.8% (composite rate as of 2026); S&P 500 historical average: ~10.5% nominal, ~7.5% inflation-adjusted annually.

  3. 3
    Choose Compounding Frequency

    Daily compounding earns the most; annually earns the least — but the differences are small. Monthly compounding at 5% APR = 5.116% APY; daily = 5.127% APY. Most HYSA and CDs compound daily or monthly. The APY displayed in the Key Metrics panel always reflects the true annual yield after compounding for easy comparison across accounts.

  4. 4
    Configure Inflation and Tax Rates

    The inflation rate shows the "real" purchasing power of your future balance — USD 40,000 in 10 years buys far less than $40,000 today at 3% inflation. Tax on interest (typically 22–37% as ordinary income for most US earners) reduces effective returns. Both values update the results in real-time so you can see true after-tax, after-inflation wealth growth.

  5. 5
    Set a Savings Goal and Track Progress

    Enter a target amount (emergency fund, house down payment, vacation, retirement milestone). The goal bar shows how close your projection comes to your target and exactly how much you're above or short. Adjust monthly contributions or time period to close any gap — the calculation updates instantly.

📐 Compound Interest Formulas

Compound Interest — Lump Sum (No Regular Contributions)

\( A = P \left(1 + \frac{r}{n}\right)^{nt} \)

\( \text{Example: } P = \$5{,}000,\; r = 5\%,\; n = 12\;\text{(monthly)},\; t = 10 \)

\( A = 5{,}000 \times \left(1 + \frac{0.05}{12}\right)^{120} = 5{,}000 \times (1.004167)^{120} = \mathbf{\$8{,}235.05} \)

\(A\) = future value · \(P\) = principal (initial deposit) · \(r\) = annual interest rate (decimal) · \(n\) = compounding periods per year (daily=365, monthly=12, quarterly=4, semi=2, annual=1) · \(t\) = years. Interest earned = \(A - P\). The term \(\left(1+\frac{r}{n}\right)^{nt}\) is the compound growth factor — for USD 5,000 monthly for 10yr at 5%: factor = 1.6470, meaning each dollar becomes $1.647.
Future Value of Annuity — Regular Monthly Contributions

\( FV_{\text{annuity}} = PMT \times \frac{\left(1 + \frac{r}{n}\right)^{nt} - 1}{\frac{r}{n}} \)

\( FV_{\text{total}} = \underbrace{P \left(1+\frac{r}{n}\right)^{nt}}_{\text{lump sum}} + \underbrace{PMT_n \times \frac{\left(1+\frac{r}{n}\right)^{nt}-1}{r/n}}_{\text{contributions}} \)

\( PMT_n = \frac{PMT_{\text{monthly}} \times 12}{n} \quad \text{(monthly contribution converted to compound period)} \)

\( \text{Example: } PMT = \$200/\text{mo},\; r=5\%,\; n=12,\; t=10 \)

\( FV = 200 \times \frac{(1.004167)^{120}-1}{0.004167} = \mathbf{\$31{,}056} \)

This is the future value of an ordinary annuity (payments at end of each period). An annuity-due (beginning of period) would multiply by \(\left(1+\frac{r}{n}\right)\), producing slightly more. Total deposited = \(P + PMT \times 12 \times t = \$5{,}000 + \$24{,}000 = \$29{,}000\). Interest earned = \(FV_{\text{total}} - \$29{,}000\).
APY, Real Rate, Rule of 72 & Continuous Compounding

\( \text{APY} = \left(1 + \frac{r}{n}\right)^n - 1 \qquad \text{(converts APR → effective annual yield)} \)

\( r_{\text{real}} = \frac{1+r}{1+\pi} - 1 \approx r - \pi \qquad \text{(Fisher equation, } \pi\text{ = inflation rate)} \)

\( r_{\text{after-tax}} = r \times (1 - t_{\text{rate}}) \qquad \text{(net return after tax on interest)} \)

\( T_{\text{double}} = \frac{72}{r\%} \quad \text{(Rule of 72)} \qquad T_{\text{triple}} \approx \frac{114}{r\%} \qquad T_{\text{10×}} \approx \frac{240}{r\%} \)

\( \lim_{n\to\infty} \left(1+\frac{r}{n}\right)^{nt} = e^{rt} \qquad \text{(continuous compounding)} \)

Examples: 5% APR monthly → APY = \((1+0.05/12)^{12}-1 = 5.116\%\). Real rate at 5% APR and 3% inflation → \((1.05/1.03)-1 = 1.942\%\). At 5% after 15% tax → after-tax yield = \(5\% \times 0.85 = 4.25\%\). Rule of 72: at 6% → 12 years to double; at 9% → 8 years; at 3% → 24 years. Continuous at 5% for 10yr → \(e^{0.5} = 1.6487\) vs monthly compounding = 1.6470 — nearly identical in practice.

📋 Impact of Compounding Frequency — $10,000 at 5% for 10 Years

FrequencyPeriods/yr (n)APYBalance after 10yrInterest Earned
Annually15.000%$16,288.95$6,288.95
Semi-Annually25.063%$16,386.16$6,386.16
Quarterly45.095%$16,436.19$6,436.19
Monthly125.116%$16,470.09$6,470.09
Daily3655.127%$16,486.65$6,486.65
Continuous5.127%$16,487.21$6,487.21
💡 Daily vs. monthly compounding on $10,000 at 5%/10yr yields only $16.56 more. Frequency matters far less than rate, time, and regular contributions. Focus on finding the best APY and automating monthly contributions rather than chasing the highest compounding frequency.

📊 Power of Compound Growth — $200/month + $5,000 Initial

Rate / Period5 Years10 Years20 Years30 Years
HYSA (4.5% APY)$19,512$35,716$78,209$152,895
5% APY$19,728$36,630$82,547$166,452
7% (balanced fund)$20,582$40,878$106,715$252,695
10% (S&P 500 hist.)$21,952$48,218$163,853$494,823
12% (aggressive)$23,100$56,004$222,018$775,456
⚠️ Important perspective: Stock market rates (7–12%) come with significant short-term volatility and risk of loss. Savings account, HYSA, and CD rates are guaranteed within FDIC limits. The table above illustrates the mathematical power of compounding at various rates — not a recommendation to invest at any specific rate. Past stock market returns do not guarantee future results.

📚 The Complete Guide to Compound Interest & Smart Saving

Compound interest has been called the "eighth wonder of the world" — a quote commonly attributed to Albert Einstein, though its true origin remains disputed. Whether Einstein said it or not, the mathematical reality is unambiguous: money that earns interest on its interest genuinely accelerates exponentially, not linearly, and this distinction creates one of the most powerful forces in personal finance.

The mathematical concept of compound interest has ancient roots. Babylon recorded interest calculations on clay tablets as early as 2000 BCE. The clearest early mathematical treatment appears in Leonardo Fibonacci's Liber Abaci (1202) — the same work that introduced the Fibonacci sequence and popularized Hindu-Arabic numerals in Europe. Italian merchant banks of the 14th–17th centuries built their fortunes on compound interest calculations for loans and investments. The term "percentage" itself derives from the Latin per centum used in these banking contexts.

The crucial difference between simple and compound interest is where interest is calculated. Simple interest computes only on the original principal: \(I = P \times r \times t\). Compound interest recalculates on the growing balance each period. After 20 years at 10%: simple interest on USD 10,000 → USD 30,000; compound (annual) → USD 67,275. After 30 years: simple → USD 40,000; compound → $174,494. The gap widens exponentially with time — which is precisely why starting early matters so much more than any other savings decision.

🏦

High-Yield Savings (HYSA) 2026

Online savings accounts at institutions like Marcus (Goldman Sachs), Ally, SoFi, and American Express offer APYs of 4.0–5.0% in 2026, versus 0.01–0.50% at traditional big banks. All FDIC-insured up to USD 250,000 per depositor per institution (and $500,000 for joint accounts). No minimums for most; transfers to linked checking in 1–3 business days. Compounding is typically daily — but expressed and paid monthly. Use for your emergency fund and short-term savings goals (under 3 years).

💿

Certificates of Deposit (CDs) & Laddering

CDs lock funds for a fixed term (3 months – 5 years) at a guaranteed rate, typically 0.25–0.50% higher than HYSA for equivalent terms. A CD ladder staggers maturities: e.g., USD 20,000 split into four $5,000 CDs maturing in 1, 2, 3, and 4 years. When each matures, reinvest in a new 4-year CD. Result: liquidity every 12 months, plus the higher rates of longer-term CDs, with protection against future rate decreases. Suitable for money you won't need but want guaranteed returns above HYSA.

🏛️

I-Bonds & Treasury Savings Bonds

US Treasury Series I bonds (I-Bonds) adjust their rate twice yearly based on the CPI inflation index plus a fixed rate. Purchased only via TreasuryDirect.gov; limit USD 10,000/year per person (USD 15,000 with tax refund). Must hold 1 year before redemption; 3-month interest penalty if redeemed before 5 years. Composite rate as of Q1 2026: ~2.8% (varies with CPI). Tax-deferred (no state/local tax) and can be tax-free if used for education. Excellent inflation hedge for the fixed $10k annual allocation.

🎯

The 3-Bucket Savings Framework

Bucket 1 — Emergency (0–6 months): 3–6 months of expenses in HYSA. Liquid, FDIC-insured. Never invest this. Bucket 2 — Short-term Goals (1–3 years): Car, vacation, home down payment. CD ladder or high-yield savings. Bucket 3 — Long-term Wealth (3+ years): Retirement, financial independence. Invest in diversified portfolio (index funds, ETFs) — higher volatility but historically beats savings rates significantly over 10+ years. Most Americans need all three buckets, funded in priority order.

📌 Inflation is the invisible tax on savers. At 3% annual inflation, USD 50,000 in a savings account earning 5% APY has a real (purchasing-power-adjusted) return of only 1.94% per year using the Fisher equation: \(r_\text{real} = (1.05/1.03) - 1 = 1.942\%\). After 20 years, a nominal balance of USD 135,000 would only buy what $74,800 buys today. For goals more than 3 years away, consider whether investment returns (historically 7–10% real for diversified equity) better protect purchasing power than savings accounts.
N
Written & Reviewed by Num8ers Editorial Team — Personal Finance, Banking & Investment Mathematics Specialists Last updated: April 2026 · Sources: Fibonacci, Leonardo. Liber Abaci (1202, Sigler translation 2002). Springer. · FDIC "Your Insured Deposits" (FDIC.gov, 2026) · FDIC Weekly National Rates (April 2026) — national average savings 0.43% APY; top HYSA 4.50–5.00% APY · US Treasury TreasuryDirect — Series I Bond composite rate Q1 2026: ~2.84% · Federal Reserve H.15 Selected Interest Rates (treasuries, April 2026) · National Conference of State Legislatures CD rate survey Q1 2026 · IRS Publication 550 "Investment Income and Expenses" — interest income taxed as ordinary income; 1099-INT issued above $10 · Robert J. Shiller S&P 500 historical data (Yale CAPE ratio dataset, aswathdamodaran.com) — geometric annual return ~10.5% nominal, ~7.2% real 1924–2025 · Fisher, Irving. "The Theory of Interest" (1930) — Fisher equation derivation · Rule of 72 derivation: Paulos, John Allen. "A Mathematician Reads the Newspaper" (1995) · Consumer Price Index (CPI), Bureau of Labor Statistics (bls.gov) — 12-month change March 2026. This calculator provides estimates for planning only. Tax treatment of savings interest depends on your specific situation; consult a CPA. Investment involves risk and past performance does not guarantee future results.

❓ Frequently Asked Questions — Savings & Compound Interest

What is compound interest and how is it calculated?
Compound interest is interest calculated on both the original principal and the previously accumulated interest. Formula: \(A = P\left(1+\frac{r}{n}\right)^{nt}\) where \(P\) = principal, \(r\) = annual rate, \(n\) = compounding periods/year, \(t\) = years. Example: 10,000 at 5% monthly for 10 years: \(A = 10{,}000 \times (1.004167)^{120} = \16{,}470\). Interest earned: 6,470. Compare to simple interest (\(I = Prt = 10{,}000 \times 0.05 \times 10 = \$5{,}000\)) — compound interest earns $1,470 more over 10 years, and the gap grows exponentially as time extends.
What is APY and how is it different from APR?
APR (Annual Percentage Rate) is the stated interest rate without accounting for compounding. APY (Annual Percentage Yield) is the actual effective annual rate after compounding is applied. Formula: \(\text{APY} = \left(1+\frac{r}{n}\right)^n - 1\). Examples: 5% APR monthly = 5.116% APY; daily = 5.127% APY. Always compare savings accounts by APY, not APR — it's the only fair comparison. US law (Truth in Savings Act, Regulation DD) requires deposit institutions to disclose APY prominently in advertising and account disclosures.
How does the Rule of 72 work for doubling money?
Rule of 72: Divide 72 by the annual interest rate to estimate years to double your money. At 6%: 72÷6 = 12 years. At 8%: 9 years. At 4%: 18 years. At 12%: 6 years. Mathematical basis: solving \(2P = P(1+r)^t\) → \(t = \ln(2)/\ln(1+r) \approx 0.693/r\) ≈ \(69.3/r\%\). The "72" in the rule (vs exact 69.3) was chosen because it has many more integer factors (1,2,3,4,6,8,9,12,18,24,36), making mental division easier. For tripling: Rule of 114. For 10×: Rule of ~240 (exact: \(\ln(10)/r \approx 230/r\%\)).
How much should I save each month?
The 50/30/20 rule (popularized by Senator Elizabeth Warren in "All Your Worth," 2005) suggests saving/investing 20% of gross income. At USD 60,000/year: 20% = USD 1,000/month. Even USD100–USD200/month compounded at 5% for 30 years = USD83,000–USD166,000. More important than the amount is starting early: $200/month from age 25 to 35 (10 years, then stopped) at 7% compounds to USD243,994 by age 65. Starting at 35 with USD200/month for 30 years at 7%: USD243,994. They're equal — because of compounding, the 10 years of 25-year-old savings = the 30 years of 35-year-old savings. The cost of waiting is enormous.
What are the best savings account rates in 2026?
High-yield savings accounts (HYSA) at online banks offer 4.0–5.0% APY in 2026, while traditional banks typically offer 0.01–0.50%. Best performers in April 2026 include Marcus by Goldman Sachs (~4.40%), Ally Bank (~4.20%), SoFi (~4.50%), American Express Savings (~4.15%), and various credit unions. For higher rates: 12-month CDs offering ~4.5–5.0% APY; 5-year CDs ~4.0–4.75%. Always check Bankrate.com, NerdWallet, or DepositAccounts.com for current top rates since they change frequently with the Federal Reserve's policy rate. FDIC insurance applies to all FDIC-member banks up to USD 250,000 per depositor per institution per ownership category.
Should I pay off debt first or save money?
The mathematical answer: compare after-tax interest rates. Paying off debt earning a guaranteed 20% (credit card) beats saving at 5% every time. Framework: (1) Contribute enough to 401(k) to get full employer match (typically 50–100% of your contribution = guaranteed 50–100% return, unbeatable). (2) Build a small emergency fund (USD 1,000 – USD 2,000). (3) Pay off all high-interest debt (>7–8%). (4) Build full 3–6 month emergency fund. (5) Max retirement accounts. (6) Invest/save for other goals. Mortgage debt (<4%) may make less sense to aggressively pay down if you can earn more investing; personal loans, auto loans, credit cards should nearly always be paid before investing in taxable accounts.
How does inflation affect the real value of savings?
Inflation erodes purchasing power — the real rate of return equals the Fisher equation: \(r_\text{real} ≈ r_\text{nominal} - \pi\) (exact: \((1+r)/(1+\pi) - 1\)). At 5% APY and 3% inflation: real rate ≈ 1.94%. Your USD 50,000 HYSA balance in 10 years nominally = USD 81,444 but in today's purchasing power = only USD 60,611. With CPI averaging ~3.4% in 2022–2023 and ~2.8–3.5% in 2024–2025, savers in traditional accounts (0.01% APY) were losing 2.8–3.5% of real purchasing power annually — a significant hidden penalty for cash hoarding. HYSA and short-term CDs have provided positive real returns in 2024–2026.
Is savings account interest taxed?
Yes — interest from savings accounts, CDs, money market accounts, and US Savings Bonds is taxed as ordinary income in the year earned (or for I-Bonds, when redeemed or at maturity). Your bank will issue a 1099-INT for any interest of USD 10 or more. You must report even if no 1099-INT was issued. This makes the effective yield lower than the stated APY. Example: 5% APY in the 22% federal + 5% state tax bracket → after-tax yield ≈ 5% × (1 - 27%) = 3.65%. High-income earners may also owe the 3.8% Net Investment Income Tax (NIIT) on interest if modified AGI exceeds USD 200,000 (single) / USD 250,000 (married). One strategy: keep taxable savings in tax-advantaged accounts (HSA, I-Bonds) where possible.
What is an emergency fund and how much should it be?
An emergency fund is 3–6 months of essential living expenses held in liquid, FDIC-insured savings — not invested, not in retirement accounts with withdrawal penalties. Essential expenses include: rent/mortgage, utilities, groceries, minimum debt payments, insurance, transportation. NOT Netflix, dining out, vacations. Example: USD 4,000/month essential expenses → emergency fund: USD 12,000 – USD 24,000. Those with variable income (freelancers, commission workers), a single income household, or specialized jobs should target 6–12 months. Keep it in a HYSA earning 4–5% in 2026 — your emergency fund should still compound while it waits.
What is the difference between saving and investing?
Saving = low risk, guaranteed/FDIC-insured, liquid, lower return. Savings accounts, CDs, money market accounts. Returns: 0.01–5%+ APY. Investing = variable risk, not guaranteed, potentially illiquid, higher expected return over long periods. Stocks, bonds, ETFs, real estate. Expected long-term returns: 7–10%+ annually for diversified equity. Rule of thumb by time horizon: Under 2 years → save (capital preservation). 2–5 years → mix of savings and conservative investments (bonds, CDs). Over 5 years → invest (time smooths volatility). The S&P 500 has been positive in 87% of calendar years since 1928, but down years can exceed -30%. Never invest money you'll need within 3 years.
How do I maximize savings with compound interest?
Four levers maximize compound growth: (1) Start early — every year of delay costs significantly in foregone compounding (the "cost of waiting" example at age 25 vs 35 shows 10 years early = 30 years late). (2) Contribute consistently — automate monthly transfers; don't rely on willpower. (3) Maximize rate — shop for best HYSA/CD rates; don't leave money in 0.01% accounts. (4) Minimize withdrawals — each withdrawal resets the compounding base. A single USD 2,000 withdrawal at 7% not replaced for 20 years costs USD 7,740 in foregone compound growth. Automate savings, maximize rate, never touch it — these three habits outperform any savings "hack."
What is FDIC insurance and what is the limit?
FDIC (Federal Deposit Insurance Corporation) insures deposits at member banks up to $250,000 per depositor, per institution, per ownership category. Categories include: single accounts, joint accounts (each owner insured USD 250k), retirement accounts (traditional IRA, Roth IRA — each USD 250k), trust accounts. A married couple at one bank can hold: USD 250k single (Spouse 1) + USD 250k single (Spouse 2) + USD 500k joint + USD 250k IRA (Spouse 1) + USD 250k IRA (Spouse 2) = USD 1.5 million insured at one institution. Above limits: split between multiple FDIC-member banks. FDIC has never failed to pay an insured depositor since its founding in 1933 — covering 9 bank failures and hundreds of individual bank collapses. Credit union equivalent: NCUA (National Credit Union Administration) with same USD 250,000 limit.

🔗 Related Calculators on Num8ers

Remember: HYSA and CD rates shown are indicative of 2026 market conditions and change with Federal Reserve policy. Always verify current rates at Bankrate or FDIC.gov. Verify FDIC membership before depositing at any institution. This calculator is for educational planning — consult a fee-only Certified Financial Planner (CFP) for personalized savings and investment advice.