Total Value By Maturity
$ {{ formatMoney(analysis.totalAfterTaxValue) }}
{{ summarySecondary }}
{{ badge.text }}
$
% / yr
years months
Check the inputs:
{{ issue }}
%
% / yr
$
{{ card.title }}
{{ card.summary }}
{{ card.badge }}
{{ card.detail }}
{{ card.secondary }}
Field Value
{{ row.label }} {{ row.display }}
Period Credit window Days Opening ($) Gross ($) Tax ($) Paid out ($) Ending ($)
{{ row.periodNumber }} {{ row.windowLabel }} {{ row.days }} {{ formatMoney(row.openingBalance) }} {{ formatMoney(row.grossInterest) }} {{ formatMoney(row.taxApplied) }} {{ formatMoney(row.paidOut) }} {{ formatMoney(row.endingBalance) }}
Year Gross ($) Tax ($) Paid out ($) Ending ($) Total value ($)
Year {{ row.yearIndex }} {{ formatMoney(row.grossInterest) }} {{ formatMoney(row.taxApplied) }} {{ formatMoney(row.paidOut) }} {{ formatMoney(row.endingBalance) }} {{ formatMoney(row.totalAfterTaxValue) }}

                
:

Introduction:

A fixed deposit is a lump-sum savings product that trades access to cash for a stated rate and a stated term. That sounds simple, but the number that matters in practice is not just the advertised rate. Compounding frequency, taxes on interest, and inflation all change what the deposit is worth by the time it matures.

This calculator turns that tradeoff into a result you can inspect rather than assume. It starts with one principal amount, applies a nominal annual rate across the selected tenure, and then shows the maturity amount, net interest, tax drag, inflation-adjusted value, annual and monthly schedules, three chart views, and a JSON export of the scenario.

That makes it useful when you are comparing tenures, checking whether more frequent crediting actually changes the outcome much, or testing whether an apparently safe return still preserves purchasing power after tax and inflation. A one-year deposit and a three-year deposit can both look tidy in a rate table, but they can tell very different stories once you annualize the result and discount it back to real value.

The package is also more specific than a generic compound-interest worksheet. It keeps a year-end schedule, a month-by-month schedule, a principal-versus-interest breakdown chart, a balance-growth chart, and a cumulative-interest timeline, so you can see not only the ending figure but the path the model takes to get there.

There is an important boundary, though. The calculator models a single deposit held to term. It does not model additional contributions, early-withdrawal penalties, rate changes, auto-renewal terms, or bank-specific tax handling. Use it as a planning estimate, then compare the result with the actual deposit disclosure before treating it as a product quote.

Everyday Use & Decision Guide:

A reliable first pass is to ignore taxes and inflation, enter the deposit amount, the stated annual rate, the term, and the compounding frequency, and read the result as a gross growth comparison. Once that baseline looks sensible, add the tax rate on interest and the inflation rate to see how much of the headline growth survives in spendable terms.

  • The large Maturity Amount figure is the after-tax result. If you want purchasing power rather than nominal dollars, use the smaller After tax & inflation figure directly under it.
  • The Deposit Summary tab is the best place to compare scenarios because it keeps principal, compounding periods, tax on interest, real maturity, and effective annual yield in one table.
  • The Monthly Schedule is especially useful when compounding is not monthly. Flat stretches followed by jumps are expected, because interest is only credited at the selected interval.
  • The charts answer different questions: Balance Breakdown shows how much of the payout is still principal, Balance Growth shows year-end balance expansion, and Interest Timeline shows cumulative credited interest by month.

Treat the effective annual yield as a comparison aid, not as a promise of a bank disclosure number. The calculator annualizes its own modeled outcome, while real deposit products can apply disclosure conventions, penalties, withholding, and maturity handling that are outside this model.

Technical Details:

The model begins with a single principal and a nominal annual rate. The selected compounding frequency maps to a number of months per crediting event: 12 for annual, 6 for semi-annual, 3 for quarterly, and 1 for monthly. The tenure is assembled from whole years plus months, with years floored to an integer and months clamped to the 0 to 11 range.

The important implementation detail is that interest is only added on completed compounding boundaries. The calculator walks month by month through the term, but it credits interest only when the current month lands exactly on the chosen interval. If a term ends between crediting dates, the remaining partial period stays flat. That is why a 17-month quarterly deposit earns five full quarterly credits and then stops, rather than earning a prorated sixth-quarter amount.

Formula Core:

You can summarize the package logic with a gross-balance pass followed by a tax and inflation pass.

Tm = 12×Y+M nfull = Tmpm rper = rann100×12pm Bgross = P×(1+rper)nfull Igross = Bgross-P Inet = Igross×(1-t100) M = P+Inet Mreal = M(1+i100)Tm12
Fixed deposit formula symbols
Symbol Meaning in this calculator Source
P Initial one-time deposit Principal
rann Nominal annual interest rate Interest rate
pm Months per compounding event Compounding frequency
t Tax rate applied to total earned interest Tax rate (interest)
i Average annual inflation used for real-value adjustment Inflation rate
M After-tax maturity amount Derived
Mreal Inflation-adjusted maturity amount Derived

