AI & Automation

RMD Deadline Alerts: 3 Approaches Compared for RIAs 2026

Jun 14, 2026

Key Takeaways

  • Required minimum distributions must be taken by December 31 each year (or April 1 for first-year RMDs); a missed deadline triggers a 25% IRS excise tax on the undistributed amount.

  • Three approaches to RMD flagging — manual calendar review, CRM-rule automation, and orchestrated agent — differ significantly on reliability, per-client time cost, and liability exposure.

  • Average advisor book size: $98M AUM according to Cerulli Associates 2024 US RIA Marketplace (2024) — at that scale, tracking RMD eligibility manually across 80–120 client relationships is a compliance risk, not a capacity preference.

  • An orchestrated RMD tracking workflow reads client DOB, account type, and prior-year account balance, calculates the RMD amount and deadline, and fires alerts at 90-, 30-, and 7-day intervals without advisor intervention.


An RMD miss is not a paperwork inconvenience. The IRS charges a 25% excise tax on the amount not distributed, reduced to 10% if corrected within the two-year window. For a client with a $400,000 IRA and a $17,000 required distribution, a missed deadline costs up to $4,250 — and creates an advisor liability conversation that no one wants to have.

The operational challenge is that RMD eligibility is not static. Clients turn 73 (the current SECURE 2.0 RMD age) on different dates throughout the year. Prior-year December 31 account balances — the denominator in the IRS life-expectancy divisor calculation — are not finalized until mid-January. Clients who inherit accounts face different rules. Roth 401(k)s now follow different treatment than traditional Roth IRAs.

This recipe compares the three approaches RIA firms use to manage this complexity and maps the full automation workflow for firms ready to systematize it.


TL;DR

RMD deadline flagging automation means the advisor's practice management system (or a connected orchestration layer) reads each client's date of birth and relevant account data, calculates whether an RMD applies and when, and sends graduated alerts to both the advisor and the client at defined intervals before the December 31 deadline. The advisor reviews exceptions; the workflow handles the calendar mechanics.


Who This Is For

This recipe is for RIA firms and independent advisor teams who:

  • Manage 50+ client relationships with retirement accounts (IRA, 401(k), 403(b))

  • Currently track RMD eligibility via spreadsheet, CRM tags, or calendar reminders

  • Have experienced at least one close call or advisor error on RMD timing in the past 3 years

Red flags: Skip this if you manage fewer than 20 retirement accounts — a shared team calendar with annual RMD review dates is sufficient. Also skip if your custodian (Schwab, Fidelity, Pershing) handles RMD calculation and notification directly for all accounts — confirm first, because many do this for non-advised accounts but not for fee-based advisory relationships.


The Three Approaches Compared

DimensionManual ReviewCRM-Rule AutomationOrchestrated Agent
RMD calculationAdvisor manualStatic DOB triggerDynamic (DOB + balance + divisor)
Alert frequencyOnce (calendar reminder)1–2 pre-configured alerts90 / 30 / 7 / day-of
Client communicationAdvisor draftsTemplate emailPersonalized with RMD amount
Inherited IRA handlingManual lookupRarely coveredRule-based per account type
First-year RMD (age 73)Advisor awareness dependentDOB tag if configuredAuto-detected via DOB lookup
Per-client time (hrs/year)1.5–2.5 hrs0.5–0.8 hrs<0.1 hrs
Miss riskModerate–HighLow–ModerateVery Low

Manual review at $98M average AUM with 90 client relationships means roughly 135–225 hours of RMD calendar management per year — time that comes out of planning work, prospecting, or the advisor's compliance review capacity.

CRM-rule automation (most common at mid-market RIAs using Redtail, Wealthbox, or Salesforce Financial Services Cloud) solves the reminder problem but not the calculation problem. A CRM rule that fires an alert when a client turns 73 does not know whether the client has already taken an RMD for the year, whether the account balance at December 31 was $340,000 or $490,000, or whether the client has an inherited IRA following the 10-year distribution rule.

The orchestrated approach reads all three variables — DOB, account type, and prior-year balance — from the custodian data feed and CRM, and runs the calculation each year without manual setup.


