Key details

  1. Vercel announced the Hobby retention change on September 16, 2026.
  2. Hobby teams continue to receive 10GB of Deployment Storage shared across the team.
  3. Each Hobby project now retains its three most recent production deployments and three most recent deployments of any type regardless of age.
  4. Preview deployments no longer receive separate protection.
  5. Current production deployments, aliased deployments and deployments on active branches remain protected.
  6. When a Hobby team exceeds 10GB, non-exempt deployments are now deleted immediately instead of after 30 days.
  7. Vercel lists Pro Deployment Storage at $0.10 per GB per month.

What builders should take away

  1. Do not use Hobby deployment history as a backup or guaranteed long-term rollback archive.
  2. Check team-level Deployment Storage before large builds or preview-heavy development pushes take the account close to 10GB.
  3. Preserve artifacts, logs or deployment references needed for postmortems outside Vercel before relying on automatic retention.
  4. Audit dormant projects and large deployment outputs because the 10GB allowance is shared across the Hobby team, not isolated to one active project.
  5. If long rollback history is operationally important, compare the cost of Pro storage with the cost and complexity of keeping build artifacts elsewhere.

What changed

On September 16, 2026, Vercel changed Deployment Retention for Hobby teams. Each Hobby project now keeps its three most recent production deployments and its three most recent deployments of any type regardless of age. Preview deployments no longer receive their own protected allocation. Current production, aliased deployments and deployments on active branches remain protected. Most importantly, when a Hobby team is over its shared 10GB Deployment Storage limit, deployments outside the protected exceptions are now deleted immediately rather than being retained for another 30 days.

Why it matters

The storage allowance is unchanged, but the failure mode is materially harsher. A small project can treat old Vercel deployments as convenient rollback points, historical previews or reproducible snapshots without consciously using them as a backup system. On Hobby, crossing the shared account-level storage cap can now remove that history immediately. Builders using many preview deployments, large build outputs or several dormant projects therefore need to manage deployment storage proactively rather than relying on the old grace window.

The free plan keeps a much smaller protected history

Vercel now guarantees each Hobby project its three most recent production deployments plus its three most recent deployments of any type. The current production deployment, deployments with aliases and deployments associated with active branches remain protected. Preview deployments no longer have their own separate retention protection.

Crossing 10GB no longer buys a month to clean up

Hobby teams still receive 10GB of Deployment Storage shared across the team. Previously, deployments subject to cleanup could remain for 30 days after the account exceeded the limit. Vercel now says deployments outside the protected set are deleted immediately when the team is over 10GB. That turns storage housekeeping from a deferred problem into something that can affect deployment history as soon as the limit is crossed.

Rollback and preview URLs are the practical risk

Old deployments are useful even when they are not serving production traffic: they can provide rollback targets, reproduce an earlier build, preserve a feature preview or help diagnose when behaviour changed. The new Hobby policy means builders should not assume a long deployment list is durable history, particularly on accounts with frequent CI-driven previews.

Pro changes the economics rather than restoring the old Hobby rule

Vercel points teams that need more storage toward Pro, where Deployment Storage is usage-billed at $0.10 per GB per month. The decision is therefore partly operational and partly economic: prune unnecessary deployment output and previews, or pay for storage when historical deployments are valuable enough to retain.

What to watch next

  • Whether Vercel adjusts the 10GB Hobby allowance after the tighter retention policy has been in production longer.
  • Changes to the protected-deployment exceptions, especially active-branch and alias behaviour.
  • Whether Vercel adds clearer pre-deletion warnings or storage-budget controls for Hobby teams.
  • Further separation between Hobby and Pro retention controls or storage pricing.

Still unclear

  • Vercel's changelog describes immediate deletion for deployments outside the protected set when a Hobby team is over 10GB; individual cleanup timing may still depend on platform processing.
  • Protected deployments can reduce how much storage automatic cleanup is able to reclaim, so the practical effect varies by project structure.
  • The policy does not imply that every old Hobby deployment disappears immediately; the trigger is being over the shared storage limit and the documented exceptions still apply.

Sources

Direct reading behind this dossier.

2 sources

Discussion

Discussion is reader-contributed. Comments are not part of the BTN dossier or its editorial evidence.

0 visible comments

Join the discussion

Keep comments useful and relevant. Reader contributions may be moderated and are not BTN editorial evidence.

Sign in to comment