# Unlimited Vercel Blob stores on every plan

By Steven Van · 2026-09-23

Vercel removes per-plan caps on Blob store counts and bills store creation as an Advanced Operation instead.

Vercel Blob no longer limits how many stores you can create. The previous caps of 100 stores on Hobby, 500 on Pro, and 1,000 on Enterprise are gone. Creating a store is now billed as a Blob Advanced Operation alongside put(), copy(), and list() calls: **$5.00 per million** on Pro, or counted against the 2,000 free monthly operations on Hobby. Deleting a store is free.

With the cap removed, a new store becomes a way to draw a hard boundary instead of relying on a pathname convention:

- Separate production, staging, and preview data, each with its own credential

- Create a store per customer in a multi-tenant app, so one tenant's data can be exported or deleted in a single call

- Spin up a store for a preview branch or a migration, then delete it when done

Storage, operations, and data transfer are still billed on usage, so splitting data across more stores doesn't change the cost. Store creation appears under Blob Advanced Operations on the usage page and in the Observability dashboard. See the [Vercel Blob](<https://vercel.com/docs/vercel-blob>) documentation for details, via [Vercel's changelog](<https://vercel.com/changelog/unlimited-vercel-blob-stores-on-every-plan>).

![Vercel](<https://www.google.com/s2/favicons?domain=vercel.com&sz=128>)

Vercel

The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.

[View Vercel →](<https://creatorstoolbox.com/tools/vercel>)

[Read the original announcement →](<https://vercel.com/docs/vercel-blob>)

[Read Unlimited Vercel Blob stores on every plan on Creators Toolbox](<https://creatorstoolbox.com/blog/vercel-unlimited-vercel-blob-stores-on-every-plan>)

---
Canonical source: https://creatorstoolbox.com/blog/vercel-unlimited-vercel-blob-stores-on-every-plan
