Five Sizes, One Video
Every YouTube video that has completed processing generates up to five distinct thumbnail image files at different resolutions, each with its own predictable URL pattern and its own use case. Understanding these five tiers explains a lot of thumbnail-related confusion, from missing HD images to why a downloaded thumbnail sometimes looks blurrier than expected than the same video appears elsewhere.
The Five Resolution Levels
| Name | Typical Size | Aspect Ratio | Guaranteed to Exist? |
|---|---|---|---|
maxresdefault | 1280×720 | 16:9 | No |
sddefault | 640×480 | 4:3 (cropped from source) | Almost always |
hqdefault | 480×360 | 4:3 | Yes |
mqdefault | 320×180 | 16:9 | Yes |
default | 120×90 | 4:3 | Yes |
Why maxresdefault Is the Odd One Out
Unlike the other four sizes, maxresdefault is not generated for every single video. It depends on the resolution of the original uploaded video file and, for older uploads, on whether YouTube's processing pipeline generated it at the time. This is the single most common cause of the "broken HD thumbnail" problem covered in our dedicated troubleshooting guide.
Why sddefault Looks Slightly Cropped
Notice that sddefault and hqdefault use a 4:3 aspect ratio, while most modern video is shot in 16:9. YouTube handles this by cropping the sides of the source frame to fit the older 4:3 container these lower sizes were originally designed around, back when 4:3 was YouTube's standard thumbnail shape. This is why a 4:3 thumbnail sometimes cuts off content visible at the edges of the true 16:9 frame.
Which Size Should You Use, and When?
- Downloading for print, large displays, or anything zoomed in: always try
maxresdefaultfirst. - Downloading for a blog post or article at normal reading size:
sddefaultorhqdefaultis usually indistinguishable from HD and loads faster. - Building a small preview grid or list view:
mqdefaultkeeps file sizes small without looking noticeably soft at small display sizes. - Tiny UI elements like a recently-watched icon:
defaultis the right (and often only sensible) choice.
Why This Matters More Than It Seems
Picking the wrong resolution tier for a given use case is a common, easy-to-avoid mistake. Embedding a tiny default thumbnail in a large hero banner on your own site makes it look pixelated, while pulling full maxresdefault images for a small icon grid wastes bandwidth and slows page load for no visual benefit. Matching the tier to the actual display size is a simple habit that improves both appearance and performance, and it's a detail worth building into any workflow that handles thumbnails at scale.
A Bit of History
The 4:3 aspect ratio baked into sddefault and hqdefault is a holdover from YouTube's earliest years, before 16:9 widescreen became the platform's dominant video shape. Rather than redesigning these long-standing, widely-cached URL patterns, YouTube added mqdefault and later maxresdefault as newer, wide-format tiers on top, which is why the resolution family looks inconsistent at first glance — it reflects incremental additions over more than a decade rather than a single unified design.
How a Good Downloader Handles This
Rather than manually testing each URL pattern and hoping maxresdefault exists, a tool like ThumbnailsFast checks all five levels automatically and presents whichever ones are actually available for that specific video, so you always get the best real option without guesswork. This matters especially for bulk downloads across an entire playlist, where manually checking each video's available resolutions one at a time isn't practical.
A Note on File Size
Resolution and file size aren't perfectly linear — a maxresdefault JPEG is typically 50–150KB, while a default thumbnail is often under 5KB. If you're archiving thumbnails at scale and storage matters, this is worth factoring into which resolution tier you standardize on for a large batch.