---
number: 38119
slug: 38119-3x-cheaper-egress-for-cache-hits
published: 2025-08-22
discussion: https://github.com/orgs/supabase/discussions/38119
labels:
  - storage
  - billing
page: https://supabase.com/changelog/38119-3x-cheaper-egress-for-cache-hits
---

# 3x cheaper egress for cache hits

We are happy to announce that we are rolling out the cached egress changes for everyone as previously [announced](https://supabase.com/blog/storage-500gb-uploads-cheaper-egress-pricing) in the last launch week.

Cached and uncached egress will have independent quotas and independent pricing. Cached egress is egress that is served from our CDN via cache hits, whereas uncached egress is egress against the origin (your Supabase project).

Before | After
-- | --
5 GB total egress quota on Free Plan | 5 GB origin egress + 5 GB cached egress
250 GB total egress quota on paid plans | 250 GB origin egress + 250 GB cached egress
$0.09 per GB for overages | $0.09 per GB for origin egress / $0.03 per GB for cached egress

You are getting more quota in all cases and cached egress is getting 3x cheaper. Especially for heavy storage users that were previously serving files via our [Smart CDN](https://supabase.com/docs/guides/storage/cdn/smart-cdn), this should come with a hefty discount.

----

You can see your current storage usage and daily storage usage on your [organization's usage page](https://supabase.com/dashboard/org/_/usage):

<img width="748" height="181" alt="Screenshot 2025-08-22 at 14 51 01" src="https://github.com/user-attachments/assets/6266ef5e-a83f-42ea-93c3-64834a9e34ff" />

<img width="505" height="233" alt="Screenshot 2025-08-22 at 14 51 06" src="https://github.com/user-attachments/assets/012fffa0-091f-46bc-9b0b-3d3834b0a5a4" />

<img width="1316" height="466" alt="Screenshot 2025-08-22 at 14 51 15" src="https://github.com/user-attachments/assets/2290670d-30a1-4214-ae21-28da1e04880a" />

Other useful insights:
- "Storage Top Cache Misses" under [project logs templates](https://supabase.com/dashboard/project/_/logs/explorer/templates)
- "Storage Egress Requests" under [project logs templates](https://supabase.com/dashboard/project/_/logs/explorer/templates)

----- 


If you are not yet seeing the cached egress metrics on your organization's usage page, then your plan is scheduled to change with the next billing cycle reset and you should start seeing it after. If you have higher storage egress costs and you don't see any of the metrics yet, please reach out to [support](https://supabase.help), to expedite.

For more information about egress billing, refer to our [docs](https://supabase.com/docs/guides/platform/manage-your-usage/egress).
