← All guides
📰
Tracking methods

What Counts as a Rewatch? How Tracking Apps Handle Watching Something Twice

Updated Sep 17, 2026
You finish a show, and six months later you start it again from episode one. Does your tracker log that as a second watch, silently ignore it, or quietly overwrite the first one? The answer varies a lot between apps, and it matters more than it sounds — it's the difference between a watch history that tells the truth and one that just shows the most recent pass.

The two wrong ways to handle it

  • Overwriting the original watch. Some trackers key a title's status on one field: watched or not. Rewatching S01E01 doesn't add anything — it just re-confirms what was already true, and there's no record that you've now seen it twice. Ask "how many times have I watched this?" and the honest answer is unrecoverable.
  • Counting every rewatch as a duplicate flood. The opposite failure: a tracker that logs a new entry every single time an episode plays, including accidental double-taps, autoplay-into-a-rewatch, or a scrubber that re-triggers a "watched" event. Now your history is full of noise and your stats are inflated.

What a correct rewatch model actually needs

A watch history that means something needs to answer two different questions without confusing them:
  • 1.
    "Have I ever watched this?" — a yes/no fact that doesn't change once true.
  • 2.
    "How many times, and when?" — a real count, with real dates, that grows every time you actually watch it again.
The way to get both right is to treat each watch as its own event, not a status flag — but with enough judgment to not double-count the same sitting. In practice that means: two "watched" taps on the same episode within the same minute are the same event (a duplicate tap, not two viewings), but the same episode watched again four days, four weeks, or four years later is a real, separate rewatch that should show up in your history as its own entry.

Why this affects more than your personal stats

Get this wrong and it breaks things you'd notice elsewhere:
  • "Continue watching" gets confused about where you are. If a rewatch silently overwrites your progress, an app can lose track of the fact that you'd also gotten further in the current season before you decided to start over from the pilot.
  • "You watched this X times" becomes a real, checkable number instead of a guess — useful for anyone who tracks yearly rewatches of the same comfort show every winter.
  • Recommendations stop assuming "watched once" means "never think about this again." A title you've watched four times is a much stronger taste signal than one you watched once and forgot.
CouchReel logs every watch as its own dated entry — rewatch included — specifically so "when did I first watch this" and "when did I last watch this" can both be true and both be visible, instead of one silently replacing the other.
SOURCES
• docs/data-contracts.md §3 (plays dedup rule, internal)
Read the other guides