Where Does Downloaded YouTube Videos Go?

You hit the Download button, waited for the progress bar to finish, and then opened your file manager — but the video is nowhere to be found. If you are asking where does downloaded YouTube videos go, you are not alone. Millions of users search for the same answer every month, and the confusion usually comes from assuming YouTube saves a normal MP4 like any other download.

In most cases, it does not. According to YouTube's official help documentation, Premium offline videos are stored inside the app or browser as encrypted cache — not as MP4 files in your Downloads folder. Google's DRM system (Widevine on Android/Chrome, FairPlay on iOS) binds each download to your account, device, and app, which is why Gallery, the iOS Files app, and Windows File Explorer show nothing.

In one sentence: Official YouTube downloads go to the YouTube app's Downloads library — not your device Downloads folder. Open YouTube → profile icon → Downloads to watch. Only browser-saved or third-party MP4 files appear in normal file storage. Premium saves expire after ~29 days and require an internet check-in to renew.

First: Which Download Method Did You Use?

The storage destination changes completely based on how you saved the video:

  • YouTube Premium / in-app Download button → Encrypted cache inside YouTube (invisible to file managers)
  • Creator-enabled free download → Standard MP4 in your Downloads folder
  • Browser "Save as" or online downloader → MP4 in Downloads (or path you chose)

If you have YouTube Premium and used the Download icon below a video, the rest of this guide applies to you. The video is stored — just not where you expect.

Where Does Downloaded YouTube Videos Go on iPhone?

On iPhone and iPad, Apple sandboxes every app so other apps and the Files browser cannot peek inside. YouTube uses Apple's AVAssetDownloadTask API to store Premium offline videos as FairPlay-encrypted HLS (HTTP Live Streaming) segments packaged as .movpkg files deep inside the YouTube app container. Decryption keys sit in the Secure Enclave — hardware-bound and invisible to users.

How to watch saved videos:

  1. Open the YouTube app
  2. Tap your profile picture (bottom right)
  3. Select Downloads

Alternatively: Library tab → Downloads.

Technical path (not browsable without jailbreak):

/var/mobile/Containers/Data/Application/[UUID]/Library/Caches/HLSAssets/[video_id].movpkg

If you saved an MP4 through Safari (not Premium offline): open the Files app → BrowseDownloads under iCloud Drive or On My iPhone. In Safari, tap the down arrow in the address bar (or the Aa menu) to see recent downloads.

Where Does Downloaded YouTube Videos Go on Android?

Android stores YouTube Premium offline content in the app's sandboxed data directory using MPEG-DASH streaming format. Files are AES-encrypted .exo fragments from Google's ExoPlayer — not a single playable MP4. Google controls playback permission server-side per account, so copied .exo files cannot play on another device even if you extract them.

How to watch: YouTube app → LibraryDownloads, or profile → Downloads.

Choose storage location (internal vs SD card): YouTube app → SettingsBackground & downloadsDownloadStorage location. Pick internal storage or an SD card. This only changes where encrypted cache is written — it does not create accessible MP4 files either way.

Technical paths (advanced users only — files are not playable):

# Internal storage (most common)
/data/data/com.google.android.youtube/files/offline/

# App-specific external / SD card
/storage/emulated/0/Android/data/com.google.android.youtube/files/offline/
# or: .../files/Offline/[system-folder]/streams/

Inside each video ID folder, typical contents include:

  • stream.exo — Encrypted video stream (AES-128/CBC)
  • audio.exo — Encrypted audio stream
  • metadata.json — Title, duration, thumbnail URL, expiry date
  • .license — Widevine DRM license blob

Android 11+ restricts file manager access to /Android/data/ without special permissions. Even with root access, decryption keys live in the hardware Trusted Execution Environment (TEE) and are never readable by third-party apps. VLC and Gallery cannot play these files.