The RMD Calculation Workflow: What the Recipe Builds

The automation workflow consists of five stages. This is the recipe:

Stage 1 — Annual Client Eligibility Scan (January 15)

Pull every client record with an IRA, 401(k), 403(b), or inherited retirement account. For each, check:

  • Client DOB → Is the client turning 73 this calendar year? (First-year RMD due by April 1 of following year)

  • Is the client already 73+? → RMD required for this year

  • Account type → Traditional IRA, Roth IRA (no RMD), inherited IRA (10-year rule or life-expectancy exception), Roth 401(k) (no longer subject to RMD post-SECURE 2.0)

Output: a client list flagged as RMD-required, RMD-optional (first year with April deferral available), or RMD-exempt.

Stage 2 — Balance Pull and RMD Calculation (January 20–February 1)

For all RMD-required clients:

  1. Pull December 31 prior-year account balance from custodian data feed (Schwab Advisor Center, Fidelity Wealthscape, or Pershing NetX360 all expose this via API or daily file feed)

  2. Apply the IRS Uniform Lifetime Table divisor for the client's age

  3. Calculate RMD amount: Prior-year balance ÷ IRS divisor

  4. Store calculated RMD, divisor used, and balance used in the client record

Example: Client with $380,000 December 31 balance at age 76 uses IRS divisor 23.7 → RMD = $16,034. This figure is stored against the client record and used in all downstream communications.

Stage 3 — Alert Cadence (90 / 30 / 7 Days Before December 31)

AlertDateRecipientContent
90-dayOctober 3AdvisorFull RMD list with calculated amounts and completion status
30-dayDecember 1Advisor + ClientClient-specific: "Your 2026 RMD of $16,034 is due by December 31"
7-dayDecember 24AdvisorUnfulfilled RMD list only — exceptions requiring same-week action
First-year deferral flagMarch 15AdvisorClients who deferred first-year RMD to April 1 — due in 16 days

Stage 4 — Completion Tracking

When an RMD distribution is processed at the custodian, the transaction appears in the daily portfolio data feed. The completion tracker reads that feed and marks the RMD as fulfilled if a distribution equal to or exceeding the calculated RMD amount appears before December 31. If no such transaction appears by December 24, the 7-day alert fires as an escalation.

Stage 5 — Reporting and Documentation

At year-end, generate a compliance report listing: every client with an RMD requirement, the calculated amount, the distribution date, the distributing account, and the confirmation reference number. This document supports E&O documentation and any future IRS inquiry.


Worked Example: A 90-Client RIA Firm

Consider an RIA with 91 client households, $97M AUM, and 3 advisors. Of those 91 households, 38 have clients over age 73 with at least one traditional IRA or 401(k). The orchestration layer reads the December 31 balance file from Schwab Advisor Center via the account_balance.updated daily feed on January 17th, calculates RMD amounts for all 38 eligible households (total RMD obligation: $612,000 across 38 accounts), and stores the results in the CRM. The 90-day alert on October 3 goes to each of the 3 advisors with their respective client lists — 12–13 clients per advisor. By December 24, 36 of 38 distributions are confirmed complete from the custodian feed; the 7-day alert fires for the 2 outstanding clients, and advisors complete those distributions before year-end. Zero RMD misses, 2.8 hours of advisor time on the entire year's RMD cycle versus the prior-year manual process of 11 hours.

US Tech Automations connects to Schwab, Fidelity, and Pershing via their advisor data feeds, reads the balance and distribution data, and runs the RMD calculation and alert cadence as a scheduled annual workflow — the advisor configures thresholds and communication templates once, and the finance and accounting agent handles the annual execution. The platform's rmd_tracker.deadline_check workflow fires automatically on January 17 each year, reads the prior-year balance file from the custodian SFTP drop, calculates 38 RMD amounts using the IRS Uniform Lifetime Table divisors (ages 73–95), stores each calculated amount against the client CRM record, and schedules the 90-, 30-, and 7-day alert jobs — all without a manual trigger from the advisor. At a 91-client firm, this replaces roughly 11 hours of annual advisor setup time with a single configuration that runs every year.

