# Vercel makes production deployment authentication free on every plan

Vercel has moved production-domain authentication out of its $150-per-month Advanced Deployment Protection add-on: every plan can now require authorized Vercel sign-in on production deployments for no additional charge, while Pro password protection becomes a $20-per-project option.

The interesting change is security economics rather than another hosting feature. A control that previously sat behind a $150/month add-on is now free across plans, changing the cost boundary for private dashboards, internal tools and pre-launch production domains.

- Status: Active
- Published: 2026-09-11T22:02:44+12:00
- Updated: 2026-09-11T22:02:44+12:00
- Categories: SaaS, Cloud & Infrastructure, Hosting, Pricing & Billing
- Tags: Cloud pricing, Deployment Protection, Vercel
- Canonical HTML: https://beyondthe.news/dossiers/vercel-production-authentication-free-all-plans-deployment-protection

## What changed

On September 9, 2026, Vercel made Vercel Authentication for production deployments available at no additional cost on every plan. Previously, protecting production domains through this path required the $150-per-month Advanced Deployment Protection add-on. Vercel Authentication requires visitors to sign in with a Vercel account that has project access. Deployment Protection Exceptions are also now free on every plan. Separately, Pro teams can buy Password Protection for individual projects at $20 per protected project per month rather than purchasing protection for the whole team.

## Why it matters

Access control around production deployments is often treated as a security requirement rather than an optional convenience, especially for internal tools, private dashboards and sites that are deployed to production infrastructure before public launch. Moving Vercel Authentication from a $150/month add-on to free changes the economics for small teams that previously had to choose between paying enterprise-like protection costs, building their own authentication layer or keeping production deployments publicly reachable. The new per-project password price also makes paid protection more granular for Pro teams.

## Production authentication moves out of the $150 add-on

Vercel Authentication can now cover all deployments in a project, including production, at no additional cost. Vercel says the previous production-domain path required Advanced Deployment Protection at $150 per month.

## The free control is identity-based, not a shared password

Vercel Authentication requires visitors to sign in with a Vercel account and have access to the project. That makes it well suited to team-only tools and private deployments but is different from sharing a simple password with external users.

## Protection exceptions are now free too

Teams can keep a project protected while making specific preview domains public through Deployment Protection Exceptions without paying for the old add-on.

## Password Protection becomes project-scoped on Pro

Pro teams can now add Password Protection for $20 per protected project per month instead of purchasing a team-wide protection add-on. That lowers cost for teams that need password access on only one or two projects.

## The pricing change can replace custom access-control work

For small teams using Vercel as the deployment layer for internal apps or pre-launch products, platform-level protection can remove the need to add temporary application authentication purely to keep a production URL private.

## Key details

- Vercel announced the pricing/security changes on September 9, 2026.
- Vercel Authentication can now protect production deployments for free on every plan.
- Previously, protecting production domains through this capability required the $150/month Advanced Deployment Protection add-on.
- Visitors using Vercel Authentication must sign in with a Vercel account that has project access.
- Deployment Protection Exceptions are now free on every plan.
- Pro Password Protection is now available for $20 per protected project per month.
- Teams can set Vercel Authentication as the default for new projects.

## Builder takeaways

- If you are paying for Advanced Deployment Protection mainly to keep production deployments private from unauthenticated users, re-evaluate whether free Vercel Authentication now covers the requirement.
- Distinguish team-member authentication from password sharing: external collaborators without project access may still need a different access path.
- Remove temporary application-level auth only after testing that platform protection covers every production and generated deployment URL you rely on.
- For Pro teams that need simple shared-password access on only a few projects, compare the new $20/project pricing with the old team-wide add-on cost.
- Review automation and third-party access before tightening deployment protection so build, testing and monitoring systems still reach protected endpoints through supported bypass or trusted-source mechanisms.

## What to watch

- Whether Vercel changes the scope or limits of free production authentication after adoption grows.
- Further unbundling of Advanced Deployment Protection features onto lower plans.
- Pricing and availability changes for Trusted IPs, automation bypass and other enterprise controls.
- Whether project-scoped Password Protection gets additional external-collaborator or audit features.

## Uncertainties

- Free Vercel Authentication does not replace every Advanced Deployment Protection or Enterprise feature; teams needing password access, trusted IPs, advanced automation or broader governance still need to compare plan-specific controls.
- The economic benefit depends on which protection features a team previously bought the $150 add-on for.
- Vercel's product packaging can change, so current plan boundaries should be rechecked before long-term budgeting.

## Sources

- [Protect production deployments for free on every plan](https://vercel.com/changelog/protect-production-deployments-for-free-on-every-plan) — Vercel · primary changelog · 2026-09-09T00:00:00+12:00. Primary announcement for free production Vercel Authentication, prior $150/month boundary and free Deployment Protection Exceptions.
- [Password Protection is now priced per project on Pro](https://vercel.com/changelog/password-protection-now-costs-20-per-project-per-month-on-pro) — Vercel · primary changelog · 2026-09-09T00:00:00+12:00. Primary announcement for $20-per-project Password Protection on Pro.

