<- Back to blog
Glossary8 min readUpdated May 1, 2026

What Is Bounce Rate? Definition, Benchmarks, and How to Improve It

Bounce rate explained: the formula, industry benchmarks (41–55% across most categories), why GA4 redefined it, and the practical levers that move it down.

what is bounce ratebounce rate definitionbounce rate formulagood bounce ratebounce rate benchmarkshow to reduce bounce rate

TL;DR

  • 1.Bounce rate is the percentage of sessions where a visitor lands on your site and leaves without a second interaction.
  • 2.The classic formula: single-page sessions divided by total sessions, multiplied by 100.
  • 3.Across most industries the average bounce rate sits between 41% and 55% — content sites are higher, ecommerce is lower.
  • 4.GA4 quietly redefined bounce rate as the inverse of "engaged sessions" (10+ seconds, 2+ pageviews, or a conversion event), which is why your number changed in 2023.
  • 5.A high bounce rate is not automatically bad — a glossary page that answers the question and lets the visitor leave is doing its job.
  • 6.Slow load times, intrusive popups, and mismatched search intent are the three biggest bounce-rate killers.

The definition

Bounce rate is the percentage of website sessions where a visitor lands on a page and then leaves without triggering a second interaction. In the original Universal Analytics definition, "second interaction" meant a second pageview — open the homepage, close the tab, that is a bounce.

The metric was introduced in the early 2000s as a quick proxy for engagement. The intuition is simple: if everyone who lands on your page leaves immediately, something is wrong with the page, the traffic source, or the match between them.

It is one of the most-cited and most-misunderstood metrics in web analytics, partly because the definition has changed and partly because the right interpretation depends entirely on the page and the intent behind the visit.

The formula

The classic bounce rate formula is straightforward:

Bounce rate = (single-page sessions / total sessions) × 100

Example:
  Sessions:           10,000
  Single-page sessions: 4,200
  Bounce rate:         42%

How GA4 changed the definition in 2023

When Google Analytics 4 replaced Universal Analytics in July 2023, bounce rate stopped being a primary metric and was redefined. In GA4, a session is "engaged" if it lasts longer than 10 seconds, includes at least two pageviews, or fires a conversion event. Bounce rate is now the inverse: the share of sessions that fail all three of those tests.

This is why your bounce rate number probably dropped sharply when you migrated to GA4 — a visitor who reads a single article for 30 seconds is no longer a "bounce" under the new definition, even though they only viewed one page.

Most other analytics tools (Plausible, Sleek, Fathom, Matomo) still use the original definition: single-page session = bounce. When you compare bounce rate across tools, make sure you are comparing apples to apples.

info:If your GA4 bounce rate suddenly looks great compared to last year, check whether you actually improved engagement or whether the metric simply changed underneath you. Most teams find it is the latter.

Why bounce rate matters (and when it does not)

Bounce rate matters most as a directional signal. A page that bounces at 90% when it used to bounce at 50% is telling you something — usually that the page is broken, slow, or the traffic source has changed.

It matters less as an absolute number. A blog post that answers a specific question in 200 words and lets the visitor leave satisfied can have a 90% bounce rate and still be doing exactly what it was designed to do. The visitor got what they came for.

Where bounce rate genuinely matters: landing pages built to drive a next action, ecommerce category pages, signup pages, and any page where a single-page session means the visitor failed to do the thing you wanted them to do.

  • High bounce, low engagement = problem (the page is broken or mismatched to intent)
  • High bounce, high time-on-page = often fine (the page answered the question)
  • Low bounce, high engagement = ideal
  • Low bounce, low engagement = pageview hoarding (visitors clicking through nav out of confusion)

Industry benchmarks

Bounce rate varies dramatically by industry, page type, and traffic source. The following ranges are based on aggregated data from Contentsquare, SimilarWeb, and HubSpot benchmark reports through 2024–2025:

  • Content / blog sites: 65–90% (high by design — readers come for one article)
  • Landing pages: 60–90% (single-purpose pages have nowhere else to click)
  • B2B SaaS marketing sites: 40–55% (homepage + features + pricing nav)
  • Ecommerce category pages: 20–45% (visitors browse multiple products)
  • Ecommerce product pages: 30–55% (varies with traffic source)
  • News and media: 55–75% (article-by-article consumption)
  • Lead-gen B2B: 35–55% (research mode = multiple pageviews)
  • The cross-industry average across most reports lands between 41% and 55%.
tip:Compare your bounce rate against your own historical baseline first, then against industry benchmarks. A 70% bounce rate on a blog post is fine; a 70% bounce rate on a pricing page is a fire alarm.

What causes a high bounce rate

The factors that push bounce rate up are well-documented across hundreds of A/B test studies. The big ones, ranked by how often they show up in audits:

  • Slow load time — every additional second from 1s to 5s roughly doubles bounce rate (Portent, 2022).
  • Intrusive popups before the visitor has read anything — interstitials are the #1 killer of mobile bounce rate.
  • Mismatched search intent — the page does not answer what the visitor searched for.
  • Poor mobile layout — squeezed text, off-screen buttons, layout shift during load.
  • No clear next action — the page ends and the visitor has nowhere obvious to go.
  • Auto-playing video or audio — universally penalized in engagement metrics.
  • Aggressive ads above the fold — pushes content down, frustrates the visitor.
  • Broken or unexpected redirects — landing somewhere different from what was clicked.

