Free YouTube Downloader · No app · No signup

Download YouTube videos in your browser

Paste a public URL — get the MP4 in seconds. No app, no signup, no watermark. The file streams from Google's CDN straight to your device. Built for the people who also want the transcript.

  • 100% free, no card, no signup
  • No watermark added by us
  • Direct CDN — file never touches our disk
  • Works on iPhone, Android, Mac, Windows, Linux
0Apps to install. Runs in any modern browser — Safari, Chrome, Firefox, Edge, Brave, Arc.
MP4Best available combined audio + video stream, up to 1080p depending on what YouTube serves.
~3sTypical resolve time for a public video. Longer if YouTube is rate-limiting our region.
See it in motion

↓ After you paste

URL in. MP4 out.

We fetch the public metadata, pick the best available combined stream, and return a direct download link plus a one-click bridge to transcribe the audio — all from your browser to YouTube's CDN. No file copy lives on our servers.

YouTubeURL
https://www.youtube.com/watch?v=...
Public linkHTTPS
~3s
Ready to downloadresolved

How we built a real-time engine in 90 days — full talk

42:181920×1080286 MB

Download MP4Transcribe →
Direct from CDNNo file passes our servers

↓ Three steps, one minute

From YouTube URL to MP4 on disk.

No installer, no settings panel. Copy the link, paste it, click Get download link. The fourth step is optional — for when you also want the transcript.

  1. 01

    Copy the YouTube link

    On desktop: copy the URL from the address bar, or click Share → Copy under the video. On mobile: Share → Copy link. Works for videos, Shorts, and ended live streams.

  2. 02

    Paste it in the box above

    We accept `youtube.com/watch?v=…`, `youtu.be/…`, and `youtube.com/shorts/…`. If we can't parse a URL, we tell you why — no silent failures.

  3. 03

    Click Get download link

    We resolve YouTube's public metadata in about three seconds. If our region is rate-limited, we re-route automatically. The result card has the title, duration, resolution, and a Download button.

  4. 04

    Optional — get a transcript

    Click Transcribe on the result card. Same URL goes into our transcription product — 99 languages, SRT/VTT/DOCX/TXT exports, first 30 minutes free.

↓ Honest about what works

Public videos. Shorts. Live replays. Not: private, members-only, or age-gated.

We resolve public YouTube content only. We don't attempt to bypass age-gates, sign-in walls, or members-only restrictions — both because we can't reliably and because that's the line where copyright + computer-access law gets serious. Here's the honest matrix.

Works

Permit · 6
  • Regular YouTube videos
    Anything at `youtube.com/watch?v=…` or `youtu.be/…` that plays without signing in.
    watch?v=…
  • YouTube Shorts
    URLs at `youtube.com/shorts/…` — vertical short-form videos under 60 seconds.
    /shorts/
  • Live-stream replays
    After the broadcast ends and YouTube has finished processing the replay (usually within a few hours).
    post-live
  • Your own unlisted uploads
    If you have the direct unlisted URL — it's still served from public CDN, just not in search.
    unlisted
  • Creative Commons videos
    Identified on YouTube by the CC-BY licence note in the video description.
    CC-BY
  • Embedded videos with public source
    If you can find the underlying YouTube URL, we resolve it.
    embed src

Doesn't work

Deny · 6
  • Age-restricted videos
    YouTube requires a signed-in adult session — we don't store user cookies, so the resolver fails.
    auth required
  • Private videos
    Anything that returns 'Login required' to a logged-out browser. No bypass.
    401
  • Members-only / channel-member content
    Same reason — requires an authenticated subscriber session against the channel.
    channel-member
  • Active live streams
    We resolve the replay after it ends, not the live broadcast in progress.
    in-progress
  • Music with active rights-management
    Major-label music videos sometimes have signed CDN URLs that expire too fast for the redirect to work.
    DASH expiry
  • Entire playlists or channels
    We do one video per paste. For bulk, look at the open-source CLI tool yt-dlp — it's the right hammer for that job.
    bulk · CLI

