Why hard drives and memory cards have less space than advertised

Have you realized storage capacities on hard disks and memory cards are always smaller than what is advertised on the package? You sometimes think you have a flawed device or the Circle boys have played a quick one on you. That’s never case. Mathematics and marketing are the rationale behind this.

Advertising/Marketing

Humans think and mostly work in the decimal numeral system, but computers do in the binary numeral system; all they know is ones & zeros, which is why AFD is here to convert back to base 10 🙂

In the quest to make it easy for customers to understand storage capacities, data storage companies agreed to market their products in the decimal numeral system.

That being the case, 1 kilobyte is 1,000 bytes, 1 megabyte is equal to 1 million bytes and one gigabyte is equal to 1 billion bytes on their products. But to a computer whose work is in base 2, 1 kilobyte is 1,024 bytes, a megabyte is 1,048,576 bytes and a gigabyte is 1,073,741,824 bytes.

The inconsistency is not seen unless with larger capacity devices. Hence 24 bytes per 1000 bytes is seemingly lost representing 2.4%, at the MB level it is 4.8%, at GB level it is ~7.4%, at TB level it is ~9.6%.

Therefore, by purchasing a hard disk drive with the inscription 1 TB, one ends up with 931.32 GB. Let’s do some maths:

1000,000,000,000 bytes = 1000,000,000,000 ÷ 1024 = 976,562,500 KB

976,562,500 KB = 976,562, 500 ÷ 1024 = 953,674.32 MB

953,674.32 MB = 953,674.32 ÷ 1024 = 931.32 GB.

File system overhead

Another reason why a few megabytes seemingly get missing on hard disks and memory cards is due to the filesystem. To be able to use any storage device, it needs a filesystem. A filesystem is the methods and data structures that an operating system uses to keep track of files on a disk or partition. So for example a disk can be formatted as FAT32, NTFS, exFAT, HFS+ etc; after the operating system formats a drive, it write indices and maps on the drive to be able to track the files. This is the same way you write your details on an A4 sheet before you start using it, that space used is is very vital but not usable to you. Hence, a 16GB SD card will never show the full capacity after formatting.

Roundup

Due to this ambiguity and apparent inconsistency, the International Electrotechnical Commission in 1998 established unit using the binary prefix, where 1 kibibyte (KiB) is 1024 bytes, clearing differentiating 1 kilobyte (KB) which is 1000 bytes.

There you go, I believe you have been enlightened with this post and now know where our precious storage space always ends up being less than advertised. Remember to share this post with a friend who has still not gotten to terms with his 1 TB HDD displaying 931 GB 😀

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.