YouTube publishes one recommended thumbnail size, but it stores five, and understanding the difference explains most of the confusion creators run into — including why a thumbnail sometimes looks sharp on desktop and soft on a phone.

The Specification You Upload

  • Resolution: 1280×720 pixels, the minimum width being 640 pixels.
  • Aspect ratio: 16:9, which is what the player and every feed surface expect.
  • File formats: JPG, PNG, GIF (static), and BMP.
  • Maximum file size: 2 MB.

Upload at exactly 1280×720. Going larger gains nothing because YouTube re-encodes anyway; going smaller means the platform upscales your image for the watch page, which is where softness comes from.

The Five Files YouTube Generates

Behind the scenes, every video gets a set of derivative images stored at predictable public addresses. These are what a thumbnail downloader retrieves:

  • maxresdefault.jpg — 1280×720. The full-quality version.
  • sddefault.jpg — 640×480.
  • hqdefault.jpg — 480×360.
  • mqdefault.jpg — 320×180.
  • default.jpg — 120×90.

Only two of these keep your 16:9 framing intact. The 640×480 and 480×360 versions are 4:3, which means YouTube either pads them with black bars or crops them, depending on the file. That is worth knowing when you extract an image for reference and it does not match the proportions you remember.

Why maxresdefault Sometimes Does Not Exist

The 1280×720 file is generated only when the source material justifies it — in practice, when the creator uploaded a custom thumbnail at that size, or when the video itself was uploaded in HD. Older videos, videos from channels without custom thumbnail privileges, and some auto-generated covers stop at 640×480. If an Ultra HD preview appears broken in an extractor, this is why: the address is valid but no file was ever created there. Fall back to the SD or HQ version.

The Safe Zone

Your thumbnail is never displayed clean. A duration badge sits in the bottom-right corner of every video card, and on the watch page a progress bar overlays the bottom edge of the preview. Anything important in the bottom-right 15 percent of the frame will be partially covered.

Treat the outer 5 percent on every side as a margin and the bottom-right corner as unusable. Faces and text belong in the upper two-thirds.

Where Each Size Actually Appears

Different surfaces pull different files. Search results and the home feed on desktop typically use the medium or high-quality versions; the mobile feed uses the smaller ones; the watch page and end screens use maxres. This is the practical reason to design for legibility at small sizes: the impression that decides whether someone clicks is usually served from a 320-pixel file, not the 1280-pixel one you spent an hour on.

File Size and Compression

The 2 MB limit is generous, and a well-exported 1280×720 JPG at quality 85 typically lands between 150 and 400 KB. Do not chase the limit — heavy files gain nothing since YouTube re-compresses. Do avoid pushing JPEG quality below about 75, where compression artefacts start showing around hard-edged text, which is exactly where thumbnails put their text.

PNG is worth using when your design is flat graphics and type rather than photography; it keeps edges crisp with no artefacts, at the cost of a larger file. For anything photographic, JPG is the right choice.

A Note on Aspect Ratio Mistakes

Uploading a square or vertical image does not get rejected — it gets letterboxed. YouTube pads it to 16:9 with black bars, which shrinks your actual content and makes the card look accidental. If you are repurposing a Shorts cover or an Instagram graphic, rebuild it on a 16:9 canvas rather than letting the platform pad it.

Summary Table

  • Upload: 1280×720, 16:9, JPG or PNG, under 2 MB.
  • Design for legibility at 320 pixels wide.
  • Keep the bottom-right corner clear of anything important.
  • Expect five stored sizes, two of which are 4:3.
  • A missing maxres file means the video never had a custom HD thumbnail.