Inherited IRA SECURE Act Distribution Calculator

Introduction: the two questions an inherited IRA actually poses

Inheriting a retirement account raises two separate questions that are easy to conflate. The first is a compliance question: what is the smallest amount the IRS requires you to withdraw this year, and by what date must the account be empty? The second is a planning question: given that deadline, what withdrawal pattern costs you the least in tax? The answers frequently point in opposite directions, and this calculator is built to show both at once.

The compliance side changed materially with the SECURE Act. Before 2020, most designated beneficiaries could take distributions over their own life expectancy, a pattern usually called the stretch. Now, as IRS Publication 590-B puts it, a designated beneficiary who is not an eligible designated beneficiary must fully distribute the account by December 31 of the year containing the tenth anniversary of the owner's death. A ten-year clock replaced a forty-year one for a large share of beneficiaries.

What follows from that is the part most quick calculators miss. Whether you must also take something in each of years one through nine depends on when the original owner died relative to their required beginning date, which is April 1 following the year they reached age 73. Publication 590-B is explicit: if the owner died before that date and the 10-year rule applies, no distribution is required for any year before the tenth. If the owner died on or after it, annual required minimum distributions continue and the ten-year deadline still applies. Two accounts with identical balances and identical beneficiaries can therefore have completely different obligations.

This page uses the actual IRS Single Life Expectancy table, Table I from Appendix B of Publication 590-B, with all 121 published values from age 0 through 120 and over. Divisors match the printed table exactly. It then applies the correct divisor rule for the beneficiary category you select, computes the required minimum for every year, and lets you compare three withdrawal strategies against each other.

How to use the inherited IRA calculator and read the schedule

Seven inputs, and two of them are easier to get wrong than they look.

  1. Inherited IRA balance. The real rules apply the divisor to the account value as of December 31 of the preceding year. For the closest match to a custodial statement, enter the December 31 balance of the year before your first distribution year.
  2. Beneficiary age in the first distribution year. Not the age at the date of death. The divisor is fixed by the beneficiary's age in the year distributions begin, which is normally the year after the owner died.
  3. Decedent age at death. This drives two separate branches: whether the owner had reached the required beginning date, and, where the rules call for it, the owner's own remaining life expectancy.
  4. Year of death. Sets the deadline. The 10-year window ends on 31 December of the year containing the tenth anniversary of death, so a 2024 death means a 2034 deadline.
  5. Beneficiary classification. Surviving spouse, other eligible designated beneficiary, minor child of the decedent, ordinary designated beneficiary, or a non-person such as an estate or charity. This is the single most consequential input.
  6. Assumed annual return. A planning figure applied to the balance remaining after each year's withdrawal.
  7. Withdrawal strategy. Required minimum only, even withdrawals to the deadline, or defer as long as legally possible.

The output has three parts. A plain-language statement of which rule applies and why. A year-by-year table showing the divisor, the required minimum, the withdrawal actually taken under your chosen strategy, and the ending balance. And a strategy comparison showing what all three approaches would total and, critically, how large the single biggest withdrawal year becomes under each. The chart underneath plots the balance path against the withdrawals so the shape of the schedule is visible at a glance, and the address bar updates with a link that reproduces the entire scenario.

Formula: divisors, required minimums, and the balance recursion

Every version of the rule reduces to the same shape. The required minimum in year y is the balance divided by an applicable denominator:

Formula: RMD_y = B_y / D_y

RMDy = By Dy

where By is the balance entering year y and Dy is the applicable denominator. What differs between beneficiary categories is entirely how Dy is produced.

Fixed-term (subtract-one) method, used by every individual beneficiary except a surviving spouse. Look up the beneficiary's age in the first distribution year in Table I, then subtract one for each subsequent year:

Formula: D_y = T(a_0) − (y − y_0)

Dy = T ( a0 ) ( y y0 )

Recalculation method, used by a surviving spouse who remains a beneficiary. The denominator is looked up fresh each year at the spouse's current age:

Formula: D_y = T(a_0 + y − y_0)

Dy = T ( a0 + y y0 )

Ghost life expectancy, used when a non-person beneficiary inherits from an owner who had already reached the required beginning date. The denominator comes from the owner's age in the year of death, reduced by one for each year since:

Formula: D_y = T(a_owner) − (y − y_death)

Dy = T ( aowner ) ( y ydeath )

Here T(a) is the Table I value at age a, a0 is the beneficiary's age in the first distribution year y0, and aowner is the decedent's age at death. When an owner dies on or after the required beginning date and leaves a designated beneficiary, Publication 590-B directs you to the longer of the two life expectancies, so the calculator takes the larger denominator:

Formula: D_y = max(D_y^ben, D_y^owner)

Dy = max ( Dyben , Dyowner )

The balance then rolls forward. With withdrawal Wy and assumed return r, growth is applied to what remains after the withdrawal:

Formula: B_y+1 = (B_y − W_y) ·(1 + r)

By+1 = ( By Wy ) · ( 1 + r )

