Utility

YouTube Video ID Finder

Paste any YouTube link and get the clean 11-character ID plus every derived URL you might need — watch, short, embed and thumbnail.

Anatomy of a YouTube link

Every video on YouTube is identified by an 11-character string built from uppercase and lowercase letters, digits, hyphens and underscores — something like dQw4w9WgXcQ. That string is the only part of a URL that actually matters. Everything else is routing, tracking or playback state. Once you know the ID you can rebuild any form of the link yourself, which is why developers, analysts and content managers work with IDs rather than full URLs.

Where the ID hides in each format

  • Watch page: youtube.com/watch?v=ID — the classic desktop link.
  • Share link: youtu.be/ID — what the mobile Share button gives you, often followed by a ?si= tracking parameter you can safely delete.
  • Shorts: youtube.com/shorts/ID.
  • Embed: youtube.com/embed/ID — used inside iframes.
  • Live: youtube.com/live/ID for streams and premieres.

What you can build with an ID

The ID is the key to every other YouTube resource. Thumbnails live at i.ytimg.com/vi/ID/maxresdefault.jpg. The oEmbed endpoint returns a title and author name for a given ID with no API key. Analytics exports, Data API calls and most third-party tools all accept the raw ID as their primary input. If you maintain a spreadsheet of videos, storing the ID rather than the URL keeps rows short, prevents duplicates caused by different link formats, and makes lookups reliable.

Cleaning up messy links

Links copied from chat apps, newsletters or social posts arrive wrapped in redirects, UTM parameters, playlist references and timestamps. Pasting them here strips all of that noise instantly and gives you a canonical set of URLs you can share or store with confidence. It is also a fast sanity check when a link looks broken: if no ID is found, the URL is malformed or points at a channel or playlist rather than a video.

Once you have the ID, feed it straight into the thumbnail downloader or the tags extractor — both accept a bare ID.

FAQ

What is a YouTube video ID?
It is the unique 11-character code made of letters, digits, hyphens and underscores that identifies a video, for example dQw4w9WgXcQ. Every YouTube link contains it in some form.
Where is the ID inside a URL?
After v= on a watch link, after the slash on a youtu.be link, and after /shorts/, /embed/ or /live/ on those formats. This tool handles all of them automatically.
Can two videos share the same ID?
No. IDs are unique and permanent. Even if a video is deleted the ID is never reassigned to another upload.
Why would I need the ID?
Embeds, API calls, analytics spreadsheets, thumbnail URLs, database keys and deduplication all use the raw ID rather than the full link.
Does this work with playlist or timestamp links?
Yes. Extra parameters such as list=, t= and si= are ignored, and only the video ID is returned.

More free YouTube tools

No login required. Tag Generator uses AI on the server to turn your idea into relevant tags; other tools run entirely in your browser.