yt-dlp.app

Install & setup

How to Install yt-dlp on Windows

Install yt-dlp on Windows 10 or 11 in minutes — using winget, Scoop, Chocolatey, or the standalone yt-dlp.exe — plus how to add it to PATH and install ffmpeg.

Updated 2026-06-13

There are two good ways to install yt-dlp on Windows: a package manager (handles PATH and updates automatically) or the standalone executable (no dependencies). Here's both.

Option A — winget (built into Windows 10/11)

winget install yt-dlp.yt-dlp

That's it — winget adds yt-dlp to your PATH, so you can open any terminal and run it. Update later with winget upgrade yt-dlp.yt-dlp.

Option B — Scoop or Chocolatey

scoop install yt-dlp
# or
choco install yt-dlp

Option C — the standalone yt-dlp.exe

  1. Download yt-dlp.exe from the official GitHub releases page (github.com/yt-dlp/yt-dlp/releases/latest).
  2. Create a folder such as C:\yt-dlp and move yt-dlp.exe into it.
  3. Add that folder to your PATH (see below) so you can run yt-dlp from anywhere.

Adding a folder to PATH on Windows

  1. Press Start and search 'Edit the system environment variables'.
  2. Click 'Environment Variables…', select 'Path' under User variables, click 'Edit'.
  3. Click 'New', paste C:\yt-dlp, click OK on every dialog.
  4. Open a NEW terminal window for the change to take effect.

Install ffmpeg too

ffmpeg is required to merge 1080p+/4K video with audio and to convert files. The easiest route on Windows:

winget install Gyan.FFmpeg

Verify it works

yt-dlp --version
yt-dlp -F https://youtu.be/dQw4w9WgXcQ

The first prints the version; the second lists available formats. From here, see how to use yt-dlp on Windows and the full yt-dlp commands reference.

Want a one-click install with no PATH editing? The yt-dlp app for Windows sets everything up for you.

Frequently asked questions

Where should I put yt-dlp.exe on Windows?+
Any folder that's on your PATH. A common choice is a dedicated folder like C:\yt-dlp that you add to PATH, or place it next to where you run commands.
Why is 'yt-dlp' not recognized in CMD?+
The folder containing yt-dlp.exe isn't on your PATH, or you didn't open a new terminal after editing PATH. Re-check the PATH steps above and open a fresh terminal.
Do I need admin rights?+
Not for the standalone exe or a user-scope winget/scoop install. System-wide installs may prompt for admin.

Related guides

Get the full power of yt-dlp — without the command line

Download the free desktop app for Windows, macOS and Linux. It installs everything for you and keeps its engine up to date automatically.