The fastest open-source YouTube downloader for Windows. Save videos in 4K/8K, extract MP3, download entire playlists. Runs from PowerShell in under 60 seconds.
What yt-dlp can do
One portable .exe file. No installation. No admin rights. Works from PowerShell or CMD.
Best available quality with automatic FFmpeg merge. Supports AV1, VP9, H.264 and HDR formats.
Extract audio as MP3, AAC, FLAC or Opus. Embed metadata, artist tags and artwork automatically.
Download entire playlists and channels in one command. Skip already-saved files automatically.
Auto or manual subtitles in SRT and WebVTT. Embed into MKV or save as separate files.
Prefer a visual interface? Several free GUI frontends for yt-dlp are available on Windows.
Open source, community-audited, no telemetry. Legal when used in compliance with copyright and ToS.
Quick start
No admin rights needed. Works on any Windows 11 or Windows 10 machine.
Save to any folder, e.g. C:\Tools\yt-dlp\ — no install, fully portable.
Click the address bar in Explorer, type powershell, press Enter.
Run yt-dlp --version. If you see a version number, you're ready.
Paste a YouTube URL and press Enter. yt-dlp picks the best quality automatically.
Need FFmpeg for 4K/8K? FFmpeg setup guide → · Full install guide with PATH →
yt-dlp commands for Windows
Run these directly in PowerShell or CMD. Replace the URL with your video or playlist link.
yt-dlp "https://www.youtube.com/watch?v=VIDEO_ID"
yt-dlp -x --audio-format mp3 --audio-quality 0 "URL"
yt-dlp --yes-playlist "PLAYLIST_URL"
yt-dlp -f "bestvideo[height<=2160]+bestaudio" --write-sub --sub-langs en "URL"
All guides
Everything you need to get the most out of yt-dlp on Windows 11 and 10.
Download, PATH setup, FFmpeg, updates
Visual frontends — no command line needed
Best quality, embed tags & artwork
Full channels, ordering, skip duplicates
HDR, AV1, format selection, FFmpeg merge
SRT, WebVTT, embed, auto vs manual
Open source audit, copyright, ToS explained
Speed, updates, features, site support
FAQ
yt-dlp -U. It replaces itself with the latest version automatically.