# Deployment Storage keeps your deployments rollback\-ready

**Published:** August 22, 2026 | **Authors:** Jay Gengelbach, Mehul Kar, Pranav Kanchi, Christian Le

---

Every deployment produces a set of files, including the pages, functions, and assets Vercel serves. Deployment Storage keeps those files available so you can inspect previous deployments and roll back when needed.

![Instantly rollback to previous deployments in seconds](//images.ctfassets.net/e5382hct74si/9osRe2x7iXBzlyCuO6Tev/acfb7a8941429ce5df28ddfccbea4c28/image.png)
*Instantly rollback to previous deployments in seconds*

**Instantly roll back to previous deployments in seconds**

If a production deploy ships a bug or a change you want to reverse, rolling back restores the previous version in seconds. Open your project, click [Instant Rollback](https://vercel.com/docs/instant-rollback) on the Production Deployment tile, then choose an earlier production deployment. Vercel immediately repoints your domains to that deployment, with no rebuild required.

**Deployment Storage pricing**

- Deployment Storage is billed at $0.10 per GB per month
- Hobby teams include up to 10 GB

Existing teams continue with their current pricing, with no change to their  bill at this time.

**C****ontrol how much Deployment Storage you keep:**

- Edit your [Deployment Retention Policy](https://vercel.com/docs/deployment-retention) to set how long Pre-Production, Production, Canceled, and Errored deployments stay available. Shorter retention means less storage, but you can't roll back to a deleted deployment
- The Usage page shows Deployment Storage and Functions Storage by project
- Keep future deployments smaller by trimming your output directory, moving large files to Vercel Blob, and reducing Function bundle size

![Edit deployment retention policies to remove unwanted deployments](//images.ctfassets.net/e5382hct74si/2SNLY37gSMjQL36dJjUb2J/5e0d52396132baa18c7c53294c677979/image.png)
*Edit deployment retention policies to remove unwanted deployments*

Learn more about Deployment Storage [here](https://vercel.com/docs/deployment-storage/optimize).

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)