Usage & Billing
Last updated May 31, 2019
Table of Contents
Heroku calculates billing based on wall-clock usage. This article explains the billing calculations.
This article does not apply to Heroku Enterprise accounts. Please see Heroku Enterprise for more information.
Cost
Dyno Type | Price per dyno/month |
---|---|
free | $0 |
hobby | $7 |
standard-1x | $25 |
standard-2x | $50 |
performance-m | $250 |
performance-l | $500 |
All costs are prorated to the second.
All dynos in your application that are scaled above 0 will accrue usage–regardless of whether they’re actually receiving or processing requests.
Databases and add-ons are prorated to the second based on their applicable monthly fee.
When executing a one-off dyno with heroku run
, a dyno will be provisioned for your command, and the time spent executing the command will accrue usage.
For more information about the different dyno types, refer to the Dyno Types article.
Billing cycle & current usage
Heroku charges based on usage, which means that in any given month the bill you receive will be for the previous month of use, not the current one (similar to the way phone services work).
If you wish to see or keep track of your balance for the current month, look for the Current Usage item on your account page. It is updated on a nightly basis, so it will be current to the previous day (up to 00:00:00 UTC time).
Computing usage
Heroku usage is computed from wall-clock time, not CPU time. This means that usage accumulates over time as long as dynos or add-ons are enabled, regardless of traffic or activity.
For example, if you scaled your web dynos to one standard-1x
dyno on 2012-01-01 00:00:00 and then scaled your web dynos to zero on 2012-01-01 01:15:30 you would have accrued 01:15:30 dyno hours of usage.