YouTube thumbnail URL generator

Generate YouTube thumbnail URLs (i.ytimg.com)

Need the CDN path for a CMS, a spreadsheet, or an <img> tag — not a file in Downloads? This desk lists live i.ytimg.com URLs you can copy.

ThumbUHD

Build thumbnail CDN links from a URL or ID

Watch, Shorts, embed, live, youtu.be, music, or an 11-character video ID.

YouTube thumbnail URL format (copy and edit)

https://i.ytimg.com/vi/{id}/maxresdefault.jpg
https://i.ytimg.com/vi/{id}/hq720.jpg
https://i.ytimg.com/vi/{id}/sddefault.jpg
https://i.ytimg.com/vi/{id}/hqdefault.jpg
https://i.ytimg.com/vi/{id}/mqdefault.jpg
https://i.ytimg.com/vi/{id}/default.jpg
https://i.ytimg.com/vi/{id}/0.jpg
https://i.ytimg.com/vi_webp/{id}/maxresdefault.webp
https://img.youtube.com/vi/{id}/hqdefault.jpg

{id} is the 11-character video ID. This generator only lists URLs that returned a real image, so you do not paste a maxres link that is secretly a 120×90 placeholder.

maxresdefault URL vs hqdefault URL

Search demand is split: “maxresdefault url” for HD, “hqdefault url” for the file that always works. Use maxres when the size checker says it is live. Use HQ in emails and fallbacks. WebP twins are smaller at the same pixels — see WebP vs JPG.

How to use a thumbnail URL in HTML

<img
  src="https://i.ytimg.com/vi/VIDEO_ID/hqdefault.jpg"
  alt="Video title"
  width="480"
  height="360">

Prefer downloading a file you have rights to if the still will live on your CDN for years. YouTube may change cache rules. Longer map: thumbnail URL format guide and how thumbnails work.

FAQ

YouTube thumbnail URL FAQ

What is the YouTube thumbnail URL format?

https://i.ytimg.com/vi/VIDEO_ID/maxresdefault.jpg is the HD still when it exists. Swap the filename for hq720.jpg, sddefault.jpg, hqdefault.jpg, mqdefault.jpg, or default.jpg. WebP lives under /vi_webp/.

What is img.youtube.com vs i.ytimg.com?

They usually serve the same objects. i.ytimg.com is the CDN host this generator lists. img.youtube.com is a common alias. Prefer i.ytimg.com in new work.

Can I hotlink a YouTube thumbnail URL?

YouTube may change CDN rules. Hotlinking also uses someone else still. Prefer downloading files you have rights to, or linking to the watch page.

How do I get a maxresdefault URL?

Paste the video URL here. If maxresdefault is live, copy that CDN link. If it is missing, the generator will not pretend it exists.

Does hqdefault always have a URL?

Almost always. hqdefault.jpg is the file that rarely 404s. It is 480x360 and often has 4:3 bars on a 16:9 custom thumb.

Can I generate WebP thumbnail URLs?

Yes, when YouTube published them: https://i.ytimg.com/vi_webp/VIDEO_ID/maxresdefault.webp and hqdefault.webp. This desk only lists URLs that returned a real image.