CRM, Retention & Loyalty B03 / 04

Reactivation Rate in iGaming: Definition, Formula and Why It Should Never Be Mixed With Retention

Reactivation rate is the share of dormant players who return to active status in a defined period. It is the rate complement to the reactivation count metric, and the central KPI of CRM win-back programmes. The metric is most useful when its denominator (the dormant pool) is clearly…

iGaming Glossary · Category: CRM, Retention & Loyalty · Relevant for: CRM, Marketing, Finance, Executive

iGaming GlossaryCRMMarketingFinanceExecutive

TL;DR

Reactivation rate is the share of dormant players who return to active status in a defined period. It is the rate complement to the reactivation count metric, and the central KPI of CRM win-back programmes. The metric is most useful when its denominator (the dormant pool) is clearly defined and when reactivation is reported separately from retention rather than blended into a single "active player" growth narrative.

Mechanics 02

Formula

In its simplest form:

Reactivation Rate = Reactivated Players / Players Inactive at Start of Period

The two design choices that drive everything: how long the inactive period must be (typically 30, 60 or 90 days, mirroring the operator's churn rule) and what counts as active for the return. Inconsistent treatment of either produces reactivation rates that contradict the operator's churn metric.

A typical warehouse-level aggregation:

Warehouse-level aggregationWITH dormant_at_start AS (
SELECT DISTINCT player_id
FROM registered_players p
WHERE NOT EXISTS (
SELECT 1 FROM bets b
WHERE b.player_id = p.player_id
AND b.bet_date BETWEEN :start - INTERVAL '60 days'
AND :start - INTERVAL '1 day'
)
),
returned AS (
SELECT DISTINCT player_id
FROM bets
WHERE bet_date BETWEEN :start AND :end
)
SELECT COUNT(*) FILTER (WHERE r.player_id IS NOT NULL)
* 1.0 / NULLIF(COUNT(*), 0) AS reactivation_rate
FROM dormant_at_start d
LEFT JOIN returned r USING (player_id);
Business context 03

Why it matters in iGaming

Reactivation is the operational measure of CRM effectiveness. Acquisition is expensive; reactivation is structurally cheaper, often by an order of magnitude. The economics of CRM are built around the reactivation rate: how many dormant players come back, what they spend when they do, what proportion of CRM cost produces these returns.

Different teams read reactivation rate differently:

  • CRM treats reactivation rate as a primary output of lifecycle and win-back programmes.
  • Marketing tracks reactivation cost (effective CPA for return players) against fresh acquisition cost as a budget allocation signal.
  • Finance uses reactivation rate as an input to forward NGR forecasts.
  • Executives watch reactivation rate trend as a signal of brand affinity: high rates suggest players want to come back, low rates suggest they do not.

Reactivation rate is also the metric most easily inflated by aggressive bonus campaigns. A heavily bonused win-back can show high one-off rates that produce no durable engagement. Operators that read reactivation rate without paired metrics (post-reactivation retention, NGR per reactivated player) confuse vanity numbers with real CRM performance.

Failure modes 04

Common mistakes and how teams get reactivation rate wrong

Mismatch between churn and reactivation windows. If churn is measured at 60 days but reactivation requires 90 days of inactivity, the two metrics will not reconcile and the dormant pool used for reactivation differs from the churned pool. Aligning windows prevents months of confusing reports.

Counting bonus-induced one-off returns. A player who returns for a single bonus and immediately churns again is technically reactivated but provides no durable value. Operators tracking reactivation count without post-reactivation retention paint an inflated picture of CRM performance.

Mixing reactivation with retention growth. Reporting active player growth without separating reactivation from new acquisition hides the underlying dynamics. A flat new-acquisition story propped up by reactivation looks like growth but is structurally fragile if reactivation cost is high.

Ignoring reactivation cost. A reactivation that costs more in bonus than the player generates in NGR is a negative-ROI activity. Operators that publish reactivation count without reactivation cost cannot distinguish good CRM work from expensive vanity metrics.

Treating event-driven returns as CRM success. Players who come back for major sportsbook tournaments were going to come back anyway. CRM teams that claim credit for these organic returns overstate their contribution. Holdout discipline (control groups not exposed to CRM treatment) is the correct way to attribute real CRM lift.

Brand-level vs operator-level confusion. A player who churned from brand A and signed up at sister brand B is technically a new acquisition at B but a retained customer at the operator level. Reactivation logic that does not deduplicate identity across brands produces inconsistent results.

What good looks like 05

Healthy ranges and benchmarks

Reactivation rates vary by market, vertical and CRM maturity. Directional patterns:

  • 60-day reactivation rates above 20 percent on the dormant base are achievable for operators with mature CRM programmes in regulated markets.
  • Sportsbook reactivation rates spike around major tournaments and decay between events. Year-on-year comparisons should match equivalent fixture density.
  • Casino reactivation rates tend to be steadier but more bonus-sensitive than sportsbook.
  • VIP reactivation rates are typically far higher than general-base reactivation, both because the cohort is more committed and because operators target VIPs with personalised outreach.
  • Reactivation that holds beyond 30 days post-return is the cleaner signal; reactivation that churns again within the first month is closer to vanity than to value.

These are directional patterns based on industry observation, not strict benchmarks. Internal trend tracking and cohort comparisons across reactivation campaigns are far more useful than industry-average targets.

Gamblitude 07

How Gamblitude handles reactivation rate

In Gamblitude, reactivation rate is a governed Metric with explicit conventions for inactive-period length, return activity definition and product attribution. Variants such as 30d Reactivation Rate, 60d Reactivation Rate, 90d Reactivation Rate, Casino Reactivation Rate, Sportsbook Reactivation Rate and VIP Reactivation Rate coexist as separate Metrics. Player-level reactivation flags are stored as Attributes, which CRM teams use to build dynamic Lists for win-back targeting and post-reactivation lifecycle treatment. Insight Radar surfaces meaningful drift in reactivation rates across cohorts and campaigns.

The Predictive Churn Score, computed by ML models trained on iGaming behaviour, supports proactive reactivation work by flagging at-risk players before they fully churn, enabling CRM action that is structurally cheaper than waiting for full dormancy. The same scoring layer feeds Reports, Targets and AI Agent answers.

Explore CRM & Retention ↗
Questions 08

FAQ

Most operators use 60 days as the standard, mirroring their churn definition. Shorter windows (30 days) capture lapsed-but-not-churned players. Longer windows (90 days, 180 days) capture genuinely dormant returnees. Each is useful for different purposes; consistency with the churn rule matters most.

No. Retention rate measures whether currently active players stay active. Reactivation rate measures whether dormant players return. The dormant pool and the active pool are different populations, and mixing the two metrics produces misleading reports about the underlying CRM dynamics.

Through holdout groups and attribution discipline. A portion of the dormant pool not contacted by CRM provides the baseline organic return rate. The lift between treated and control groups is the genuine CRM contribution. Operators that claim credit for the full reactivation count without holdout discipline overstate their CRM impact.

Usually that the reactivation was bonus-induced rather than intent-driven. The bonus brings the player back for one campaign cycle, but no underlying product or brand engagement formed. Operators should track post-reactivation retention as a separate KPI, not just reactivation rate.

By moving CRM action earlier in the lifecycle. Instead of waiting for full dormancy and then attempting reactivation, operators with reliable Predictive Churn Score intervene before the player fully churns. This is structurally cheaper and produces better retention outcomes than waiting for the dormant pool to grow.

Explore next 09

Further reading

Keep the glossary useful

Found a mistake or want a term added to the iGaming Glossary? Let us know.

Browse the complete glossary or see how governed definitions work across dashboards, reports, alerts and AI answers.