Bounce Rate vs Engagement Rate
Bounce rate was one of the most misunderstood metrics in analytics. GA4 replaced it with engagement rate, which is better defined but still routinely misread.
What Bounce Rate Measured
In Universal Analytics, a bounce was a session with exactly one interaction hit. A user who landed, read a 2,000-word article for ten minutes, found what they needed and left counted identically to a user who landed and closed the tab immediately.
This made bounce rate almost meaningless for content pages and blogs, where a high bounce rate frequently indicated the page had answered the question well.
What Engagement Rate Measures
GA4 defines an engaged session as one that lasts longer than ten seconds, has a conversion event, or has two or more page views. Engagement rate is the percentage of sessions meeting any of those conditions.
Bounce rate in GA4 is simply the inverse — the percentage of non-engaged sessions. The change is that both now require a genuine absence of engagement rather than merely a single hit.
The ten-second threshold is configurable. Raising it makes the metric stricter and more meaningful for content-heavy sites.
Interpreting the Numbers
Context determines what a good figure looks like. A high engagement rate on a checkout page is expected; a high engagement rate on a contact page that should resolve in one visit may indicate confusion.
Compare like with like. Segment by landing page, by channel, and by device before drawing conclusions. Paid social traffic will almost always show lower engagement than direct traffic, which reflects intent rather than page quality.
When These Metrics Signal a Real Problem
Low engagement is worth investigating when it appears suddenly on a page that previously performed, when it differs sharply between similar pages, or when it correlates with a drop in conversions.
Common underlying causes: slow load times on mobile, a mismatch between the ad or search snippet and the page content, an intrusive interstitial, or a broken element preventing interaction.
Pair the metric with a session recording. Quantitative data identifies where to look; qualitative data explains what you find.
Why the Old Metric Misled So Consistently
Bounce rate was defined as a session with a single interaction, and that definition broke in a specific and predictable way: it could not distinguish a satisfied visitor from a disappointed one.
Someone who searched for your opening hours, found them, and left had an entirely successful visit and was recorded identically to someone who arrived, saw the wrong thing, and left in two seconds.
Worse, it was trivially manipulable. Firing any additional event — a scroll tracker, a timer — ended the bounce, so a site could improve the metric by changing its tracking and nothing else. Comparisons between sites, or between a site before and after a tracking change, were meaningless.
The replacement inverts it and adds time and depth: a session counts as engaged if it lasts beyond a threshold, or has multiple page views, or includes a conversion. It is a better metric because it has more than one way to succeed, not because the threshold is well chosen.
Using It Without Being Misled Again
The new metric is an improvement and it is still a proxy. Three habits keep it honest.
Never compare it across page types. A reference page answering one question and a category page that exists to send people onward should have very different engagement rates, and the reference page being lower is correct rather than a problem.
Compare a page against itself over time. A drop after a change is a signal; a number in isolation is not. This is the only comparison the metric reliably supports.
Check the engagement threshold before interpreting anything. It is configurable, so the same content can produce different engagement rates in two properties. If someone changed it, your trend line moved for a reason unrelated to your content.
And be specific about what would count as a problem: a page with high entries, low engagement and no onward path is worth investigating. A low engagement rate on a page that answers the question and offers nothing further is the page working. The metric measures behaviour, not satisfaction, and the two diverge most on exactly the pages that serve people best.
Sources
What each claim on this page rests on. Entries are typed so you can see which are primary.
- officialGoogle Analytics 4 documentation — the UTM parameter handling, session definition and engaged-session criteria described here support.google.com