CD Calculator (Certificate of Deposit)
Compute the maturity value of a CD. Enter your bank's APY (or nominal rate + compounding), the term, and an optional tax rate.
Year-by-year schedule
| Year | Start balance | Interest | End balance |
|---|
What is cd calculator?
A certificate of deposit (CD) is a savings product where you agree to leave a deposit with a bank for a fixed period — anywhere from a few months to several years — in exchange for a guaranteed interest rate. CDs are FDIC-insured (up to $250,000 per depositor per bank), the rate doesn’t change once you open the CD, and the math is fully knowable up front. That last property is why a calculator like this one exists: given a principal, a rate, and a term, the maturity value is a one-line formula.
The formula is compound interest: balance = P × (1 + r/n)^(n × t), where P is principal, r is the nominal annual rate (as a decimal), n is the number of compounding periods per year, and t is the term in years. For a $10,000 deposit at a 4.4% nominal rate compounded monthly for 5 years, that’s 10000 × (1 + 0.044/12)^60 = $12,455.75. The interest is the difference: $2,455.75.
Banks rarely advertise the nominal rate — they advertise APY (annual percentage yield), which is the actual annual return after compounding. The relationship between the two is APY = (1 + r/n)^n − 1. A 4.4% nominal rate compounded monthly produces an APY of (1 + 0.044/12)^12 − 1 ≈ 4.491%. APY is the apples-to-apples number across compounding frequencies — two CDs at the same APY produce identical maturity values regardless of whether one compounds daily and the other monthly. This calculator’s APY mode lets you skip the compounding question entirely; the Nominal mode is there for the rare cases where your rate sheet specifies a nominal rate and frequency separately.
Compounding frequency itself almost doesn’t matter at consumer-CD rates. A 4.5% APY produces the same maturity value whether the bank compounds daily, monthly, or quarterly — that’s the definition of APY. Even comparing 4.5% nominal rates across frequencies, the spread is small: 4.5% nominal compounded daily yields 4.602% APY; compounded monthly it yields 4.594% APY. The difference at $10,000 over a year is about $0.78. The compounding choice is mostly cosmetic.
CD interest is taxed as ordinary income — federal, plus state if your state has an income tax. Your bank issues a 1099-INT for the year. For multi-year CDs, you owe tax each year on the interest accrued that year, even though you can’t withdraw it without penalty. This calculator’s optional tax field applies a flat marginal rate to the total interest at the end — a simple model that approximates the cumulative tax bill but doesn’t account for the slightly lower effective return when reinvested interest is post-tax. The simple model is what every consumer CD calculator uses; it’s accurate enough for comparing offers.
The most common CD pitfall is the early-withdrawal penalty. If you cash out before the maturity date, the bank charges a penalty — usually 3 to 12 months’ worth of interest, depending on the term. The penalty can erase several years of compounding, so locking up money for a CD only makes sense for a horizon you’re confident about. The calculator doesn’t model the penalty (terms vary too widely by bank) — check your CD’s disclosure document for the exact rule.
Privacy is the final detail worth stating explicitly. Every calculation in this tool runs locally in your browser. Your form inputs (principal, rate, term, tax rate) are saved to your own browser’s localStorage so a refresh doesn’t lose them, but the data never leaves your device — there’s no server, no API, no analytics on the input values. The storage key is cd:inputs:v1. To wipe it, use your browser’s “clear site data” tool.
This is not financial advice. This calculator is a math tool. CD rates, tax law, and your personal situation all matter for an actual decision — consult a tax professional or financial advisor before committing significant funds.
When to use a cd calculator
- Comparing two banks' CD offers — Plug the same principal and term into the calculator with each bank's APY. The dollar difference at maturity makes a few-basis-point rate spread concrete — often the deciding factor between offers that look similar on a rate sheet.
- Planning toward a savings goal — If you need a specific dollar amount on a fixed date — a down payment, a tuition payment, a wedding — try terms and APYs until the final balance hits the target. The schedule shows you the year-by-year progress so you can see whether you'll reach the goal early.
- Sanity-checking after-tax return — CD interest is taxed as ordinary income — federal plus state. Type your marginal combined rate into the optional Tax field to see what you actually keep. A 5% APY at a 24% marginal rate nets closer to 3.8% after taxes.
- Comparing a CD to a high-yield savings account — Use the calculator twice — once for the CD's locked APY, once for the HYSA's current APY — to see the dollar gap. The CD usually wins, but the HYSA's flexibility may be worth the spread depending on your liquidity needs.
- Deciding whether to break a CD early — Compute what your current CD will yield to maturity, then compare to a competing rate over the remaining term net of the early-withdrawal penalty (which the calculator doesn't model — check your CD's disclosure). The penalty is usually 3–12 months of interest.
How to use the CD Calculator (Certificate of Deposit)
- Enter your initial deposit — Type the principal amount you plan to deposit. The tool accepts any positive dollar amount.
- Choose APY or Nominal mode — Banks usually advertise CDs by APY (the annual yield, accounting for compounding). If your rate sheet shows APY, leave Rate mode on APY and type the percentage. If you have a nominal rate plus a stated compounding frequency, switch to Nominal mode and pick the right frequency from the dropdown.
- Set the term — Enter years and months. CDs are typically 3, 6, 12, 18, 24, 36, or 60 months. Both fields are optional individually — leave one blank if you only need the other.
- Optionally add a tax rate — Type your combined federal + state marginal income tax rate (the bracket that applies to your last dollar earned). The After-tax interest line shows what you'll keep after taxes are paid in the year(s) interest accrues.
Worked examples
5-year CD at 4.5% APY
Input: Principal $10,000 · APY 4.5% · Term 5 years
Output: Final balance $12,461.82 · Total interest $2,461.82 · Effective APY 4.500% At a 22% marginal tax rate, after-tax interest is $1,920.22.
6-month CD at 5% APY
Input: Principal $5,000 · APY 5% · Term 6 months
Output: Final balance $5,123.48 · Total interest $123.48 Sub-1-year terms collapse the schedule to a single 'At maturity' row.
1-year CD entered as 4.4% nominal compounded monthly
Input: Principal $10,000 · Rate 4.4% · Compounding Monthly · Term 1 year
Output: Final balance $10,448.99 · Total interest $448.99 · Effective APY 4.491% Nominal mode reveals that 4.4% compounded monthly produces a 4.491% APY — slightly higher than the stated rate.
Frequently asked questions
What's the difference between APY and APR (or nominal rate)?
Does compounding frequency matter?
Is CD interest taxable?
What happens at the end of the term?
What's an early-withdrawal penalty?
3 to 12 months' worth of interest, depending on the term length. This calculator doesn't compute penalties (terms vary too widely by bank); check your CD's disclosure document. Early withdrawal can still make sense if rates have risen significantly above your CD's locked rate.How is a CD different from a high-yield savings account (HYSA)?
Does this tool save my data?
cd:inputs:v1.