Why Your YouTube Thumbnail Isn't Available in HD
Quick answer: the maxresdefault.jpg file only exists when the video's uploader provided a thumbnail image at 1280×720 pixels or larger. If they uploaded something smaller — or never set a custom thumbnail at all — that file doesn't exist, and the next best available size is what you should use instead.
Common Reasons maxresdefault Is Missing
- The creator used YouTube's auto-generated thumbnail. Auto-generated frames aren't always produced at full HD source resolution.
- The custom thumbnail was uploaded below 1280×720. YouTube accepts smaller custom thumbnails; it simply won't generate a maxres version from one.
- The video is very old. Thumbnail generation behavior has changed over the years, and some older uploads never had a high-res version generated.
- It's a live stream or premiere in progress. The final high-res thumbnail sometimes isn't generated until after the broadcast ends.
How to Check Which Sizes Are Available
Paste the video into the thumbnail downloader on our homepage — it automatically checks every size for you and only shows the ones that actually exist, so you never end up with a broken image. If you want to understand the pattern yourself, here's what each size means:
| File name | Typical size | Always available? |
|---|---|---|
maxresdefault.jpg | 1280×720 | No — only if the creator supplied a high-res image |
sddefault.jpg | 640×480 | Yes |
hqdefault.jpg | 480×360 | Yes |
mqdefault.jpg | 320×180 | Yes |
default.jpg | 120×90 | Yes |
The Best Fallback Order
If you're building something yourself rather than using our tool, request sizes in this order and use the first one that loads a real image rather than a small grey placeholder:maxresdefault → sddefault → hqdefault. Jumping straight to hqdefault is the safest single choice if you want one size that is guaranteed to exist without any fallback logic at all.
Frequently Asked Questions
Can a creator add a maxresdefault thumbnail after the fact?
Yes — uploading a new custom thumbnail through YouTube Studio at 1280×720 or larger generates a maxresdefault image going forward. It won’t fix already-cached copies elsewhere, but new requests will pick it up.
Does this affect the video’s quality, not just the thumbnail?
No — thumbnail resolution and video playback resolution are completely independent. A video can stream in full 4K while its thumbnail is only available at 480×360, and vice versa.
Why does sddefault sometimes look identical to hqdefault?
For many videos YouTube generates the smaller sizes from the same source frame, just scaled down, so at a glance two adjacent sizes can look very similar even though their actual pixel dimensions differ.