Windows 11 / 10 · 5 minutes · No admin rights needed
Download yt-dlp.exe, save it to a folder, open PowerShell, and you're done. Optionally add to PATH and set up FFmpeg for 4K/8K and MP3.
Step-by-step install
Works on Windows 11 and Windows 10 (64-bit). No installation wizard, no admin rights required.
Go to the download page and save yt-dlp.exe from the official GitHub release.
Move the file to a permanent location, e.g. C:\Tools\yt-dlp\. Avoid Downloads — files there sometimes get cleaned up.
In Explorer, click the address bar, type powershell and press Enter. This opens PowerShell already in the right folder.
Run yt-dlp --version. You should see a version number like 2025.xx.xx. If so, it's working.
Run yt-dlp -U. It downloads and replaces itself with the newest release. Do this regularly.
Download ffmpeg.exe and place it in the same folder. Required for 4K/8K merges and MP3. Full guide →
Optional but recommended
Adding yt-dlp to PATH lets you run yt-dlp from any folder in PowerShell or CMD — you don't need to navigate to the yt-dlp folder every time.
C:\Tools\yt-dlpRun this once in PowerShell — sets PATH for your user only, no admin needed:
setx PATH "%PATH%;C:\Tools\yt-dlp"
Close and reopen PowerShell after running this. Then test with yt-dlp --version from any directory.
Post-install checks
Run these commands after setup to confirm everything is working.
yt-dlp --version
yt-dlp -U
yt-dlp "https://www.youtube.com/watch?v=VIDEO_ID"
C:\Tools\yt-dlp\yt-dlp.exe --version
Strongly recommended
FFmpeg is a free tool that yt-dlp uses to merge video and audio streams. Without it, 4K/8K downloads and MP3 conversion will not work.
ffmpeg.exe from the FFmpeg guideffmpeg.exe in the same folder as yt-dlp.exeCommon issues
yt-dlp.exe → Properties → at the bottom check Unblock if the checkbox appears → click OK. This removes the Windows "downloaded from internet" restriction.ffmpeg.exe in the same folder as yt-dlp.exe. yt-dlp will detect it automatically and merge streams.yt-dlp.exe manually from the download page and replace the old file.More issues? Full yt-dlp troubleshooting guide →
What's next
yt-dlp is installed — here are the most common things to do next.