Maxresdefault Thumbnail — YouTube's Largest Cover, Explained
What maxresdefault really is, and how to get it when it exists.
Quick answer: maxresdefault.jpg is the highest rung in YouTube's public thumbnail ladder, usually 1280×720 pixels. It exists only when the creator uploaded a cover that large: for many older videos the CDN has nothing bigger than 640×480, and requests for maxresdefault return a 120×90 grey placeholder. This page tests your video's maxresdefault before offering it, so a missing cover is labelled missing rather than handed to you as a broken link.
Nothing fetched yet. Paste a link above — the page reads only the public cover images and the video's public metadata, and it never touches the video file itself.
| File name | maxresdefault.jpg (with hq720.jpg as a near-twin on many videos) |
|---|---|
| Typical size | 1280×720 — 16:9, matching YouTube's recommended upload size |
| When absent | Auto-generated covers, older uploads and some Shorts |
| Placeholder tell | A 120×90 grey image served with HTTP 200 — width, not status code, is the test |
| Alternative rungs | sddefault 640×480, hqdefault 480×360, mqdefault 320×180, default 120×90 |
What this tool does
The name comes from YouTube's own storage convention: max-res(olution)-default. It is not an API field you can request politely — it is a fixed URL shape, /vi/«video-id»/maxresdefault.jpg, that either holds a real 1280×720 cover or nothing usable. Knowing that shape is why “thumbnail downloaders” can exist without any account or API key at all.
Common uses
- Confirm a video has a 1280×720 cover before using it in a layout
- Download the largest available frame for a print or poster mock
- Understand why a scraper returned a grey rectangle
- Compare covers of the same video across re-uploads
Why people ask for maxresdefault by name
Because it is the URL you find in every tutorial and script, and because the naming implies a guarantee that does not exist. Two videos of the same vintage can differ: one has a 1280×720 cover because the creator uploaded artwork at that size, the next has only 480×360 because YouTube generated the cover from a frame. The ladder is a maximum, not a promise.