YouTube Thumbnail Sizes: Max Resolution vs HQ
How YouTube thumbnail endpoints differ, why max resolution is not always present, and which image to download for your workflow.
Reviewed August 31, 2026 · 4 minute guideThe short answer
A YouTube video may expose several JPG thumbnail sizes. The max-resolution image is commonly 1280 × 720 when the source provides it, while the standard HQ image is commonly 480 × 360 and can include letterboxing around a 16:9 frame. Not every upload has a max-resolution asset. A reliable thumbnail downloader should test the larger image and fall back to HQ when it is unavailable, rather than returning a placeholder as if it were the real thumbnail.
A typical 16:9 maxresdefault image when the video provides one.
The hqdefault endpoint is widely available but uses a 4:3 canvas.
YouTube thumbnail endpoints normally return JPEG images.
What max resolution and HQ mean
The maxresdefault endpoint requests the largest standard thumbnail associated with a video and is commonly 1280 × 720. The hqdefault endpoint requests a smaller high-quality preview that is commonly 480 × 360.
The names describe endpoint variants, not a guarantee that every upload contains the same pixels or image quality. Older uploads, vertical videos, live content, or videos with incomplete processing may differ.
Why max-resolution thumbnails can be missing
A max-resolution file may never have been generated, may not yet be available, or may return a generic placeholder. This is why simply constructing a maxresdefault URL is not enough for a dependable download flow.
The thumbnail tool requests the larger image through a controlled endpoint and falls back to HQ when the max-resolution response is unavailable. The image response is limited to 5 MB to reject unexpectedly large files.
Choosing the best thumbnail for reuse
Use the max-resolution image when you need a larger 16:9 asset for an authorized design or archive. Use HQ when the source has no max-resolution image or when a smaller preview is sufficient. Always inspect the downloaded image because the visible composition can differ between variants.
A downloadable thumbnail is not automatically free to reuse. Only use an image you own, one in the public domain, or one you have permission to reproduce or modify.
- Prefer max resolution for larger authorized design work.
- Use HQ as a dependable fallback for preview and reference.
- Preserve the original aspect ratio to avoid stretching faces, text, or graphics.