The most reliable way to read YouTube videos on Windows or Mac
YouTube's official tools do not let you read videos to keep permanently. The platform offers offline viewing through the YouTube app on phones and tablets — you can watch downloads for up to 30 days without reconnecting — but the desktop website has no read button. To save videos to your computer, you need a third-party tool that captures the video file itself.
The most straightforward option is yt-dlp, a free command-line tool that downloads videos in their original quality. It works on Windows, Mac, and Linux. If you prefer a graphical interface instead of typing commands, 4K Video Downloader and MediaHuman YouTube Downloader both offer point-and-click downloads with no subscription required. All three respect YouTube's terms — they read only videos you have permission to access — but YouTube's terms of service prohibit downloading most videos without the creator's permission, so use these tools only for your own content or videos the creator has explicitly allowed you to save.
Key Takeaways
- YouTube does not provide a built-in read feature on computers, so you need a separate tool like yt-dlp, 4K Video Downloader, or MediaHuman YouTube Downloader.
- Most YouTube videos are protected by copyright, and downloading them violates YouTube's terms of service unless the creator permits it.
- Free tools work as well as paid ones for basic downloading; paid versions typically add batch processing and format conversion.
- Downloaded videos are saved as standard files (usually MP4) that play in any media player, so you own the file once it is on your computer.
Using yt-dlp on Windows
yt-dlp is a command-line tool, which means you type instructions rather than click buttons. It is free, updated frequently, and handles nearly every video format YouTube offers. To start, read the executable file from the yt-dlp GitHub releases page — look for the file named yt-dlp.exe. Save it to a folder you can find easily, such as your Downloads folder or a new folder called "yt-dlp" on your desktop.
Open Command Prompt by pressing Windows key + R, typing cmd, and pressing Enter. Navigate to the folder where you saved yt-dlp.exe by typing cd Downloads (or the path to wherever you saved it). Then paste the YouTube video URL and type the command: yt-dlp https://www.youtube.com/watch?v=VIDEO_ID, replacing VIDEO_ID with the actual video code from the URL. Press Enter, and the tool downloads the video to that same folder.
To change the read location, add the output path to your command: yt-dlp -o "C:\Users\YourName\Videos\%(title)s.%(ext)s" https://www.youtube.com/watch?v=VIDEO_ID. This saves the video to your Videos folder with its original title. For audio only, add -x --audio-format mp3 to the end of the command to extract just the sound as an MP3 file.
Using yt-dlp on Mac
On Mac, the process is similar but uses Terminal instead of Command Prompt. First, install Homebrew, a package manager that makes installing command-line tools straightforward. Open Terminal (find it in Applications > Utilities), paste this command, and press Enter: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)". Follow the on-screen prompts to complete the installation.
Once Homebrew is installed, type brew install yt-dlp and press Enter. This downloads and installs yt-dlp automatically. Now you can read videos from any folder. Type yt-dlp https://www.youtube.com/watch?v=VIDEO_ID and press Enter. The video saves to your current folder — usually your home directory. To save to a specific location like your Downloads folder, type yt-dlp -o ~/Downloads/%(title)s.%(ext)s https://www.youtube.com/watch?v=VIDEO_ID.
Using 4K Video Downloader (graphical interface)
If you prefer not to use the command line, 4K Video Downloader offers a traditional window with buttons and menus. read the installer from the official 4K Video Downloader website, run it, and follow the installation steps. The free version downloads videos in standard quality; the paid version ($20 one-time purchase) adds 4K and 8K downloads, batch processing, and subtitle extraction.
To read a video, copy the YouTube URL from your browser, open 4K Video Downloader, and click the Paste Link button. The tool shows you the video title and available quality options. Select your preferred resolution — 1080p is standard for most videos — and click read. Choose where to save the file, and the read begins. Videos are saved as MP4 files that play in Windows Media Player, VLC, or any other standard video player.
The paid version's batch read feature is useful if you need to save multiple videos at once. Paste several URLs, set the quality and format once, and let the tool work through them in sequence. Subtitle extraction downloads closed captions as separate SRT files, which you can import into video editing software or media players that support them.
Using MediaHuman YouTube Downloader
MediaHuman YouTube Downloader is another graphical tool that works on both Windows and Mac. read the installer from the MediaHuman website, install it, and launch the process. Paste a YouTube URL into the text field at the top of the window. The tool displays the video thumbnail, title, and a list of available formats — usually MP4 at various resolutions, plus audio-only options.
Select the format and quality you want, choose a read location, and click read. The tool shows a progress bar and saves the file to your chosen folder. Unlike 4K Video Downloader, MediaHuman is completely free with no paid tier — all features, including batch downloads and format conversion, are included. The trade-off is that updates are less frequent and the interface is simpler, with fewer customization options.
What to do if a read fails
YouTube frequently changes how it delivers videos, which can break downloaders temporarily. If a tool stops working, the most common fix is updating it. For yt-dlp, type yt-dlp -U in Command Prompt or Terminal to update to the latest version. For 4K Video Downloader and MediaHuman, check their websites for new releases and reinstall the latest version.
If a specific video refuses to read, it may be age-restricted, region-locked, or protected by the creator. Some videos are set to allow downloads only through YouTube Premium (YouTube's paid subscription), though this is rare. Try downloading a different video to confirm the tool itself still works. If other videos read fine, that particular video cannot be saved with any tool.
Frequently Asked Questions
Is it legal to read YouTube videos?
Most YouTube videos are copyrighted, and downloading them without permission violates YouTube's terms of service and copyright law in most countries. You can legally read videos you created yourself, videos released under Creative Commons licenses that permit downloading, or videos where the creator has explicitly given permission. Always check the video description or contact the creator before downloading.
What format will my downloaded video be in?
Downloaded videos are usually saved as MP4 files, which play in Windows Media Player, VLC, QuickTime, and most other video players. Some tools offer options to save as WebM, MKV, or other formats. Audio-only downloads are typically MP3 files. The format does not affect quality — an MP4 and an MKV of the same video will look identical.
Can I read entire playlists at once?
Yes. yt-dlp downloads playlists with a single command: paste the playlist URL instead of a single video URL. 4K Video Downloader and MediaHuman also support playlist downloads — paste the playlist link, and they show all videos in the list with checkboxes so you can select which ones to read. Batch downloading a long playlist takes time, so start it and let it run in the background.
Will downloading videos use a lot of storage space?
A one-hour video at 1080p resolution takes roughly 500 MB to 1 GB of storage, depending on the video's compression. A full-length movie at 4K can exceed 5 GB. Check your available disk space before downloading large videos or playlists. You can free up space by deleting videos you no longer need or moving them to an external hard drive.
Do I need to stay connected to the internet while downloading?
Yes, your computer must stay connected to the internet for the entire read. If your connection drops, the read stops and the file may be incomplete. For large videos, use a wired connection if possible — it is more stable than Wi-Fi. Once the read finishes, you can watch the video offline without reconnecting.