Three real options · honest comparison

Online tool, desktop app, or YouTube Premium. Each is best for different work.

Three legitimate ways to save a YouTube video for offline viewing in 2026. We're the no-app option that's also honest about its limits. Ad-heavy mirror sites like Y2Mate live in the same category — they work, but get burned every time YouTube rotates its CDN signing, plus you get malvertising pop-ups. Here's the side-by-side.

Option 01

Online downloaders (Y2Mate, SaveFrom, …)

Free, no install — but ad-heavy, brittle when YouTube rotates its CDN, malvertising-prone.

CostFree
Install requiredNo
Ad / pop-up densityHeavy
Reliability post-rotationHit-and-miss
Resolution capUsually 720p
Transcript bridgeNo
Best forOne-off downloads when you don't want to install anything and can tolerate the ad onslaught.
Option 02

Transcription.Solutions downloader

Same paste-and-go simplicity, no ads, no pop-ups, no signup — plus a one-click bridge to transcribe the audio.

CostFree
Install requiredNo
Ad / pop-up densityZero
Reliability post-rotationActive maintenance
Resolution capUp to 1080p
Transcript bridgeOne click, 99 langs
Best forCreators, journalists, podcasters, students — anyone who wants the MP4 plus the option to get a clean transcript without rebuilding the pipeline elsewhere.
Option 03

yt-dlp · desktop app · YouTube Premium

More control, no rate-limits — but a CLI install (yt-dlp), a paid subscription (Premium), or a desktop tool.

CostFree / $14/mo Premium
Install requiredYes
Ad / pop-up densityZero
Reliability post-rotationStrongest (yt-dlp)
Resolution capUp to 8K (yt-dlp)
Transcript bridgeDIY
Best forPower users downloading entire channels or 4K+ content, anyone who's already comfortable in a terminal, or YouTube Premium subscribers who want the official offline-viewing path.

Comparison reflects 2026 state of the tools. We don't endorse circumventing rights-management — Premium is the official path for ad-free offline viewing of any YouTube content.

How this actually works

We're a thin shim over a public CDN.

The resolver runs the same media-resolution dance your browser performs when you click Play. Your browser downloads directly from Google's servers — we never see the bytes.

A YouTube downloader is a tool that resolves a public YouTube video URL to a direct media file (typically MP4) so you can save the video to your device for offline viewing. It does not upload to YouTube, modify the source, or store anything on the user's behalf. The tool reads YouTube's public metadata, follows the same signed-URL flow your browser uses when you press Play, and hands you the resulting file. The legal frame is personal-use offline viewing of content you have the right to download — your own uploads, Creative Commons-licensed videos, public-domain works, or recordings where the rights-holder has given permission.

Resolve · pipeline

When you paste a YouTube URL, our server runs the same media-resolution dance your browser performs when you click Play. We hit YouTube's public metadata endpoint, extract the format manifest, pick the best available combined audio + video stream (up to 1080p in current YouTube serving), and hand back the signed CDN URL. Your browser downloads directly from Google's servers, not from us — we never see the bytes.

// pipeline
POST /api/v1/tools/resolve
→ fetch metadata via yt-dlp
→ pick best combined audio+video
→ sign CDN URL · TTL ~1h
200 { download_url, expires_in_sec }

Storage · policy

What this means in practice: we don't store videos, we don't cache them, we don't keep a history of what anyone downloaded, and we couldn't supply the file even if asked. The link expires in around an hour because that's YouTube's signing window — refresh the page and paste again to get a new one.

Failure modes

When the resolver fails, it's almost always one of three things: YouTube changed how their CDN URLs are signed (happens every few months — we update within hours), the video is age-restricted or private (no bypass without your YouTube login, which we don't take), or our region is being rate-limited by Google's anti-bot layer (we rotate through residential proxies automatically).

Legal frame

