โฑ๏ธ YouTube Timestamp Link Generator
By Shihab Mia ยท Updated 2026-06-27
Paste a YouTube URL, set the start time, and press Generate. Everything runs in your browser.
This YouTube timestamp link generator turns any video URL plus a start time into a shareable link that begins playing at the exact moment you choose. Enter the hours, minutes and seconds, and the tool extracts the video ID and gives you two ready links: a short youtu.be link and a full youtube.com/watch link, each with the start time built in. Everything runs in your browser, so nothing is uploaded and you can copy either link with one click.
What is the YouTube Timestamp Link Generator?
A YouTube timestamp link is an ordinary video link with one extra piece of information attached: a start time. When a viewer opens it, YouTube reads that time and jumps the playhead straight to the right second instead of starting from zero. This is the cleanest way to point someone at a specific moment, a quote, a chord change, a recipe step, or the answer to a question, without making them scrub through the whole video. The YouTube timestamp link generator on this page builds those links for you so you do not have to remember the URL syntax by hand.
Under the hood the time is carried by a single query parameter named t, measured in whole seconds from the start of the video. A link that should begin ninety seconds in carries t=90. YouTube also accepts a compact written form such as 1m30s or 1h2m3s, but the plain seconds form is the most reliable across the website, the mobile apps and embeds, which is why this generator converts your hours, minutes and seconds into one total seconds value. The math is simple: total seconds equals hours times 3600, plus minutes times 60, plus seconds.
There are two link shapes that both work. The short shape is https://youtu.be/VIDEOID?t=90, which uses a question mark because t is the first parameter on that path. The long shape is https://www.youtube.com/watch?v=VIDEOID&t=90s, where v already occupies the first parameter slot, so the start time is joined with an ampersand and YouTube is happy with or without the trailing s. This YouTube timestamp link generator produces both forms at once so you can pick whichever suits where you are pasting it.
The other job the tool does for you is pulling the eleven-character video ID out of whatever URL you paste. YouTube links come in many shapes: the standard watch page, the youtu.be share link, Shorts, embeds and live URLs. The generator understands all of these and even accepts a bare video ID. Because the link is built entirely from text you supply, it is exact and private; the tool never contacts YouTube, never loads the video, and keeps everything on your device.
A timestamp only sets the start point. It does not trim, cut or change the video, and it cannot set an end point on a normal watch link, the video simply plays on from the moment you chose. If you need a precise quote, note the time from the YouTube player (it shows the current position as you watch) and type those numbers in here. That keeps your shared links accurate and saves your audience the effort of hunting for the part you meant.
When to use it
- Sharing the exact moment a speaker makes a key point in a long talk, lecture or podcast.
- Pointing a friend or coworker at one answer inside a tutorial without making them watch from the start.
- Linking to a specific chord, riff or section in a music lesson or cover video.
- Citing a precise quote from an interview in an article, email or chat message.
- Jumping students straight to the relevant step in a recipe, repair or how-to video.
- Building cleaner notes or a study guide with a YouTube timestamp link generator so each link opens the video at the right second.
How to use the YouTube Timestamp Link Generator
- Paste the YouTube video URL into the URL field. Watch, youtu.be, Shorts, live and embed links all work, as does a bare video ID.
- Find the moment you want from the YouTube player, which shows the current time as you watch.
- Type the start time into the Hours, Minutes and Seconds boxes (use 0 for any you do not need).
- Press Generate timestamp link to build the links.
- Copy the short youtu.be link or the full youtube.com link with its Copy button, then paste it wherever you need.
- Click a link to test it; the video should open and start playing at your chosen time.
Formula & method
Worked examples
You want to share a video starting at 1 minute 30 seconds.
- Hours = 0, Minutes = 1, Seconds = 30
- Total seconds = 0 x 3600 + 1 x 60 + 30 = 90
- Short link = https://youtu.be/VIDEOID?t=90
- Full link = https://www.youtube.com/watch?v=VIDEOID&t=90s
Result: Both links open the video and begin playback exactly 90 seconds in.
A long lecture where the key point is at 1 hour 5 minutes 12 seconds.
- Hours = 1, Minutes = 5, Seconds = 12
- Total seconds = 1 x 3600 + 5 x 60 + 12 = 3600 + 300 + 12 = 3912
- Short link = https://youtu.be/VIDEOID?t=3912
- Full link = https://www.youtube.com/watch?v=VIDEOID&t=3912s
Result: The viewer lands at 1:05:12 without scrubbing through the first hour.
Common start times converted to the t value (seconds)
| Start time | Hours / Minutes / Seconds | t value (seconds) |
|---|---|---|
| 0:15 | 0 / 0 / 15 | 15 |
| 1:30 | 0 / 1 / 30 | 90 |
| 5:00 | 0 / 5 / 0 | 300 |
| 10:45 | 0 / 10 / 45 | 645 |
| 1:00:00 | 1 / 0 / 0 | 3600 |
| 1:05:12 | 1 / 5 / 12 | 3912 |
YouTube URL shapes the generator understands
| Link type | Example you can paste |
|---|---|
| Standard watch | https://www.youtube.com/watch?v=VIDEOID |
| Short share link | https://youtu.be/VIDEOID |
| Shorts | https://www.youtube.com/shorts/VIDEOID |
| Embed | https://www.youtube.com/embed/VIDEOID |
| Live | https://www.youtube.com/live/VIDEOID |
| Bare video ID | VIDEOID |
Common mistakes to avoid
- Putting the time after the wrong separator. On a youtu.be link the time uses a question mark (?t=90) because it is the first parameter. On a watch link it uses an ampersand (&t=90s) because v is already there. Mixing these up breaks the link. This YouTube timestamp link generator gets the separator right automatically.
- Using minutes or seconds over 59. Enter 1 minute 30 seconds as Minutes 1, Seconds 30, not Seconds 90. The tool clamps values, but it is easy to misread your own input. Convert anything over 59 into the next larger unit.
- Copying a URL that has extra tracking text. Share URLs sometimes include playlist or tracking parameters. The generator extracts just the 11-character video ID, so the result is clean, but always test the link to confirm it opens the video you meant.
- Expecting the timestamp to set an end point. A timestamp link only sets where playback starts. A normal watch or youtu.be link cannot stop the video at a chosen time, it simply plays on from the start point.
- Forgetting the time may not stick inside an embed. Some embedded players or third-party apps strip query parameters. If a start time is ignored, open the link directly on YouTube where the t value is always respected.
Glossary
- Timestamp link
- A YouTube link with a start time attached so the video begins at a chosen moment.
- Video ID
- The unique 11-character code that identifies a YouTube video, for example dQw4w9WgXcQ.
- t parameter
- The query value that tells YouTube how many seconds into the video to start.
- youtu.be link
- The short share link form of a YouTube URL, where the path is the video ID itself.
- Watch URL
- The standard long YouTube link, youtube.com/watch?v=VIDEOID, used on the desktop site.
- Query parameter
- A name and value added after ? in a URL, joined to others with &, that passes data like the start time.
- Embed link
- A YouTube URL of the form youtube.com/embed/VIDEOID used to place a player inside another page.
- Shorts
- YouTube vertical short videos, with URLs of the form youtube.com/shorts/VIDEOID.
Frequently asked questions
How do I make a YouTube link that starts at a specific time?
Paste the video URL into this YouTube timestamp link generator, type the hours, minutes and seconds, and press Generate. You get a short youtu.be link and a full youtube.com link that both start the video at that exact second.
What does the t value in a YouTube timestamp URL mean?
The t value is the start time measured in whole seconds from the beginning of the video. A link with t=90 starts the video 90 seconds in. This generator converts your hours, minutes and seconds into that total seconds figure for you.
What is the difference between the youtu.be and youtube.com links?
They open the same video at the same time. The youtu.be link is shorter and uses ?t=, while the youtube.com/watch link uses &t= because it already carries the v parameter. Pick whichever fits where you are pasting it.
Can I add a timestamp to a youtu.be short link?
Yes. Paste the youtu.be URL and the YouTube timestamp link generator will produce a short link in the form https://youtu.be/VIDEOID?t=SECONDS that starts at your chosen time.
Does a YouTube start time link work on mobile?
Yes. Both the YouTube app and the mobile site read the t value and jump to the right second. If an embedded or third-party player ignores it, open the link directly on YouTube.
Can I set an end time so the video stops at a certain point?
A standard YouTube link only sets where playback starts, not where it ends. Setting an end point requires the embed API with an end parameter, which is beyond a simple shareable link.
Does this tool work with YouTube Shorts and live URLs?
Yes. The generator reads the video ID from watch, youtu.be, Shorts, live and embed URLs, and even from a bare 11-character ID, so you can build a timestamp link from almost any YouTube address.
Is this YouTube timestamp link generator free and private?
Yes. It is completely free and runs entirely in your browser. It never contacts YouTube, never loads the video, and nothing you paste is uploaded anywhere.
Why is my timestamp ignored when I paste the link somewhere?
Some chat apps or embeds strip URL parameters or wrap the link. Test the link by clicking it; if the time is dropped, share the full youtube.com/watch link directly, where the t value is reliably respected.
How do I find the exact time to use?
Play the video on YouTube and read the current position from the player, which shows it as hours, minutes and seconds. Type those numbers into this YouTube timestamp link generator to share a YouTube link at that specific time.