Skip to content
ONLINE 101010 TECH 010101 TIPS
  • News
  • How-To
  • Social
  • Streaming
  • Gaming
  • Reviews
  • News
  • How-To
  • Social
  • Streaming
  • Gaming
  • Reviews
  1. Home/
  2. Social Media/
  3. How to Make a YouTube Video Start at a Specific Time (2026)

How to Make a YouTube Video Start at a Specific Time (2026)

Aseem Kishore
September 5, 2015 · Updated: Jul 15, 2026
8 min read
Person typing on a laptop as a cooking video plays; a context menu shows Copy Link on screen. - how-to-specify-a-starting-point-on-a-youtube-or-google-video-featured

Ever wanted to share a YouTube video but skip straight to the good part? Maybe there’s a killer moment at 6 minutes and 23 seconds, and you don’t want to make your friend sit through the whole intro just to get there. Totally understandable, and the good news is YouTube makes this pretty easy once you know where to look.

In this guide, you’ll learn how to make a YouTube video start at a specific time, whether you’re sharing a link, embedding a video on a website, or dropping a timestamp in the comments. We’ll cover desktop, mobile, and manual URL editing, plus a few gotchas that can trip you up, like YouTube’s auto-resume feature quietly overriding your carefully set start time.

Method 1: Right-Click on Desktop (Fastest Way)

If you’re on a desktop browser, this is hands-down the quickest method. No menus to dig through, just a right-click.

  1. Open the YouTube video in your browser and play it until you reach the exact moment you want to share.
  2. Pause the video at that point.
  3. Right-click directly on the video player.
  4. Click Copy video URL at current time.
  5. Paste the link wherever you want to share it, email, text, Slack, you name it.
YouTube video player with right-click context menu open, showing "Copy video URL at current time" option highlighted

The link you get will look something like this:

https://www.youtube.com/watch?v=VIDEO_ID&t=383s

That t=383s at the end is the start time in seconds (in this case, 6 minutes and 23 seconds). When someone opens the link, the video jumps straight to that moment.

Quick note: On some browsers, the first right-click opens YouTube’s own custom menu. If you don’t see the option, try right-clicking again in a slightly different spot on the player. This method is desktop-only, so the mobile app doesn’t have it.

Method 2: Use the Share Button on Desktop

YouTube’s share dialog sometimes includes a handy Start at checkbox that does the work for you. Whether you see it depends on your region and whatever experiment YouTube is running at the time, but it’s worth checking first.

  1. Open the video and seek to the time where you want it to start.
  2. Pause the video.
  3. Click the Share button below the video.
  4. In the share dialog, look for a Start at checkbox. If it’s there, check it, the URL will automatically update to include the timestamp.
  5. Copy the link or choose a sharing target (Gmail, WhatsApp, etc.).
YouTube share dialog open below a video, showing the "Start at" checkbox checked with a timestamped URL visible

If you don’t see the Start at checkbox, don’t worry. Just use the right-click method above or edit the URL manually (more on that below).

Method 3: Mobile App (Manual URL Editing)

The YouTube mobile app on Android and iOS doesn’t reliably offer a “start at current time” option in the share sheet, so you’ll need to do a tiny bit of manual editing. It sounds more complicated than it is, promise.

  1. Open the video in the YouTube app and scrub to the moment you want to start. Note the minutes and seconds.
  2. Tap Share, then tap Copy link.
  3. Open a notes app, message draft, or anywhere you can paste and edit text.
  4. Paste the link. It’ll look like one of these:
    • https://youtu.be/VIDEO_ID
    • https://www.youtube.com/watch?v=VIDEO_ID
  5. Convert your desired start time to total seconds. For example, 6 minutes and 23 seconds = (6 × 60) + 23 = 383 seconds.
  6. Add the timestamp to the URL:
    • For the short youtu.be link: add ?t=383s → https://youtu.be/VIDEO_ID?t=383s
    • For the long link (already has ?v=...): add &t=383s → https://www.youtube.com/watch?v=VIDEO_ID&t=383s
  7. Share the edited link.
