[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-25。"],[],[],null,["# Pricing examples\n\nThis page discusses example scenarios for [Cloud Storage pricing](/storage/pricing). For\nGoogle Drive, which offers simple online storage for your personal files, see\n[Google Drive pricing](https://www.google.com/drive/#pricing).\n\n\nIf you pay in a currency other than USD, the prices listed in your currency on\n[Cloud Platform SKUs](https://cloud.google.com/skus/)\napply.\n\nOverview\n--------\n\nCloud Storage pricing is based on the following components:\n\n- [Data storage](/storage/pricing#storage-pricing): the amount of data stored in your buckets. Storage rates vary depending on the storage class of your data and location of your buckets.\n- [Data processing](/storage/pricing#process-pricing): the processing done by Cloud Storage, which includes operations charges, any applicable retrieval fees, and inter-region replication.\n- [Network usage](/storage/pricing#network-pricing): the amount of data read from or moved between your buckets.\n- [Anywhere Cache](/storage/pricing#anywhere-cache): temporary storage layer for your buckets.\n\nSimple example\n--------------\n\nSuppose you have the following storage usage pattern for `my-bucket`\nin a given month:\n\nYour bill for the month for `my-bucket` is calculated as follows, assuming no\n[always free](/storage/pricing#cloud-storage-always-free) discounts apply:\n\nDetailed pricing example\n------------------------\n\nThe following example shows storage usage that includes multiple storage\nclasses as well as bandwidth consumption that spans multiple tiers. For each\nstorage class, the data storage amount is the average over the course of the\nmonth.\n\nSuppose you have the following storage usage pattern in a given month:\n\nYour bill for the month is calculated as follows, assuming no\n[always free](/storage/pricing#cloud-storage-always-free) discounts apply:\n\nProrated storage example\n------------------------\n\nThis example demonstrates how Cloud Storage prorates the storage\ncosts of your data.\n\nSay you store a 15 GB object as Standard storage in a multi-region for 12\nhours. Cloud Storage treats this as 0.5 days of storage, or 1/60 of a\nmonth (assuming a 30-day month). This storage incurs a charge of: \n\n```\n$0.026(per GB per month) * 15(GB) * 1/60(months) = $0.0065\n```\n| **Note:** The charge would be slightly lower or higher in a month with more or fewer days, respectively. Following the example above, the same 12 hour storage for the month of January (31 days) would be $0.00629 and February (28 days on non-leap years) would be $0.00696.\n\nEarly deletion example\n----------------------\n\nThis example demonstrates how [early deletion charges](/storage/pricing#early-delete)\nare calculated. Early deletion charges can apply when deleting an object,\noverwriting an object with new object data, or rewriting an object, such as\n[changing an object's storage class](/storage/docs/changing-storage-classes).\n\nSay you store 1,000 GB of Coldline storage data in the `US` multi-region on\nday 1. Then, at the end of day 60 you delete all of the data. Because\nColdline storage has a 90-day minimum storage duration, you are charged *as\nif* you had stored the data for 90 days. The charge is divided into two parts:\n\n1. The normal [at-rest storage cost](/storage/pricing#storage-pricing) associated\n with the 60 days your data existed in the bucket:\n\n ```\n $0.007/GB/mo. * 1,000 GB * 2 mo. = $14\n ```\n2. An early-deletion fee associated with the 30 days remaining in the data's\n 90-day minimum storage duration:\n\n ```\n $0.00023333/GB/day * 1,000 GB * 30 days = $7\n ```\n\nIn this example, the total cost of storing your Coldline storage data for 60\ndays is $21. This is the same cost that you would have paid if you had stored\nthe data for all 90 days and deleted it at the end of the 90th day, because in\nthat scenario, there would be no early-deletion fee, but you would pay for 90\ndays of at-rest storage.\n\n#### Rewriting data\n\nIn a modified example where instead of deleting the data, you rewrite it with a\ndifferent storage class, the same early deletion calculation applies. In\naddition, the newly-rewritten data incurs data storage costs in the new\nstorage class.\n\nAnywhere Cache Examples\n-----------------------\n\nThe following examples illustrate how charges apply for a 2 MB GET issued by a client against an object in Standard Storage based on whether the data was uncached or cached:\n\n1. Uncached (read request returns uncached data):\n - Cache data transfer out operations fee: $0\n - Cache ingest fee: 2/1024\\* $0.01 = $0.00001953125\n - Cache data transfer out fee: $0\n - Data Transfer fee: $0\n - Data Retrieval fee: $0\n - Class B op fee: $0.0004/1000\\*1 = $0.0000004\n - Total cost: $0.00001953125+$0.0000004 = $0.00001993125\n2. Cached (read request returns fully cached data):\n - Cache data transfer out operations fee: $0.0002/1000\\*1 = $0.0000002\n - Cache ingest fee: $0\n - Cache data transfer out fee: 2/1024\\*$0.0008 = $0.0000015625\n - Data Transfer fee: $0\n - Data Retrieval fee: $0\n - Class B op fee: $0\n - Total cost: $0.0000002+$0.0000015625 = $0.0000017625\n\nWhat's next\n-----------\n\n- Explore the [Google Cloud pricing calculator](/products/calculator).\n- Get started with Cloud Storage by following the [Quickstart using the Console](/storage/docs/discover-object-storage-console).\n- Get started with Cloud Storage using a [Cloud Storage client library](/storage/docs/reference/libraries).\n- Explore the [Cloud Storage documentation](/storage/docs/introduction)."]]