YouTube Thumbnail Downloader
Download YouTube thumbnail images in full HD from any link. Paste a URL and this YouTube thumbnail downloader pulls every size that actually exists for that video, checks each one before it shows you anything, and previews them at their real dimensions rather than cropping them to look tidy. Works with regular videos, Shorts, live streams, youtu.be links and bare video IDs.
01 How to download a YouTube thumbnail in HD
To download a YouTube thumbnail, copy the video link, paste it above, and pick the size you want. The whole thing takes about ten seconds and needs no account, no extension and no API key. What follows covers the cases people actually get stuck on.
Download a YouTube thumbnail from a normal video URL
On desktop, the URL in your address bar works as it is. You do not need to strip the timestamp, the playlist parameter or any tracking tags. On the YouTube app, tap Share then Copy link. Paste it above and the video ID is pulled out for you. The largest available image is usually maxresdefault at 1280 x 720, which is the one most people mean by an HD thumbnail.
How to download a YouTube Shorts thumbnail
Shorts links look different, in the form
youtube.com/shorts/VIDEO_ID, but the thumbnails live at exactly
the same addresses as any other video. Paste the Shorts URL and it works
normally. One thing to expect: Shorts are filmed vertically, so the stored
thumbnail is still a landscape image with the vertical frame sitting in the
middle. That is how YouTube stores it, not something this tool is doing to
it.
YouTube thumbnail download on mobile
The tool works the same on a phone. The difference is in how the file arrives. On iOS and on some Android browsers a cross-origin image will open in a new tab rather than saving directly, and you save it with a long press then Save image. That is a browser rule rather than a limitation of this page, and section 04 explains why it is unavoidable for any tool that runs entirely in your browser.
02 Every YouTube thumbnail size, and which one you want
YouTube stores each thumbnail at several fixed addresses. Any tool that claims to fetch a custom size is either resizing it after the fact or guessing, because these are the files that exist:
| Filename | Dimensions | Ratio | What it is for |
|---|---|---|---|
| maxresdefault.jpg | 1280 x 720 | 16:9 | The HD thumbnail. Use this one unless it is missing. |
| sddefault.jpg | 640 x 480 | 4:3 | Standard definition, padded to 4:3. |
| hqdefault.jpg | 480 x 360 | 4:3 | Always exists. The reliable fallback. |
| mqdefault.jpg | 320 x 180 | 16:9 | Small but correctly proportioned. |
| default.jpg | 120 x 90 | 4:3 | Tiny. Really only useful as a list icon. |
Why maxresdefault is sometimes missing
This is the single most common complaint about every YouTube thumbnail downloader, and the cause is not the tool. YouTube only generates maxresdefault when the source video was uploaded at sufficient resolution. Older uploads and low resolution videos frequently have no maxres file at all, and requesting it returns a placeholder rather than the thumbnail. Some older videos are missing sddefault too.
Most tools handle this by showing you a broken image or, worse, a grey placeholder that looks like a real result. This one checks each address before displaying anything and tells you how many genuinely resolved, so "sizes found" is a measured number rather than a fixed five.
Why the 4:3 sizes look padded
Three of the five files are 4:3 while YouTube thumbnails are made at 16:9. The 4:3 versions are not differently cropped photographs; they are the same 16:9 image with bars added above and below to fill the frame. Preview them at their true shape, as this tool does, and you will see it immediately.
This matters because the previous version of this page displayed every size in a forced 16:9 box, which cropped the padding away and showed you an image that did not match the file you were about to download. If you want a clean 16:9 picture with nothing to trim, use maxresdefault or mqdefault.
03 What this YouTube thumbnail downloader does differently
It checks availability instead of assuming
Every address is requested before the results appear. Anything that does not resolve is not shown, and the count reflects reality for the specific video you pasted rather than a hardcoded number.
It offers frames from the video, not just the cover
Alongside the uploaded thumbnail, YouTube keeps a small number of still frames captured from the video itself. They are lower resolution and unpolished, which is precisely why they are useful: they show the actual footage rather than the designed cover image. If any exist for your video they appear in their own section.
It offers WebP as well as JPG
The same images are available in WebP, typically a noticeably smaller file at equivalent quality. If the thumbnail is going onto a web page rather than into Photoshop or Canva, WebP is usually the better choice.
It copies the direct image URL
Sometimes you do not want the file, you want the link, to embed in a document, a spreadsheet, a CMS or an API call. Every result has a copy button for exactly that.
04 Why a browser cannot always force a download
Every free YouTube thumbnail downloader runs into the same wall, and almost none of them explain it, so here it is.
A web page can only make your browser save a file directly under specific conditions. MDN states the rule plainly: the download attribute "only works for same-origin URLs, or the blob: and data: schemes." YouTube's images are served from a different domain than this page, so a plain download link cannot force a save. It will simply open the image.
The one legitimate workaround is to fetch the image data into memory first and hand your browser a blob, which counts as same-origin. That works only if the image host permits cross-origin reads. When it does not, the fetch fails and no amount of JavaScript will change that.
So this tool tries the proper download first. If the browser refuses, it opens the image and tells you how to save it, as an ordinary message rather than a red error, because nothing has actually gone wrong. Right click and Save image as on desktop, long press and Save image on a phone. Anything promising a guaranteed one-click save for every image in every browser is either routing your request through its own server or overstating what it does.
05 Can you legally use a downloaded YouTube thumbnail?
Downloading a thumbnail and republishing it are two completely different questions, and most pages on this topic blur them. This section is general information, not legal advice.
Who owns a YouTube thumbnail
The thumbnail belongs to whoever created it, normally the channel owner. It is a creative work and copyright applies to it just as it applies to a photograph. Being publicly visible does not place it in the public domain, and nor does the absence of a watermark.
Uses that are usually defensible
Saving one for private reference, studying design patterns across a niche, building a competitive research board, or quoting one inside genuine commentary, criticism, news reporting or education. Several jurisdictions protect this kind of use, under fair use in the United States and fair dealing elsewhere, though the boundaries differ by country and the outcome always depends on specifics.
Uses that will get you in trouble
Reuploading someone else's thumbnail as your own video's cover. Selling it. Putting it on merchandise. Using it in advertising that implies endorsement. Using a thumbnail containing a recognisable person commercially, which raises personality rights on top of copyright.
The safer route
If you like a competitor's thumbnail, take the idea rather than the file. The composition, the colour contrast, the size of the face, the number of words. Those are not protected and copying the approach is ordinary competitive practice. Copying the image itself is not.
06 YouTube Thumbnail Downloader FAQ
Copy the video link from your browser or the Share button in the YouTube app, paste it into the YouTube thumbnail downloader above, and pick a size. The tool checks which images exist for that video and shows only those. The largest is normally maxresdefault at 1280 x 720. No account, extension or API key is needed.
1280 x 720 pixels, the file YouTube calls maxresdefault. That is the highest resolution stored, so no tool can give you more than that from a video URL, and any that claims 4K or 1080p thumbnails is upscaling. Below it sit 640 x 480, 480 x 360, 320 x 180 and 120 x 90. If maxresdefault is missing for a video, 480 x 360 is the reliable fallback because it always exists.
YouTube only generates the 1280 x 720 maxresdefault file when the video was uploaded at high enough resolution. Older uploads and low resolution videos often have no maxres version at all, and asking for it returns a placeholder rather than the picture. This tool checks each address first and shows only what genuinely exists, so a missing HD size is reported rather than displayed as a broken image.
Yes. Paste a youtube.com/shorts/ link and it works exactly like a normal video. Shorts thumbnails are stored at the same addresses as everything else. Because Shorts are filmed vertically, the stored image is a landscape file with the vertical frame in the centre, which is how YouTube keeps it rather than anything the downloader does.
Because of a browser security rule rather than a fault. Per MDN, a download link "only works for same-origin URLs, or the blob: and data: schemes", and YouTube's images come from another domain. The tool first tries to pull the image into memory so it can hand your browser a proper file, and when the browser refuses that read it falls back to opening the image. Right click and Save image as, or long press and Save image on a phone.
Downloading one for private reference, research or design study is generally fine. Republishing is the part that carries risk, because the thumbnail is a copyrighted creative work owned by the channel. Quoting one inside genuine commentary, criticism, news or education may be defensible under fair use or fair dealing depending on your country. Reuploading it as your own video's cover, selling it, or using it in advertising is not. This is general information, not legal advice.
WebP yes, because YouTube stores genuine WebP versions and this tool links to them directly. PNG is different: YouTube only stores JPG and WebP, so any tool offering a PNG is converting the JPG in your browser. That produces a larger file with no extra detail, since the JPG compression has already happened and cannot be undone. If you need PNG for a design tool, convert it after downloading and know that you are not gaining quality.
Nothing. YouTube thumbnail downloader, thumbnail grabber and thumbnail extractor all describe the same thing: a tool that turns a video URL into the direct image addresses YouTube already publishes. Different sites use different words for the same job. None of them access anything private, and none can retrieve a thumbnail the video does not have.
Unlisted videos usually work, because their thumbnails are served from the same public addresses and only the video page is hidden from search. Private videos do not, since their images are not publicly served. If you own the video, the reliable route is YouTube Studio, which holds the original file you uploaded at full quality rather than YouTube's compressed copy.
No. This tool builds the image addresses in your browser and requests them from YouTube directly. Nothing is uploaded to Calcxi, no video URL is logged, and nothing is stored between visits. Closing the tab discards everything.
07 Limits, sources and disclaimer
What this tool cannot do
It cannot produce a thumbnail larger than 1280 x 720, because that is the largest YouTube stores. It cannot recover an image the video does not have. It cannot reach private videos. It cannot improve quality by converting format, and it cannot guarantee a one-click save in every browser, for the reason set out in section 04.
Sources
Thumbnail filenames, dimensions and availability behaviour from the thumbnail URL notes in lite-youtube-embed, which documents that "not every resolution thumbnail is available for every video" and records the WebP path. Dimensions cross-checked against a published size reference. The download restriction is quoted from MDN's documentation of the anchor element. Every figure quoted was read on the linked page, in line with the Editorial Policy.
Not legal advice, and not affiliated with YouTube
Calcxi is an independent tools site, not affiliated with, endorsed by or sponsored by YouTube or Google. This page does not provide legal advice. Copyright and fair dealing rules differ by country, and if you intend to publish someone else's thumbnail commercially you should take proper advice or get permission from the channel.
08 Related tools
Written & verified by
B.Tech Computer Science · 8 years in web development & SEO · Bhilwara, India
About ·
LinkedIn ·
Report an error