Glossary · protocol

What is itag (YouTube format identifier)?

itag is YouTube's internal numeric identifier for a specific format combination — resolution, codec, container, and audio/video mix. Every format in YouTube's download URLs carries an `itag=X` parameter. Common ones: 22 = 720p H.264 progressive, 137 = 1080p H.264 video-only, 251 = 160 kbps Opus audio.

Also called:format id · youtube itag · format identifier

itag is the most efficient way to talk about a YouTube format. Instead of "1080p H.264 video-only stream in MP4", you say "itag 137" and anyone who has seen the YouTube format table knows exactly what you mean.

There are around 100 itags in active use, give or take. Most have been stable for years. A few useful ones:

- 18: 360p progressive (H.264 + AAC in MP4) — universal compatibility, always available. - 22: 720p progressive (H.264 + AAC in MP4) — was the default download for years. - 137: 1080p video-only (H.264 in MP4). Needs muxing with separate audio. - 136: 720p video-only (H.264). - 140: 128 kbps AAC audio in m4a. - 141: 256 kbps AAC audio (rare, premium content). - 160: 144p video-only. - 248 / 303: 1080p VP9 (smaller than H.264 equivalent). - 271: 1440p VP9. - 313 / 315: 4K (2160p) VP9 / VP9-HFR. - 401: 4K AV1 (smaller than VP9 equivalent). - 571: 8K (4320p) AV1.

Downloaders that say "this is what you're downloading" technically can be more precise than the human-readable version. The flip side: when a tool says "itag 137 unavailable" it means "1080p H.264 isn't served for this video" — usually because the uploader didn't include that format.

Common questions

Why does YouTube use itags instead of "1080p"?
Because "1080p" doesn't uniquely identify a format. There are at least three different 1080p variants per popular video (H.264, VP9, AV1, each in its own container with its own bitrate). itag picks the exact one.
Is itag the same as a YouTube format code in yt-dlp?
Yes. `yt-dlp -f 137+140` selects itag 137 (1080p H.264 video) and itag 140 (128 kbps AAC audio) to mux together. The same numbers VidPickr and other downloaders use internally.

Related terms

VidPickr is a free, browser-based YouTube downloader. Every term in this glossary either describes how YouTube delivers video or why your downloads behave the way they do. Try the downloader →