On the legal frame: US courts have ruled that scraping public, unprotected data does not by itself violate the host's terms of service for civil liability purposes. We don't bypass authentication, we don't break paywalls, we don't strip DRM, and we don't redistribute. Downloading a public video for personal offline viewing falls within the bounds most jurisdictions recognise — but you remain responsible for honouring the rights of the content creator.

Who actually uses this

Built for the people who do the work, not the people who repost it.

We see six recurring patterns in our downloader traffic. Every one of them has a legitimate, copyright-clean version — and a sketchy one we don't want to fuel. The framing below reflects only the legitimate use case.

Podcasters backing up their own talks

Your YouTube channel is one of N places your show lives. A local MP4 is a backup, and the source for clean re-uploads to Spotify, Apple, Substack, or your own site.

Journalists preserving evidence

Public-interest reporting frequently relies on YouTube clips that may be edited, taken down, or geo-blocked later. A local copy is the record — same way a print journalist screenshots a tweet.

Students saving lectures

Class recordings posted publicly to YouTube by the lecturer, plus open lectures from MIT OCW, Stanford SCPD, and the rest. Offline access for review, especially on flaky campus or train Wi-Fi.

Accessibility and ADA / EAA captioning

Download the MP4, transcribe the audio, generate SRT subtitles, re-upload with captions. One-click bridge to transcription is right there on the result card.

Creators repurposing their own content

YouTube long-form into Reels, Shorts, and TikTok clips. The source-quality MP4 is the input, not a screen-recording. Transcript becomes the cut sheet.

Researchers and OSINT analysts

Citation-grade copies of videos referenced in papers, policy briefs, or open-source intelligence reports. The video may be edited or removed between research and publication.

Trust, by construction

We don't see, store, or sell anything. Here's how that's enforced.

This is a free tool from a transcription company, not a data-broker pretending to be a downloader. Our incentives are clean: we want the people who eventually need a transcript to remember we existed.

No file passes our servers

The download streams from YouTube's CDN directly to your device. We never have a copy — we couldn't keep it even if we wanted to. This is the technical reason, not a marketing claim.

No account, no email, no card

We don't ask for sign-up. The request from your browser is anonymous beyond your IP address (which we keep only long enough to apply rate-limiting and discard).

No history, no cookies for tracking

We don't store what URLs you pasted, we don't log them long-term, and we don't sell or share anything. We use one privacy-respecting analytics ping (Umami) — anonymous, no third-party cookies.

No ads, no pop-ups, no malvertising

Every other free downloader you've used was paid for by an ad network you didn't consent to. We're paid by people who buy transcription minutes, which means we don't need to sell your attention.

Respect the creator's rights

You are responsible for the copyright of anything you download. Download videos you have the right to — your own, CC-licensed, public-domain, or with the rights-holder's explicit permission. No commercial redistribution without a licence, no piracy. We honour DMCA takedowns.

DMCA · takedown

if you are a rights-holder and want a specific URL blocked from resolution through this tool, email [email protected] with the offending URL and proof of rights. We respond within 14 business days and maintain a repeat-infringer policy.

Common questions

14 questions people ask about this.

