Recently, customers in the DIY market have been consulting us about why hard drive capacities shown are not the same as the nominal ones, with actual capacities being slightly less. They wonder why their self-purchased 1TB hard drive only shows 931GB or 953GB.
To address this issue, let me provide some related information.
The discrepancy in hard drive capacity is often attributed to the difference in calculation methods between hard drive manufacturers and Windows operating systems.
Manufacturers typically use decimal notation to represent storage capacity, while operating systems use binary calculations.
Manufacturers: 1TB = 1000 bytes * 1000 kilobytes * 1000 megabytes * 1000 gigabytes, in decimal GB;
Operating systems: 1TB = 1024 bytes * 1024 kilobytes * 1024 megabytes * 1024 gigabytes, in binary GiB;
The formula is 1000 * 1000 * 1000 divided by (1024 * 1024 * 1024) ≈ 0.93132;
So, the operating system displays the capacity as:
1000GB * 0.93132 ≈ 931.32GB;
However, some hard drive manufacturers may use calculations based on 1000GB, or they might use 1024GB. Therefore, the operating system displays the capacity as:
1024GB * 0.93132 ≈ 953.67GB;
Hence, when consumers purchase a 1TB hard drive and find that it’s not exactly 1024GB or 1000GB, but actually only 931GB or 953GB, the main reason is the difference in calculation between hard drive manufacturers and operating systems.
This calculation method can also be applied to other capacity hard drives, such as 500GB, 512GB, 2TB, etc., to determine the actual displayed capacity by the system:
500GB * 0.93132 ≈ 465.66GB;
512GB * 0.93132 ≈ 476.83GB;
1000GB * 0.93132 ≈ 931.32GB;
2000GB * 0.93132 ≈ 1862.64GB;
Certainly, not only solid-state drives and mechanical hard drives but also TF memory cards, USB drives, external hard drives, etc., require such calculations to determine the actual displayed capacity by the system. Hopefully, this knowledge helps to clear up any confusion.
Related:
Disclaimer: This article is created by the original author. The content of the article represents their personal opinions. Our reposting is for sharing and discussion purposes only and does not imply our endorsement or agreement. If you have any objections, please contact us through the provided channels.