terican

BIPM-ratified constants · v1.0

Converter

Terabytes, to gibibytes converter calculator.

Convert terabytes (TB) to gibibytes (GiB) accurately using the IEC-standard formula. Understand why 1 TB equals approximately 931.32 GiB due to decimal vs binary measurement.

From

terabytes (tb) → gibibytes

tb_to_gib

1 tb_to_gib =931.3226Gibibytes

Equivalents

Precision: 6 dp · Notation: Decimal · 3 units

GiB

Terabytes (TB) → Gibibytestb_to_gib931.3226
Tebibytes (TiB) → Gibibytestib_to_gib1,024

TB

Gibibytes (GiB) → Terabytesgib_to_tb0.001074

Common pairings

1 tb_to_gibequals0.001074 gib_to_tb
1 tb_to_gibequals1,024 tib_to_gib
1 gib_to_tbequals931.3226 tb_to_gib
1 gib_to_tbequals1,024 tib_to_gib
1 tib_to_gibequals931.3226 tb_to_gib
1 tib_to_gibequals0.001074 gib_to_tb

The conversion

How the value
is computed.

Terabytes to Gibibytes: Understanding the Unit Conversion

The terabytes to gibibytes converter addresses one of the most persistent sources of confusion in modern computing: the gap between how storage manufacturers label capacity and how operating systems report available space. A terabyte (TB) is a decimal unit where 1 TB = 1012 bytes (1,000,000,000,000 bytes), defined by the International System of Units (SI). A gibibyte (GiB) is a binary unit where 1 GiB = 230 bytes (1,073,741,824 bytes), standardized under IEC 80000-13:2008 Quantities and Units — Information Science and Technology.

The Conversion Formula Explained

Converting terabytes to gibibytes requires dividing the total number of bytes in a terabyte by the number of bytes in a gibibyte:

GiB = TB × (1012 ÷ 230)

The key constants are:

  • 1 terabyte (TB) = 1012 bytes = 1,000,000,000,000 bytes
  • 1 gibibyte (GiB) = 230 bytes = 1,073,741,824 bytes
  • Conversion factor = 1,000,000,000,000 ÷ 1,073,741,824 ≈ 931.3225746 GiB per TB

Therefore, 1 TB ≈ 931.32 GiB — approximately 6.87% fewer GiB than the terabyte label might suggest. The conversion factor is not a clean integer because powers of 10 and powers of 2 do not align precisely, making explicit calculation essential for accurate storage planning.

Historical Background: Why Two Systems Exist

Before 1998, the computing industry used kilobyte, megabyte, and gigabyte interchangeably for both decimal and binary multiples, creating widespread measurement ambiguity. The International Electrotechnical Commission resolved this by introducing dedicated binary prefixes: kibi- (210), mebi- (220), gibi- (230), and tebi- (240). According to the National Institute of Standards and Technology (NIST) guide on prefixes for binary multiples, these IEC binary prefixes provide unambiguous notation for powers-of-two quantities and should be used whenever binary multiples are intended. Drive manufacturers retained the decimal SI definitions because they produce larger nominal figures, while operating systems and firmware continued using binary addressing — creating the persistent discrepancy users encounter today.

Conversion Directions Supported

This calculator supports three conversion directions:

  • TB → GiB: Multiply the TB value by 931.3225746 (= 1012 ÷ 230)
  • GiB → TB: Multiply the GiB value by 0.000001073741824 (= 230 ÷ 1012)
  • TB → TiB: Multiply the TB value by approximately 0.9094947018 (= 1012 ÷ 240)

Worked Examples

Example 1: Consumer Hard Drive (1 TB)

A drive labeled 1 TB contains exactly 1,000,000,000,000 bytes. Applying the formula: 1 × 931.3225746 = 931.32 GiB. Windows historically displays approximately “931 GB” for this drive, using binary GiB values but labeling them as GB — a legacy convention that persists in many system tools.

Example 2: Enterprise NAS Array (4 TB)

A 4 TB NAS drive: 4 × 931.3225746 = 3,725.29 GiB. In a three-drive RAID-5 configuration, usable data capacity equals approximately two drives: 7,450.58 GiB of binary storage, requiring precise conversion from the vendor-quoted TB figure to avoid under-provisioning.

