The current thumbnail spec
Google's published requirements for a custom video thumbnail (YouTube Help, “Add video thumbnails”) are short:
| Property | Requirement | Notes |
|---|---|---|
| Resolution | 1280 × 720 recommended | Minimum width 640 px |
| Aspect ratio | 16:9 | Other ratios get letterboxed or cropped in previews |
| File size | Under 2 MB | 10 MB for podcast thumbnails |
| Formats | JPG, PNG, GIF | Non-animated; no WebP |
| Account | Verified, no strikes | Phone verification in Studio |
The spec is the easy part — every image editor can hit it. What actually decides whether a thumbnail earns clicks is how it survives being shrunk, which is what the previews above simulate.
Why thumbnails die at small sizes
You design a thumbnail on a 1280×720 canvas, but almost nobody sees it at 1280×720. On a desktop watch page the suggested-videos sidebar renders it at roughly 168×94 pixels — about 2% of the area you designed on. Search results get around 360×202, a phone's home feed roughly the width of the screen, 320–400 px. At 168 px wide:
- Thin text disappears. A 40 px font on the full canvas is about 5 px in the sidebar — below the size at which letters are distinguishable. If you use text at all, three or four words in a heavy weight is the practical ceiling.
- Busy compositions turn to noise. One subject, high contrast against the background, reads at any size. Five elements read at none.
- Low-contrast color grading flattens. Small images lose local contrast when downscaled; what looked moody at full size looks like a grey rectangle in the feed.
Then there is the duration badge: YouTube stamps the video length in a dark rounded box in the bottom-right corner of every thumbnail, on every surface. It covers roughly the bottom-right fifth of the width. Text, faces or logos placed there get a timestamp printed over them — the single most common avoidable thumbnail mistake. The badge overlay in the checker marks that zone so you can keep it empty by design. Progress bars (the red watched-strip along the bottom edge) and the “now playing” dimming are also worth remembering, but the badge is the one that hides content.
The rule-of-thirds grid is there for composition: placing your subject on a third-line intersection rather than dead centre is the oldest trick in photography, and at thumbnail sizes it also conveniently pulls the subject away from the badge corner.
Banner safe areas — what every device actually shows
Channel art is one 16:9 image that gets radically different crops per device. Google's spec (YouTube Help, “Manage your channel branding”) sets a minimum upload of 2048 × 1152 with a 1235 × 338 safe area for text and logos, a recommended size of 2560 × 1440, and a 6 MB file limit. Scaled to the recommended 2560×1440 canvas, the numbers every designer uses (see e.g. Have Camera Will Travel's banner guide) are:
| Zone | Size on the 2560×1440 canvas | Who sees it |
|---|---|---|
| Text-safe area | 1546 × 423, centred | Everyone — phones show only this |
| Desktop strip | ~2560 × 423, centred band | Desktop browsers (width varies with window) |
| TV | 2560 × 1440 (everything) | Smart-TV apps only |
The practical rule: design the full 2560×1440, but treat everything outside the centre 1546×423 as decoration. Channel name, tagline, upload schedule, social handles — all of it inside the safe zone. The outer regions should be texture, colour or imagery that still looks intentional when cropped away, because on most phones it will be.
Practical design guidance
- Test at 168 px before publishing. That is what the sidebar preview above is for; if the click-reason isn't obvious there, it isn't obvious anywhere.
- Export at exactly 1280×720. Bigger gets downscaled by YouTube's own resampler (fine but out of your control); smaller gets upscaled and always looks soft.
- PNG for text and flat graphics, JPG quality 80–90 for photos. Both fit under 2 MB at 1280×720 with room to spare; the classic mistake is JPG quality 60 “to be safe”, which is where the mush comes from.
- Keep the bottom-right clear — the duration badge is non-negotiable and appears on every surface.
- Faces and emotion outperform objects at small sizes; a readable facial expression is legible at 94 px tall long after text has gone.
- For banners, never rely on the vertical extremes. The top and bottom thirds of the 2560×1440 canvas exist for TVs only.
This page is general design guidance and a rendering of Google's published specs — platforms change their UIs without notice, so treat the pixel sizes of YouTube's surfaces as close approximations, not contracts.
FAQ
Does this tool upload my image anywhere?
No. The image is read with the browser's FileReader API and drawn onto canvases on this page — it never leaves your device, nothing is sent to any server, and closing the tab removes it from memory. You can verify this in your browser's network tab: choosing a file triggers no network request.
What is the correct YouTube thumbnail size in 2026?
1280 x 720 pixels, 16:9 aspect ratio, under 2 MB (10 MB for podcasts), in JPG, PNG or GIF format, with a minimum width of 640 pixels. That is Google's current published spec. Uploading exactly 1280 x 720 avoids any resampling blur from YouTube scaling your image.
Why does my thumbnail look blurry on YouTube?
Usually one of three things: the source image was smaller than 1280 x 720 and got upscaled; heavy JPG compression was used to squeeze under the 2 MB limit (export at quality 80-90 instead of 60); or fine detail and thin text simply disappear at the tiny sizes YouTube actually renders — a suggested-video thumbnail is only about 168 pixels wide. Design for the small size, not the editor canvas.
What is the YouTube banner safe area?
The centre region that stays visible on every device. Google's spec gives a minimum upload of 2048 x 1152 pixels with a 1235 x 338 safe area for text and logos — at the recommended 2560 x 1440 size that scales to roughly 1546 x 423 in the dead centre. Desktop shows a wider strip of about 2560 x 423, and only TVs display the full 2560 x 1440 image. Anything important outside the centre zone will be cropped on phones.
Do I need to verify my account to upload custom thumbnails?
Yes. Custom thumbnails require a verified YouTube account (phone verification) and no active Community Guidelines strikes. Verification is free and takes a minute in YouTube Studio; without it, YouTube only offers the three auto-generated frames.
What file formats does YouTube accept for thumbnails and banners?
Thumbnails: JPG, PNG or GIF (non-animated), under 2 MB. Banners: JPG, PNG, BMP or GIF (non-animated), under 6 MB. PNG keeps hard edges and text crisp; a well-exported JPG is usually smaller for photographic images. WebP and animated files are not accepted for either.