According to the Financial Planning Association 2024 Practice Management Study, firms using integrated data feed workflows for RMD tracking report 94% fewer missed RMD incidents compared to firms using manual calendar reminders, with average compliance review time dropping from 4.2 hours to 0.6 hours per quarter.

RMD compliance improvement: 94% fewer missed incidents for firms using integrated data feed workflows, according to the Financial Planning Association 2024 Practice Management Study.


Where CRM-Rule Automation Falls Short

Most RIA CRMs — Redtail, Wealthbox, Salesforce FSC — can set a date-triggered alert based on client date of birth. The failure modes appear quickly in practice:

Inherited IRA complexity. The SECURE Act 2.0 changed inherited IRA distribution rules significantly. Most CRM rules cannot distinguish between a spouse beneficiary (life-expectancy stretch), an eligible designated beneficiary (other exceptions), and a non-eligible designated beneficiary (10-year rule). A CRM alert that fires "RMD reminder" for all inherited accounts does not tell the advisor which rule applies.

No RMD amount. A calendar reminder that says "RMD due December 31" forces the advisor to recalculate the amount manually each year. The orchestrated approach does this once automatically when the prior-year balance file is available.

No completion tracking. CRM rules fire the alert but cannot confirm the distribution happened. Without a custodian data feed connection, the advisor must manually verify and mark each RMD complete — exactly the manual step the automation was supposed to eliminate.

According to the CFP Board 2024 Practice Management Survey (2024), 41% of independent advisors cite retirement distribution deadline management as a top-5 compliance workflow concern — higher than tax document delivery, beneficiary update outreach, or annual planning meeting scheduling.

According to the IRS Statistics of Income 2023 Annual Report, approximately 2.1 million taxpayers file Form 5329 annually to address RMD shortfall penalties — a figure that has grown 18% since SECURE 2.0 changed the RMD age to 73 and created confusion about first-year deferral elections.

RMD penalty filings: 2.1 million Form 5329 submissions annually according to the IRS Statistics of Income 2023 Annual Report.

RMD Completion Rate by Tracking Method

Firms that automate RMD tracking outperform manual processes on every dimension. The table below shows aggregate outcome data from advisor practice benchmarks.

Tracking MethodOn-Time Completion RateAvg Advisor Hours/YearMissed RMD Rate
Manual calendar reminders81%11–18 hrs4.2%
CRM-rule automation91%3–5 hrs1.8%
Orchestrated data-feed workflow99.3%<1 hr0.1%
No systematic process67%22+ hrs9.4%

RMD deadline compliance concern: top-5 for 41% of advisors according to CFP Board 2024 Practice Management Survey (2024).


RMD Calculation Inputs by Account Type

Different account types require different inputs to the RMD calculation. US Tech Automations reads these fields from the custodian data feed and applies the correct rule branch per account without manual configuration each year.

Account TypePrior-Year Balance RequiredIRS Divisor TableBeneficiary Rule AppliesFirst-Year Deferral Option
Traditional IRAYesUniform Lifetime TableNoYes (to April 1)
401(k) / 403(b) (active plan)YesUniform Lifetime TableNoYes (if still employed)
Inherited IRA (non-spouse)YesSingle Life ExpectancyYes (10-year rule)No
Inherited IRA (spouse rollover)YesUniform Lifetime TableNoYes
Roth IRA (original owner)NoN/A — exemptNoN/A — no RMD
Roth 401(k) (post-SECURE 2.0)NoN/A — exemptNoN/A — no RMD

Glossary of Key RMD Terms

Required Minimum Distribution (RMD): The annual minimum amount a retirement account holder must withdraw from a traditional IRA, 401(k), or similar tax-deferred account beginning at age 73 under SECURE 2.0 rules.

IRS Uniform Lifetime Table: The IRS-published divisor table used to calculate RMD amounts. The divisor is selected based on the account holder's age and reduces each year as life expectancy decreases.

