Skip to content
ThumbnailGrab

YouTube Thumbnail URL Guide

Every YouTube thumbnail is really just an image file hosted at a predictable address. Here’s how that address is built, and why a lookup tool is more reliable than constructing it by hand.

https://i.ytimg.com/vi/VIDEO_ID/FILENAME.jpg

VIDEO_ID is the same 11-character string found in every YouTube watch URL, Shorts link, and youtu.be short link.

FILENAME determines which resolution you get back. The five official filenames are:

  • maxresdefault.jpg 1280 × 720 (Maximum Resolution)
  • sddefault.jpg 640 × 480 (Standard Definition)
  • hqdefault.jpg 480 × 360 (High Quality)
  • mqdefault.jpg 320 × 180 (Medium Quality)
  • default.jpg 120 × 90 (Default)

The catch: not every filename returns a real image for every video. If a size wasn’t generated for that upload, YouTube serves back a small generic placeholder instead of an error — which looks like a valid response unless you check the actual image dimensions. That’s exactly what our thumbnail downloader does automatically, so you only ever see sizes that genuinely exist.

Thumbnail URL FAQ

Can I just guess the thumbnail URL myself?

You can construct the pattern manually, but you can’t know in advance which sizes actually exist for a given video — guessing wrong gives you either a broken link or YouTube’s small placeholder image.

Does the thumbnail URL ever change?

The URL stays tied to the video ID, but the image it returns can change if a creator updates their thumbnail — the CDN always serves whatever is currently set.

Is i.ytimg.com an official YouTube domain?

Yes — it’s Google’s image CDN used specifically to serve YouTube thumbnail and preview images.