Does Google Analytics Have Session Replay? (Short Answer No)

Eduard CristeaFounder, Eyepup5 min read

No. Google Analytics 4 does not have session replay and Google has no announced plans to add it. GA4 is an aggregate event analytics tool — it counts events, builds funnels, and produces dashboards. It does not record what individual visitors did on your site. To get session replay you need a separate tool installed alongside GA4.

Key takeaways

  • GA4 is an aggregate event analytics tool, not a session-recording tool. It tells you how many visitors clicked the pricing button, not what one specific visitor was looking at when they didn't.
  • This was also true of Universal Analytics (the GA version that retired in July 2024). Session replay has never been a Google Analytics feature.
  • The closest GA feature is path exploration in the Explore section, which shows aggregate user paths but no individual visitor recordings.
  • To add session replay alongside GA4, the most common pairings are: Microsoft Clarity (free), Hotjar, FullStory, PostHog, or Eyepup for AI-summarized sessions.

What GA4 actually does

Google Analytics 4 collects events. An event is a structured record like:

event_name: "page_view"
page_location: "https://yoursite.com/pricing"
user_pseudo_id: "abc123"
timestamp: 1714652400

It collects millions of these per day and aggregates them into reports — sessions, users, conversions, funnels, retention cohorts, attribution paths. It is excellent at the question "how many visitors did X." It is fundamentally not equipped to answer "what did this specific visitor see when they did X."

The data model is the reason. GA4 stores aggregate counts and event-level rows, but it does not store DOM snapshots, mouse movements, scroll positions, or the visual state of the page. Without those, you cannot replay a session — you can only count it.

Why session replay isn't on Google's roadmap

Three plausible reasons, all unconfirmed but consistent with Google's product strategy:

  1. Privacy posture. Session replay is a regulatory minefield (GDPR, CCPA, BIPA in Illinois). Google is already a privacy lightning rod and adding session replay to its default analytics tool would invite scrutiny it doesn't want.
  2. It's not Google's category. Session replay is owned by specialist vendors — Hotjar, FullStory, LogRocket, PostHog, Microsoft Clarity (which Microsoft does ship). Google entering would be a hostile move into Microsoft's territory and the category isn't large enough to justify it.
  3. GA4 is already overloaded. The migration from Universal Analytics to GA4 was rough on customers. Adding another major feature surface would deepen the support burden.

For all three reasons, the practical assumption is: GA4 will not have session replay in 2026 or 2027. Plan accordingly.

What to install alongside GA4 if you want session replay

Most teams run two analytics tools — GA4 for aggregate dashboards (and Google Ads conversion attribution), plus a session-replay tool for per-visitor visibility. The options:

| Tool | Cost | Best for | |---|---|---| | Microsoft Clarity | Free | Cheapest path; works alongside GA4 with no friction | | Hotjar | $0 → $80/mo+ | Most familiar, most documented | | FullStory | Enterprise (call sales) | Compliance-heavy environments | | PostHog | Free up to 5K replays | Teams that also want product analytics | | LogRocket | $0 → $69/mo+ | Engineering teams debugging UI | | Eyepup | Free in setup → simple usage | Teams that want AI to watch every session and write a verdict instead of giving them a queue of videos |

Install both. They don't conflict — GA4 captures aggregate events, session replay captures the event stream of individual sessions. They answer different questions.

What if I just want to know "why did this user not convert"?

That's the question session replay was invented to answer. GA4 cannot answer it because it doesn't have the data.

The 2026 evolution of that workflow is agentic web analytics — the AI agent watches each session and writes a verdict like "blocked by price uncertainty: hovered the annual/monthly toggle 3× without clicking, suggested fix: surface the annualized price next to the monthly price by default." You still get the underlying recording, you just don't have to watch it first.

If you only have time to install one of the two — GA4 or session replay — and your job is to improve conversion rather than report on it, install session replay first. GA4 dashboards are easier to add later than per-visitor visibility is.

Frequently asked questions

Does GA4 have any kind of replay feature?

No replay. The closest GA4 feature is the Path Exploration report under Explore, which shows aggregate flows between events — useful for understanding common paths, useless for understanding what one specific visitor saw.

Did Universal Analytics (the old GA) have session replay?

No. Session replay was never a Google Analytics feature in any version, including Universal Analytics, GA4, or the unreleased GA Premium.

Does Google have any session-replay product?

No, not as a standalone product. Google does have Firebase Crashlytics for mobile apps which captures stack traces and limited user actions before crashes, but that's a debugging tool, not a session-replay tool.

Why does Microsoft have Clarity (free session replay) but Google doesn't have one?

Different strategic positions. Microsoft Clarity feeds into Microsoft's broader Bing/Copilot ad platform and is free as a customer-acquisition play. Google already dominates web analytics through GA4 and ads through Google Ads — adding free session replay would fragment its product story without adding leverage.

Can I export GA4 data and build my own session replay?

No. The data GA4 collects is the wrong shape — it's event-level, not DOM-level. You'd need to capture DOM mutations from a separate library like rrweb anyway.

What's the simplest free combo?

GA4 + Microsoft Clarity. Both are free, both have wide tutorial coverage, and they don't conflict. You'll have aggregate dashboards (GA4) and individual session recordings + heatmaps (Clarity). It's a perfectly defensible stack for a startup or a small business.

What's the AI-native combo for 2026?

GA4 (or GA4 alternative) for aggregate dashboards + Eyepup for agentic web analytics. The first answers "how many," the second answers "why" — and the second is queryable from the CLI by Claude Code or Cursor, which matters more every quarter.

Related reads