Download a YouTube video thumbnail
Paste the link and the four thumbnail sizes show up. Download the one you want. Nothing is uploaded: your browser fetches the image from YouTube, that's all.
Works with Shorts, /embed/ links and a plain 11-character video ID too.
How it works
YouTube generates several versions of every thumbnail at fixed addresses like img.youtube.com/vi/VIDEO_ID/maxresdefault.jpg. The tool pulls the ID out of your link and shows you the four useful sizes. The Download button fetches the file; if YouTube refuses the browser request, the image opens in a tab and you right-click → Save image.
1280 × 720 doesn't exist for every video: older uploads and many Shorts only have 480 × 360. When the HD version is missing, YouTube returns a grey 120 × 90 placeholder — we detect it and hide it, so you never download an unusable file.
What it's actually for
Studying the thumbnails that work in your niche, rebuilding a design from a reference, getting your own thumbnail back when the source file is gone, or dropping a reference into a moodboard. For editing, a thumbnail isn't enough: you need the video itself on the timeline.
Frequently asked questions
Why doesn't the 1280 × 720 thumbnail show up?
Because the video doesn't have one. YouTube only creates the maxresdefault version when the source was large enough: many older uploads and Shorts stop at 480 × 360. The page hides missing versions instead of showing a grey box.
The Download button opens a tab instead of saving the file.
That's the intended fallback when the browser blocks the direct request to YouTube (CORS rules). The image is the right one: right-click → Save image as.
Is my link sent anywhere?
No. The ID is extracted by the page's JavaScript and the image loads from YouTube's image servers, like any image on any web page. No Black Hat Editor Tools server ever sees your link.
Does it work with Shorts and live streams?
Yes: youtube.com/shorts/…, /live/…, /embed/…, youtu.be/… and watch links with parameters (t=, list=, si=) are all recognised.
Am I allowed to reuse the thumbnail?
The thumbnail belongs to whoever published the video. For analysis, inspiration or a quotation inside a video, this is common practice; to republish it as is, ask permission. The tool grants no rights.
Do you keep the images?
None. There is no database and no cache: the page builds four image addresses and your browser does the rest.