If you use Netflix's offline feature on your Mac, you may be surprised at how quickly those downloaded episodes pile up. The steps to delete Netflix downloads Mac users have saved are not obvious — the app doesn't behave like a typical macOS application, and Finder won't surface a tidy folder to empty. This guide covers every method, from in-app deletion to tracking down the raw container files, so you can reclaim the space those downloads are quietly consuming.
Why Netflix Downloads Take Up So Much Space
Netflix encodes offline content at high bitrates. A single HD episode runs roughly 1–2 GB, and a 4K HDR episode can exceed 4 GB. If you downloaded a full season to watch on a flight and forgot to clean up afterward, you could easily be sitting on 30–60 GB of content you no longer need. Unlike Safari downloads or Mail attachments, these files don't surface in the usual macOS storage reports under System Settings → General → Storage. The Netflix app manages them through its own sandboxed container, which is why they can slip under the radar for months.
Where Netflix Stores Downloaded Content on Mac
Netflix on Mac is distributed through the Mac App Store, which means it runs in a sandboxed Application Container. The offline download data lives here:
~/Library/Containers/com.netflix.Netflix/Data/Library/Application Support/Netflix/
You can reach that folder manually by opening Finder, pressing Cmd + Shift + G, and pasting the path. Inside you will find subdirectories whose names are numeric identifiers — each one corresponds to a downloaded title. The actual media chunks are stored as opaque binary files; do not delete individual files from here manually unless you are using the in-app deletion steps below, because a partial deletion can leave the Netflix app in an inconsistent state that prevents future downloads.
Additionally, Netflix maintains temporary cache in:
~/Library/Containers/com.netflix.Netflix/Data/Library/Caches/
This cache folder holds artwork, metadata, and streaming buffers. It is generally safe to clear when Netflix is not running, though the app will repopulate it the next time you open it.
Download Storage by Content Type
| Content type | Typical file size per episode / title | 10-episode season estimate |
|---|---|---|
| SD (480p) | 300–500 MB | 3–5 GB |
| HD (1080p) | 1–2 GB | 10–20 GB |
| 4K HDR | 3–5 GB | 30–50 GB |
| Feature film (HD) | 4–6 GB | N/A (single title) |
| Feature film (4K HDR) | 8–15 GB | N/A (single title) |
These figures will vary based on your chosen download quality in the Netflix app's settings, your plan, and how Netflix's encoding pipeline evolves — 4K on Apple Silicon Macs running macOS Sequoia and later is especially efficient for streaming but not necessarily for stored downloads.
How to Delete Netflix Downloads from Inside the App
The safest and most reliable method is to let Netflix manage its own deletion. Here's how to do it on macOS in 2026:
- Open the Netflix app from your Applications folder or Launchpad.
- Click the Downloads icon in the left sidebar (the downward-arrow icon).
- You will see all your downloaded titles listed. Hover over any title and click the three-dot (…) menu that appears beside it.
- Select Delete Download. For a TV series, you can delete individual episodes or the entire season at once.
- Repeat for every title you want to remove.
After deleting, the app immediately frees the storage. There is no Trash step — the space is released right away. If you want to nuke everything at once, go to Netflix → Preferences (or Settings depending on your app version), find the Downloads section, and look for a Delete All Downloads button. Not every version exposes this in the same place, so if you don't see it, deleting title-by-title from the Downloads tab is the guaranteed path.
Manually Inspecting and Clearing the Container Folder
If the Netflix app is misbehaving — for example, showing 0 downloads but System Settings still reports several gigabytes attributed to Netflix — you can inspect the container directly. Quit Netflix completely before proceeding.
- In Finder, press
Cmd + Shift + Gand navigate to:~/Library/Containers/com.netflix.Netflix/Data/Library/Application Support/Netflix/ - Select all folders inside (they will have numeric names) and move them to the Trash.
- Empty the Trash.
- Relaunch Netflix. The app will rebuild its metadata on the next launch; your account, watch history, and streaming functionality are unaffected because those live on Netflix's servers.
To also clear the cache:
- Navigate to:
~/Library/Containers/com.netflix.Netflix/Data/Library/Caches/ - Delete the contents of this folder while Netflix is closed.
This two-step process is the nuclear option but is completely safe for your account data. You will lose your offline content and the app will re-download artwork and metadata on next launch, but nothing tied to your Netflix profile is stored locally.
Checking Actual Storage Consumption
macOS's built-in storage reporter often bundles Netflix data under "Apps" rather than giving you a per-app breakdown. For a precise view:
- Open Terminal and run:
du -sh ~/Library/Containers/com.netflix.Netflix/
This gives you the total size of everything Netflix owns on your Mac. - To see the breakdown by subfolder:
du -sh ~/Library/Containers/com.netflix.Netflix/Data/Library/Application\ Support/Netflix/*
If you prefer a visual tool, a tool like understanding what is taking up space on your Mac can surface these container folders in a more readable way and help you decide what to delete before you act. Streaming app containers — Netflix, Apple TV, Spotify, and similar — are a surprisingly common culprit for unexplained storage creep.
Preventing Downloads from Accumulating
A few settings changes can prevent you from landing in the same situation again:
- Lower download quality. In Netflix Preferences, set Downloads to Standard instead of High or Ultra High. You won't notice a major visual difference on a 13-inch MacBook display, but you'll use 50–70% less storage per title.
- Enable Smart Downloads. When Smart Downloads is on, Netflix automatically deletes an episode after you finish watching it and downloads the next one. Check Netflix Preferences → Downloads to toggle this.
- Set a calendar reminder. A monthly five-minute sweep of the Downloads tab costs nothing and keeps the container lean.
- Watch your storage trend. macOS Sequoia and Tahoe show storage usage in System Settings → General → Storage. If you see Netflix creeping up month over month, that's a sign Smart Downloads or periodic manual cleanup isn't happening.
Netflix Downloads in Context: Your Broader Streaming Storage Footprint
Netflix is rarely the only streaming app leaving data behind. Apple TV stores downloads in a similar sandboxed container at ~/Library/Containers/com.apple.tv/, and Disney+ has its own container under ~/Library/Containers/com.disney.disneyplus-macos/. If you subscribe to multiple services and download content across all of them, the combined footprint can rival a large Xcode project or a full node_modules tree.
The broader lesson is that your Mac's hidden ~/Library folder — particularly the Containers and Caches subdirectories — contains far more reclaimable space than most users realize. A tool like Crumb can audit all of these containers at once and show exactly what's safe to remove before anything is deleted, which is especially useful when you're not sure which app owns which folder. For a deeper look at what else may be lurking, see our complete guide to freeing up space on Mac.
Summary
Deleting Netflix downloads on your Mac is straightforward once you know where to look. The in-app deletion flow is the cleanest route for normal use — open Netflix, go to Downloads, and remove titles individually or all at once. If the app's storage count doesn't match reality, the container folder at ~/Library/Containers/com.netflix.Netflix/ is your escape hatch: quit the app, delete the contents, relaunch, and the space is yours again. Combine that with Smart Downloads and a periodic quality audit and you'll keep the footprint under control without thinking about it.