What is Session Duration?
Session Duration is the average length of time visitors spend on a website during a single session, measured from their first interaction to their last recorded action before the session ends. It's a broad engagement signal, capturing total time spent across however many pages a visitor viewed.
TL;DR
Session Duration is the average time visitors spend on a site per visit, measured between recorded actions. It's a useful engagement signal, but it has a well-known blind spot for single-page reading sessions.
Formula
Session Duration = Total Time Across All Sessions / Number of Sessions
Why It Matters
Session duration gives a broad read on whether visitors are sticking around and engaging with a site, or leaving almost immediately, which makes it a common starting point for judging overall site engagement. But it carries a specific measurement limitation worth understanding before acting on it, since it's typically calculated from time between recorded actions, a visitor who reads one long article without clicking anything else and then closes the tab can register as a very short or even zero-duration session, understating real engagement. That limitation means session duration is best read alongside metrics like pages per session and bounce rate rather than trusted on its own, since a low average duration could reflect genuinely disengaged visitors or simply reflect a lot of single-page, deep-reading sessions the metric can't fully capture. Tracked over time, it's still useful for spotting broad shifts in engagement following a site redesign, content change, or traffic source shift. Teams optimizing for content engagement specifically often pair it with scroll depth to get a fuller picture that session duration alone misses.
Example
A site logs a combined 45,000 minutes of session time across 15,000 sessions in a week. Average session duration is 45,000 divided by 15,000, which equals 3 minutes per session. Because session duration typically only counts time between recorded actions, a visitor who reads a single long article for ten minutes without clicking anything else, then closes the tab, can register as a very short or even zero-duration session, which is a known limitation of the metric worth keeping in mind when interpreting it.
Frequently Asked Questions