Recency
Recency measures how long it has been since a user last did something meaningful — visited, engaged, or purchased. Lower recency (a more recent action) is generally associated with higher likelihood of returning, which is why recency is the leading dimension of RFM analysis. It is a per-user time measure, so it is summarized across a base via distributions or segments rather than a single average.
What this means
Recency is the elapsed time between now (or a reference date) and a user's most recent qualifying action. It is inherently per-user, so it is reported as a distribution or by bucketing users into recency bands (for example, active in the last week, month, quarter). The intuition behind recency is empirical in marketing analytics: more recent action tends to predict near-term engagement better than older action does.
Recency in RFM and re-engagement
Recency is the 'R' in RFM segmentation and often the most weighted leg, because a customer who bought yesterday is usually a better near-term prospect than one who bought a year ago, regardless of historical frequency. Combining recency with frequency and monetary value avoids two errors: chasing recently active but low-value users, and over-rewarding once-loyal users who have gone quiet. Define the qualifying action and the reference date so recency bands are stable.
Recency is a relative, time-decaying signal — recompute it as the reference date moves.
- Time since last qualifying action, per user
- Lower recency tends to predict near-term return
- The 'R' in RFM, often the most weighted leg
How it appears in analytics and logs
A user with low recency acted recently and is more likely engaged; rising recency across a base signals lapsing users. Recency complements frequency: a frequent buyer with high recency may be churning despite past loyalty.
Diagnostic use case
Identify which users are recently active versus lapsing, to time re-engagement and to weight loyalty segments by how fresh each user's last action is.
What WebmasterID can help detect
WebmasterID records event timestamps first-party, so time-since-last-activity can be derived for segments without third-party cross-site tracking.
Common mistakes
- Reporting a single average recency instead of a distribution.
- Ignoring recency for once-loyal users who have lapsed.
- Failing to recompute recency as the reference date moves.
Privacy and accuracy notes
Recency requires knowing a user's last activity time, which involves persistent identifiers; aggregate and minimize them. This is educational, not legal advice.
Related pages
- Return frequency
Return frequency measures how often a given user returns within a period, expressed as visits, sessions, or purchases per user. It is an engagement and loyalty signal that captures habit rather than reach, and it is the 'F' in RFM analysis. Because it averages repeat behavior across a base, the window and the unit of return (visit versus purchase) determine what the number describes.
- RFM score (recency, frequency, monetary)
RFM is a customer-segmentation framework that scores each customer on three dimensions — recency (how recently they acted), frequency (how often), and monetary value (how much they spent) — typically by ranking customers into quantiles per dimension. The combined score sorts customers into segments such as best customers, lapsing, or new. It is a concept built from three underlying metrics, not a single measured quantity.
- New vs returning visitors
New vs returning classifies a visitor by whether the analytics tool recognizes them from a prior visit, usually via a client identifier. The split is fragile: cleared cookies, multiple devices, private browsing, and privacy-driven storage limits all make returning visitors look new. So the 'new' share is systematically overstated, and the dimension says more about identifier persistence than loyalty.
- Web analytics
Derive time-since-last-activity first-party.
Sources and verification notes
- Google — GA4 user lifetime and last-active reportingUser lifetime reporting exposes last-active timing used for recency.
Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.