How to download a YouTube thumbnail
Grab any public video’s thumbnail JPG from YouTube’s image CDN. Pull the 11-char video ID, open maxresdefault, Save. Fall back to hqdefault if maxres is gray.
2 min read ThumbnailsYouTubeGuidesYou want the thumbnail image, not the video file.
YouTube hosts public stills on its image CDN. You build the URL from the video ID, open it, and save the JPG.
This is not [how to download YouTube videos](/blog/how-to-download-youtube-videos). That path is about the MP4, Premium offline, and tools like yt-dlp. This post stops at the image.
It is also not [how to change a YouTube thumbnail](/blog/how-to-change-youtube-thumbnail), [how to remove a custom YouTube thumbnail](/blog/how-to-remove-youtube-thumbnail), or [how to enable custom YouTube thumbnails](/blog/how-to-enable-custom-youtube-thumbnails). Those are Studio upload and verify jobs.
1. Pull the video ID
You need the 11-character ID. It sits in the URL.
Examples:
Copy only those 11 characters. Skip `?si=` and other query junk.
2. Open maxresdefault
Paste this into the address bar, with your ID in place:
`https://img.youtube.com/vi/VIDEO_ID/maxresdefault.jpg`
Press Enter. You should see a large still.
Right-click the image. Choose **Save image as…** (or your browser’s Save Picture / Download Image label). Save the JPG.
That is the high-res custom or default still when YouTube has one.
3. If maxres is gray or tiny
Some videos never got a maxres still. The URL can return a gray placeholder (often a tiny JPEG) even when the browser shows a page.
Do not save that gray box.
Fall back to:
`https://img.youtube.com/vi/VIDEO_ID/hqdefault.jpg`
hqdefault is almost always present. Resolution is lower. Still fine for a reference or mood board.
4. Shorts use the same path
Shorts share the same 11-character ID. Same `maxresdefault` URL. Same `hqdefault` fallback.
No separate Shorts CDN trick.
5. Then stop
You now have a JPG on disk. You did not pull the video file.
Need the video itself? That is [how to download YouTube videos](/blog/how-to-download-youtube-videos).
Need to put a custom on your own upload? Start with [how to enable custom YouTube thumbnails](/blog/how-to-enable-custom-youtube-thumbnails) if Upload file is locked, then [how to change a YouTube thumbnail](/blog/how-to-change-youtube-thumbnail) on desktop.
Once you have the JPG and want a second look at how it reads as a thumb, run it through [Thumbly Score](/blog/how-to-use-thumbly-score).
FAQ
**How do I download it?** Copy the 11-char ID. Open `img.youtube.com/vi/{ID}/maxresdefault.jpg`. Right-click Save.
**Video file too?** No. Image only. Use the [download-videos guide](/blog/how-to-download-youtube-videos) for that.
**Gray maxres?** Switch to `hqdefault.jpg`.
**Shorts?** Same CDN path.
**Studio export?** No. This is the public CDN URL for any watchable video.