How to Get a Thumbnail from a TikTok Video (2026)
Three ways to pull a thumbnail or cover image from a TikTok video — inside the app, by extracting a frame from the file, or with a free browser tool. Plus what resolution you actually get.

There are three ways to get a thumbnail from a TikTok video. If it's your own unposted video, pick the cover frame in TikTok's editor before publishing — that's the only method that gives you full quality with no extra steps. If you need the image as a file, extract the frame from your video with a browser-based frame extractor, which keeps the source resolution. Screenshotting the TikTok app is the fastest method and the worst quality, because you get your phone's screen resolution with the interface baked in.
Method 1: Set the Cover Inside TikTok (Your Own Video, Before Posting)
For a video you're about to publish:
- Record or upload your video and tap Next
- Tap Select cover above the caption field
- Drag the slider to the frame you want
- Add cover text if you want it — this text appears on your profile grid but not in the feed
- Tap Save, then post
TikTok pulls the cover from the video itself, so the quality matches your upload. This is the only method with no quality loss.
Two things worth knowing. Cover text is displayed on your profile grid, which matters because a visitor deciding whether to follow you is looking at a wall of covers, not at individual videos. And you can change the cover after posting on your own videos, though the change can take a while to propagate everywhere.
Method 2: Extract the Frame from the Video File
This is what you want when you need the thumbnail as an actual image file — for a YouTube version, a blog post, a carousel, a press kit, or a client deliverable.
Because you're pulling from the video file rather than the screen, you get the source resolution with no interface overlaid.
Use our free video thumbnail extractor: upload the video, scrub to the frame you want, and download it as an image. It runs in the browser, so the file isn't going anywhere.
You can do the same thing locally with ffmpeg if you'd rather:
# grab the frame at 3.5 seconds
ffmpeg -ss 3.5 -i input.mp4 -frames:v 1 -q:v 2 thumbnail.jpg
# grab the very first frame
ffmpeg -i input.mp4 -frames:v 1 -q:v 2 thumbnail.jpg
-q:v 2 keeps the JPEG quality high. Lower numbers are better quality, and 2 is close to the practical ceiling.
Method 3: Screenshot the App
Play the video, pause on the frame, screenshot.
It works and it takes five seconds. It also gives you your phone's screen resolution rather than the video's, with TikTok's interface — username, caption, button rail, progress bar — baked into the image permanently.
Fine for a quick reference. Not fine for anything you're publishing.
Which Method to Use
| You want to… | Use |
|---|---|
| Set the cover on a video you're about to post | Method 1, in-app |
| Get an image file at full resolution | Method 2, frame extractor |
| Change the cover on an already-posted video | Method 1, edit the post |
| Grab a reference image quickly | Method 3, screenshot |
| Pull a frame from someone else's video | Method 3 — you can't access their file |
That last row is worth stating plainly: methods 1 and 2 need the video file. For a video that isn't yours, a screenshot is what's available.
What Resolution Do You Get?
TikTok's standard is 1080×1920 (9:16). A frame extracted from a 1080p upload comes out at 1080×1920.
A screenshot gives you your device's screen resolution, which on a modern phone is often larger in pixel count than 1080×1920 — and still worse, because it includes the UI and has been through an extra compression pass.
If you're producing thumbnails for use outside TikTok, extract from the highest-quality file you have. Not the version you downloaded back from TikTok, which has already been compressed for delivery.
Picking a Frame That Works
The cover is doing a specific job: it's what someone sees on your profile grid when deciding whether to follow you.
Pick a frame with a face if there is one. Faces outperform everything else on a grid.
Avoid mid-blink and mid-word frames. Scrub slowly. The good frame is usually a few tenths of a second from the one you first landed on.
Check it small. Your profile grid shows three across. If the frame doesn't read at that size, it doesn't work.
Keep text clear of the corners. Grid layouts crop, and TikTok's own UI overlays the edges in other contexts.
Make the set coherent. Covers that share a visual language make a profile look like an account rather than a pile of videos.
Frequently Asked Questions
How do I get a thumbnail from a TikTok video? Three ways: pick the cover in TikTok's editor before posting, extract a frame from the video file using a thumbnail extractor or ffmpeg, or screenshot the app. Frame extraction gives the best quality when you need an image file.
Can I change my TikTok cover after posting? Yes, on your own videos — edit the post and select a new cover. The updated image can take some time to appear everywhere.
What size is a TikTok thumbnail? 1080×1920 pixels, 9:16, matching TikTok's standard video dimensions.
How do I get a thumbnail from someone else's TikTok? You can't extract from their file, so screenshotting the playing video is the practical option. Respect the creator's rights over their content when reusing it.
Does the TikTok cover affect views? Not in the feed — the feed autoplays video, so the cover isn't what people see there. It matters on your profile grid, where it drives whether a visitor watches more and follows.
Can I add text to a TikTok cover? Yes, in the Select Cover screen. That text shows on your profile grid but not in the feed.
What's the best free tool to extract a video thumbnail? Our thumbnail extractor runs in your browser at source resolution with nothing to install. ffmpeg does the same locally if you're comfortable in a terminal.
Bottom Line
Set the cover in-app if you're posting. Use a frame extractor if you need the file. Screenshot only for reference.
And if you're producing enough TikToks that picking covers is a routine chore, the bigger time sink is usually the edit — BlitzCut removes silence and adds captions on Mac and iPhone so you get to the cover-picking step faster. 3-day trial.
Related:
Post every day without spending hours editing
BlitzCut is a native App Store app for iPhone, iPad and on Mac. Get from raw footage to TikTok-ready in under 2 minutes, so editing is never the reason you didn't post.
Download BlitzCut on the App StoreRelated Articles
Keep Reading

How to Remove Silence from YouTube Shorts (2026)
Cut the dead air out of your Shorts automatically. The pacing target, the tools that do it on Mac and iPhone, and why silence is what kills Shorts retention.

Finance and Money Reel Hooks for 2026 (Advisors, Creators and Coaches)
Money and finance Reels hooks that convert without triggering compliance problems — templates for advisors, accountants and finance creators, plus the claim rules.

How to Add Captions to X (Twitter) Video in 2026
X now takes an .srt upload straight from the composer. How the SRT route works, when burned-in captions still win, and the specs X actually enforces.