Terabytes to Gigabytes: Understanding Modern Digital Storage
As file sizes grow, we have moved from Megabytes to Terabytes. Learn how to convert TB to GB and what it means for your hard drives.
Introduction
Buy a 1 TB drive, plug it in, and your computer reports about 931 GB. Nothing is missing, nothing is faulty, and no capacity has been reserved. The drive and the operating system are simply counting in different bases, and the gap between them widens with every step up the scale.
The Core Mathematics: Two Definitions
Everywhere outside computing, a prefix is a power of ten. Storage manufacturers follow that convention:
1 TB = 1,000 GB = 1,000,000 MB = 1,000,000,000,000 bytes
Computer memory, however, is addressed in binary, so the same names were historically borrowed for powers of two. 210 is 1,024, close enough to a thousand that the labels were reused:
1 TiB = 1,024 GiB = 1,099,511,627,776 bytes
- Terabytes to gigabytes: multiply by 1,000.
- Gigabytes to terabytes: divide by 1,000.
Why the Drive Looks Smaller Than the Box
A 1 TB drive genuinely holds 1,000,000,000,000 bytes. When software divides that by 230 to display gigabytes in the binary sense, the answer is about 931. The discrepancy is not a rounding error; it is a change of base.
The gap grows as capacities rise, because the mismatch compounds at every step:
- 1 GB decimal = 0.93 GiB binary, a 7 percent gap
- 1 TB decimal = 0.909 TiB binary, a 9 percent gap
- 4 TB decimal shows as roughly 3.64 TiB
The IEC settled this years ago by defining unambiguous binary prefixes: kibibyte (KiB), mebibyte (MiB), gibibyte (GiB) and tebibyte (TiB). They are precise, and outside technical documentation almost nobody uses them, which is why the confusion persists. Some operating systems now report decimal figures that match the box; others still report binary ones that do not.
Where the Rest of the Space Goes
Base conversion is not the only reason a new drive shows less than advertised. Two other deductions are real.
Formatting overhead. A filesystem needs space for its own bookkeeping: the index of where files live, journals that protect against corruption, and reserved blocks. This is typically a small percentage but it is not nothing.
Recovery partitions. On a pre-built machine, a slice of the drive often holds a factory image for reinstalling the system. That space is genuinely occupied rather than merely counted differently.
Choosing a Capacity
Rough figures for planning, using decimal gigabytes:
- A high-resolution photo: 5 to 25 MB, so a 1 TB drive holds tens of thousands
- An hour of 1080p video: roughly 2 to 4 GB
- An hour of 4K video: roughly 15 to 25 GB, which is why video fills drives so fast
- A modern game install: 50 to 150 GB
- A lossless music album: around 300 MB
The practical lesson is to buy for the largest thing you do, not the average. A drive that comfortably holds a photo library will disappear under a few hours of 4K footage.
Solid State Drives Hold Back More Than You See
Flash storage adds a further deduction that hard drives do not. SSDs reserve a portion of their capacity, invisible to the operating system, for wear levelling and for replacing cells as they fail. This is called overprovisioning, and it is the reason an SSD generally lasts far longer than its raw cell endurance would suggest.
The reserved fraction varies by model and is larger on drives sold for servers than for laptops. It is genuinely unavailable rather than merely counted differently, so it stacks on top of the base conversion and the filesystem overhead.
A related practical point: filling a solid state drive close to capacity slows it down, because the controller has less free space to work with when rearranging data. Leaving roughly 10 to 20 percent free is worth more than the capacity it costs.
Quick Reference Conversion Table
- 1 TB = 1,000 GB (decimal)
- 1 TB ≈ 931 GiB (as many systems display it)
- 2 TB = 2,000 GB ≈ 1,863 GiB
- 4 TB = 4,000 GB ≈ 3,725 GiB
- 500 GB = 0.5 TB
- 1 GB = 1,000 MB
- 1 PB = 1,000 TB
Common Mistakes Worth Avoiding
Assuming the shortfall is a fault
A drive reporting 931 GB for 1 TB is behaving exactly as designed. Returning it will get you an identical replacement.
Mixing decimal and binary in one calculation
Comparing a manufacturer's decimal figure against an operating system's binary one guarantees a mismatch. Pick one base and convert everything into it.
Confusing storage with transfer speed
Capacity is measured in bytes, transfer in bits. The eightfold difference between them is a separate matter, covered in our guide to bits and bytes.
Conclusion
A terabyte is a thousand gigabytes when the manufacturer says it and 1,024 when your operating system does. Neither is lying. Expect roughly 7 percent less than the label at gigabyte scale and about 9 percent less at terabyte scale, add a little for formatting, and buy accordingly.
Try our digital storage converter for quick and accurate conversions.