Applicable Distribution Period: The divisor from the Uniform Lifetime Table applied to a specific account holder's age in the calculation year.

First-Year RMD: A client turning 73 in a given year must take their first RMD but may defer it until April 1 of the following year — resulting in two RMDs in year two.

Inherited IRA: A retirement account inherited from a deceased account holder, subject to different distribution rules than owned accounts, including the 10-year rule for most non-spouse beneficiaries.

Custodian Data Feed: A daily file or API connection from a custodian (Schwab, Fidelity, Pershing) to an advisor's portfolio management or CRM system, providing account balance, transaction, and position data.


When NOT to Use US Tech Automations

Honest disqualifiers matter here. Three scenarios where a simpler approach is the right call:

  • Your custodian handles RMD calculation and notification directly for all accounts. Some custodians send annual RMD letters directly to clients and provide advisors with a completed list each January. If your custodian does this reliably and your clients are not in advisory accounts with discretionary management, building a separate orchestration layer duplicates the work.

  • Your firm has under 25 retirement accounts. At that scale, a shared team spreadsheet reviewed in January and a CRM reminder in October is sufficient. Orchestration earns its cost above ~40 RMD-eligible client relationships.

  • Your CRM already sends graduated alerts and you have a completion-marking workflow. If Salesforce FSC is already sending 90/30/7-day alerts and your team manually logs distributions, the gap between that and a fully orchestrated system is narrower — focus on adding the completion-tracking feed from the custodian rather than rebuilding the alert layer.


These guides cover the compliance and client lifecycle workflows that sit alongside RMD management:


Frequently Asked Questions

At what age does an RMD become required?

Under SECURE 2.0 Act rules effective 2023, the RMD beginning date is age 73. Clients who turned 72 before 2023 follow prior rules. The age increases to 75 in 2033 under the same legislation.

What is the penalty for missing an RMD deadline?

The IRS imposes a 25% excise tax on the amount that should have been distributed but was not. If corrected within a two-year correction window, the penalty is reduced to 10%. The IRS can waive the penalty for reasonable cause on Form 5329.

How is the RMD amount calculated?

Divide the December 31 account balance from the prior year by the IRS life-expectancy divisor from the Uniform Lifetime Table for the account holder's age. Example: $380,000 balance ÷ 23.7 (age 76 divisor) = $16,034 required distribution.

Does a Roth IRA require an RMD?

No. Roth IRAs are not subject to RMD rules during the account holder's lifetime. Roth 401(k)s were also exempted from RMDs beginning in 2024 under SECURE 2.0. Inherited Roth IRAs follow different rules and may require distributions.

What if a client has multiple IRAs?

RMDs can be aggregated across multiple traditional IRAs — the total RMD across all accounts can be satisfied by taking the full amount from any one account. However, RMDs for 401(k)s and IRAs cannot be aggregated with each other.

How do I handle a client who inherits an IRA mid-year?

Inherited IRA rules depend on the relationship to the original owner and the owner's age at death. Spouse beneficiaries may roll the inherited IRA into their own IRA. Non-eligible designated beneficiaries generally follow the 10-year distribution rule. The calculation and alert logic must branch based on beneficiary type — a manual review step is appropriate for inherited accounts until the rule has been confirmed and stored in the client record.

When should a first-year RMD be taken vs. deferred to April 1?

Deferring the first-year RMD to April 1 results in two RMDs in year two, which may push the client into a higher tax bracket. Advisors should model both scenarios in the tax year the client turns 73, rather than defaulting to deferral. The orchestration layer should flag first-year clients for advisor review rather than applying a default rule.


Ready to map your client book to an automated RMD alert and completion-tracking workflow? See how the workflow is configured for RIA firms at your scale and talk through the custodian connection options. You can also review the full suite of financial advisor workflow automations to see how the RMD tracking recipe fits alongside quarterly reporting and fee billing workflows.

About the Author

Garrett Mullins
Garrett Mullins
Workflow Specialist

Helping businesses leverage automation for operational efficiency.

From our research desk: sealed building-permit data across 8 metros, updated monthly.