Twitter (now X) does not offer a download button for videos on desktop. You can scroll, like, repost, and bookmark, but saving a video to your computer is not a built-in feature. If you have ever tried right-clicking a Twitter video hoping for a "Save video as" option, you know the frustration.
The good news is that downloading Twitter videos on a PC is straightforward once you have the right tools. Your computer also gives you real advantages over mobile. You get a full file system for organizing clips, desktop editing software for polishing content, and the ability to batch download entire threads of video. This guide walks through three proven methods that work on both Windows and Mac.
Already looking for the mobile version? Check out our guides for downloading Twitter videos on iPhone or downloading Twitter videos on Android.
Method 1: SaveThat.video in Your Browser (Easiest)
This is the fastest approach. No software to install, no accounts to create, and it works in any modern browser. The entire process takes about 15 seconds.
Step 1: Copy the tweet URL
Open x.com (or twitter.com) in your browser. Find the tweet that contains the video you want to save. Click the Share icon below the tweet and select Copy link. You can also click on the tweet to open it, then copy the full URL from your browser's address bar. The URL will look something like x.com/username/status/1234567890123456789.
Step 2: Paste the link into SaveThat.video
Open a new tab and go to the Twitter video downloader. Paste the tweet URL into the input field and click Save it. The tool processes the link in a few seconds and shows you a download button along with a video preview.
Step 3: Download the video
Click the download button. The MP4 file saves directly to your Downloads folder. The video comes at the highest quality Twitter has available, typically 720p or 1080p depending on what the original uploader posted.
Pro tip: If your browser plays the video in a new tab instead of downloading it, right-click the download button and choose Save link as (Chrome or Edge) or Download Linked File (Safari on Mac). This forces the browser to save the file instead of streaming it.
Method 2: Browser Extensions
Several Chrome and Firefox extensions add a download button directly to tweets on the Twitter website. When you browse your timeline, a small download icon appears on each video, letting you save it without ever leaving the page.
How they work
After installing the extension from the Chrome Web Store or Firefox Add-ons page, refresh Twitter. You should see a new download icon on tweets that contain video. Click it, choose your preferred quality, and the download starts immediately.
The downsides
Browser extensions require permissions to read and modify the web pages you visit. This means they can potentially access your browsing data, login tokens, and other sensitive information. Some free extensions are supported by ads, injecting pop-ups or redirecting you to sponsored pages.
Extensions also break frequently when Twitter updates its website layout, which happens often. You may find that your extension stops working after a Twitter redesign and requires an update from the developer.
For most users, keeping SaveThat.video bookmarked in your browser bar is a simpler and safer alternative. You get the same result without granting any third-party access to your browsing session.
Method 3: yt-dlp Command Line (For Power Users)
If you are comfortable with the terminal, yt-dlp is the most powerful option for downloading Twitter videos. It is free, open source, and supports hundreds of websites including Twitter/X.
Getting started
Install yt-dlp using your system's package manager. On Windows, use winget install yt-dlp. On Mac, use brew install yt-dlp. On Linux, your package manager likely has it, or you can grab the binary from the GitHub releases page.
Once installed, downloading a Twitter video is one command:
yt-dlp https://x.com/username/status/1234567890123456789 This grabs the highest quality version and saves it to your current directory.
Batch downloading
This is where yt-dlp truly stands out. Create a text file called links.txt with one tweet URL per line, then run:
yt-dlp -a links.txt -o "%(uploader)s - %(title).80s.%(ext)s" Every video in the list downloads automatically, named by the poster's username and tweet text. If you are archiving a thread, saving research material, or building a collection, this saves an enormous amount of time.
For a detailed comparison of yt-dlp and browser tools, see our video downloader comparison for 2026.
Video Quality and Format
Twitter compresses all video uploads for streaming. The platform typically serves videos at 480p, 720p, or 1080p depending on the original upload and current server conditions. Unlike YouTube, Twitter does not offer 4K playback, so 1080p is the maximum you will get.
When you download through SaveThat.video, the tool automatically fetches the highest quality version available. There is no need to manually select a resolution.
With yt-dlp, you can view all available quality options using yt-dlp -F [URL] and then pick a specific format with yt-dlp -f [format_id] [URL]. Twitter usually offers two or three quality levels per video.
All downloads come as MP4 files. This format plays natively on Windows Media Player, QuickTime on Mac, VLC, and every major video editor. No codec packs or format conversion needed.
Managing Downloaded Files
Once you start saving Twitter videos regularly, file organization becomes important. Here are some practical habits to keep things tidy.
Create a dedicated folder. Set up a "Twitter Videos" folder and change your browser's default download location to point there. In Chrome, go to Settings, then Downloads, and update the path. In Firefox, check Settings, then General, then Files and Applications.
Rename files right away. Twitter video filenames are usually long strings of random characters. Give each file a descriptive name immediately after downloading so you can find it later.
Organize by project or topic. If you are saving videos for different purposes, create subfolders. Sorting as you go is far easier than trying to organize hundreds of generic MP4 files after the fact.
Looking for similar tips for other platforms? Our guide on downloading TikTok videos on PC covers the same organizational strategies.
Troubleshooting Common Issues
The video will not download and shows an error
The tweet may have been deleted or the account may be private. Twitter does not allow downloads from protected accounts. Verify that the tweet is still live and publicly accessible by opening the URL in a private browser window.
The browser plays the video instead of saving it
Some browsers try to play MP4 files inline rather than downloading them. Right-click the download button and select Save link as to force a file save dialog. On Safari, use Download Linked File.
"Video not found" or "Invalid URL" error
Make sure you copied the full tweet URL. It should contain the username and a long numeric status ID. If you copied a shortened t.co link, try opening it in your browser first so it redirects to the full URL, then copy that instead.
The downloaded file has no sound
Some Twitter videos are uploaded without audio. This is especially common with GIFs that were auto-converted to video format by Twitter. If the original tweet's video had sound when playing on the website, try downloading it again. A failed or interrupted download can sometimes produce a file with missing audio tracks.
yt-dlp returns a 403 or 429 error
Twitter rate-limits automated requests. First, update yt-dlp to the latest version with yt-dlp -U since fixes for platform changes are pushed regularly. If that does not help, try the --cookies-from-browser chrome flag to use your existing Twitter session cookies. Wait a few minutes between batch downloads to avoid hitting rate limits.
The video quality looks worse than on Twitter
Twitter sometimes serves lower quality versions during peak traffic. Try downloading again later. With yt-dlp, use yt-dlp -F [URL] to list all available formats and make sure you are selecting the highest resolution option.
Which Method Should You Use?
- Quick, occasional downloads: SaveThat.video in your browser. No setup, no installs. Paste the link, click download, and you are done in seconds.
- Frequent downloads while browsing: A browser extension adds convenience if you save videos often. Just be mindful of the privacy trade-offs and choose a well-reviewed extension.
- Bulk or automated downloads: yt-dlp from the command line. The most flexible and powerful option, ideal for archiving threads or downloading large batches of content.
No matter which method you choose, the process is simple on PC. Your computer gives you better file management, higher quality playback, and access to professional editing tools that mobile devices cannot match.
Need to download on your phone instead? See our guides for iPhone and Android. For saving videos from other platforms on desktop, check out our guide on downloading TikTok videos on PC.