YouTube's thumbnail specs, and which ones actually bite
YouTube publishes four requirements for a custom thumbnail. Only one of them causes real trouble.
| Spec | Requirement | In practice |
|---|---|---|
| Resolution | 1280×720 | Minimum 640×360. Below 1280 looks soft on TV and desktop. |
| Aspect ratio | 16:9 | Anything else gets black bars added for you. |
| File size | Under 2 MB | The one that fails. A design-tool PNG export is routinely 4–8 MB. |
| Format | JPG, PNG, GIF, WebP | JPEG is the practical choice — same look, a fraction of the bytes. |
Why PNG is the reason your upload gets rejected
PNG is lossless, so it stores every pixel exactly. That's wonderful for a logo with flat colour and terrible for a photographic thumbnail with a face, a gradient background and motion blur — there's no repeating pattern to compress, so the file balloons. The same image as a quality-90 JPEG typically lands between 200 and 600 KB with no difference a viewer could point to at thumbnail scale.
That's all this tool does, but done properly: it re-encodes at 92% and only steps down if the result is still over the limit, so you never over-compress to hit a number you had already cleared.
Crop or letterbox?
If your source isn't 16:9 — a phone screenshot, a square export, a vertical frame — something has to give. Cropping fills the frame and loses the edges; fitting keeps everything and adds black bars.
Crop, in almost every case. A thumbnail competes in a grid against full-bleed images, and bars shrink your usable area while signalling that the upload wasn't designed for the slot. Reach for fit-with-bars only when the edges carry information you genuinely can't lose.
FAQ
- What size should a YouTube thumbnail be?
- 1280×720 pixels, 16:9 aspect ratio, and under 2 MB. YouTube accepts JPG, PNG, GIF and WebP. Anything smaller than 1280 wide still uploads but looks soft on large screens, and a thumbnail below 640×360 stops qualifying as a custom thumbnail on some surfaces.
- How do I compress a YouTube thumbnail under 2 MB?
- Re-encode it as a JPEG at a lower quality setting. This tool does it automatically: it steps quality down from 92% until the file clears 2 MB, so you keep as much detail as the limit allows instead of guessing at an export setting.
- Why does YouTube reject my thumbnail?
- Almost always the 2 MB file size limit — a PNG export from Photoshop or Figma routinely lands at 4–8 MB. Less often it's an unsupported format or a resolution below 640×360. Re-encoding as JPEG fixes the size problem without visibly changing the image.
- Should I crop or letterbox a non-16:9 image?
- Crop. Black bars waste the thumbnail's most valuable real estate and read as an amateur upload in a feed of full-bleed competitors. Only fit-with-bars if the image has content at the very edges you can't afford to lose.
- Is this thumbnail resizer free?
- Yes, and it never uploads your image. The resizing and compression happen in your browser with the canvas API — the file never leaves your machine.
Grabbing a thumbnail rather than making one?
The YouTube Thumbnail Downloader pulls any video's image in all five sizes YouTube serves, straight from img.youtube.com.