Chykalophia Docs
Analytics & Tracking

Users vs sessions vs views

A clear, jargon-free explanation of three easily confused analytics numbers — users, sessions, and views — and what each one tells you about your website.

Difficulty
Beginner

If you have ever looked at your analytics and thought "what is the difference between all these numbers?", you are not alone. Users, sessions, and views are three of the most commonly confused metrics in Google Analytics. This guide explains all three clearly.

Quick summary

Users = how many people visited (GA4 shows active users here). Sessions = how many times they visited. Views = how many pages they looked at. One user can have many sessions. One session can include many views.

A simple analogy

Think of a coffee shop.

  • Users are the number of customers who walked in (counted once per person, even if they come back later).
  • Sessions are the number of times customers visited — including repeat visits on different days.
  • Views (or pageviews) are the number of coffees ordered — one customer might order several in one visit.

This is how analytics works too.

Users in GA4

A user in GA4 represents a unique person (or more accurately, a unique browser on a unique device). GA4 uses a cookie — a small file stored in the browser — to recognise someone who has visited before.

One thing to know: the number labelled Users in most Google Analytics reports is active users — people who had an engaged session, or whose first visit or engagement time Analytics recorded. There is a separate Total users metric covering everyone. Universal Analytics used to show Total users under the same "Users" label, which is one reason old and new figures do not line up.

By default, if the same person visits your site on Monday from their laptop and on Thursday from their phone, GA4 counts them as two users (because it sees two different devices).

What to use users for: Measuring the size of your audience. "How many different people are visiting my site?"

Sessions in GA4

A session is a single continuous visit. It starts when someone arrives on your site, and it ends once there has been more than 30 minutes of inactivity. Thirty minutes is only the default; it can be changed in your data stream's tag settings. Unlike Universal Analytics, GA4 does not start a new session at midnight or when a visitor picks up new campaign parameters.

One user can have multiple sessions. For example:

  • Monday morning visit = 1 session
  • Tuesday afternoon visit = 1 session
  • Total = 2 sessions from 1 user

What to use sessions for: Understanding how frequently people visit. A high number of sessions vs users means people are coming back repeatedly — which is a great sign.

Views in GA4

A view (called a "pageview" in older analytics systems) is recorded every time a page on your website is loaded — and also when the page changes without a full reload, on sites built that way. Repeat views of the same page all count. There is no "unique pageviews" metric in Google Analytics 4; that one did not survive the move from Universal Analytics.

In one session, a visitor might:

  1. Land on your homepage (1 view)
  2. Click to your Services page (2 views)
  3. Click to your Contact page (3 views)

That is one session with three views.

What to use views for: Understanding which specific pages are popular. Check the Pages and screens report to see which content gets the most attention.

How they relate to each other

MetricTypical relationship
UsersUsually the smallest number
SessionsUsually larger than users (people visit more than once)
ViewsUsually the largest number (people view multiple pages per visit)

As an illustration, a site's month might look like this:

  • 500 users
  • 700 sessions (people average 1.4 visits each)
  • 2,100 views (people view about 3 pages per session)

Easy to miss

GA4 introduced a concept called "engaged sessions." Google counts a session as engaged if it lasts longer than about 10 seconds, includes a key event, or includes 2 or more page or screen views. (Google's own articles word the time threshold both ways — "longer than 10 seconds" in one place, "10 seconds or longer" in another — so treat roughly ten seconds as the line.) That number can never be higher than total sessions. Both are useful — engaged sessions tell you about quality, total sessions tell you about volume.

Which number should I report on?

For a simple monthly check-in, look at:

  • Users — is my audience growing?
  • Sessions — are people returning?
  • Pages and screens (views by page) — which content is popular?

Read more about making sense of these in Understanding your monthly report.

Common questions

Why do my users always look lower than I expect?

Analytics cannot count 100% of visitors. Ad blockers, privacy browsers, and cookie refusals mean some visits go untracked. Think of your analytics data as a reliable sample, not a perfect census.

Can GA4 tell me if the same person visits on different devices?

Sometimes. If your site signs people in and passes Analytics a User-ID for them, GA4 joins their activity across devices. Google signals can also join it up for visitors who are signed in to a Google account with Ads personalisation turned on. Neither covers everybody, so in practice GA4 will often still count the same person on two devices as two users.

What is 'events' in GA4 — is that different from views?

Yes. In GA4, everything is tracked as an "event." A page view is technically a type of event called "page_view." Clicks, form submissions, and video plays are also events. Views (page views) are the most common events on most websites.

Need a hand?

If you're stuck, email support@chykalophia.com and we'll help. Include your website address and a screenshot if you can.

Learn more

Last updated

On this page