SSD and hard disk drives often don't meet the storage capacity claims of their manufacturers. Have you ever seen a USB hard drive advertised with 2 TB
storage space, yet it only gives you 1.81 TB
when you check its property on your computer? Here is what it looks like.

To understand what's going on, we need to examine how they advertise and how your computer presents its capacity. We will define key terms and explore the factors that affect storage capacity. We'll take a hands-on approach, with examples and practical formulas to help illustrate the concepts. And, of course, we'll answer some common questions you might have.
Definitions
Let’s get started by understanding the key definitions. Understanding these terms will allow you to perform conversions confidently.
What is drive capacity?
The capacity of a solid-state drive (SSD) or a hard disk drive (HDD) refers to the maximum amount of data that it can store. It is sometimes called storage space. The higher capacity means you can store more documents, pictures, videos, software, or games on the drive.
Byte is a basic unit used to measure the drive capacity. There are also larger units to measure larger file size or drive capacity, including Kilobytes (KB), Megabytes (MB), Gigabytes (GB), and Terabytes (TB).
What is claimed capacity
Claimed capacity refers to the total capacity of an SSD or hard disk drive as advertised by the manufacturer, typically measured using decimal (SI) units, which are based on powers of 10.

Here are some examples:
128 GB = 128 x 109 = 128,000,000,000 Bytes
500 GB = 500 x 109 = 500,000,000,000 Bytes
1 TB = 1 x 1012 = 1,000,000,000,000 Bytes
What is real capacity
Real capacity refers to the actual usable storage space of a disk drive after accounting for formatting and system overhead. It differs from the "claimed capacity," which manufacturers advertise using decimal units. It represents the total amount of space available for storing data, as measured by your computer using binary (IEC) units, based on a power of 2.

Here are some examples:
128 GB = 128,000,000,000 Bytes ≈ 119.20 GiB
500 GB = 128,000,000,000 Bytes ≈ 465.66 GiB
1 TB = 1,000,000,000,000 Bytes ≈ 0.9 TiB ≈ 931.32 GiB
Formulas
Let’s take a closer look at the conversion formula so you can carry out these conversions independently, whether using a calculator or doing it manually with pencil and paper.
Claimed to Real Capacity
To calculate the real hard drive capacity from a given claimed capacity, first convert the capacity into bytes, as it is the base unit that remains consistent between decimal and binary measurements.
So, to convert from claimed capacity to byte, multiply the capacity by its decimal multiplier.
Then, convert from bytes to binary units by dividing the number of bytes by the binary multiplier.
Alternatively, we can combine both steps into a simplified formula for easier calculation.
Real to Claimed Capacity
In the opposite situation, when determining the claimed hard drive capacity, first convert the actual capacity into bytes by multiplying it with the appropriate binary multiplier, similar to the previous formula.
Then, convert from bytes to decimal units by dividing the number of bytes by the decimal multiplier.
Or, use the following combined formula.
Examples
Let's examine examples that illustrate the calculations needed to convert a claimed hard disk drive into a real one that shows up on your computer.
Example 1: Calculate the real capacity of a 128 GB solid-state drive.
To calculate the real capacity of a 128 GB drive, use the following formula.
Where:
- Claimed Capacity =
128 GB
- Decimal Multiplier of GB =
109
=1,000,000,000
- Binary Multiplier of GiB =
230
=1,073,741,824
Now, we can perform the calculation:
Therefore, the real capacity of a 128 GB
solid state drive that will appear on your computer will be 119.20 GB
.

Here is another example required to convert from a computer-listed (Real) capacity to an advertised (Claimed) one.
Example 2: Determine the claimed drive capacity.
Panha, a data engineer, is preparing to store a large dataset for a new project. The dataset size is estimated to be 2 TiB (Tebibytes). Panha needs to determine if the new hard drive claimed to have a capacity of 2 TB (Terabytes) by the manufacturer can store the entire dataset.
To calculate the advertised (claimed) capacity for a 2 TiB data set, use the following formula.
Where:
- Real Capacity =
2 TiB
- Binary Multiplier of TiB =
240
=1,099,511,627,776
- Decimal Multiplier of TB =
1012
=1,000,000,000,000
Now, we can perform the calculation:
Therefore, the hard drive claimed to have a capacity of 2 TB
(Terabytes) by the manufacturer is not sufficient to store the entire dataset of 2 TiB
(Tebibytes). Panha will need to find a hard drive with at least 2.19 TB
(Terabytes) capacity to accommodate the dataset.

Claimed vs. real capacity comparison table
The comparison table below serves as a handy reference for converting advertised disk drive capacities to the actual storage space that appears on your computer. It covers a range from 1 GB to 8 TB, making conversions easy and quick.
Claimed Capacity | Real Capacity |
---|---|
1 GB = | 0.93132 GB |
2 GB = | 1.86265 GB |
4 GB = | 3.72529 GB |
16 GB = | 14.90116 GB |
32 GB = | 29.80232 GB |
64 GB = | 59.60464 GB |
128 GB = | 119.20929 GB |
256 GB = | 238.41858 GB |
500 GB = | 465.66129 GB |
512 GB = | 476.83716 GB |
1 TB = | 0.90949 TB |
2 TB = | 1.81899 TB |
3 TB = | 2.72848 TB |
4 TB = | 3.63798 TB |
8 TB = | 7.27596 TB |
Percent difference in binary vs. decimal capacity
The table below shows the percentage difference between decimal and binary units for measuring hard disk drive capacity.
Binary Units | Decimal Units | Percent Diffrent |
---|---|---|
1 B = | 1 B | 0.00% |
1 KiB = | 1.0240 KB | 2.40% |
1 MiB = | 1.0486 MB | 4.86% |
1 GiB = | 1.0737 GB | 7.37% |
1 TiB = | 1.0995 TB | 9.95% |
1 PiB = | 1.1259 PB | 12.59% |
1 EiB = | 1.1529 EB | 15.29% |
1 ZiB = | 1.1806 ZB | 18.06% |
1 YiB = | 1.2089 YB | 20.89% |
As you can see, the larger the units, the greater the percentage difference between the decimal and binary measurements.
You now know how to convert between an advertised hard disk drive capacity and a real storage space that appears on your computer. You can quickly use our calculator to convert between the drive capacity units to save time for future calculations.
For further understanding, check our data storage converter page to learn more about the differences between decimal and binary units of data storage.