You can easily view (and download) the thumbnail of any YouTube video in high or default resolution by searching for the OG image tag in the HTML source page of the video.
Before we get into the article, if you are into Video creation, be sure to check out Vidnami, and Flexclip.com which are our favorite video creation tools.
Here are the steps to view thumbnail of any YouTube video:
Method 1: Viewing the thumbnail by using the video ID
If the above method does not work, you can use this instead:
Step 1: Copy the 11 character alphanumerical ID of the youtube video (that you wish to view the thumbnail for).
For example, the ID of the following video is: 8hYlB38asDY
https://www.youtube.com/watch?v=8hYlB38asDY
Step 2: Paste the ID where it says ID in the following URLs:
https://i.ytimg.com/vi/ID/hqdefault.jpg https://i.ytimg.com/vi/ID/maxresdefault.jpg
For example:
https://i.ytimg.com/vi/8hYlB38asDY/hqdefault.jpg https://i.ytimg.com/vi/8hYlB38asDY/maxresdefault.jpg
Step 3: Open these URLs in your browser to see the thumbnail image. You can then download the thumbnail by right clicking and saving the image to your computer.
IMPORTANT NOTE: Note that hqdefault.jpg will give you the standard definition image and maxresdefault.jpg will give max resolution image. Also note that not all videos will have max resolution images, but all will have standard definition images. If the video does not have a max resolution image, you will get a 404 error for the maxresdefault.jpg URL.
Method 2: (This method is not working as of now)
Step 1: Open the youtube video in your browser. For this example, I am using the following video:
Note: I am using Firefox as my browser, so the instructions here are specific to Firefox, but this works in Chrome and Internet Explorer as well.
Step 2: Press CTRL + U on your keyboard to open the HTML source of the page.
Step 4: On the HTML source page, do a search (CTRl + F) for the phrase 'og:image'.
Now you should be able to see the thumbnail URL as shown in the image below:
From this tag, the URL of the thumbnail image would be: https://i.ytimg.com/vi/mcixldqDIEQ/maxresdefault.jpg
You can now copy and paste this URL in your browser to view it and then download it if you want.
Step 5: To download the image just right click on the image and click 'Save Image As' and then 'Save' to save it to your computer.
Method 3:
This method can be a little confusing as youtube has obfuscated its HTML code, but if you want to try it, here's how:
Step 1: Open the youtube video (that you want to see the thumbnail for) in your browser.
Step 2: View the HTML source of the video by clicking 'CTRL + U' or 'CMD + U' if you are on a mac. You can also view the source by right clicking on a black area of the screen and then selecting 'View Source'.
Step 3: Once on the HTML source page, click 'CTRL + F' to bring out your browser's search box and search for the term 'hqdefault.jpg'.
Step 4: Once found, copy the entire URL starting from 'HTTPS' and ending in 'hqdefault.jpg'. The URL should look something as follows:
https:\/\/i.ytimg.com\/vi\/8hYlB38asDY\/hqdefault.jpg
Step 5: Remove all the back-slashes from the URL, so it looks as follows:
https://i.ytimg.com/vi/8hYlB38asDY/hqdefault.jpg
This is the URL of the standard definition thumbnail.
Step 6: To find the URL of higher resolution thumbnail, search for 'maxresdefault.jpg' and repeat the above steps. Note that not all videos will have a max resolution thumb.
Resources:
Looking for a SEO company? We recommend the BizcaBOOM SEO company.
Thank you very much!! That really helped. Cheers !!
With YouTube's new layout, is there a different phrase we should be searching for? 'og:image' no longer works. :(
Just updated the tutorial Mia.
does not work anymore, there is no "og:image" to be found, on any youtube video.
you can search for jpg. and try through.
Be aware now it can be "webp" file for example
https:\/\/i.ytimg.com\/vi_webp\/nCKN1OMZhSY\/maxresdefault.webp *BEFORE*
https://i.ytimg.com/vi_webp/nCKN1OMZhSY/maxresdefault.webp *AFTER EDITING*
Thanks for the tip Mehmet
Read this extensive post and answer in Stackoverflow https://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api/50134504#50134504
Wow.. Thank you.. this really helped in getting the thumbnail for my video link
Thank you very much!
Nice detailed post, thanks
First result on Google search, worked like a charm, thanks!
Make a batch script and paste this lines into it:
@echo off
title Get MaxResDefault / HqDefault from YouTube Clips
Mode 60,3 & color 0A
set /p img="Write or paste clip ID here : "
set /p opt="Type [m] for maxresdefault or [h] for hqdefault : "
if "%opt%" equ "m" start "" https://img.youtube.com/vi/%img%/maxresdefault.jpg
if "%opt%" equ "h" start "" https://img.youtube.com/vi/%img%/hqdefault.jpg
timeout 1>nul
exit
As simple as that.
Thank you, Method 3 worked...
THANK YOU!
Thanks, that is terribly useful. :)
This is very helpful for me.
your max tag don't work any longer.... just a FYI. The default is OK though.
Thank you. This helped me.
Method 1 still works perfectly in 2024, thank you!
Big thanks, it's so helpful