Free YouTube Timestamp Link Generator
Free YouTube timestamp link generator: paste any YouTube URL, set the start time, and copy a youtube.com link with timestamp, a youtu.be link, or an embed with start and end. No signup.
Accepts watch, youtu.be, shorts, live, embed, m.youtube.com, and music.youtube.com links. Tracking parameters such as si= are dropped.
Type a time in any format and the fields above update.
Only the embed player honours end=. Watch links have no end parameter.
Quick Answer
A YouTube timestamp link is a video URL with a t= parameter that opens the video at a specific second, for example youtube.com/watch?v=ID&t=90s starts at 1:30. This YouTube timestamp link generator reads any YouTube URL, extracts the video ID, converts hours, minutes, and seconds into the t= value, and gives you the watch link, a youtu.be link, and embed code. Free, browser-only.
Quick Facts
- The watch URL parameter is t= with a value in seconds: ?v=ID&t=90s. YouTube also reads t=1m30s and t=90, but plain seconds is the form that works in every context.
- The short form is https://youtu.be/ID?t=90 - same video ID, same second count, 20 fewer characters.
- Embeds use start= and end= (seconds) on youtube.com/embed/ID; end= only exists for the embed player, not for watch links.
- Shorts URLs (youtube.com/shorts/ID) ignore start times. The same 11-character ID in a regular watch link honours the timestamp.
- Every YouTube video ID is exactly 11 characters from A-Z, a-z, 0-9, hyphen, and underscore; the tool validates this before building links.
- Video chapters need a 0:00 line first, at least three timestamps in ascending order, and chapters of at least 10 seconds each.
- Everything runs in your browser - the URL is parsed locally and only the thumbnail is fetched, from i.ytimg.com.
How to create a YouTube timestamp link
Paste, set the time, copy.
- 1
Paste the video URL
Drop in any YouTube link: watch?v=, youtu.be, shorts, live, embed, m.youtube.com, or music.youtube.com. The tool extracts the 11-character video ID and, if the link already has t= or start=, fills the time fields from it.
- 2
Set the start time
Type hours, minutes, and seconds, or use the quick entry box with 1:02:03, 1h2m3s, or plain seconds. Optionally add an end time; it applies to the embed only.
- 3
Choose embed options
Toggle autoplay (adds autoplay=1 and mute=1, since browsers block unmuted autoplay) and privacy-enhanced mode (youtube-nocookie.com). Keep or drop a playlist list= parameter if the source URL had one.
- 4
Copy the link or embed
Copy the timestamped watch link, the youtu.be link, or the iframe code. Shorten either link with U2L to get a branded short URL with click counts for bios, print, and chat.
What is a YouTube Timestamp Link Generator?
YouTube Timestamp Link Generator is a tool that builds a YouTube link with timestamp from any video URL and a start time. It validates the 11-character video ID, converts the time to seconds, and outputs a youtube.com watch link with t=, a youtu.be link, and an iframe embed with start= and end=.
YouTube supports jumping to a moment through the URL rather than the player. On the watch page the parameter is t=, on the embed player it is start=, and both count seconds from the beginning of the video. A link such as https://www.youtube.com/watch?v=dQw4w9WgXcQ&t=43s opens the player and seeks to 0:43 before playback begins, on desktop, in the mobile app, and inside most chat apps that open YouTube links natively.
YouTube's own Share dialog offers a Start at checkbox on desktop, which writes the same t= value. It is not available in the mobile app share sheet, so on a phone people copy the URL and type the parameter by hand, which is where mistakes happen: a missing &, a t= value in the wrong unit, or a Shorts URL that silently ignores the time. This generator handles the conversion and the URL forms so the link is right first time.
Creators use timestamp links to point at a specific answer in a long video, educators to reference a lecture segment, support teams to link the exact step in a tutorial, and marketers to send viewers past the intro to the product demo. Combined with a short branded link from U2L, the same timestamp works in a bio, a QR code, or a printed manual.
How does a YouTube Timestamp Link Generator work?
The tool first normalises the pasted URL. It accepts youtube.com, www.youtube.com, m.youtube.com, music.youtube.com, youtube-nocookie.com, and youtu.be, then reads the video ID from the v= query on watch pages or from the path on youtu.be, /shorts/, /live/, /embed/, and /v/ URLs. The ID must match ^[A-Za-z0-9_-]{11}$, the format YouTube has used for every video since launch. Tracking parameters such as si=, feature=, and pp= are discarded because they carry no information the new link needs; only t=, start=, and list= are read from the source.
The time fields are combined into a single integer of seconds: hours x 3600 plus minutes x 60 plus seconds. The quick entry box parses 1:02:03 (colon notation), 1h2m3s (YouTube's unit notation), and bare seconds, and writes the result back into the three fields so you always see what will be encoded. The watch link uses t=<seconds>s, the form YouTube's own share dialog produces; the youtu.be link uses t=<seconds> without the suffix, matching what YouTube generates for short links. A start of 0 produces a plain link with no parameter.
The embed uses a different vocabulary. YouTube's IFrame player reads start= and end= in seconds, so the tool writes https://www.youtube.com/embed/<id>?start=90&end=150 and wraps it in the standard iframe markup with the allow and referrerpolicy attributes YouTube's own embed dialog emits. Autoplay adds autoplay=1 together with mute=1, because Chrome, Safari, and Firefox block autoplay with sound unless the user has interacted with the page. The privacy-enhanced toggle swaps the host to www.youtube-nocookie.com, which YouTube documents as not using the embedded view to personalise the viewer's YouTube experience.
If the pasted URL is a Short, the tool shows a note and still produces watch and youtu.be links, because the Shorts player ignores t= while the regular watch player for the same video ID honours it. If the source had a list= playlist ID, a Keep playlist toggle preserves it on the watch and youtu.be links so the video opens inside the playlist context. The thumbnail preview loads https://i.ytimg.com/vi/<id>/hqdefault.jpg lazily; that image request is the only network activity on the page.
Use Cases
How marketers, businesses, and developers use youtube timestamp link generator.
Sharing one answer from a long video
A 45-minute interview has one two-minute segment your audience needs. A timestamped link takes them straight to it instead of asking them to scrub. The link unfurls with the video title and thumbnail on X, Slack, WhatsApp, and Discord, and the timestamp survives the unfurl.
Referencing a lecture segment
Teachers and students cite the exact moment in a recorded lecture where a concept is explained. Paste the class recording, enter 23:15, and put the link in the notes. Colon notation in the quick entry box matches how the time appears in the player.
Support articles and tutorials
Instead of embedding a full 20-minute walkthrough, link each help-centre step to the moment it is demonstrated. For a step that spans 4:10 to 5:30, use the embed with start=250&end=330 so the player stops when the step ends.
Product demos in sales emails
Prospects rarely watch a demo from the start. Link to the feature they asked about at 7:42, then shorten with U2L to see whether they clicked. Pair with /tools/utm-builder if the destination is a landing page that hosts the video instead.
Chapters and timestamps in descriptions
For your own videos, chapters belong in the description as 0:00 Intro, 2:15 Setup, and so on. YouTube auto-links those. For pointing at another channel's video from your description, you need a full timestamped URL, which this tool builds.
Podcast show notes
Video podcasts published on YouTube get show notes with per-topic links. Generate one timestamped youtu.be link per topic; they are short enough to read aloud and paste into Apple Podcasts and Spotify descriptions.
Bios, QR codes, and print
A timestamped URL is long and full of characters that break on a printed page. Shorten it with U2L to a branded short link, then make a QR with /tools/qr-code-scanner to test the scan before printing on a poster or a manual.
Community moderation and reporting
Moderators and journalists cite the exact second a statement is made. A timestamp link is verifiable by anyone who clicks it, and the hours field handles multi-hour livestream archives (use the /live/ URL or the watch URL YouTube gives after the stream ends).
Debugging a link someone sent you
Paste a messy YouTube URL with si=, feature=, and t=1h2m3s and the tool shows the clean ID, the parsed time, and any playlist. For non-YouTube URLs, /tools/url-parser breaks down every parameter the same way.
YouTube Timestamp Link Generator vs Alternatives
Side-by-side feature and pricing comparison with the top alternatives.
| Feature | U2L | YouTube Share dialog | TunePocket | SkySnail |
|---|---|---|---|---|
| Free, no signup | ||||
| Accepts youtu.be, shorts, live, embed, m. and music. URLs | N/A | Varies | watch + youtu.be | |
| Reads existing t= / start= from the pasted URL | Varies | Varies | ||
| Embed with start and end | start only | Varies | ||
| Privacy-enhanced (nocookie) toggle | Embed dialog | Varies | Varies | |
| Works in the mobile app | Any browser | Any browser | Any browser | |
| Branded short link with click stats | Varies |
YouTube Timestamp Link Generator vs YouTube's built-in Share dialog
On desktop, the Share button under a video has a Start at checkbox: tick it, type 2:30, and YouTube writes t=150s into the copied URL. It is the fastest route when you are already on the watch page in a desktop browser, and the embed dialog offers a matching start-time field plus the privacy-enhanced checkbox.
The mobile app's share sheet has no start-time option, the dialog cannot set an end time for embeds, and it cannot fix a link you were sent. This generator works from any device, accepts every URL form, reads existing parameters, and adds a U2L short link for sharing and tracking.
YouTube Timestamp Link Generator vs Other timestamp generators
Tools such as TunePocket, SkySnail, and Farotech cover the basics: URL in, hours-minutes-seconds in, link out, and some add an embed with end time or a chapter list builder. They are free and adequate for a one-off link.
Where they differ is URL handling and what happens next. This tool parses Shorts, live, embed, music, and mobile URLs, strips si= tracking, keeps playlists on request, and explains why a Shorts link will not seek. It also connects to U2L so the same timestamp becomes a branded short link with click analytics instead of a bare URL.
Best Practices
Use plain seconds for anything automated
YouTube reads t=90, t=90s, and t=1m30s, but embeds read only seconds and some apps rewrite links. Seconds with an s suffix on watch links and bare seconds on youtu.be links match what YouTube itself generates and work everywhere.
Start a second or two early
Players seek to the nearest keyframe and sometimes land slightly after the requested second. Set the timestamp one to two seconds before the moment so the viewer hears the start of the sentence rather than the middle of it.
Convert Shorts to watch links
The Shorts player ignores t=. Paste the Shorts URL here and share the watch or youtu.be link the tool produces; the same video ID opens in the standard player where the timestamp is honoured.
Use end= only in embeds, and test it
end= stops the embedded player at the given second, useful for a single step in a tutorial. It does nothing on a watch link, and viewers can still scrub past it, so treat it as a convenience rather than a hard cut.
Add mute=1 when you autoplay
Chrome, Safari, and Firefox block autoplay with sound before the user interacts with the page. autoplay=1 alone often results in a paused player; the tool adds mute=1 automatically so the embed actually starts.
Keep the playlist only when it matters
A list= parameter opens the video inside a playlist, which is right for a course sequence and wrong for a one-off share, where it adds autoplay of unrelated videos. The Keep playlist toggle lets you decide per link.
Use youtube-nocookie.com on privacy-sensitive pages
For sites that need to minimise third-party tracking before consent, the privacy-enhanced embed host prevents the embedded view from personalising the viewer's YouTube experience. It supports the same start and end parameters.
Shorten for bios, print, and tracking
A timestamped URL is 50+ characters of mixed case. Shorten it with U2L for a link that fits in an Instagram bio or on a printed card, and use the click counts to see whether the moment you linked is the one people watch.
Common Mistakes to Avoid
Using ? instead of & on a watch link
The watch URL already has ?v=ID, so the timestamp must be appended with &t=90s. A second ? produces a URL YouTube ignores or misreads. youtu.be links have no query yet, so there the first parameter uses ?t=90.
Putting minutes in the seconds field
t=230 is 3:50, not 2:30. Use the hours, minutes, and seconds fields or the quick entry with colons, and check the starts at badge in the preview before copying.
Adding t= to a Shorts URL
youtube.com/shorts/ID&t=30s does nothing; the Shorts player starts from the beginning. Use the watch or youtu.be link for the same ID.
Using t= in an embed
The IFrame player reads start=, not t=. An embed src with ?t=90 plays from the beginning. The tool writes start= and end= for the embed automatically.
Expecting a timestamp to work in a comment on another video
YouTube auto-links 1:30 style timestamps in comments and descriptions only for the video they are posted on. To point at a moment in a different video, paste the full timestamped URL.
Leaving si= and other tracking in shared links
The si= parameter YouTube adds to shared links identifies the share source. It is harmless but adds length and looks untidy; the tool drops it. To clean other URLs, use /tools/utm-stripper.
Technical Specifications
| Video ID | 11 characters, ^[A-Za-z0-9_-]{11}$ |
| Input URL forms | watch?v=, youtu.be/ID, /shorts/ID, /live/ID, /embed/ID, /v/ID on youtube.com, m., music., youtube-nocookie.com |
| Watch link | https://www.youtube.com/watch?v=ID&t=<seconds>s (+&list= when kept) |
| Short link | https://youtu.be/ID?t=<seconds> |
| Embed | https://www.youtube.com/embed/ID?start=<s>&end=<s>&autoplay=1&mute=1; host switchable to youtube-nocookie.com |
| Time input | H/M/S fields; quick entry parses 1:02:03, 1h2m3s, 90, 90s |
| Parameters read from source | t=, start=, list=; si=, feature=, pp= and others discarded |
| Shorts | Detected; timestamp applied to the watch and youtu.be links instead |
| Privacy | Parsed in your browser; only the thumbnail is fetched from i.ytimg.com |
Frequently Asked Questions
How do I make a YouTube link that starts at a specific time?
What is the YouTube timestamp URL parameter?
Does the YouTube timestamp link generator work with youtu.be links?
Can I add a timestamp to a YouTube Short?
How do I embed a YouTube video starting at a specific time?
How do I get a timestamp link in the YouTube mobile app?
Why does my timestamp link start from the beginning?
Why does the embed not autoplay?
Why does end= not work on my link?
What is the difference between t= and start=?
Timestamp link vs chapters: which should I use?
Do timestamps stay when I share on X, WhatsApp, or Slack?
How do I write clickable timestamps in a comment or description?
Can I keep the playlist in the timestamped link?
Is it free?
Is my URL uploaded anywhere?
Why should I shorten a timestamped link?
Related Free Tools
WhatsApp Link Generator
Create wa.me click-to-chat links with prefilled messages. Add to your bio, ads, or QR codes for instant WhatsApp customer chats.
OG / Metatag Checker
Inspect Open Graph and Twitter Card tags for any URL. Preview link cards on Facebook, X, LinkedIn, and Slack before publishing.
Redirect Checker
Trace the full redirect chain of any URL. See every hop, status code, response time, and final destination.
URL Encoder / Decoder
Encode or decode any URL. Handle special characters, query strings, and percent-encoding. Pure browser, instant.
Schema Markup Generator
Generate valid JSON-LD schema for FAQ, HowTo, Article, Product, and Organization. Boost rich results and AI Overview citations.
URL Expander
Reveal the full destination behind any shortened URL. Check where a short link leads before clicking it.
Key Terms
- Video ID
- The 11-character identifier after v= or in the youtu.be path, using letters, digits, hyphen, and underscore. It is the same across watch, Shorts, live, and embed URLs.
- t= parameter
- The start-time query parameter on youtube.com/watch and youtu.be links, in seconds (t=90s) or unit notation (t=1m30s).
- start= and end=
- Embed player parameters in seconds that set where the IFrame player begins and stops. Only the embed player reads them.
- Privacy-enhanced mode
- Serving the embed from www.youtube-nocookie.com so the embedded view is not used to personalise the viewer's YouTube experience.
- Chapters
- Description timestamps starting at 0:00, at least three in ascending order and at least 10 seconds apart, which YouTube turns into segments on the progress bar.
Share the exact moment on a branded short link
Shorten your timestamped YouTube link with u2l.ai to get a clean link for bios, QR codes, and chat - with click analytics showing how many people watched from that moment. Sign up free.
Sign up free