and in the deadline year the withdrawal is forced to the whole remaining balance, Wfinal=Bfinal. The even-withdrawal strategy simply raises the withdrawal to the larger of the required minimum and an equal share of what is left:

Formula: W_y = max(RMD_y, B_y / (y_deadline − y + 1))

Wy = max ( RMDy , By ydeadliney+1 )

Which rule applies to which beneficiary

The classification decides everything else. This is the branch structure the calculator implements, drawn from Publication 590-B.

Distribution rule by beneficiary classification and timing of death
Beneficiary Owner died before required beginning date Owner died on or after it Hard deadline
Surviving spouse, sole beneficiary Life expectancy, recalculated annually from Table I Life expectancy, recalculated annually from Table I None while the spouse lives
Other eligible designated beneficiary Life expectancy, fixed term with subtract-one Longer of beneficiary and owner life expectancy None; 10 years may be elected instead
Minor child of the decedent Life expectancy until age 21, then the 10-year rule Same, using the longer of the two life expectancies 10 years after reaching majority
Designated beneficiary, not eligible 10-year rule, no annual RMD required in years 1–9 10-year rule and annual RMDs in years 1–9 31 December of the 10th year
Estate, charity, or other non-person 5-year rule, no annual RMD required Owner's remaining (ghost) life expectancy 31 December of the 5th year, or none

Worked example: an adult child inheriting $400,000 from a 75-year-old

An owner dies in 2024 at age 75, so on or after the required beginning date. Their 45-year-old child inherits $400,000, and distributions begin in 2025 when the child is 46. The assumed return is 5%.

The child is a designated beneficiary but not an eligible one, so the 10-year rule applies with a deadline of 31 December 2034. Because the owner died after the required beginning date, annual RMDs are also required. Table I gives 40.0 at age 46 and 14.8 at age 75; the owner's figure is reduced by one for 2025, giving 13.8. The longer life expectancy wins, so the first divisor is 40.0:

Formula: RMD_2025 = 400000 / 40.0 = 10000

RMD2025 = 40000040.0 = 10000

After that withdrawal the remaining $390,000 grows 5% to $409,500, and 2026 uses a divisor of 39.0 for an RMD of $10,500. The pattern continues, and the trap becomes obvious by 2033:

Required-minimum-only schedule for the worked example, $400,000 at 5%
Year Divisor Required minimum Ending balance
202540.0$10,000$409,500
202639.0$10,500$418,950
202738.0$11,025$428,321
202837.0$11,576$437,582
202936.0$12,155$446,699
203035.0$12,763$455,633
203134.0$13,401$464,343
203233.0$14,071$472,786
203332.0$14,775$480,912
2034deadline$480,912$0

Nine years of dutiful minimum withdrawals barely dent the account, because a 5% return outruns a divisor in the thirties. The balance is higher in 2033 than it was in 2025, and the entire $480,912 must come out in a single tax year. For most households that is the difference between a marginal rate in the twenties and one in the thirties, plus knock-on effects on Medicare premiums and capital-gains brackets.

Now compare the three strategies over the same ten years:

Strategy comparison for the worked example
Strategy Total withdrawn Largest single year Comment
Required minimum only$591,177$480,912Highest total, worst concentration
Even withdrawals to deadline$503,116$62,053Lowest peak year by a factor of eight
Full deferral to year 10$620,531$620,531Only legal if the owner died before the required beginning date

The totals look backwards at first glance: deferring withdraws the most money. That is because money left in the account keeps compounding, so the pre-tax total rises the longer you wait. What matters is not the total but the bracket it lands in. Even withdrawals move $88,000 less through your tax return than the minimum-only path and spread it across ten years instead of concentrating 81% of it into one.

Reading the result and the tax-timing decision

The strategy comparison is the part worth spending time on. The rule tells you the floor; it does not tell you the sensible answer. A useful heuristic: work out the width of your current marginal bracket, divide the inherited balance by ten, and see whether a tenth of the account fits inside the headroom you have. If it does, even withdrawals are usually close to optimal. If it does not, you may want to front-load in years when your other income is low, such as between retirement and the start of Social Security.

Two situations flip the logic. If you expect a large income drop within the window, deferring into that low year can beat spreading, provided the account is one where deferral is legal. If you expect income to rise, or you expect tax rates generally to rise, taking more early is the hedge. The calculator will not make that judgement, but it will size it.

One mechanical caution when reconciling against a custodial statement: the real divisor is applied to the prior 31 December balance, not to a mid-year value. If your figures are close but not identical to your custodian's, that timing difference and the custodian's use of actual returns rather than a flat assumption will account for most of the gap.

Limitations and assumptions in this projection