How to reduce bounce rate

There is no single "fix bounce rate" lever. The teams that reduce bounce rate sustainably do it by treating it as a downstream symptom and fixing the upstream causes. The high-leverage interventions:

  1. Measure your Core Web Vitals (LCP, CLS, INP) and fix anything red. A 2.5s LCP target is the floor, not the ceiling.
  2. Audit your top 10 landing pages by traffic and ask: does the headline match what was searched for? If not, rewrite the headline.
  3. Remove or delay any popup that fires before 30 seconds or before the visitor scrolls 50% of the page.
  4. Add clear internal links to related content — bounce rate falls when there is a relevant next step.
  5. Test mobile layout on a slow 3G simulator. If the page is unusable for 8 seconds, your mobile bounce rate is partly that.
  6. Match your ad copy to your landing page copy. If the ad promises "free pricing calculator" and the page leads with a contact form, you will bounce.

How to track bounce rate accurately

Most modern analytics tools track bounce rate automatically. The catch is that the definitions vary and the numbers are not directly comparable.

In Google Analytics 4, you find bounce rate in Reports → Engagement → Pages and screens. It is not on the default dashboard — you have to enable the column. The number you see uses GA4's "engaged session" definition.

In Plausible, Fathom, Simple Analytics, and Sleek Analytics, bounce rate uses the classic definition (single-page session = bounce) and is shown on the default dashboard alongside visitors and pageviews. If you want to compare your bounce rate against external industry benchmarks, the classic definition is what most benchmark reports use.

For teams who want bounce rate as a daily glance metric without GA4's definition shifting on them, a privacy-friendly tool like Sleek shows it on the main page next to your top pages and traffic sources — no configuration required.

Common mistakes

  • Treating bounce rate as universally bad — a successful glossary or news article often has a high bounce rate by design.
  • Comparing GA4 bounce rate against pre-2023 numbers without adjusting for the definition change.
  • Optimizing bounce rate by adding fake "click here" links that inflate the second-pageview rate without delivering value.
  • Ignoring traffic-source segmentation — paid traffic and organic traffic have very different bounce profiles, and an aggregate number hides both.
  • Assuming bounce rate equals exit rate. They are different metrics: exit rate measures the share of sessions that ended on a given page; bounce rate measures the share that started AND ended on it.
  • Over-rotating on bounce rate while ignoring revenue. A page with a 70% bounce rate that converts 5% of the remaining 30% is more valuable than a page with a 30% bounce rate that converts 0.5%.

The takeaway

Bounce rate is one of the oldest metrics in web analytics and still one of the most useful — when you read it correctly. Use it as a directional signal alongside time on page, scroll depth, and conversion rate, not as a standalone scorecard.

For most teams in 2026, a bounce rate between 40% and 60% on your top marketing pages is healthy. Higher than 70% on a page designed to convert is a problem worth investigating. Lower than 25% on a single-purpose landing page usually means something is being measured wrong.

Frequently asked questions

What is a good bounce rate?

A good bounce rate depends entirely on the page type. For B2B SaaS marketing sites, 40–55% is healthy. For ecommerce category pages, aim for 20–45%. For blog posts and content sites, 65–90% is normal and not a problem. The cross-industry average sits between 41% and 55%.

Is a high bounce rate always bad?

No. A blog post or glossary page that answers a specific question in one visit can have a 90% bounce rate and still be doing exactly what it was built to do. Bounce rate matters most on pages designed to drive a next action — landing pages, signup pages, pricing pages — where a single-page session signals failure.

Why did my bounce rate change when I switched to GA4?

GA4 redefined bounce rate. Universal Analytics counted any single-page session as a bounce; GA4 only counts sessions that fail all three engagement criteria (less than 10 seconds, no second pageview, no conversion event). This is why most sites saw their bounce rate drop dramatically after migrating in 2023.

What is the formula for bounce rate?

Bounce rate = (single-page sessions / total sessions) × 100. If 4,200 of your 10,000 sessions ended without a second pageview, your bounce rate is 42%. GA4 uses a modified formula based on engaged sessions; most other analytics tools use the classic formula.

How do I reduce bounce rate?

The highest-leverage fixes are: improve page load speed (target sub-2.5s LCP), match the page headline to the visitor's search intent, remove intrusive popups, fix mobile layout issues, and add clear internal links to relevant next steps. These five address roughly 80% of bounce-rate problems we see in audits.

Is bounce rate the same as exit rate?

No. Exit rate is the percentage of sessions that ended on a given page (regardless of where they started). Bounce rate is the percentage of sessions that started AND ended on a given page. A page can have a high exit rate and a low bounce rate — many users finished their journey there but did not start there.

Where do I find bounce rate in my analytics tool?

In GA4, go to Reports → Engagement → Pages and screens, then enable the bounce rate column (it is hidden by default). In Plausible, Fathom, Simple Analytics, and Sleek Analytics, bounce rate is shown on the main dashboard next to visitors and pageviews — no configuration required.

Track your own growth loop

Sleek Analytics gives you visitors, sources, pages, devices, and real-time behavior with one lightweight script. No cookies, no GDPR banners.

Related reading