vercel usage
The vercel usage command displays billing usage for the current billing period or a custom date range. It shows usage and costs for each service, helping you understand your resource consumption.
This is only available for Owner, Member, Developer, Security, Billing, and Enterprise Viewer roles for the current active team.
vercel usageUsing the vercel usage command to view billing usage
for the current billing period.
vercel usage --from 2025-01-01 --to 2025-01-31Using the vercel usage command to view billing usage
for a custom date range.
The command outputs a table showing:
- Service: The name of each Vercel service
- Usage: Resources consumed (USD or legacy MIUs)
- Effective Cost: The cost after any applicable discounts
- Billed Cost: The final amount charged
These are options that only apply to the vercel usage command.
The --from option specifies the start date for the usage query. The date is interpreted as midnight in Los Angeles (Pacific) time.
vercel usage --from 2025-01-01 --to 2025-01-31Using the vercel usage command with a custom start
date.
When using --from, you must also specify --to.
The --to option specifies the end date for the usage query. The date is interpreted as end of day (23:59:59) in Los Angeles (Pacific) time.
vercel usage --from 2025-01-01 --to 2025-01-31Using the vercel usage command with a custom end
date.
When using --to, you must also specify --from.
The --breakdown option shows usage grouped by time period instead of aggregated totals. Valid values are daily, weekly, or monthly.
vercel usage --breakdown dailyUsing the vercel usage command to show daily usage
breakdown.
vercel usage --from 2025-01-01 --to 2025-01-31 --breakdown weeklyCombining --breakdown with a custom date range.
When using the breakdown mode, the output shows:
- Usage grouped by the specified period (day, week, or month)
- Per-service details for each period
- A grand total at the end
The data supports 1-day granularity with a maximum date range of 1 year.
The --format option, shorthand -F, specifies the output format. Currently, json is the only supported format option.
vercel usage --format jsonUsing the vercel usage command to output usage data
as JSON.
The JSON output includes:
period: The start and end dates of the querycontext: The user or team contextservices: An array of services with usage and cost detailstotals: Aggregated totals for all serviceschargeCount: The number of individual charges processed
When using --breakdown, the JSON output includes a breakdown array containing usage data for each period, plus a grandTotal object with aggregated totals.
The following global options can be passed when using the vercel usage command:
--cwd--debug--global-config--help--local-config--no-color--non-interactive--scope--team--token--version
For more information on global options and their usage, refer to the options section.
Was this helpful?
Cross-link map: vercel usage (/docs/cli/usage)
From the Vercel docs graph (built 2026-09-06T06:25:16.735Z), spanning vercel.com docs + KB, nextjs.org, ai-sdk.dev, and other Vercel documentation sites. Full graph as JSON: https://vercel.com/docs/graph.json
Semantically closest pages
- vercel metrics — List and query observability metrics, and inspect available dimensions and aggregations using the Vercel CLI.
- Manage and optimize usage — Understand how to manage and optimize your usage on Vercel, learn how to track your usage, set up alerts, and optimize y
- vercel api — Learn how to make authenticated HTTP requests to the Vercel API using the vercel api CLI command.
- vercel help — Learn how to use the vercel help CLI command to get information about all available Vercel CLI commands.
- vercel buy — Learn how to purchase Vercel products like credits, addons, subscriptions, and domains using the vercel buy CLI command.
This page links to (1)
- Access Roles — Learn about the different roles available for team members on a Vercel account.
Pages that link here (3)
By site: vercel-changelog (1) · vercel-docs (2)
From vercel-changelog
From vercel-docs
- Vercel CLI Overview — Learn how to use the Vercel command-line interface \(CLI\) to manage and configure your Vercel Projects from the command
- Vercel Documentation Sitemap — Browse Vercel documentation pages with summaries, prerequisites, and topics.
