How to Make a YouTube Timestamp Link (and Add Chapters)
A YouTube timestamp link starts the video at an exact second. Here is the URL format, the chapter rules, and how to build both without counting seconds by hand.

?t= and a number of seconds on the end — youtube.com/watch?v=ID&t=252 opens the video at 4:12. Put a list of those times in your description instead, and YouTube turns them into chapters. Both take about a minute and both are underused.The YouTube timestamp link format
| Where | Format | Example |
|---|---|---|
| Watch URL | &t= seconds | youtube.com/watch?v=ID&t=252 |
| Short URL | ?t= seconds | youtu.be/ID?t=252 |
| With units | 1h2m30s | youtu.be/ID?t=1h2m30s |
| Embed | ?start= seconds | youtube.com/embed/ID?start=252 |
watch?v= URL the parameter is joined with & because ?v= came first; on a youtu.be short link it is ? because it is the first parameter. And the embed player uses start=, not t= — a timestamp link pasted into an iframe silently starts at zero.4:12, and the builder emits every form of the link, including the embed version. It converts to seconds for you, which is where most hand-written timestamps go wrong.Chapters: the same times, doing more work
- The list starts with
00:00. - There are at least three timestamps.
- They are in ascending order.
- Each chapter runs at least ten seconds.
00:00 What this covers
01:12 The setup
04:12 Where it usually goes wrong
09:40 The fixWhy chapters matter more than they look
Timestamp links in comments and elsewhere
4:12 in a comment on the video turns it into a clickable link automatically — useful for answering a question by pointing at the moment that answers it. Outside YouTube, in a blog post or a message, you need the full URL form above, because nothing else knows what 4:12 refers to.Where this fits
How do I link to a specific time in a YouTube video?
?t= (or &t= on a watch URL) followed by the number of seconds. 4:12 is 252 seconds, so youtu.be/ID?t=252.Why are my YouTube chapters not showing?
Do timestamps work in the embedded player?
start= rather than t=. A t= value on an embed URL is ignored.Do chapters help a video get found?
Put it to work
Tools for the job you just read about
Free to run, most of them without an account.
YouTube Timestamp Link Builder
Deep links to exact moments, plus a chapter block that actually works.
YouTube Embed Code Generator
Embed code with the parameters that still work, and none that quietly do not.
Google SERP Snippet Preview
See your title and description as a Google result — on a desktop and a phone.
Social Media URL Cleaner
Strip the tracking off a link — and see what each parameter was telling somebody.
Instagram Money Calculator
What to charge for a post — priced the way a brand actually prices it.
Username Availability Checker
One handle, checked against every network’s rules at once.
Keep reading
More from the blog

How to Find a YouTube Channel ID
A YouTube channel ID is the UC... string behind a handle. Here are four ways to find one, including for channels that only show an @handle.

How to See the Tags on Any YouTube Video
YouTube video tags are hidden in the page source, not the interface. Here are three ways to read them, and what they are actually worth.

How to Cite a YouTube Video (APA, MLA, Chicago)
How to cite a YouTube video in APA, MLA, Chicago and Harvard: which fields you need, where to find them, and how to handle a channel with no real name.