WoYT
⏱️

How to see your total YouTube watch time (3 ways that actually work)

YouTube doesn't show your lifetime watch time anywhere in the app. Here are the only three ways to get the real number — and which one is most accurate.

May 29, 20266 min read

How to see your total YouTube watch time

YouTube famously doesn't expose your lifetime watch time anywhere in the app or on the website. You can see today's watch time in the app's "Time watched" screen, but the all-time number? Hidden.

There are exactly three ways to recover it. None are great; one is much better than the others.

Method 1: YouTube's "Time watched" screen (mobile only)

In the YouTube app, tap your profile picture → Time watched. You'll see:

  • Today
  • Yesterday
  • This week
  • Daily average over the last 7 days

That's it. No history beyond a week, no total. Useful as a check on your daily habit, useless if you want the lifetime figure.

Verdict: gives you the recent picture only. Skip if you want the lifetime number.

Method 2: scroll your "Watch history" page

Open youtube.com/feed/history on desktop. This is the complete list of every video you've watched, sorted by date.

You can scroll back manually and count. With a few thousand entries per year, this is comically unworkable — but technically the data is there.

Verdict: complete but unusable. The page lazy-loads, your scrollbar barely moves after 30 seconds of scrolling, and even if you do reach the bottom, you've got a list of titles — not minutes.

Method 3: Google Takeout + a parser (the real answer)

Google Takeout exports your full YouTube history as a structured file (JSON or HTML). You then run a parser to:

  1. Count every watched video
  2. Look up each video's real duration from YouTube's API
  3. Sum it all up

This is what WoYT does, automated. Drop the takeout file into the uploader → get total hours, daily chart, channel count in ~10 seconds.

The takeout takes Google 5–15 minutes to email you. We have a step-by-step guide that walks through the export options (the trick: deselect everything except YouTube → history → JSON, otherwise Google ships you 4 GB of unrelated data).

Verdict: the only way to get the real lifetime number, and the only one that produces a chart and a per-day breakdown.

Why duration matters more than count

A common shortcut people try is "I'll just count my watch history entries and multiply by 6 minutes." This is what WoYT falls back to when video durations aren't resolvable, and the per-user error is surprisingly small (~1 % in our own testing).

But the variance is huge. If you watch mostly Shorts, the true number is way lower. If you watch a lot of podcasts or long-form, way higher. Only resolving real durations gets you an accurate total.

What you can do next

  1. Download your YouTube takeout — 10 minutes start to finish.
  2. Drop the JSON file into WoYT's uploader — total hours in 10 seconds.
  3. Optional: read our analysis of typical watch times to see how yours compares.

Keep reading

We use anonymized Google Analytics to understand which pages are useful. Nothing personal, no tracking across other sites. See our privacy policy.