YTThumb

YouTube Video ID Finder — Get the 11-Character ID

Turn any YouTube link form into the 11-character video ID.

Quick answer: Paste any YouTube URL — watch, youtu.be, Shorts, live, embed, /v/, or a link with extra tracking parameters — and this tool returns the 11-character video ID inside it, along with canonical watch, embed, Shorts and thumbnail links you can copy. A bare ID pasted in is accepted too, so it works as a validator as well as an extractor.

This tool works entirely in your browser — no request leaves the page, which makes it the fastest way to check a link or validate an ID you copied from somewhere else.
Core facts
ID shape11 characters from A–Z, a–z, 0–9, hyphen and underscore
Link forms understoodwatch?v= · youtu.be/ · /shorts/ · /live/ · /embed/ · /v/ · raw ID
OutputThe ID plus canonical watch, embed, Shorts and thumbnail URLs
Use casesEmbedding, the YouTube Data API, lookups, deduplicating links

What this tool does

Every YouTube video has one identifier, and every link style is a wrapper around it. When you need to embed a video, call an API, check whether two links point at the same video, or build a thumbnail URL by hand, the first step is always the same: extract those eleven characters.

Common uses

  • Deduplicate a list of links that use different URL shapes
  • Get an ID to feed the YouTube Data API or an embed snippet
  • Check two links point at the same video before deleting one
  • Build thumbnail and oEmbed URLs by hand
  • Validate an ID you copied from somewhere else

Forms that trip people up

Three shapes cause most failures. First, the Shorts and live paths place the ID after a keyword — /shorts/«id» and /live/«id» — rather than in a query string. Second, short links from the mobile app arrive as youtu.be/«id»?si=… with a tracking parameter that must not be mistaken for the ID. Third, playlists and channel pages contain no single video ID at all; a playlist link with &v= inside does contain one, and this tool will surface it, but the surrounding list is not part of the answer.

Frequently Asked Questions

Is the 11-character ID always unique?
Yes. It is the primary key for the video, and it survives re-titling, re-covers and URL-shape changes — which is why archiving links is better done by ID.
Why does my link with &v= inside a playlist return only one ID?
Because a playlist is a list, not a video. The tool extracts the single video the link starts at; enumerate the rest through the playlist itself.
Can this find an ID for a deleted video?
It can extract the ID from a link you already have, but it cannot tell you whether the video still exists — open the watch link to check that.

More YouTube Metadata Tools