By EnginStack Engineering Team | Verified by engineers, built on NIST metrology standards About →
GB
1.0000 TB
1024 GB = 1.0000 TB 1024 TB = 1,048,576 GB

Source: NIST SP 811 and the 1959 yard-and-pound agreement (0.9144 m, 0.45359237 kg). Every decimal place in the factor above is a defined constant, not a measurement.

Why Cloud Providers Don't Bill in Gigabytes

Amazon S3, Google Cloud Storage, and Azure Blob Storage all bill storage in gigabyte-months — but their architecture is designed in terabytes and petabytes. A single S3 Standard bucket can store trillions of objects across millions of terabytes. The billing is in GB because that's granular enough for customer invoices: a startup storing 500 GB of user uploads gets a $11.50 monthly bill. But the engineering that makes that possible — the erasure coding across 12+ availability zones, the automated tiering to Glacier, the replication pipelines — all operates at TB scale. A single failed hard drive replacement in an AWS data center restores 18 TB of data from parity fragments, not 18,000 GB. The conversion boundary between "gigabyte thinking" and "terabyte thinking" is where consumer IT ends and infrastructure engineering begins.

The Division That Changes Everything

TB = GB ÷ 1024

Under binary convention. Divide by 1,024 to convert GB to TB. The result tells you where on the architecture hierarchy your workload sits. Under 1 TB: you're in consumer or small business territory, where single-drive failure is a manageable risk. Over 10 TB: you need RAID or erasure coding. Over 100 TB: you need multi-site replication and a disaster recovery plan. The number after that division symbol dictates your entire infrastructure strategy.

From Laptop to Data Center Architecture

A consumer laptop ships with a 512 GB SSD — half a terabyte. That's a single NAND package, a single drive controller, and a failure mode that means data loss if you drop the laptop. A mid-range NAS appliance ships with 20-40 TB across four to eight drives in RAID-5. A single 42U rack in a hyperscale data center holds approximately 2 petabytes (2,048 TB) of raw storage. That's 4,000 consumer laptops' worth of storage in one telephone-booth-sized footprint. The conversion chain — GB → TB → PB — isn't just arithmetic; it's the organizational structure of the cloud.

Google Photos stores an estimated 4 trillion photos, roughly 30 petabytes of compressed JPEG data. If Google engineers discussed that capacity in gigabytes (30,000,000 GB), project meetings would take three times as long for no reason. The terabyte is the natural unit of conversation above the consumer level — granular enough for a single server, large enough to discuss data center rows without exhausting the number of zeros.

Where the Decimal Trap Hits Procurement

100 GB = 0.0977 TB — a decade of email archives for one person

1,024 GB = 1 TB — the binary threshold; a single consumer-grade external drive

10,240 GB = 10 TB — one helium HDD; a small video production NAS

100 TB = 102,400 GB — a mid-size enterprise SAN array

1 PB = 1,048,576 GB — a single rack of high-density storage servers

Frequently Asked Questions

At what point should I stop thinking in GB and start thinking in TB?

The inflection point is around 500 GB. Below 500 GB, gigabytes are the natural unit — a laptop SSD, a smartphone, a USB drive, a single video project. Above 1 TB, terabytes become more practical — a NAS, a multi-drive external enclosure, a video production archive, a server's total storage. The crossover is driven by human readability: "1.5 TB" is easier to parse than "1,536 GB," while "256 GB" is more natural than "0.25 TB." For procurement and architecture planning, switch to TB once your total storage exceeds 1,000 GB; the arithmetic works the same either way, but the mental model shifts from "consumer device" to "storage system."

How do cloud providers handle the TB-GB billing boundary?

Amazon S3 charges $0.023 per GB-month for standard storage. Storing 1 TB (1,024 GB) costs $23.55/month. But S3 also has a minimum object size charge and API request costs, so the real cost of storing a terabyte of small files (e.g., 100 million 10 KB objects) is significantly higher than storing one 1 TB file — because each object incurs a separate metadata overhead of approximately 8-32 KB on the backend. Cloud providers optimize for large objects; the economies of scale are built into the GB pricing tier, but the architecture is TB-native. Understanding this conversion helps you predict bills: 10 TB of object storage with 10,000 requests/month costs about the same as 5 TB with 10 million requests/month.

Will we ever reach the point where consumer devices are measured in TB by default?

We already have. The iPhone 16 Pro ships in 256 GB, 512 GB, and 1 TB configurations — the 1 TB model crossed the consumer terabyte threshold in 2023. The base MacBook Air starts at 256 GB (0.25 TB), the Pro at 512 GB (0.5 TB), with configurable options to 8 TB. Game consoles crossed the line with the PS5 and Xbox Series X, both featuring 1 TB NVMe SSDs as standard. The consumer storage market completed the GB-to-TB transition between 2020 and 2025. What's next: consumer petabyte storage — likely arriving when 8K video becomes standard and holographic or DNA-based storage technologies mature commercially, estimated around 2035-2040.

More: tb to gb · gb to mb · mb to gb · pb to tb · Guide