How to Save Twitter/X and Facebook Videos on Any Device

A practical, up-to-date guide to saving Twitter/X and Facebook videos on desktop, iPhone, and Android — covering built-in tools, web grabbers, quality options, and your legal obligations.

Leo FitzgeraldJun 15, 202610 min read

Originally published on Video Downloaders by Leo Fitzgerald. Read on the original site

Social video disappears faster than almost any other kind of content. A clip you bookmarked on Twitter/X last month may be gone today because the account was suspended, the post was deleted, or the video was quietly re-uploaded with an edit. Facebook is no better: pages get archived, groups go private, and live streams vanish once the broadcaster trims their library. If a video matters to you — a tutorial you reference, a clip of your own that you lost the original file for, a piece of breaking news you need to document — relying on the platform to keep hosting it is a gamble.

The good news is that in 2026 there are more reliable ways than ever to save social video across every device you own. The bad news is that the platforms keep changing their internals, so half the advice floating around the web is stale. This guide walks through what actually works right now: the built-in save features both platforms offer, web-based grabbers, desktop tools for heavy users, and realistic workflows for iPhone and Android. We will also cover the difference between embedded and native video (a distinction that trips up almost everyone), how to get the best quality version, and — importantly — when you are actually allowed to download something in the first place.

Start with the built-in options

Before reaching for third-party tools, it is worth knowing what the platforms themselves provide, because for casual use it may be all you need.

Bookmarks and saved posts

Twitter/X has a Bookmarks feature (the flag icon under every post) that files posts away privately. Facebook has Saved items, accessible from the menu, with optional collections for organizing. Both are genuinely useful for building a reference library, and both are completely dependent on the original post continuing to exist. Bookmarking is a pointer, not a copy. If the poster deletes the video or the account disappears, your bookmark leads to a dead end. Treat these features as a reading list, not an archive.

Downloading your own content

If the video is yours, both platforms let you retrieve it properly:

  • Twitter/X: Settings → Your account → Download an archive of your data. The archive includes your uploaded media, though the export can take a day or two to prepare and video is sometimes re-encoded below your original upload quality.
  • Facebook: Settings → Your information → Download your information. You can scope the export to just posts and media, and choose higher-quality media in the export options.
  • Facebook Creator tools: If you publish through a Page, the Meta Business Suite content library lets you download individual videos you uploaded, usually at the quality you posted them.

Always keep your original files, though. Platform exports are a recovery mechanism of last resort, not a substitute for your own backups, because every social network re-compresses video on upload.

Web-based grabbers: the fastest route for occasional saves

For one-off saves of public videos, browser-based downloader sites remain the lowest-friction option. The workflow is the same everywhere: copy the post URL, paste it into the site, pick a quality, download the MP4.

A few practical notes from testing these services regularly:

  1. Copy the URL of the specific post, not your timeline. On Twitter/X, tap the share icon and choose "Copy link." On Facebook, use the three-dot menu on the post and select "Copy link" — video URLs from the mobile app sometimes come as fb.watch short links, which most grabbers handle fine.
  2. Expect quality tiers. Twitter/X typically serves several renditions of each video (often 320p up to 1080p, occasionally higher for premium accounts). A good grabber lists all of them; always pick the largest resolution unless bandwidth is a concern.
  3. Watch out for ad-heavy sites. The economics of free grabber sites are rough, so many are plastered with misleading download buttons and pop-ups. Never install a "codec" or "extension" a downloader site prompts you to install, and prefer sites that work without any signup.
  4. Private and restricted content will not work. Web grabbers can only fetch what is publicly accessible. Videos in private Facebook groups, followers-only X accounts, or age-gated posts are off-limits to them — which is usually the correct outcome, since you should not be extracting content from private spaces anyway.

Grabber sites come and go as platforms change their APIs, so rather than memorizing one site, learn the pattern: search for a current, reputable option, verify it works over HTTPS, and abandon it the moment it starts demanding installs or personal information.

Desktop tools for regular or bulk saving

If you save social video more than a few times a month — journalists archiving sources, social media managers backing up campaign content, researchers documenting posts — a proper desktop tool is worth the setup time.

Person working on a laptop managing downloaded video files

Command-line: yt-dlp

The open-source yt-dlp remains the most capable and most frequently updated downloader in existence, and despite the name it supports Twitter/X and Facebook alongside hundreds of other sites. On Windows you can install it with winget install yt-dlp, on macOS with brew install yt-dlp. Basic usage is a single line:

yt-dlp "https://x.com/username/status/1234567890"

Useful flags for social media work:

  • -F lists every available format so you can see exactly what quality tiers exist before downloading.
  • -f "bv*+ba/b" grabs the best video and audio available.
  • -o "%(uploader)s - %(title).80s.%(ext)s" produces sane filenames instead of numeric IDs.
  • --write-info-json saves post metadata alongside the video — invaluable if you need to document when and where a clip came from.

Because platforms change their internals constantly, keep yt-dlp updated (yt-dlp -U); a downloader that worked last month can silently break until you update it.

Graphical desktop apps

If a terminal is not your thing, several GUI applications wrap the same capability in a paste-and-click interface, with batch queues, quality pickers, and automatic file naming. When evaluating one, check three things: that it is actively updated (stale downloaders break fast), that it does not bundle adware in the installer, and that it lets you choose output quality rather than defaulting to a compressed rendition. Open-source front-ends built on top of yt-dlp are generally the safest bet, since the extraction logic underneath is community-maintained.

Mobile workflows: iPhone and Android

