---
name: account-bp_billing
title: Best practices for billing and usage
description: Follow our best practices to learn about IBM Cloud&reg; billing options and tools that you can use to track your usage and manage invoicing and payments.
last-updated: 2025-11-15
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/account?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Best practices for billing and usage
{: #billing-best-practices}

Follow our best practices to learn about IBM Cloud&reg; billing options and tools that you can use to track your usage and manage invoicing and payments.
{: shortdesc}

## Choose an account type that fits your usage
{: #choose-account-types}

IBM Cloud has two billable account types, Pay-As-You-Go and Subscription accounts. Being billable means that if you have these account types, you can use IBM Cloud resources and services that cost money. The account type that you choose impacts how you're billed for your resource usage.

* With Pay-As-You-Go accounts, you're billed monthly for your resource usage. Your resource usage consists of recurring and fluctuating costs. If you purchase monthly classic infrastructure services, you receive recurring bills in advance of use, similar to a rent bill. If you purchase platform services or hourly classic infrastructure services, your invoice fluctuates as your resource usage fluctuates, similar to a utility bill. This account type is a good fit for developers or companies that want to explore the entire IBM Cloud catalog but have low-volume or variable workloads. You pay only for what you use or commit to on a monthly basis, with no long-term contracts. Usage consists of products, services, and resources.
* With Subscription accounts, you buy a subscription for an amount of credit to spend on resource usage within a certain time period. In exchange for this spending commitment, you get a discount on your usage costs. For example, you might buy a subscription for $12,000 a year that comes with a 10% discount. No matter when you incur usage costs within the year, you get fixed billing for the subscription amount, such as $1,000 a month. This account type is ideal for enterprise organizations with large cloud workloads that want the predictability of fixed billing for their financial planning. For more information about how subscriptions work, see [Managing subscriptions](https://cloud.ibm.com/docs/account?topic=account-subscriptions&format=markdown).

Each of these account types includes more benefits for your production workloads on IBM Cloud, including access to the entire catalog, additional free runtime memory, and support plans. For more information, see [Account types](https://cloud.ibm.com/docs/account?topic=account-accounts&format=markdown).

## Track costs for related resources by adding tags
{: #track-billing-tags}

Add tags to your resources to organize, track, and manage costs for related resources. When you use a consistent tagging schema to identify which resources are tied to specific projects, you can group and filter by those tags when you analyze costs within your exported usage report.

1. Tag your resources by using a consistent tagging schema, such as creating tags to differentiate cost centers, data centers, projects, or teams. To add tags, click the **Navigation Menu** icon ![Navigation Menu icon](../icons/icon_hamburger.svg "Menu") > **Resource list**. In the Tag column, click **Add tag** for each resource that you want to tag.

   Add tags in key:value pairs to add custom columns based on the key in the usage report. Create keys based on the categories that you use to organize your resources, such as using `costcenter:` to group by cost center or `project:` to group by project.
   {: tip}

   For example, you might have resources for two projects in a single account, Project ABC and Project XYZ. Project ABC has a Kubernetes Service cluster and an IBM Cloudant database. You can add the `project:abc` tag to all of these resources to distinguish these resources for Project ABC from similar resources in Project XYZ that are tagged `project:xyz`.

   For more information about tags, see [Working with tags](https://cloud.ibm.com/docs/account?topic=account-tag&format=markdown).

1. Track costs for the tagged resources by exporting the usage report for your instances. To export the report, go to **Manage > Billing and usage**, and select **Usage**. Then, click **Export CSV > Instance**.

   Use the Tags column in the instance CSV file to help analyze the resources in your account. You can sort the CSV data according to the project tag on each instance so that you can better analyze the individual projects' cost. If you tagged your resources with key:value pairs, you'll also see columns in the usage report that correspond with the key. For example, resources tagged `project:abc` and `project:xyz` appear in a Project column as `abc` and `xyz`.

   For more information, see [Viewing your usage](https://cloud.ibm.com/docs/account?topic=account-viewingusage&format=markdown).

Use [projects](#x2035151){: term} to help you automatically tag related resources. Resources in a project are automatically given service tags with the ID for the project and configuration that they are associated with. For more information, see [Tracking usage and spend for projects](https://cloud.ibm.com/docs/enterprise-management?topic=enterprise-management-project-usage-spend&format=markdown).
{: tip}

## Automate billing and usage management by using the CLI or APIs
{: #billing-cli-apis}

If you want to automate how you review your resource usage and associated costs, use the [Usage Metering](https://cloud.ibm.com/apidocs/usage-metering){: external} and [Usage Reports](https://cloud.ibm.com/apidocs/metering-reporting){: external} APIs to integrate this functionality into your own apps.