Paste any YouTube link and this tool pulls every thumbnail size YouTube has stored for that video, ready to download. It works with normal watch?v= URLs, shortened youtu.be links, and Shorts. Under the hood there's no magic — YouTube exposes thumbnails at fixed public addresses, and this tool just builds the right ones from the video ID and shows them side by side.
Available resolutions
- Maximum (maxresdefault) — 1280×720 HD. The best quality, but only exists for videos uploaded at 720p or higher (mostly 2012 onward).
- Standard (sddefault) — 640×480. Reliable 4:3 fallback.
- High Quality (hqdefault) — 480×360. This one exists for every video, so it's the safest choice when HD is missing.
- Medium (mqdefault) — 320×180. A tidy 16:9 crop.
- Default — 120×90. The tiny thumbnail YouTube shows in related-video lists.
How the thumbnail URLs actually work
Every YouTube thumbnail lives at a predictable address:
https://img.youtube.com/vi/VIDEO_ID/maxresdefault.jpg
The VIDEO_ID is the 11-character code after v= in the watch URL, or after the slash in a youtu.be link. Swap the filename to hqdefault.jpg, sddefault.jpg, or mqdefault.jpg and you get the other sizes. This tool simply constructs those links for you and checks which ones return a real image, so you don't have to guess whether a video has an HD thumbnail.
Which size should you grab?
Match the resolution to the job rather than always taking the largest file:
- Blog post or article header — maxresdefault (1280×720) if it exists, otherwise hqdefault upscales poorly, so crop rather than stretch.
- Video reference or moodboard — mqdefault (320×180) is small and quick to collect in bulk.
- Studying competitor thumbnails — grab hqdefault for a consistent size across every video, since not all of them have HD.
These images are copyrighted
A thumbnail belongs to the creator who made the video. Saving one for private research or a reference board is one thing; republishing it on your own channel, site, or product is another. Reuse needs the owner's permission or a real fair-use footing — commentary, criticism, news, or education — not just "it was easy to download."
FAQ
Why is there no HD (maxresdefault) thumbnail for some videos?
+
The 1280×720 image only exists when the video was uploaded in at least 720p, which in practice means 2012 and later. For older or low-resolution uploads, the highest dependable size is hqdefault at 480×360.
How do I get a thumbnail without any tool?
+
Use the pattern img.youtube.com/vi/VIDEO_ID/maxresdefault.jpg. Drop in the 11-character video ID from the watch URL, and change the filename to hqdefault.jpg or sddefault.jpg for smaller sizes.
Does it work with youtu.be and Shorts links?
+
Yes. Standard watch URLs, shortened youtu.be links, and Shorts all carry the same video ID, so the thumbnails resolve identically for each format.
Is it legal to use someone else's thumbnail?
+
Thumbnails are copyrighted by the creator. Downloading one for private reference is generally fine, but republishing it needs permission or a genuine fair-use basis such as commentary, criticism, news, or research.
Can I download the thumbnail from a live stream?
+
Yes, provided the stream has a thumbnail set. The same URL pattern applies, though the HD maxresdefault version may not appear until the stream has finished processing.