YTThumb

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.

Sizes are probed one by one — a missing size is labelled, not silently replaced by a grey placeholder.

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.

Core facts
File namemaxresdefault.jpg (with hq720.jpg as a near-twin on many videos)
Typical size1280×720 — 16:9, matching YouTube's recommended upload size
When absentAuto-generated covers, older uploads and some Shorts
Placeholder tellA 120×90 grey image served with HTTP 200 — width, not status code, is the test
Alternative rungssddefault 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.

Frequently Asked Questions

Is maxresdefault always 1280×720?
In practice it is 1280×720 for standard 16:9 uploads; do not rely on a fixed dimension — read the width of the image you actually loaded, which this tool displays for you.
The image looks tiny and grey. What happened?
That is the placeholder YouTube returns when the requested size does not exist. The tool detects it by width and marks the row as missing instead of calling it a download.
Can I force a larger thumbnail than maxresdefault?
No. There is no public URL above it. If you need a bigger asset, contact the creator — their original artwork is the only larger source.

More Thumbnail Sizes & Formats