YouTube mobile app share sheet with "Copy link" option visible

When the recipient taps the link, whether it opens in a browser or the YouTube app, it’ll jump straight to your chosen start time.

Method 4: Embedding a Video with a Start Time

If you’re embedding a YouTube video on a website or blog, the process is slightly different. The embed URL uses a start= parameter (in seconds only) instead of t=.

Here’s what the embed code looks like with a start time:

<iframe
  src="https://www.youtube.com/embed/VIDEO_ID?start=383"
  width="560"
  height="315"
  frameborder="0"
  allowfullscreen>
</iframe>

You can also combine it with other parameters. For example, to start at 383 seconds and autoplay with the sound muted:

<iframe
  src="https://www.youtube.com/embed/VIDEO_ID?start=383&autoplay=1&mute=1"
  width="560"
  height="315"
  frameborder="0"
  allowfullscreen>
</iframe>

Important: Use start= (not t=) in embed URLs, and always use seconds only. If your CMS is stripping the parameters out, check that your HTML editor isn’t sanitizing query strings.

Method 5: Add a Timestamp in the Comments

This one’s super simple. If you’re leaving a comment on a YouTube video and want to reference a specific moment, just type the time in mm:ss format, like 6:23 or 1:14:30. YouTube automatically turns it into a clickable link. Anyone who clicks it will jump straight to that point in the video.

YouTube comment section showing a posted comment with a clickable timestamp link like "6:23" highlighted in blue

It’s a handy way to say “the best part is at 4:12” without having to write out a whole explanation. Just be aware that comments on big videos can get buried fast, but for videos shared privately with friends and family, it works great.

Tips and Troubleshooting

Common Issues

Problem: The video starts in the middle even without a timestamp

This is YouTube’s auto-resume feature. If the person you’re sharing with is signed in and has already watched part of that video, YouTube will pick up where they left off, completely ignoring your timestamp. To get around it, they can:

  • Open the link in an incognito or private window
  • Sign out of YouTube before clicking the link
  • Clear their YouTube watch history

It’s worth mentioning this in your message when you share a timestamped link, especially if precision matters.

Problem: The link doesn’t start at exactly the right second

The right-click method is usually accurate, but there can be a 1–2 second difference due to buffering and how YouTube handles video keyframes. If you need it to be precise, manually set the t= value in the URL yourself.

Problem: The embedded video ignores the start time

Double-check that you’re using start=SECONDS in the embed URL (not t=), and that your CMS hasn’t stripped out the query string. Also, if you set autoplay=0, the video will still wait for the viewer to press play, but when they do, it’ll start at the right time.

Problem: Does this work on YouTube Shorts?

Nope. Shorts use a different viewing format and don’t reliably support the t= parameter. Timestamps are meant for standard YouTube videos only.

Pro Tips

  • Use seconds for consistency: Both t=383s and t=6m23s technically work in watch URLs, but sticking to seconds keeps things simple and avoids confusion.
  • Timestamps work in most apps: If you paste a timestamped link into Gmail, iMessage, WhatsApp, Slack, or Messenger, the parameter is preserved. When the recipient taps it, YouTube honors the start time.
  • Chapters are a nice alternative: If you’re sharing a long video where the creator has added chapters (those clickable sections in the progress bar), you can tell someone “jump to the chapter called X” instead of providing a timestamp. It’s a bit more user-friendly for less tech-savvy folks.
  • YouTube’s Clip feature: YouTube has a built-in Clip tool that lets you highlight a short segment of a video to share. It doesn’t expose raw timestamp parameters, but it’s a clean way to point someone to a specific moment without URL editing. You can also use sites to trim and crop YouTube videos for more editing flexibility.

Quick Reference: URL Formats

Use CaseURL FormatExample
Short share linkhttps://youtu.be/VIDEO_ID?t=Xshttps://youtu.be/abc123?t=383s
Full watch URLhttps://www.youtube.com/watch?v=VIDEO_ID&t=Xshttps://www.youtube.com/watch?v=abc123&t=383s
Embed codehttps://www.youtube.com/embed/VIDEO_ID?start=Xhttps://www.youtube.com/embed/abc123?start=383
Comment timestampJust type mm:ss or h:mm:ss6:23 or 1:14:30