Mobile is where most social video is watched, and it is also where saving it is most awkward, because neither Apple nor Google allows dedicated social-video downloaders in their stores in any dependable form.

iPhone and iPad

The most reliable iOS approach in 2026 is a Shortcuts-based workflow:

  1. Install or build a video-download shortcut from the Shortcuts app (community-maintained ones circulate under names like "Media Saver"; inspect what a shortcut does before running it, since shortcuts can contain arbitrary actions).
  2. In the X or Facebook app, tap Share on the post, then choose the shortcut from the share sheet.
  3. The shortcut resolves the video URL and saves the MP4 directly to your Photos library or the Files app.

Alternatively, open the post in Safari, use a web grabber site, and long-press the resulting video to save it. Downloads land in the Files app under Downloads; you can move them to Photos from there. It is clunkier than the shortcut route but requires trusting nothing beyond the website.

Android

Android gives you more room to maneuver:

  • Browser downloads work natively. Open the grabber site in Chrome or Firefox, and the MP4 saves straight to your Downloads folder — no special app needed.
  • Dedicated apps exist outside the Play Store, but sideloading downloader APKs is a genuine malware vector. If you go this route, only use apps with public source code and a reputable distribution channel like F-Droid.
  • Termux power users can run yt-dlp directly on the phone, which gives you the full desktop feature set — format selection, metadata, batch downloads — in your pocket.

On both platforms, remember that screen recording is a universal fallback. Quality suffers (you are re-encoding a compressed stream, and you capture UI overlays unless you are careful), but for a ten-second clip that refuses to download any other way, it works.

Embedded vs. native video: why some videos refuse to save

A constant source of confusion: you paste a post URL into a downloader and it fails, even though the post clearly plays a video. The usual culprit is that the video is not actually hosted on the platform.

  • Native video is uploaded directly to Twitter/X or Facebook. The platform hosts the file, serves multiple quality renditions, and downloaders can fetch it from the post URL.
  • Embedded video is a link to somewhere else — a YouTube embed, a news site's player, a Twitch clip card. The tweet or post is just a wrapper. To save it, you need the URL of the underlying source, not the social post.

The tell: click through the video. If it opens a player with another site's branding, or the share link resolves to a different domain, it is an embed. Grab the real source URL and feed that to your downloader instead. Facebook adds one more wrinkle: videos shared into Facebook from another Page are native but belong to the original Page, so the share URL sometimes fails while the original post's URL works.

Getting the best quality

Social platforms are aggressive about compression, so "best available" is often less than you would hope. A quick reference:

PlatformTypical max renditionNotes
Twitter/X (standard)720p–1080pMultiple bitrate tiers; downloaders should list all
Twitter/X (Premium uploads)Up to 1080p+ at higher bitrateHigher bitrate ceiling for paying uploaders
Facebook feed videoUp to 1080p, sometimes 4KHD served only when the uploader enabled it
Facebook Live replaysUsually 720p–1080pQuality depends on the original broadcast

Three habits that consistently get you better files: always check the format list rather than accepting a default (defaults are often a mid-tier rendition); download soon after posting, since some platforms have historically served the highest tiers most reliably while a video is fresh; and never re-encode after downloading unless you must — every additional encode compounds quality loss. Keep the MP4 exactly as it arrived.

Legality and permissions: read this before you build an archive

Downloading a video and having the right to do so are different things, and the distinction matters more than most tutorials admit.

Both X and Facebook prohibit scraping and unauthorized downloading of other people's content in their terms of service. Beyond the terms, the video itself is protected by copyright, which belongs to its creator from the moment it is made. Practically, that means you are on solid ground when you download your own uploads, content explicitly released under a permissive license (Creative Commons, public domain), or material where the creator has granted you permission — a client sending you their clips, for instance. Saving a public video for strictly personal, private reference sits in a gray area in most jurisdictions; re-uploading, monetizing, or redistributing someone else's video without permission is squarely infringement, and platforms' content-matching systems are good at catching it.

If you are archiving for journalism, research, or evidence, document the source: capture the post URL, username, and timestamp alongside the file (yt-dlp's --write-info-json does this automatically). And when in doubt, ask the creator — most people say yes to a polite request, and a one-line DM is cheaper than a takedown notice.

FAQ

Why does my downloaded Twitter/X video have no sound? Some renditions are video-only. Re-download and pick a format explicitly listed with audio, or use a tool like yt-dlp with -f "bv*+ba/b", which merges the best video and audio streams automatically.

Can I download videos from a private Facebook group I belong to? Technically sometimes, with logged-in browser tools — but membership in a group is not permission to extract its content. Ask the poster directly instead.

Do downloader sites notify the poster? No. Neither platform notifies anyone when a video is viewed or downloaded by a third-party tool. Screenshots and screen recordings are equally invisible.

What format do these downloads come in? Almost always MP4 with H.264 video and AAC audio, which plays everywhere — phones, TVs, editing software — without conversion.

Is it safe to use free grabber websites? The reputable ones are safe if you download only the video file and ignore everything else on the page. Never install software a grabber site prompts you to install, and keep your browser's pop-up blocking enabled.

Saving social video is easy once you match the tool to the job: bookmarks for casual reference, web grabbers for occasional saves, yt-dlp or a GUI wrapper for serious archiving, and Shortcuts or browser downloads on mobile. Add a habit of checking quality tiers and a moment's thought about whether you have the right to save what you are saving, and you will end up with an archive that outlives any platform's whims.

Originally published on Video Downloaders by Leo Fitzgerald. Read on the original site

You might also like