Leaders Insights
Leaders Insights

Rester au meilleur niveau, un peu chaque jour.

DomainesMarketingDataFinanceIA
RessourcesApprendreTestOutilsBlogGlossaire
© 2026 Leaders Insights — Tous droits réservés.
Formations/Marketing in hospitals/Metrics, funnels and benchmarks/Measuring patient retention and reactivation
4/5+150 XP

Metrics, funnels and benchmarks

5Calculating patient acquisition cost by service line+1506Modeling patient lifetime value across episodes of care+1507Reading funnel conversion and engagement metrics+1508Measuring patient retention and reactivation+1509Benchmarking hospital marketing metrics that matter+150

Measuring patient retention and reactivation

# Measuring patient retention and reactivation

A cardiology group in Ohio thought it had 4,200 active patients. When marketing pulled the data, only 2,600 had been seen in the last 18 months. The other 1,600 had quietly drifted: no appointment, no follow-up, no signal. Nobody cancelled. They just stopped coming.

That is the core problem with retention in healthcare. In a subscription business, churn is loud: the customer cancels. In a hospital or clinic, churn is silent. A lapsed patient looks identical to a loyal one until you measure the gap between visits. This lesson is about making that invisible churn visible and quantifying what marketing does to keep panels full.

Why "retention" needs a definition in healthcare

A "panel" is the set of patients a provider or practice is responsible for. Keeping the panel full and active is a marketing outcome, not just a clinical one. Empty slots and lapsed patients are lost lifetime valuelifetime valueLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →.

Because there is no cancellation event, you define retention by activity windows. The standard move is to pick a lookback period and call a patient "active" if they had a qualifying interaction inside it.

Common windows:
  • Primary care: 18 to 24 months (annual visit plus buffer).
  • Dental: 12 to 18 months (recall cadence is roughly 6 months).
  • Specialty (cardiology, endocrinology): 12 to 24 months depending on condition.

The window matters. Choose 12 months for primary care and you will flag seasonal patients as churned. Choose 36 months and you will keep dead accounts on the books.

The three retention metrics that matter

1. Recall rate

A "recall" is a scheduled return prompt: the reminder that a patient is due for a cleaning, a mammogram, a diabetes check. Recall rate measures how many due patients actually come back.

Recall rate = (patients who completed the recommended return visit) / (patients who were due for it)

Worked example, a dental group:

  • 900 patients were due for a 6 month cleaning in Q1.
  • 612 booked and attended.
  • Recall rate = 612 / 900 = 68%.

Dental practices often cite recall rates around 60 to 70 percent as typical, with well-run practices pushing higher (treat these as industry estimates, not audited figures; recall benchmarks vary widely by practice and are rarely published centrally). The marketing lever here is the reminder system: automated text and email recalls consistently lift attendance versus phone-only.

2. Annual wellness return rate

The Medicare Annual Wellness Visit (AWV) is a yearly preventive visit covered by Medicare (the US federal health program for people 65 and older). It is the cleanest recurring "loyalty" event in US primary care, because it is annual, covered, and coded.

AWV return rate = (patients who completed an AWV this year) / (eligible patients who completed one last year)

If 1,000 patients did an AWV in 2024 and 720 came back in 2025, your return rate is 72 percent. The 280 who did not return are your reactivation target. The CMS page on the Annual Wellness Visit documents what qualifies.

For commercial and European populations there is no exact AWV equivalent, but the logic transfers to any recurring preventive contact: annual physicals, chronic-disease reviews, or the structured checks embedded in many European primary care systems.

3. Lapsed-patient reactivation rate

A "lapsed" patient is one who fell outside your activity window. Reactivation measures how many you win back through outreach.

Reactivation rate = (lapsed patients who returned after a campaign) / (lapsed patients contacted)

Worked example, back to the Ohio cardiology group:

  • 1,600 lapsed patients identified.
  • Contacted 1,200 (had valid phone or email, consented to marketing).
  • 168 booked a visit within 90 days.
  • Reactivation rate = 168 / 1,200 = 14%.

Reactivation of 10 to 20 percent from a targeted lapsed-patient campaign is a commonly cited working range, but it depends heavily on list quality, specialty, and how long patients have been gone. Treat it as a planning estimate, then measure your own.

Connecting retention to money: retention and LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →

Retention is the input to patient lifetime valuelifetime valueLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète → (LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →): the total contribution margin a patient generates across their relationship with you. We stay strictly in marketing math here, no ROE or capital ratios.

A simple LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète → sketch:

LTV = average annual margin per patient × average retained years

If a primary care patient contributes roughly $600 of margin per year and stays retained for 8 years on average, LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète → is about $4,800. Push average retention from 8 to 9 years and LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète → rises to $5,400, a 12.5 percent lift, with zero new acquisition spend. That is the entire argument for funding retention marketing.

Compare that to acquisition costacquisition costCustomer Acquisition Cost (CAC) is the total sales and marketing spend divided by the number of new customers gained in a period. It measures how efficiently you grow.Voir la définition complète →. If acquiring a new primary care patient costs $200 to $400 in marketing spend (a typical planning range that varies by market and channel), reactivating a lapsed patient at a fraction of that cost is almost always cheaper per booked visit. Reactivation is usually your highest-ROIROIReturn on Investment: the ratio of net profit to the cost of an investment. A 300% ROI means each dollar invested returns $3.Voir la définition complète → marketing activity precisely because the relationship, records, and trust already exist.