01Is this YouTube downloader actually free?+
Yes. No card, no signup, no trial-turns-into-charge, no ads. We're funded by people who buy transcription minutes from us — the downloader is the discovery surface, not the revenue. Use it as much as you want for personal-use content.
02Do I need to install an app or a Chrome extension?+
No. It runs entirely in your browser. Works on iPhone Safari, Android Chrome, Mac Safari, Windows Edge, Firefox, Brave, Arc — anything modern. No download manager, no extension permissions, no clipboard read access.
03What resolution will I get?+
Whatever YouTube serves as their best available combined audio+video stream — usually 1080p for most modern uploads, 720p for older content, sometimes 480p for low-quality sources. We don't merge separate streams, so 4K (which YouTube serves as separate video and audio that need ffmpeg to combine) is not available through this tool. If you specifically need 4K, look at the open-source CLI yt-dlp.
04Can I download YouTube Shorts?+
Yes — paste any `youtube.com/shorts/...` URL and it resolves like a regular video. The output is the same vertical MP4 YouTube serves. Great for creators repurposing their own Shorts to TikTok / Instagram Reels without going through screen recording.
05Can I download age-restricted YouTube videos?+
No, and we want to be honest about why. Age-restricted videos require an authenticated adult YouTube session — meaning a signed-in account with age verification. We don't store user cookies or take YouTube credentials, both for privacy reasons and because doing so would put us in the data-broker business we explicitly avoid. If you absolutely need that content, YouTube Premium is the official path.
06Can I get just the audio (MP3) instead of the video?+
Not from this exact tool — we return the combined MP4 stream. But if your end goal is the audio, you're already on the right site. Click Transcribe it free on the result card and we'll process the audio into text directly from the same URL, no manual MP3 conversion in between.
07Can I download a YouTube video transcript or subtitles in SRT?+
If the creator added captions, you can grab them through YouTube's transcript panel manually. But the more accurate path is our transcription product — we auto-detect the language, label speakers, and export SRT, VTT, DOCX, or plain TXT. Free for the first 30 minutes per month, no card required.
08Why does the download sometimes fail or time out?+
Three common reasons. One: YouTube periodically rotates how their CDN URLs are signed — when that happens, our resolver lags a few hours until we update. Two: the video is private, members-only, or age-gated (no bypass possible — see above). Three: Google is rate-limiting our region's outbound traffic. We rotate through residential proxies automatically to mitigate this — usually resolves within a couple of seconds, occasionally takes 30. If a video is consistently failing for more than an hour, the URL is probably restricted.
09Is the downloaded file safe — no malware, no adware?+
Yes. The file you download is the original MP4 from Google's CDN — same one YouTube serves to a browser pressing Play. We don't repackage, re-encode, inject metadata, or wrap it in any kind of installer. No `.exe`, no `.dmg`, just the video file. (Compare to ad-heavy mirror downloaders where the 'download' button often turns into an installer for a 'helper' app — we don't do any of that.)
10How long does the download link stay valid?+
Around an hour — that's YouTube's signing window, not ours. If the link expires before you click it, just paste the URL again and we'll regenerate a fresh signed URL.
11Do you keep a history of what I downloaded?+
No. The request from your browser is anonymous beyond your IP (which we keep only long enough to apply rate-limiting and then discard). We don't log URLs to a database, we don't profile users, we don't have an analytics warehouse full of 'what people watch on YouTube' data. There's nothing to leak or subpoena.
12Is downloading YouTube videos legal?+
It depends on jurisdiction and the specific content. YouTube's Terms of Service restrict downloads except via YouTube Premium, but courts in the US and EU have generally treated downloading public content for personal offline viewing as outside the scope of civil liability — particularly when no rights-management is bypassed. Where it gets serious: redistributing copyrighted content, mass-downloading for commercial repurposing, or bypassing access controls. You are responsible for the rights of the content you download. When in doubt, ask the creator, use Creative Commons content, or pay for YouTube Premium for the official offline-viewing path.
13Can I download a whole playlist or an entire channel?+
Not through this tool — one paste, one video. For bulk downloads, the right tool is the open-source CLI yt-dlp (the tool we ourselves use under the hood, plus a lot of extra logic on top). It's free, command-line, and the most reliable thing in the entire YouTube-downloader category.
14Do you support TikTok and Instagram too?+
Yes — same paste-and-go flow. See [TikTok downloader](/tools/tiktok-downloader) and [Instagram downloader](/tools/instagram-downloader). Each has its own quirks (TikTok no-watermark, Instagram Reels vs Stories) — full breakdown on each page.

Got the video. Now get the transcript. Free for 30 min a month.

Drop the YouTube URL you just downloaded — or any other — into our transcription product and get clean text with speaker labels, AI summary, and SRT / VTT / DOCX / TXT exports. 99 languages auto-detected. ~90 seconds for a 60-minute file. No card.

Try it free

Already a customer? Open the dashboard