The schedules and the charts are built from the gross credited balance, not from the after-tax maturity amount. The calculator first accumulates all credited interest, records the annual and monthly balance path, and only then applies the tax rate to total interest to produce the headline maturity amount and the net-interest figure. That means the schedule can end at a larger number than the summary whenever tax is non-zero.

Primary outputs in the fixed deposit calculator
Output What it tells you
Deposit Summary The full scenario in one place, including term, compounding periods, tax on interest, real maturity, and effective annual yield.
Annual Schedule Gross cumulative interest and ending balance at each year boundary and at the final partial year.
Monthly Schedule Gross cumulative interest and ending balance for every month in the tenure, including flat months between crediting events.
Balance Breakdown The share of the after-tax maturity amount that is still principal versus net interest.
Balance Growth Year-end gross balance growth across the term.
Interest Timeline Gross cumulative interest by month, which makes stepwise crediting easy to spot.
JSON A structured export of inputs, derived results, and both schedules.

All calculations happen in the browser. Copy and download actions generate CSV, DOCX, image, or JSON files locally and do not rely on server-side processing.

Step-by-Step Guide:

  1. Enter Principal, Interest rate, and the tenure in years and months. If you only want a clean base comparison, leave tax and inflation at zero for the first run.
  2. Choose Compounding frequency. This setting changes how often interest is credited, not just how the result is labeled.
  3. Open Advanced only when you want a more realistic planning view. Tax rate (interest) reduces total earned interest, and Inflation rate converts the after-tax maturity into purchasing-power terms.
  4. Read the summary box first. Check the maturity amount, the after-tax-and-inflation figure, and the badges for principal and net interest.
  5. Use Deposit Summary for the full metric table, then move to Annual Schedule or Monthly Schedule depending on whether you want a yearly checkpoint or the exact month-by-month growth pattern.
  6. If you need a record, use the built-in CSV, DOCX, chart-image, or JSON exports after the scenario looks believable.

Interpreting Results:

  • Maturity amount is the after-tax payout in nominal currency. It is not inflation-adjusted.
  • Real maturity discounts that payout by the entered annual inflation rate over the full term. If it sits close to the original principal, the deposit preserved little extra purchasing power.
  • Tax on interest is calculated from total earned interest, not removed period by period. That is why the schedules can remain gross while the summary becomes net.
  • When the Monthly Schedule looks flat for several rows and then jumps, nothing is broken. The graph is showing interest posting only at the selected compounding interval.
  • Effective annual yield (net) is most useful when you are comparing different term lengths or compounding choices on one annualized scale.

Worked Examples:

Quarterly compounding with no tax drag

Enter a principal of $10,000, an annual rate of 4.00%, a term of 3 years, and Quarterly compounding. The calculator returns a maturity amount of $11,268.25, net interest of $1,268.25, and an effective annual yield of about 4.0604%.

The annual schedule ends year 1 at $10,406.04, year 2 at $10,828.57, and year 3 at $11,268.25. The monthly schedule stays flat in months 1, 2, 4, 5, and similar gaps, then steps upward when each quarter closes.

The same deposit after tax and inflation

Keep the same deposit but add a 20% tax rate on interest and 3% inflation. Gross credited interest is still $1,268.25, but the headline maturity amount drops to $11,014.60 because only $1,014.60 of that interest remains after tax.

The inflation-adjusted maturity falls further to about $10,079.92, and the effective annual yield drops to about 3.2737%. This is the run that shows why headline growth and real value are not the same thing.

A term that ends between compounding dates

Use $10,000 at 4.00% for 1 year and 5 months with quarterly compounding. The calculator returns a maturity amount of $10,510.10, which reflects five completed quarterly credits rather than a prorated final partial quarter.

In the monthly schedule, months 16 and 17 remain at the same ending balance as month 15. That is the intended behavior of this model and a useful reminder to check how the actual deposit handles incomplete final periods.

FAQ:

Why does the monthly schedule stay flat for some months?

Because the calculator records every month but only credits interest at the chosen compounding interval. With quarterly compounding, for example, the balance changes in months 3, 6, 9, and so on.

Why can the schedule end above the headline maturity amount when tax is enabled?

The schedule tracks the gross credited balance. Tax is applied afterward to total earned interest, so the summary becomes smaller while the schedule remains unchanged.

Is the effective annual yield the same as a bank’s APY?

Not necessarily. The calculator annualizes its own modeled result and can include tax drag, while a bank’s disclosed annual percentage yield follows disclosure rules and the product’s specific terms.

Does the calculator handle top-ups, withdrawals, or early closure?

No. It models one deposit held to maturity with no interim cash flows and no penalty logic.

Glossary:

Principal
The original amount placed in the deposit at the start of the term.
Compounding frequency
How often earned interest is added back to the balance so future interest can build on it.
Net interest
Interest remaining after the calculator applies the chosen tax rate to total earned interest.
Real maturity
The after-tax maturity amount converted into purchasing-power terms using the entered inflation rate.
Effective annual yield
An annualized return measure derived from the modeled maturity result so scenarios with different terms can be compared on one scale.