The divisor logic follows Publication 590-B, but the surrounding model is deliberately simple and there are several places it will not match a professional calculation.

  • This is not tax advice and does not model tax. No brackets, no state tax, no net investment income tax, no effect on Medicare IRMAA thresholds, and no excise tax on a missed distribution. The withdrawals shown are pre-tax amounts.
  • Growth is a flat annual rate. Real sequence-of-returns risk matters a great deal here: a poor decade of returns changes both the balance path and the wisdom of deferring. Test several return assumptions rather than one.
  • One withdrawal a year, taken at the start. Real distributions can be monthly or quarterly, and the timing within the year changes the compounding slightly.
  • The required beginning date is approximated by age 73. The actual date is 1 April of the year following the year the owner reached 73, and the threshold age differed for owners born before 1951. Deaths close to that boundary need checking against the owner's actual birth year.
  • Trusts are not modelled. A trust named as beneficiary may be treated as a see-through trust with a designated beneficiary, or as a non-person, depending on its drafting. That determination changes the entire schedule and is outside this tool.
  • Elections are not modelled. An eligible designated beneficiary may elect the 10-year rule instead of life expectancy payments, and a surviving spouse may roll the account into their own IRA, which replaces the beneficiary rules with owner rules entirely.
  • Multiple beneficiaries and successor beneficiaries are excluded. Separate accounting rules, the September 30 determination date, and the treatment on the death of a beneficiary all fall outside this model.
  • Table I values are the current published table. The life expectancy tables were revised effective 2022; schedules that began before that date may have used transition rules to reset the divisor.

Sources. All divisors, deadlines, and branch rules on this page come from the current IRS publication rather than from an approximation; the arithmetic is reproduced in full above so any line of the schedule can be checked by hand.

  • Life expectancy divisors: Table I (Single Life Expectancy, For Use by Beneficiaries), Appendix B of IRS Publication 590-B, Distributions from Individual Retirement Arrangements (IRAs). All 121 values, age 0 through 120 and over, are embedded in this page.
  • 10-year and 5-year rules, and the statement that no distribution is required before the 10th year when the owner died before the required beginning date: same publication, "10-year rule" and "Payment under the 10-year rule".
  • The "longer of" rule for a designated beneficiary when the owner died on or after the required beginning date: same publication, "Owner Died on or After Required Beginning Date".
  • Required beginning date of 1 April following the year the owner reaches age 73: same publication, "When Must You Withdraw Assets?".

Questions beneficiaries ask about inherited IRA schedules

Does the 10-year rule require a withdrawal every year?

It depends on when the original owner died relative to their required beginning date. IRS Publication 590-B states that if the owner died before the required beginning date and the 10-year rule applies, no distribution is required for any year before the 10th year. If the owner died on or after that date, annual required minimum distributions continue during the 10-year window and the account must still be emptied by the deadline.

Which life expectancy table does this calculator use?

Table I, the Single Life Expectancy table for use by beneficiaries, reproduced from Appendix B of IRS Publication 590-B. All 121 published values from age 0 through age 120 and over are built into the page, so divisors match the printed table exactly rather than being approximated by a formula.

Why does a surviving spouse get a different divisor each year?

A surviving spouse who remains a beneficiary recalculates the applicable denominator every year by looking up their current age in Table I. Every other individual beneficiary fixes the divisor once, in the first distribution year, and then subtracts one for each following year. Recalculation stretches the schedule considerably because the divisor falls more slowly than one per year.

When does the 5-year rule apply instead of the 10-year rule?

The 5-year rule applies to beneficiaries who are not designated beneficiaries, such as an estate or a charity, when the owner died before their required beginning date. If a non-designated beneficiary inherits after the owner reached that date, the account instead pays out over the owner's own remaining life expectancy, which practitioners call the ghost life expectancy.

Does taking only the required minimum minimise tax?

Frequently not. Under a 10-year deadline, taking only the minimum for nine years leaves the entire remaining balance to be withdrawn in the tenth, which can push a single year into a much higher bracket. Spreading withdrawals evenly usually lowers total tax even though it withdraws money sooner. This calculator shows both totals so the trade-off is visible, but it does not model tax brackets.

Is the required minimum distribution based on the prior year-end balance?

Yes, in the real rules: the divisor is applied to the account balance as of December 31 of the preceding year. This calculator applies the divisor to the balance carried into each schedule year, which is the same quantity when your entered balance is a prior year-end value. Enter the December 31 balance of the year before your first distribution year for the closest match to a custodial statement.

Account and beneficiary details

Use the 31 December balance of the year before your first distribution year.

Not the age at the date of death. This age fixes the Table I divisor.

Age 73 or older is treated as death on or after the required beginning date.

Growth and withdrawal strategy

Applied to the balance remaining after each year's withdrawal.

Normally the year after the owner died.

All three are compared in the result regardless of which you pick here.

Enter the account details to build a year-by-year schedule.

Status messages will appear here.

Build a schedule to plot the balance path against each year's withdrawal.

Arcade Mini-Game: Inherited IRA Distribution Calibration Run

Use this quick arcade run to practice separating useful scenario inputs from common planning mistakes before you rely on the calculator output.

Score: 0 Timer: 30s Best: 0

Start the game, then use your pointer or arrow keys to catch useful inputs and avoid bad assumptions.

Embed this calculator

Copy and paste the HTML below to add the Inherited IRA Distribution Calculator: SECURE Act 10-Year Rule to your website.