Tested tool guide
Tested browser tools
Checked August 16, 2026
What Bounce Rate Analyzer does, with a checked example
Every single-page visit counts as a bounce, so no page has a bounce rate of zero, and no number is good or bad in the abstract. Paste or enter your session data and this tool computes each page's bounce rate, cuts the same data by page type, traffic source, and device, compares every cut against industry averages, and flags the pages where visitors leave fastest. The thing most people get wrong: quoting one global number as a target. A 60 percent bounce on an article can be acceptable while 30 percent on a checkout page is a serious leak, so judge pages against their own benchmark, not the site average.
Worked example
A concrete input and expected output from the current implementation.
Input
Page,Page type,Sessions,Bounced sessions
/blog/post-a,Article,480,300
/product/b,Product,900,270
/landing/c,Landing,600,240
->
Expected output
Page rates: /blog/post-a 62.5%, /product/b 30.0%, /landing/c 40.0%. Site-wide rate: 40.9% (810 of 1,980 sessions). Highest bounce: /blog/post-a, flagged above the Article benchmark. Lowest: /product/b.
Each page rate is bounced sessions divided by sessions, and the site-wide rate is total bounces over total sessions (810 / 1,980 = 40.9%), not the mean of the three page rates, which would be 44.2%. The 900-session product page weights the overall number down.