Cloud Storage Cost Calculator
Cost a Cloud Storage bucket across Standard, Nearline, Coldline and Archive with retrieval, operations and early-delete fees.
Inputs
Standard is free; Nearline is about $0.01, Coldline $0.02 and Archive $0.05 per GB retrieved.
Monthly Cost
$239.67
Capacity Charge
$200.00
Retrieval Charge
$20.00
Operation Charge
$13.00
Early Deletion Charge
$6.67
Minimum Storage Duration
30days
Total Capacity
18 TiB
Blended Cost per TB
$11.98
Step by step
Values used
Data stored = 20 TB; Storage class = Nearline (30-day minimum); Standard price per GB = 0.0200 USD/GB-month; Nearline price per GB = 0.0100 USD/GB-month; Coldline price per GB = 0.0040 USD/GB-month; Archive price per GB = 0.0012 USD/GB-month; Data read back each month = 2 TB; Retrieval price per GB = 0.0100 USD/GB; Class A operations (writes, lists) = 500 thousands/month; Class A price per 10,000 operations = 0.1000 USD; Class B operations (reads) = 8,000 thousands/month; Class B price per 10,000 operations = 0.0100 USD; Data deleted before the minimum duration = 1 TB; Age of that data when deleted = 10 days
Cloud Storage Cost
monthly = GB × class price + retrieved GB × retrieval price + (ops ÷ 10,000 × op price) + early-deleted GB × class price × remaining minimum days ÷ 30.
Monthly Cost
= 239.67
Capacity Charge
= 200.00
Retrieval Charge
= 20.00
Operation Charge
= 13.00
Early Deletion Charge
= 6.67
Minimum Storage Duration
= 30 days
How it works
The colder classes trade capacity price against access price: Archive is roughly 17× cheaper per GB than Standard but charges the most per GB retrieved and per operation. Each cold class also carries a minimum storage duration, and deleting an object early bills the remaining days as if it had stayed, which is why the early-deletion line exists. Lifecycle rules that sweep data into Archive look like a saving until an audit or a re-processing job reads it all back, and short-lived objects in a cold class can cost more than leaving them in Standard. Confirm the per-GB, retrieval and operation prices for your location type in the Google Cloud pricing calculator.
Formula
Cloud Storage Cost
monthly = GB × class price + retrieved GB × retrieval price + (ops ÷ 10,000 × op price) + early-deleted GB × class price × remaining minimum days ÷ 30.
- class price
- Per-GB monthly capacity rate for Standard, Nearline, Coldline or Archive
- retrieval price
- Per-GB charge to read data out of a colder class
- remaining minimum days
- Days left of the 30, 90 or 365-day minimum when an object is deleted
Frequently Asked Questions
How is Cloud Storage Cost calculated?
monthly = GB × class price + retrieved GB × retrieval price + (ops ÷ 10,000 × op price) + early-deleted GB × class price × remaining minimum days ÷ 30. The colder classes trade capacity price against access price: Archive is roughly 17× cheaper per GB than Standard but charges the most per GB retrieved and per operation. Each cold class also carries a minimum storage duration, and deleting an object early bills the remaining days as if it had stayed, which is why the early-deletion line exists.
Why does Cloud Storage Cost matter?
Lifecycle rules that sweep data into Archive look like a saving until an audit or a re-processing job reads it all back, and short-lived objects in a cold class can cost more than leaving them in Standard. Confirm the per-GB, retrieval and operation prices for your location type in the Google Cloud pricing calculator.
What values do I need to enter?
This calculator takes 14 inputs: Data stored, Storage class, Standard price per GB, Nearline price per GB, Coldline price per GB, Archive price per GB, Data read back each month, Retrieval price per GB, Class A operations (writes, lists), Class A price per 10,000 operations, Class B operations (reads), Class B price per 10,000 operations, Data deleted before the minimum duration, Age of that data when deleted. The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.
Does moving an object between classes reset the minimum duration?
Yes. A lifecycle transition into Nearline, Coldline or Archive starts that class's minimum storage duration from the transition date, so objects rewritten frequently can incur an early-deletion charge every cycle.