Skip to content
PixelDM
August 15, 2026 · 4 min read

YouTube Thumbnail Sizes: Every Resolution, Explained

VM
AI engineer and AI tooling researcher
Free tool, no signup
Thumbnail Downloader
Try it free

If you're uploading, the answer is 1280 x 720 pixels, 16:9, under 2 MB. That's the whole answer, and you can stop reading.

If you're trying to get a thumbnail back out of YouTube, it's more interesting than that — YouTube keeps five versions of every thumbnail, they're not simply scaled copies of each other, and two of the five will quietly ruin your crop if you grab the wrong one.

The upload spec

Spec What YouTube wants
Resolution 1280 x 720 (minimum)
Aspect ratio 16:9
File size Under 2 MB
Formats JPG, PNG, WebP

Go bigger than 1280 x 720 if you like — 1920 x 1080 is fine and YouTube downscales it — but never smaller. Undersized thumbnails look soft on TVs and desktop, which is exactly where your best-performing traffic tends to watch.

If your export lands over 2 MB, compress it rather than dropping the resolution. If the source is soft to begin with, upscale it first.

The five sizes YouTube stores

Every video gets processed into these:

Name Dimensions Ratio Notes
Max Resolution 1280 x 720 16:9 Mirrors the uploaded file. HD uploads only
Standard Definition 640 x 480 4:3 Letterboxed
High Quality 480 x 360 4:3 Letterboxed. Always exists
Medium Quality 320 x 180 16:9 True widescreen crop
Default 120 x 90 4:3 Letterboxed. Sidebar size

The 4:3 trap

Here's the part most guides get wrong, and it's the one that actually bites.

Three of those five — SD, HQ and Default — are 4:3, not 16:9. Your thumbnail was 16:9 when you uploaded it, so YouTube fits it into a 4:3 frame by adding black bars top and bottom.

That means if you grab hqdefault expecting a clean 480 x 360 widescreen image, you get your thumbnail letterboxed inside black bars. Crop those off and you're left with 480 x 270.

Only Max Resolution and Medium Quality are true 16:9 crops. If you need a clean widescreen frame, those are the two to use — everything else needs trimming.

Why "maxres" is sometimes missing

Max Resolution isn't generated for every video. It exists when the uploader supplied a genuinely high-definition thumbnail, or the video itself was uploaded in HD. Plenty of older videos and lower-resolution uploads simply don't have one.

When it's absent, YouTube returns a real 404 — not a placeholder, not a blurry upscale. A good downloader should tell you the size doesn't exist rather than silently handing you a substitute, because there's a meaningful difference between "here's the 1280 x 720 file" and "here's a 480 x 360 file stretched to look like one."

The oldest video on the platform, Me at the zoo from 2005, is a neat demonstration: it has no maxres and no SD version at all. Only HQ, MQ and Default exist. HQ is the one size that's always there, which makes it the safe fallback.

How to grab any of them

The URLs follow a fixed public pattern based on the video's ID, which is the eleven characters after v= in a watch link. That's why thumbnail tools don't need an API key or your login — the images are public static files on Google's image servers.

Rather than assembling URLs by hand and guessing which resolutions exist, paste the link into the free YouTube Thumbnail Downloader. It checks all five, shows you the real pixel dimensions and file size of each, marks the ones that genuinely aren't available, and hands you a proper download for the rest. It works with normal watch links, Shorts, youtu.be share links and bare video IDs.

One thing to be careful about

Downloading a thumbnail to study it is fine. Republishing someone else's thumbnail as your own is a copyright problem and a good way to get a video pulled — thumbnails belong to the channels that made them.

Use them the way you'd use any competitive research: work out why the ones outranking you are working, then build your own. Once you've made something, run it through the analyzer to check the brightness, contrast, text size and face framing before you publish — or start with the 9-point thumbnail checklist.

Download any YouTube thumbnail →

Try the tool
Thumbnail Downloader
Open

More guides