Example 3: Cloud Storage Plan (10 TB)

A cloud backup plan advertising 10 TB of storage provides: 10 × 931.3225746 = 9,313.23 GiB. Developers writing binary-addressed file systems must allocate based on this GiB figure, not the marketed TB value, to prevent unexpected storage allocation errors and overflow conditions.

Practical Applications

Accurate TB-to-GiB conversion is critical across multiple technical disciplines:

  • Data center storage provisioning: Engineers convert vendor-specified TB capacities to GiB when configuring file systems and partition tables to prevent under-allocation in production environments
  • Operating system disk reporting: Linux tools such as df and du report in binary GiB; older Windows versions label binary GiB values as GB, making unit awareness essential for system administrators
  • Memory versus storage comparison: RAM is measured in binary GiB while HDD and SSD capacity uses decimal TB — explicit conversion is required for accurate side-by-side capacity analysis
  • Contract and SLA compliance: Service agreements specifying storage in TB or GiB must apply the correct unit definition to prevent commercial disputes and capacity shortfalls
  • Backup and replication planning: Backup software that reports consumption in GiB must have its figures correctly converted from TB source data for precise capacity forecasting and cost estimation

Reference

Frequently asked questions

How many gibibytes are in 1 terabyte?
One terabyte equals exactly 10^12 bytes, and one gibibyte equals exactly 2^30 bytes (1,073,741,824 bytes). Dividing 1,000,000,000,000 by 1,073,741,824 gives approximately 931.3225746 GiB. For quick reference: 1 TB = 931.32 GiB, 2 TB = 1,862.65 GiB, 5 TB = 4,656.61 GiB, and 10 TB = 9,313.23 GiB.
Why does a 1 TB hard drive show only about 931 GB in Windows?
Hard drive manufacturers measure capacity in decimal terabytes (10^12 bytes per TB), which produces larger-sounding numbers. Windows and many operating systems report disk size in binary gibibytes but historically label them as GB. A 1 TB drive holds 1,000,000,000,000 bytes, which equals approximately 931.32 GiB. No storage is missing; it is purely a unit conversion difference between the decimal and binary measurement systems.
What is the difference between a gigabyte (GB) and a gibibyte (GiB)?
A gigabyte (GB) equals 10^9 bytes (1,000,000,000 bytes) under the SI decimal system. A gibibyte (GiB) equals 2^30 bytes (1,073,741,824 bytes) under the IEC binary standard. The GiB is approximately 7.37% larger than a GB. The IEC introduced the gibi prefix in 1998 to eliminate the longstanding ambiguity in computing, where manufacturers and software developers used both terms interchangeably for decades.
How do I convert gibibytes back to terabytes?
To convert gibibytes to terabytes, multiply the GiB value by 2^30 divided by 10^12, which equals 0.000001073741824. Equivalently, divide the GiB figure by 931.3225746. For example, 500 GiB x 0.000001073741824 = approximately 0.5369 TB. A 256 GiB RAM module equates to approximately 0.2748 TB in decimal terms, useful when comparing memory capacity to storage device specifications.
What is a tebibyte (TiB) and how does it differ from a terabyte (TB)?
A tebibyte (TiB) is the binary equivalent of the terabyte, equaling 2^40 bytes (1,099,511,627,776 bytes). One decimal terabyte (TB) equals approximately 0.9095 TiB, derived from 10^12 divided by 2^40. The TiB is used when strict binary addressing is required, such as in file system partition specifications, firmware definitions, and low-level storage allocation where architecturally mandated powers of 2 are essential for correct operation.
Should storage professionals quote capacity in terabytes or gibibytes?
Storage professionals should use terabytes (TB) when quoting vendor specifications, purchase orders, or consumer-facing capacity, since drive manufacturers universally apply the decimal standard. Gibibytes (GiB) are appropriate for operating system configuration, file system partitioning, RAID calculations, and any binary-addressed storage context. Mixing these units without explicit conversion can cause provisioning errors, unexpected out-of-space conditions, and contract disputes with storage vendors or cloud service providers.