Building a simple retention funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète →

Think of retention as a funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète → that runs after acquisition:

1. Active panel (seen within window)

2. Due for return (recall triggered)

3. Reminded (contact attempted)

4. Booked

5. Attended

Each step has a drop-off, and each drop-off is a marketing diagnosis. If "due" to "reminded" is leaking, your outreach system is broken. If "booked" to "attended" is leaking, you have a no-show problem, not a marketing awareness problem.

Here is a tiny SQLSQLSales Qualified Lead: a prospect the sales team has validated as ready for direct outreach and a proposal, having passed clear qualification criteria.Voir la définition complète → sketch showing how "active vs lapsed" is actually computed from a visits table:

sql
SELECT
  patient_id,
  MAX(visit_date) AS last_visit,
  CASE
    WHEN MAX(visit_date) >= DATEADD(month, -18, CURRENT_DATE)
      THEN 'active'
    ELSE 'lapsed'
  END AS status
FROM visits
GROUP BY patient_id;

That single query is what turned the Ohio group's invisible churn into a 1,600-name reactivation list.

🎬 [VIDEO: "Patient Retention Strategies for Healthcare Practices" - https://www.youtube.com/results?search_query=patient+retention+healthcare+marketing - practical overview of recall systems and lapsed-patient outreach]

Vérification des acquis

1. Why is patient churn described as 'silent' in healthcare compared to a subscription business?

2. A primary care clinic uses a 12-month activity window to define 'active' patients. What is the most likely consequence of this choice?

3. In the recall rate formula, what does the denominator represent?

CHOIX MULTIPLES

4. Select ALL correct answers about why defining retention through activity windows matters in healthcare.

Sélectionnez toutes les réponses correctes.

CHOIX MULTIPLES

5. Select ALL correct answers about the concept of a 'panel' and keeping it full.

Sélectionnez toutes les réponses correctes.

Benchmarks: what "good" looks like

Retention benchmarks in healthcare are messy because there is no central published source the way there is for, say, SaaS churn. Use these as directional estimates as of early 2026, and always calibrate against your own baseline:

  • Primary care patient retention (annual): often cited in the 80 to 85 percent range for established practices. Losing 15 to 20 percent of a panel per year is more common than practices realize.
  • Dental recall rate: roughly 60 to 70 percent typical, higher for practices with automated recall.
  • AWV year-over-year return: varies widely; strong Medicare-focused primary care groups target 70 percent or above.
  • Lapsed reactivation from campaign: 10 to 20 percent working range.

For European context, primary care systems with registered-patient lists (the UK, the Netherlands, the Nordics) structurally lock in high nominal retention because patients are formally enrolled with a practice. That changes the marketing job: the challenge is not preventing switching but driving return for preventive and chronic-care visits within the enrolled panel. Do not copy US "win them back from a competitor" tactics into a registration-based system where the patient never left the list.

A caution on regulation. Any reactivation outreach must respect consent and privacy law. In the US that means HIPAAHIPAAHealth Insurance Portability and Accountability Act, loi américaine imposant la protection des données de santé (PHI). Violations : amendes jusqu'à 1,9M$ par catégorie de violation. (the Health Insurance Portability and Accountability Act, which governs use of protected health information) and TCPA (the Telephone Consumer Protection Act, which restricts automated calls and texts). In Europe it means the GDPR (General Data Protection Regulation), where health data is a special category requiring explicit consent. "We can text 1,200 lapsed patients" is only true if those patients consented to marketing contact. Marketing owns the campaign; compliance owns the guardrails.

Turning the metrics into action

The metrics are only useful if they change what you do:

  • Low recall rate: fix the reminder system before spending on new acquisition. Automated multichannel reminders (text plus email) beat single-channel.
  • Falling AWV return: the previous year's AWV completers are your warmest list. A dedicated "you are due" campaign reliably outperforms cold outreach.
  • Large lapsed segment: segment by recency. Patients gone 12 to 18 months reactivate far better than those gone 4 years. Spend the outreach budget where the odds are best.

Key Takeaways

  • Churn is invisible in healthcare, so define retention with an activity window (18 to 24 months for primary care) and measure the gap between visits.
  • Track three metrics: recall rate, annual wellness return rate, and lapsed-patient reactivation rate, each with a clear numerator and denominator.
  • Reactivation is usually your cheapest booked visit because acquisition costacquisition costCustomer Acquisition Cost (CAC) is the total sales and marketing spend divided by the number of new customers gained in a period. It measures how efficiently you grow.Voir la définition complète → ($200 to $400 range) far exceeds the cost of re-engaging an existing patient.
  • Small retention gains compound through LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →: moving average retained years from 8 to 9 lifted example LTV by 12.5 percent with no new spend.

Précédent

Reading funnel conversion and engagement metrics

Suivant

Benchmarking hospital marketing metrics that matter

LTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →
  • Every campaign runs inside HIPAAHIPAAHealth Insurance Portability and Accountability Act, loi américaine imposant la protection des données de santé (PHI). Violations : amendes jusqu'à 1,9M$ par catégorie de violation., TCPA, and GDPR; consent is not optional, and registration-based European systems need a "drive return," not "win back," playbook.