Chrome or third-party MP4 downloads on Android go to Internal Storage → Download (or the path shown in your browser's download notification). Press the download icon in Chrome to jump directly to saved files.

Where Does Downloaded YouTube Videos Go on Windows?

Windows users are often surprised that C:\Users\YourName\Downloads stays empty after a YouTube Premium download. That is correct behavior — Premium saves do not create MP4 files on your hard drive.

Premium offline storage: YouTube downloads video and audio streams separately, encrypts them with AES, and stores the chunks in your browser's IndexedDB database — not as MP4 files. For Google Chrome on Windows, the blob data typically lives at:

C:\Users\[YourName]\AppData\Local\Google\Chrome\User Data\Default\IndexedDB\https_www.youtube.com_0.indexeddb.blob\

Other browsers use equivalent paths:

  • Edge: ...\Microsoft\Edge\User Data\Default\IndexedDB\
  • Firefox: ...\Mozilla\Firefox\Profiles\[profile]\storage\default\https+++www.youtube.com\
  • Brave (Mac example): ~/Library/Application Support/BraveSoftware/Brave-Browser/Default/IndexedDB/https_www.youtube.com_0.indexeddb.blob/

These are fragmented binary blob files — deleting a video from YouTube's Downloads menu removes the corresponding blobs. You cannot double-click them to play in VLC or Windows Media Player.

How to watch on PC:

  1. Open the same browser you used to download
  2. Go to youtube.com and sign in with Premium
  3. Click Downloads in the left sidebar

Real MP4 files from browser downloads or tools land in:

C:\Users\[YourName]\Downloads\

Check Chrome → Settings → Downloads if you changed the default location.

Warning: Running "Clear browsing data" with site storage or IndexedDB checked permanently deletes Premium offline videos — even though they never appeared in your Downloads folder.

Where Does Downloaded YouTube Videos Go on Mac?

Mac follows the same Premium-vs-MP4 split as Windows.

Premium (browser): IndexedDB blobs, e.g. for Chrome:

~/Library/Application Support/Google/Chrome/Default/IndexedDB/https_www.youtube.com_0.indexeddb.blob/

Watch via youtube.com → Downloads in the left menu (same browser, same Google account).

Standard MP4 downloads:

~/Downloads/

Open Finder → Downloads, or check Safari/Chrome preferences for a custom save location.

How YouTube Stores Offline Videos Behind the Scenes

When you tap Download, YouTube does not save one file. It requests a download manifest from Google's CDN, pulls encrypted video and audio chunks via HTTP range requests (with resume support), and writes them into app-private storage. A local SQLite database indexes what you have downloaded, including expiry dates. Playback requires an online DRM license check through Widevine or FairPlay servers — which is why downloads are device-bound, app-bound, and time-bound with zero portability.

Concept Detail
Streaming format MPEG-DASH (Android) / HLS (iOS)
File format .exo (ExoPlayer cache) / .movpkg (iOS) / IndexedDB blobs (PC)
Encryption AES-128/CBC on streams; keys in hardware TEE / Secure Enclave
DRM Widevine L1 (Android/Chrome), FairPlay (iOS)
License expiry ~30 days; requires periodic online check-in
Portability None — cannot copy to USB, SD card, or another device
MP4 downloader output Standard .mp4, no DRM, plays anywhere

YouTube designed offline playback this way to protect copyrighted content and enforce subscription checks. Downloads expire after roughly 29 days and need an internet connection to renew, per YouTube's official help page. In some regions, content may only play offline for 48 hours before requiring a sync.

MP4 Downloads: The Folder You Were Looking For

If you need a real video file you can move, edit, or play in VLC, you need a standard MP4 — not a Premium offline save. These appear in normal storage:

Device Default MP4 location
Windows C:\Users\[Name]\Downloads\
Mac ~/Downloads/
Android Internal Storage → Download
iPhone (Safari) Files → Downloads

MP4 files have no expiration, no DRM, and work on smart TVs, USB drives, and any media player. For privacy before sharing, see our guide on removing downloaded video tracking info. For a deeper dive on Premium storage paths, read where do downloaded YouTube videos go.

Managing and Deleting YouTube Offline Storage

To remove Premium downloads and free space:

  • Mobile: YouTube → Downloads → tap on a video → Delete from downloads
  • Desktop: youtube.com → Downloads → remove individual videos
  • Settings: YouTube → Settings → Background & downloads → adjust quality and storage cap
  • Nuclear option: Clear YouTube app cache (Android) or browser site data (PC) — removes all offline content

Troubleshooting: "My Download Vanished"

Checked Downloads folder — nothing there

You used Premium offline download. Go to the YouTube app or website Downloads section instead.

Video was there yesterday, gone today

Offline saves expire after ~29 days without internet renewal. Premium subscription may have lapsed, or the uploader removed the video. Re-download if still available.

Downloaded on phone, cannot find on laptop

Premium offline saves are device-bound. Download again on each device separately while signed in to the same account.

Download button missing

Requires YouTube Premium in most regions, or the creator must enable downloads. Some licensed content (music videos, movies) is blocked.

Cleared browser cache — all PC downloads gone

Premium PC saves live in IndexedDB. Clearing site data wipes them. Re-download from youtube.com while signed in.

FAQ

Where does downloaded YouTube videos go on my phone?

Inside the YouTube app as encrypted cache. Open YouTube → profile → Downloads. Not in Gallery or Files (unless you saved a separate MP4).

Where does downloaded YouTube videos go on PC?

Premium: AES-encrypted chunks in browser IndexedDB (Chrome AppData folder). MP4: C:\Users\[Name]\Downloads\. Watch Premium saves at youtube.com → Downloads in the same browser you used to download.

Can I find YouTube offline videos with a file manager on Android?

You may see .exo files under /Android/data/com.google.android.youtube/files/offline/, but they are encrypted and unplayable outside the YouTube app. Android 11+ blocks most file managers from this path entirely.

Can I move YouTube downloads to an SD card or USB drive?

Premium offline videos cannot be moved — they are encrypted and app-locked. Standard MP4 files can be copied anywhere.

Does YouTube save videos to my camera roll?

No. Premium downloads never appear in Photos or Gallery. Only MP4 files you manually save or download through Safari/Chrome show up there.

How long does YouTube keep offline downloads?

Up to 29 days without internet. Connect periodically to renew. Downloads stop working if Premium ends.

Summary

Where does downloaded YouTube videos go? With YouTube Premium or the in-app Download button, videos stay in encrypted app or browser storage — Android (.exo), iPhone (.movpkg), PC (IndexedDB). Watch them only through YouTube's Downloads section. Standard MP4 files from browser or downloader tools go to your normal Downloads folder on every device. Knowing which type you saved ends the search.

Save YouTube Videos as MP4 Files

Get real video files in your Downloads folder — playable anywhere, no expiration.

Try All Video Downloader