Exit rate vs bounce rate
Exit rate is the percentage of pageviews of a page that were the last pageview in their session — the point where visitors left the site. It is often confused with bounce rate, but they answer different questions: bounce is about single-interaction sessions, while exit is about where any session ended. A high exit rate matters most on pages that are not meant to be endpoints.
What this means
Exit rate for a page = (number of sessions that ended on that page) ÷ (total pageviews of that page). It tells you, of all the times this page was viewed, how often it was the last thing the visitor saw before leaving. Every session has exactly one exit page.
How it differs from bounce rate
Bounce rate is a session-level metric: the share of sessions with only one interaction. Exit rate is a page-level metric: the share of a page's views that were exits, regardless of how many pages came before. A page can have a high exit rate but a low bounce rate if visitors usually arrive there after browsing several pages and then leave. Context decides whether an exit is good — a 'thank you' page should have a high exit rate.
- Bounce rate: single-interaction sessions (session-level)
- Exit rate: a page's share of session-ending views (page-level)
- High exit is expected on endpoints, suspect mid-funnel
How it appears in analytics and logs
A high exit rate on a page means many sessions ended there. On a confirmation or final article page that is expected; on a mid-funnel step it flags friction worth investigating.
Diagnostic use case
Use exit rate to find where visitors leave a multi-step flow, distinguishing it from bounce rate, which only describes single-interaction sessions.
What WebmasterID can help detect
WebmasterID records ordered page_view events first-party, so you can compute exit rates for any step of a flow without third-party cookies.
Common mistakes
- Using exit rate and bounce rate interchangeably.
- Treating any high exit rate as a problem.
- Ignoring where the page sits in the user journey.
Privacy and accuracy notes
Exit rate is computed from the ordering of pageview events within sessions, not from personal identity. No identifiers are required.
Related pages
- Bounce rate: definition and why it misleads
Bounce rate is the percentage of sessions with only one interaction. Its definition shifted: classic tools counted single-pageview sessions; GA4 derives it from engaged sessions instead. A high bounce rate is not inherently bad — for a single-answer page it can mean success — which is why context matters more than the number.
- Pages per session (pages per visit)
Pages per session (also pages per visit) is the average number of pageviews divided by sessions. It is read as a depth-of-engagement signal, but it is easily distorted: single-page apps fire virtual pageviews that inflate it, prefetching can add views nobody read, and a site designed to answer in one page will always look 'shallow'. It is comparable only against a page or site's own intent.
- Conversion rate: definition and denominators
Conversion rate is the share of some base that converted. The trap is the denominator: conversions per session, per user, and per unique visitor give different numbers and mean different things. Without stating the base, a conversion rate is ambiguous — and comparing rates with different bases is meaningless.
- Event Explorer
Trace where sessions end across a flow.
Sources and verification notes
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.