How to View Youtube Thumbnail Image in High Resolution?

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:

yt thumbnail image

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.

 

 
 
 
 

Comments

  1. KP Singh says:

    Thank you very much!! That really helped. Cheers !!

  2. Mia says:

    With YouTube's new layout, is there a different phrase we should be searching for? 'og:image' no longer works. :(

  3. bob says:

    does not work anymore, there is no "og:image" to be found, on any youtube video.
    you can search for jpg. and try through.

  4. MEHMET says:

    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*

  5. Sowmya says:

    Wow.. Thank you.. this really helped in getting the thumbnail for my video link

  6. Kia says:

    Thank you very much!

  7. Tee says:

    Nice detailed post, thanks

  8. Anto says:

    First result on Google search, worked like a charm, thanks!

  9. RaffaeL says:

    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.

  10. Monika Barnwal says:

    Thank you, Method 3 worked...

  11. Laura B. says:

    THANK YOU!

  12. Big Jeff says:

    Thanks, that is terribly useful. :)

  13. Akhilesh Kumar Verma says:

    This is very helpful for me.

  14. hebbehow says:

    your max tag don't work any longer.... just a FYI. The default is OK though.

  15. Michael says:

    Thank you. This helped me.

  16. Paulo says:

    Method 1 still works perfectly in 2024, thank you!

  17. handi Pamungkas says:

    Big thanks, it's so helpful

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.