Wrapping Up

Making a YouTube video start at a specific time is one of those small tricks that’s genuinely useful once you know it. For most people, the right-click method on desktop is all you’ll ever need. It’s fast, accurate, and requires zero math. Mobile users will need to do a little manual URL editing, but it’s not as scary as it sounds once you’ve done it once.

Just keep the auto-resume gotcha in mind. If your recipient has already watched the video before, YouTube might ignore your timestamp entirely and pick up where they left off. A quick heads-up in your message (“open this in incognito if it doesn’t start at the right spot”) can save a lot of confusion. Overall, this is a solid, reliable feature that works well across all the major platforms and apps. If you’re looking for even more ways to get the most out of YouTube, check out these best YouTube tools for a better video experience.

Tags: YouTube
Share
Written by

Aseem Kishore

Founder of Online Tech Tips and managing editor. He began blogging in 2007 and quit his job in 2010 to blog full-time. He has over 15 years of industry experience in IT and holds several technical certifications. Read Aseem's Full Bio

View Aseem's Profile

Recent Posts

  • Frustrated woman on a sofa holds up a smartphone showing an 'App Crashing' error; a tablet on the table also displays the same message in a cozy living room. - How to Fix Instagram App Crashing and Freezing on iPhone and Android
    How to Fix Instagram App Crashing and Freezing on iPhone and AndroidJul 21, 2026
  • How to Use AI to Optimize Your LinkedIn Profile for a Career Change: Setup & Strategy - How to Use AI to Optimize Your LinkedIn Profile for a Career Change: Setup & Strategy
    How to Use AI to Optimize Your LinkedIn Profile for a Career Change: Setup & StrategyJul 20, 2026
  • Map Your Transferable Skills and Rewrite Your LinkedIn Headline for a Career Pivot - Map Your Transferable Skills and Rewrite Your LinkedIn Headline for a Career Pivot
    Map Your Transferable Skills and Rewrite Your LinkedIn Headline for a Career PivotJul 20, 2026
  • Person working at a wooden desk with a laptop showing a LinkedIn profile and a sticky note reading 'Revise' on the screen. A mug says 'Progress not Perfection'. The scene includes a plant, a lamp, and a framed 'Invest in your future self' print. - Rewrite Your LinkedIn About Section and Experience Bullets for a Career Change
    Rewrite Your LinkedIn About Section and Experience Bullets for a Career ChangeJul 20, 2026

Search

Categories

  • AI Tools (1)
  • Gaming (349)
  • How-To (1,126)
  • News (45)
  • Reviews (441)
  • Social Media (462)
  • Streaming (176)
  • Uncategorized (1)

Popular Tags

Adobe AI Alexa Amazon Android Buying Guides ChatGPT Chrome Discord Explainers Facebook FireTV Gadget Reviews Gmail Google Google Docs Google Maps Google Sheets Home Networking Hulu Instagram Internet LinkedIn Minecraft Netflix Nintendo Switch PlayStation Premiere Reddit Remote Work Roblox Roku Roundups Smart Home Snapchat Software Reviews Spotify Steam TikTok Twitch VR WhatsApp Windows X (Twitter) YouTube

Our Publishing Family

Online Tech Tips is part of the AK Internet Consulting publishing family.

  • HELP DESK GEEK
  • THE BACK ROOM TECH
  • SWITCHING TO MAC
  • XBOX ADVISOR

Daily Email Newsletter

Connect With Us

About Online Tech Tips

Online Tech Tips has published easy-to-follow technology tutorials, honest reviews, and practical how-to guides since 2007 — helping millions of readers solve tech problems and get more from their devices.

Learn More →

© 2007-2026 Online Tech Tips.com, LLC.
All Rights Reserved.

  • Home
  • About Us
  • Editorial Standards
  • Contact Us
  • Terms of Use
  • Privacy Policy
Online