How to resume a YouTube video where you left off
Copy the video URL at the current time before you close the tab. Here is that method, why YouTube's own resume is unreliable, and what to do instead.
By Muhammad Saad AliPublished Updated
The reliable way is to save the timestamp yourself before you leave: right-click anywhere on the video player, choose "Copy video URL at current time," and the link on your clipboard now points at that exact second. Bookmark it, paste it into your notes, or send it to yourself. Opening it starts the video where you stopped instead of at zero.
YouTube does have its own resume, and when it works it is effortless — a red progress bar on the thumbnail, and playback picking up mid-video. But it depends on being signed in with watch history turned on, it behaves differently across the website, the mobile app and a TV, and it is not something to rely on for a four-hour lecture you are working through over a week. The manual timestamp is the version that always works, and everything below is about making it less tedious.
How does a YouTube timestamp link work?
A YouTube timestamp link is an ordinary video URL with a t= parameter holding the number of seconds from the start, and opening it begins playback at that point. The player's right-click menu gives you two similar options, and it is worth knowing which is which:
- "Copy video URL" — the plain link. Starts at the beginning.
- "Copy video URL at current time" — the same link with a time parameter appended.
The second produces something ending in t=754 or similar. That number is seconds from the start. Which means you can also write one by hand when you already know the moment you want:
https://www.youtube.com/watch?v=VIDEO_ID&t=754
https://youtu.be/VIDEO_ID?t=754
Note the difference — &t= on a full watch?v= URL because a parameter is already present, ?t= on a short youtu.be link because it is the first one. Getting that wrong is the usual reason a hand-written timestamp link is ignored.
A few things worth knowing:
- The suffix
sis optional.t=754andt=754sboth work. Longer forms liket=12m34swork too. - It works in a link you share with someone else. The video opens at your timestamp for them as well.
- It does not work while the video is playing in a private or incognito window if you then close the window — nothing is stored anywhere, so the link is all you have. That is an argument for copying it rather than against.
How do you pause at exactly the right moment?
The timestamp records wherever the playhead is, so the more accurate the pause, the less hunting you do later. The player keyboard shortcuts make that quick, and they work whenever the player has focus:
- K, or the spacebar, plays and pauses.
- J and L jump back and forward ten seconds.
- The left and right arrows move five seconds.
- The comma and period keys step one frame at a time while paused.
The habit that pays off: press K to pause, tap J once to give yourself ten seconds of run-up, then copy the URL. Returning to a point slightly before you stopped is far more useful than landing exactly on it, because you get the sentence that led into it.
Why does YouTube not always resume where you left off?
YouTube's resume depends on being signed in with watch history enabled, and it behaves differently on the website, the mobile app and a TV. Understanding those conditions explains most of the times it fails.
It needs an account and it needs history. Resume is built on watch history. If you are signed out, browsing in incognito, or you have paused watch history in your Google account settings, there is nothing recording your position. Anyone who turned history off for privacy reasons has turned this off too, and the two are genuinely linked — the feature is the history.
Behaviour differs by surface. The mobile app is the most consistent about offering to resume. The desktop website is less so. A TV or console app is its own case again. The same account and the same video can behave differently depending on where you open it.
It is a rolling record, not a bookmark. Watch history holds a lot, but it is a chronological list, not a shelf you curate. A video you watched half of three months ago is buried under everything since. Finding it again means searching your history, which works, but is nothing like opening a bookmark.
Watch Later does not save your place. This is the one that catches people out. Adding a video to Watch Later or to a playlist saves the video, not your position in it. The list restores the address; the timestamp is a separate thing entirely.
So: use YouTube's resume when it happens to work, and do not build a habit on it.
How do you find your place if you did not save a timestamp?
If the tab is already closed and no timestamp was saved, in rough order of speed:
- Ctrl + Shift + T. If it was recent, reopening the closed tab restores the page, and often the player position along with it.
- Your watch history at
youtube.com/feed/history. Find the video and check the red progress bar on its thumbnail — it shows roughly how far you got, which narrows the search considerably. - The chapter list. Many longer videos have chapters in the description or as segments on the scrubber. If you remember the topic, jumping to the chapter beats dragging the scrubber.
- The transcript. Under the video, "Show transcript" gives you the full text with timestamps, and clicking a line jumps there. If you can remember roughly what was being said, this is the fastest method of all, and it is badly underused.
That last one is worth a try even when you are not lost. A transcript turns a two-hour video into something you can skim.
How do you track your place across a long course or series?
Keep a plain-text note with one line per video — title, timestamp link, and a sentence about where you stopped. A course is a different problem from a single video: not one video but twelve, watched over three weeks.
The approaches that hold up:
Keep a plain-text note. One line per video — title, link with a timestamp, and a sentence about where you stopped. Unglamorous, totally portable, works on any device, and the sentence is often more useful than the timestamp.
Use a playlist for the order, plus timestamps for position. The playlist keeps the sequence straight; the notes keep your place. The two jobs really are separate.
Let the creator's own structure help. A series with numbered episodes or a course with a syllabus already tells you where you are. Note the episode number and stop worrying about the second.
Is it worth automating this?
Every one of these methods is a manual step, and that is their shared weakness. You have to decide to save your place before you close the tab, and the moments you actually close tabs are rarely deliberate — you are clearing space, the machine is slowing down, or you are shutting the laptop.
This is what pushed me to build TabVault. Saving a YouTube tab stores the exact timestamp along with it, so reopening it resumes at the point you stopped without you having copied anything, and it does the same for scroll position on an ordinary page. Saved tabs sit in categories you name, so a set of course videos can reopen in one click. It is free, needs no account, and keeps everything in your own browser — there is no server holding a record of what you watch.
To be fair about it: if you only do this for one video a week, the right-click method is free and takes two seconds, and an extension is not worth installing for that. The automatic version earns its place when it is happening constantly, across many tabs, and when the thing you keep losing is not one video but your whole working set.
What is the quickest way to resume a YouTube video?
- Before closing: right-click the player, Copy video URL at current time.
- Pause with
K, back up ten seconds withJ, then copy. - Already closed it:
Ctrl + Shift + T, then watch history, then the transcript. - Do not rely on Watch Later or a playlist — they save the video, not your place.
- YouTube's own resume needs sign-in and watch history, and varies by device.
The same principle applies to ordinary web pages, where the mechanism is scroll position rather than a timestamp — I have covered how to close a tab without losing your scroll position separately. And if the reason you never close video tabs is that your browser is straining under them, that is a related problem with its own fixes.