What is a Systematic Withdrawal Plan?
A Systematic Withdrawal Plan (SWP) is the mirror image of a SIP. Where a SIP puts in a fixed amount every month, an SWP takes out a fixed amount every month from a lump sum you have already invested in a mutual fund. The fund redeems just enough units each period to pay you, and everything you have not yet withdrawn stays invested and keeps earning returns. It is the most common way to turn a retirement corpus, a maturing FD or a windfall into a predictable monthly income.
The appeal is control and tax efficiency: you choose the amount and the date, and you are only taxed on the gain inside each withdrawal rather than the whole sum. The risk is that withdrawing too aggressively — or hitting a bad market early — can drain the corpus faster than a constant-return projection suggests.
How the SWP formula works
Each month the calculator follows a simple recurrence. Under the default start-of-month convention you withdraw first and the remaining balance then grows:
balancek = (balancek−1 − W) × (1 + i)
which has the closed form
FV = P × (1 + i)n − W × [((1 + i)n − 1) ÷ i] × (1 + i)
- P — the opening lump-sum corpus.
- W — the fixed amount you withdraw each month.
- i — the monthly return = annual rate ÷ 12 ÷ 100 (e.g. 8% → 0.006667 per month).
- n — the number of monthly withdrawals = withdrawal years × 12.
- FV — the remaining corpus after the run.
In plain terms: your whole lump sum keeps compounding, and from it we subtract the compounded value of every withdrawal you take. When the expected return is 0%, the annuity factor would divide by zero, so the engine switches to the straight-line case FV = P − W × n — no division-by-zero, no NaN.
Example: ₹5,00,000 corpus, ₹5,000/month, 8% for 10 years
With P = ₹5,00,000, W = ₹5,000, i = 8% ÷ 12 and n = 120, the corpus leaves a remaining value of ₹1,88,991.74 after you have drawn ₹6,00,000.00 in total. The year-by-year table below is generated by the same engine that powers the calculator above, so it can never drift from the math. Watch how the closing balance barely dips at first — the 8% growth almost keeps pace with the withdrawals — before the gap slowly widens:
| Year | Opening | Withdrawn | Return earned | Closing |
|---|---|---|---|---|
| 1 | ₹5,00,000.00 | ₹60,000.00 | ₹38,835.13 | ₹4,78,835.13 |
| 2 | ₹4,78,835.13 | ₹60,000.00 | ₹37,078.45 | ₹4,55,913.58 |
| 3 | ₹4,55,913.58 | ₹60,000.00 | ₹35,175.97 | ₹4,31,089.55 |
| 4 | ₹4,31,089.55 | ₹60,000.00 | ₹33,115.59 | ₹4,04,205.14 |
| 5 | ₹4,04,205.14 | ₹60,000.00 | ₹30,884.20 | ₹3,75,089.34 |
| 6 | ₹3,75,089.34 | ₹60,000.00 | ₹28,467.60 | ₹3,43,556.95 |
| 7 | ₹3,43,556.95 | ₹60,000.00 | ₹25,850.43 | ₹3,09,407.38 |
| 8 | ₹3,09,407.38 | ₹60,000.00 | ₹23,016.03 | ₹2,72,423.41 |
| 9 | ₹2,72,423.41 | ₹60,000.00 | ₹19,946.38 | ₹2,32,369.79 |
| 10 | ₹2,32,369.79 | ₹60,000.00 | ₹16,621.95 | ₹1,88,991.74 |
How long will my money last?
The single most important question in any SWP is whether the corpus outlives the plan. The pivot is the monthly growth, P × i:
- If W < P × i, you withdraw less than the corpus earns — the balance actually grows.
- If W = P × i, the corpus stays roughly level indefinitely.
- If W > P × i, you are eating into principal and the corpus will eventually hit zero.
The table below shows the same ₹5,00,000 corpus at 8% over 10 years under different monthly withdrawals. Notice the point where a bigger draw flips the plan from “lasts the full term” to a hard depletion month:
| Monthly withdrawal | Total withdrawn | Value after 10 yr | Lasts |
|---|---|---|---|
| ₹3,000.00/mo | ₹3,60,000.00 | ₹5,57,323.09 | Full 10 yr |
| ₹5,000.00/mo | ₹6,00,000.00 | ₹1,88,991.74 | Full 10 yr |
| ₹7,000.00/mo | ₹6,74,901.33 | ₹0.00 | Month 97 |
| ₹9,000.00/mo | ₹6,21,356.07 | ₹0.00 | Month 70 |
When a plan depletes, the calculator reports the exact month the money runs out and caps the total withdrawn there — it never shows a meaningless negative balance.
What is a safe withdrawal rate?
A widely-quoted rule borrowed from retirement planning is the 4% rule — withdrawing about 4% of the starting corpus per year, roughly 0.33% a month. At that pace a corpus earning a moderate return tends to last for decades. The genuinely sustainable rate, though, depends on your expected return: as a guide, keep your annual withdrawal at or below your expected annual return so you draw mostly from gains rather than principal. Because real markets are not steady, leaving a margin below that line is what protects you against a poor early run.
How SWP income is taxed
Every SWP withdrawal is a partial redemption of units, so it is taxed as a capital gain — and crucially, only on the gain portion of what you receive, not the whole amount. For equity-oriented funds:
- Units held more than 12 months → long-term capital gains (LTCG), taxed at 12.5% on gains above the ₹1.25 lakh annual exemption (FY 2025-26).
- Units held 12 months or less → short-term capital gains (STCG), taxed at 20%.
- Debt-fund gains are taxed at your income-tax slab rate, regardless of holding period.
The fund applies FIFO — first-in, first-out — so your earliest, often most-appreciated units are sold first. Because only the gain is taxed (and equity LTCG enjoys an exemption), an SWP is usually far more tax-efficient than the same income taken as a dividend. This calculator shows gross figures, so your net in-hand cash is lower after tax.
SWP vs dividend (IDCW) payouts
Many investors weigh an SWP against the dividend (now called IDCW — Income Distribution cum Capital Withdrawal) option of a fund. They are very different in control and tax treatment:
| Feature | SWP | Dividend / IDCW |
|---|---|---|
| Who decides the amount | You — a fixed sum you choose | The fund, at its discretion |
| Predictability | Regular and fixed | Irregular in amount and timing |
| What is taxed | Only the capital-gain portion of each withdrawal | The full payout, at your slab rate |
| TDS | None on the redemption itself | TDS applies above the threshold |
| Effect on units | Units are redeemed to fund the draw | NAV falls by the distribution |
| Tax efficiency | Generally higher | Generally lower |
With an SWP you decide the amount and the date and pay tax only on the embedded gain; an IDCW is declared at the fund\'s discretion, is irregular, and is taxed in full at your slab rate plus TDS. For someone who needs a steady, tax-efficient income, the SWP is usually the better tool.
SWP vs SCSS vs bank FD — which suits your retirement income?
An SWP is not the only way to generate regular retirement income. Two common alternatives are the Senior Citizens Savings Scheme (SCSS), a government-backed savings account that pays 8.2% p.a. (as of Q1 FY 2025-26) in quarterly instalments, and bank fixed deposits, which pay a fixed rate for a chosen tenure. The three products serve different parts of a retiree\'s risk appetite:
| Feature | SWP (mutual fund) | SCSS | Bank FD |
|---|---|---|---|
| Return type | Market-linked (variable) | Government-guaranteed (8.2% p.a., Q1 FY26) | Fixed by bank on opening (typically 6–7.5% p.a.) |
| Capital guarantee | No — corpus is market-linked | Yes — sovereign-backed | Yes — DICGC insured up to ₹5 lakh |
| Withdrawal flexibility | Full control — set amount and date, cancel anytime | Quarterly interest payout; premature withdrawal allowed with penalty after 1 yr | Interest payout (monthly/quarterly); premature closure allowed with penalty |
| Deposit / investment limit | No upper cap | ₹30 lakh per person | No statutory cap (DICGC cover per bank: ₹5 lakh) |
| Tenure | Flexible — you choose the period | 5 years (extendable in blocks of 3 years) | 7 days to 10 years (bank-specific) |
| Tax on income | Only the gain portion of each redemption is taxed (LTCG / STCG; equity LTCG exempt up to ₹1.25 lakh p.a.) | Interest fully taxable at slab rate; TDS above ₹1 lakh p.a. | Interest fully taxable at slab rate; TDS above ₹40,000 p.a. (₹50,000 for senior citizens) |
| Eligibility | Any investor | Age ≥ 60 (or ≥ 55 for VRS/superannuation) | Any depositor |
| Inflation protection | Potential — equity component can grow above inflation | None — rate is fixed quarterly | None — rate is fixed at opening |
A practical approach many retirees use is a bucket strategy: park 1–2 years of expenses in SCSS or short-term FDs for certainty, and run an SWP from an equity-light fund for the remainder so the corpus has a chance to grow above inflation over the longer horizon. This way market volatility in the SWP bucket does not force you to sell units at bad prices for daily expenses.
Which mutual fund categories suit an SWP?
Any open-ended mutual fund can run an SWP, but the category choice matters enormously for sustainability. The guiding principle is simple: the fund should be able to grow faster than your withdrawal rate while absorbing manageable volatility.
- Conservative hybrid funds / balanced advantage funds — the most common SWP choice for retirees. A 25–40% equity allocation keeps returns above inflation while the debt portion cushions market falls. Balanced advantage funds dynamically shift between equity and debt, reducing equity exposure when valuations are high — a useful buffer against sequence-of-returns risk.
- Large-cap or flexicap equity funds — suitable for a longer horizon (10+ years) where the corpus has time to recover from downturns. The higher expected return makes a higher withdrawal sustainable in the long run, but early-year drawdowns can permanently impair the corpus if the withdrawal rate is too aggressive.
- Short-duration or money market debt funds — for an investor who wants near-certainty on the corpus value. Returns are lower (broadly in line with prevailing short-term rates), so the sustainable withdrawal rate is lower too, but there is almost no volatility in the corpus.
Whichever category you pick, check the scheme\'s expense ratio — it directly reduces your net return. A 1% difference in expense ratio is roughly a 1% difference in the effective return your SWP earns, which can shorten or lengthen the corpus life by years.
Can the corpus grow while I withdraw?
Yes — and this surprises many first-time SWP users. If your monthly withdrawal is smaller than the return the corpus earns that month (W < P × i), the leftover growth is reinvested and your balance climbs over time even though you are taking money out every month. A ₹10 lakh corpus at 12% earns roughly ₹10,000 a month, so a ₹3,000 monthly SWP leaves it comfortably growing. The balance line in the chart above tells you instantly whether your plan trends up or down.
Why does the default withdraw at the start of the month?
Two legitimate conventions exist. The start-of-month (annuity due) method withdraws first and grows the remainder; the end-of-month (ordinary annuity) method grows first and then withdraws, leaving a marginally larger corpus because the money is exposed to one less withdrawal each period. We pin start-of-month as the default because that is the convention the live Groww and ClearTax calculators use — it is the only one that reproduces their published worked examples to the rupee. The timing toggle lets you switch to the textbook end-of-month variant:
| ₹5L, ₹5k/mo, 8%, 10 yr | Start of month (default) | End of month |
|---|---|---|
| Remaining value | ₹1,88,991.74 | ₹1,95,089.94 |
| Matches Groww / ClearTax | Yes | No |
Sequence-of-returns risk — the hidden danger
This calculator assumes a single, constant return every month. Real markets are lumpy, and that matters more for withdrawals than for accumulation. If a downturn strikes early in your withdrawal phase, you are forced to sell more units at depressed prices to fund the same fixed withdrawal — permanently shrinking the corpus that then has to recover. This is sequence-of-returns risk, and it is why a real SWP can run out years sooner than a steady-rate projection promises, even when the long-run average return is exactly as assumed. The practical defence is to keep your withdrawal comfortably below the sustainable limit and hold a buffer of low-volatility assets to draw from during bad years.
What the calculator does not include
The headline corpus is a gross nominal estimate. Your real outcome is affected by:
- Capital-gains tax on every withdrawal (LTCG/STCG for equity, slab rate for debt).
- Fund costs — the expense ratio shaves the effective return; exit loads hit early redemptions.
- TDS may apply to certain investors on redemptions.
- Inflation — a fixed nominal ₹W loses purchasing power over a long retirement, so the remaining corpus is nominal, not real.
Use the calculator to compare scenarios; consult a tax adviser for your exact post-tax, post-cost, inflation-adjusted figure.
A note on accuracy
The figures here use the standard SWP identity — the future value of the lump sum minus the future value of the withdrawal annuity — with the simple monthly rate i = r/12/100 and the start-of-month convention used by Groww and ClearTax, matching their worked examples to the rupee (for instance, ₹1,20,000 with ₹10,000/month at 7% for one year leaves about ₹4,026). Treat the result as a faithful illustration of how a steady-rate SWP behaves — not as a guaranteed return or as financial advice.
Frequently asked questions
What is a Systematic Withdrawal Plan (SWP)?+
An SWP is the mirror image of a SIP: instead of investing a fixed amount every month, you invest a lump sum in a mutual fund and then withdraw a fixed amount at regular intervals — usually monthly. The fund house redeems just enough units each period to pay you, while the rest of your corpus stays invested and continues to earn returns. It is a popular way to generate a regular income stream in retirement.
How is the SWP remaining corpus calculated?+
Your corpus follows the recurrence balance = (balance − W) × (1 + i) each month (withdraw first, then grow), which is the same as the closed form FV = P·(1+i)ⁿ − W·[((1+i)ⁿ − 1)/i]·(1+i). Here P is your lump sum, W is the monthly withdrawal, i is the monthly return (annual rate ÷ 12 ÷ 100) and n is the number of months. In plain terms: your whole lump sum keeps compounding, and from it we subtract the compounded value of every withdrawal you take.
Why does this calculator withdraw at the start of the month by default?+
Because that is what the most-used Indian SWP calculators — Groww and ClearTax — actually do, and pinning the same convention means our figures match the numbers you see on those sites to the rupee. Their published worked examples only reproduce under the beginning-of-period (withdraw-then-grow) method. You can switch to the textbook end-of-period (grow-then-withdraw) convention with the timing toggle; it leaves a slightly larger corpus but won't match Groww/ClearTax screenshots.
How long will my money last with an SWP?+
Your corpus is sustainable indefinitely only while your monthly withdrawal W is no more than the monthly growth P × i (annual rate ÷ 12 in decimal). Withdraw less than that and the corpus actually grows; withdraw exactly that and it stays roughly level; withdraw more and it slowly depletes. When W is larger than P × i, the calculator reports the exact month the corpus runs out so you can see how many years of income it buys.
What is a safe withdrawal rate for an SWP?+
A common rule of thumb borrowed from retirement planning is the “4% rule” — withdrawing about 4% of the starting corpus per year (roughly 0.33% per month). At that rate a corpus earning a moderate return tends to last for decades. The truly sustainable rate depends on your expected return: as a guide, keep your annual withdrawal at or below your expected annual return so you draw mostly from gains rather than principal. This calculator's depletion month shows you exactly where your chosen rate lands.
How is SWP income taxed?+
Every SWP withdrawal is a partial redemption of units, so it is taxed as a capital gain — not on the full amount you receive, only on the gain portion. For equity-oriented funds, units held over 12 months are long-term capital gains (LTCG) taxed at 12.5% on gains above the ₹1.25 lakh annual exemption, and units held 12 months or less are short-term (STCG) at 20% (FY 2025-26). Debt-fund gains are taxed at your income-tax slab rate. The fund house applies FIFO, so early withdrawals sell your oldest, often most-appreciated units first. This calculator shows gross figures — your net in-hand cash is lower after tax.
How is an SWP different from a dividend or IDCW payout?+
With an SWP you control the amount and timing — you decide to withdraw, say, ₹5,000 every month, and you only ever pay tax on the gain inside that withdrawal. A dividend (now called IDCW — Income Distribution cum Capital Withdrawal) is declared by the fund at its discretion, is irregular in amount, and is taxed in full at your slab rate plus TDS. An SWP is generally more tax-efficient and far more predictable for someone who needs a steady income.
Can my SWP corpus grow even while I'm withdrawing from it?+
Yes. If your monthly withdrawal is smaller than the return your corpus earns that month (W < P × i), the leftover growth is reinvested and your balance climbs over time even though you are taking money out. For example, a ₹10 lakh corpus at 12% earns about ₹10,000 a month, so a ₹3,000 monthly SWP still leaves it growing. The calculator's balance trajectory shows whether your line trends up or down.
What expected return should I assume for an SWP?+
There is no guaranteed number — it depends on what the lump sum is invested in. Retirees running an SWP often use conservative funds (hybrid or debt) and assume something like 6–9% per year, while a longer-horizon equity SWP might use 10–12%. Use a cautious figure: overestimating the return makes a withdrawal rate look sustainable when it isn't, which is exactly the risk you want to avoid with retirement income.
Does the SWP calculator account for inflation, taxes or fund charges?+
No. The figures are gross nominal projections. They do not deduct capital-gains tax on each withdrawal, the fund's expense ratio, exit loads or TDS, and they do not adjust the fixed withdrawal for inflation. Over a long retirement, a fixed ₹W loses real purchasing power, so consider stepping the amount up periodically and treat the headline corpus as a before-tax, before-inflation estimate.
What is sequence-of-returns risk and why does it matter for an SWP?+
This calculator assumes a steady, constant return, but real markets are lumpy. If a market downturn hits early in your withdrawal phase, you are forced to sell more units at low prices to fund the same withdrawal, permanently shrinking the corpus that has to recover — even if the long-run average return is fine. That is sequence-of-returns risk, and it is the main reason a real SWP can run out sooner than a constant-return projection suggests. Build in a buffer rather than withdrawing right up to the sustainable limit.
What happens if I withdraw more than my corpus can support?+
If your monthly withdrawal exceeds the corpus's monthly growth (W > P × i), you are eating into principal and the corpus will eventually hit zero. This calculator detects that case and tells you the exact month the money runs out, rather than showing a meaningless negative balance. If your plan depletes too early, lower the withdrawal, raise the starting corpus, or assume a more realistic return and recalculate.
Is an SWP a good option for senior citizens?+
For many retirees, yes — but it depends on the risk they can absorb. An SWP from a conservative or balanced fund can provide a regular monthly income while keeping the remaining corpus invested and growing. The key advantages are control over the withdrawal amount, tax efficiency (only the gain inside each redemption is taxed, and long-term equity gains enjoy a ₹1.25 lakh annual exemption), and no lock-in. The main risk is that the corpus is market-linked, so a prolonged market downturn reduces the balance. Retirees often pair an SWP from a slightly growth-oriented fund with a fixed-income cushion (such as SCSS or short-term debt funds) to cover near-term expenses if markets fall.
Which mutual fund categories are best suited for an SWP?+
The right category depends on your withdrawal horizon and risk tolerance. For a 5–10 year retirement SWP, balanced advantage funds (dynamic asset allocation) and conservative hybrid funds are popular because they dampen equity volatility while still earning more than a pure debt fund. Pure equity funds (large-cap or flexicap) can work for a longer horizon (10+ years) where the corpus has time to recover from downturns, but they carry higher sequence-of-returns risk in the early withdrawal years. For a short horizon or very low risk tolerance, short-duration or money market debt funds offer stability but lower returns. Avoid funds with a high expense ratio — it is a direct drag on the effective return.
Can I do an SWP from any mutual fund?+
Any open-ended mutual fund — equity, hybrid or debt — supports an SWP. Some funds impose a minimum withdrawal amount (typically ₹500–₹1,000 per instalment) and may charge an exit load if units are redeemed within the load period (commonly 1 year for equity funds). Check the scheme information document (SID) before starting. Closed-ended funds and ELSS funds within their 3-year lock-in period do not support SWPs. Most fund houses let you set up, modify or cancel an SWP online.
Sources
- OpenStax — Principles of Finance, Annuities: future value of an ordinary annuity FVa = PYMT × [((1+r)^N − 1)/r]; annuity-due multiplies by (1+i)
- Wikipedia — Future value: SWP remaining corpus = future value of the lump sum minus the future value of the withdrawal annuity, FV = P·(1+i)^n − W·((1+i)^n − 1)/i
- ClearTax — SWP calculator: corpus = FV of lump sum minus FV of the withdrawal stream; worked example reproduces under the beginning-of-period (withdraw-then-grow) convention
- Groww — SWP calculator: invest a lump sum and withdraw a fixed amount regularly; the balance left after each withdrawal stays invested
- Aditya Birla Capital — SWP calculator: A = B × ((1+r/n)^(nt) − 1)/(r/n), the accumulated value of the withdrawal stream
Formula and data last reviewed by the TheCalculatorVault team on 26 June 2026. Figures are for general information, not professional advice.
Related calculators
Future value, total interest and APY with optional regular deposits, withdrawals and a full breakdown.
Simple InterestFinal balance, interest accrued and end date using the classic I = P × r × t formula, with optional deposits and withdrawals.
Daily CompoundFuture value with interest compounded daily — including weekend exclusion, partial reinvestment and optional deposits or withdrawals.