Free tool — runs in your browser

YouTube thumbnail downloader

Paste a YouTube link and get every thumbnail size the video has, up to full 1280x720. Direct links to the images YouTube hosts: no signup, no watermark.

Video

How to download a YouTube thumbnail

The tool never talks to YouTube. It reads the video id out of whatever you paste and rebuilds the image paths YouTube already serves, so the download is a direct request from your browser to Google's image host.

  1. Copy the link from the address bar, the Share button, or the mobile share sheet. Any of the forms below works.
  2. Paste it into the box. The 11-character video id is picked out and everything else in the URL is discarded.
  3. Look at which sizes came back. Not every video has every size, so check the preview loaded before you rely on it.
  4. Right-click the image and save it, or copy the direct link if you want to reference it rather than store it.
  5. Check the aspect ratio of the one you took. Two of the five sizes are not 16:9, and it is easy to grab the wrong one.
  6. If you are collecting thumbnails for research, save the video id alongside each file, because the filenames are all identical.

The sizes YouTube serves, and the URLs they live at

Every thumbnail sits at a predictable path keyed on the video id, which is why this works without an API key. The file names have not changed in years and the dimensions are fixed.

  • maxresdefault.jpg, 1280x720. Max resolution. Only exists when the uploader supplied an HD thumbnail.
  • sddefault.jpg, 640x480. Standard definition. 4:3, so the 16:9 frame is letterboxed inside it.
  • hqdefault.jpg, 480x360. High quality. Always present.
  • mqdefault.jpg, 320x180. Medium quality. True 16:9.
  • default.jpg, 120x90. Default. The tiny legacy thumbnail.
  • Each of those is served at i.ytimg.com/vi/VIDEO_ID/FILENAME.jpg, and the older img.youtube.com/vi/ path returns the same images.
  • The id is 11 characters and case-sensitive, so a link mangled by a chat app that lowercased it will resolve to a different video or to nothing.
  • Accepted URL shapes: watch?v=, youtu.be/, /shorts/, /embed/, /live/, and a bare id pasted on its own.

What goes wrong

The failures here are quiet ones. You get an image, it looks fine at the size you previewed it, and the problem only shows up once it is in a deck or on a page.

  • Stretching hqdefault to fill a 1280x720 slot. It is 480x360, so scaling it up gives you a soft, obviously upscaled image next to any thumbnail that was not.
  • Taking sddefault without noticing the bars. The black letterbox travels with the file into whatever you paste it into, and cropping it back costs you resolution.
  • Hotlinking the image host in production. It works today, but nothing about that path is promised to you, and the day it changes your page shows a broken image with nobody to ask.
  • Assuming a thumbnail proves a video exists. An id that no longer resolves to a public video will not give you a usable image, and the failure is not always a clean 404.
  • Expecting a source file. What YouTube serves is already JPEG-compressed for the web, so there is no version with the artefacts removed.

What this is not for

This is a way to get the images YouTube publishes, at the sizes YouTube publishes them. It is not an asset pipeline, and treating it as one is where people come unstuck.

  • It will not get you a print-quality file. The ceiling is 1280x720 and already compressed, so for a large hero or anything going to print, ask the uploader for the original.
  • It is not a video downloader, and adding one would put this page on the wrong side of YouTube's terms.
  • For designing your own thumbnail, start from a blank canvas at the right size rather than from somebody else's frame.
  • If you want to study why a thumbnail works, save several from the same niche and compare them side by side. One thumbnail out of context teaches nothing.
The rest of the job

You just fixed one post. Now do the month.

The youtube thumbnail downloader solves one piece of one post. OctoSpark plans, writes and schedules the whole calendar across every network you use, publishes it for you, and reports what actually performed.

  • One calendar for every network
  • Schedule once, publish everywhere
  • Drafts written in your own voice
  • See what actually performed
Open the full sign-up page

No card needed. These tools stay free either way.

Frequently asked questions

How this tool works, what it cannot do, and what happens to what you put into it.

  • Why does the max resolution thumbnail sometimes fail to load?

    YouTube only generates maxresdefault.jpg when the uploader provided a thumbnail at 1280x720 or larger. Older videos, and any video left on an auto-generated thumbnail, simply have no file at that path, so the request 404s. This tool falls back to hqdefault, which always exists.
  • Is downloading a thumbnail allowed?

    The image belongs to whoever uploaded the video. Grabbing one to reference, review or analyse is ordinary use, but republishing it as your own thumbnail is a copyright problem. Check before you reuse.
  • Why is the standard definition version 4:3?

    sddefault.jpg is a legacy 640x480 frame from before YouTube moved to widescreen, so a 16:9 thumbnail sits letterboxed inside it with black bars top and bottom. Use maxresdefault or mqdefault if you need a clean 16:9 crop.
  • Does this work with Shorts and youtu.be links?

    Yes. Shorts URLs, youtu.be share links, embed URLs and a bare 11-character video id all resolve to the same video id, which is all the thumbnail path needs.
  • Is my data private?

    Yes. This tool does its work in your browser, so whatever you type, paste or upload stays on your device. Nothing is sent to our servers, which is also why it keeps working if you go offline after the page has loaded.
  • Is this really free?

    Yes. Every tool here is free with no account, no credit card and no usage cap. They exist so that the people who need our scheduling product find us, which only works if the tools are genuinely useful on their own.
  • Do I need an account?

    No. Open the page and use it. An account is only for OctoSpark itself, where you plan, schedule and publish a whole calendar rather than fixing one post at a time.
  • Can I use the output commercially?

    Yes. Anything you produce here is yours, including for client and commercial work. We claim no rights over it and we do not watermark it.