Data sizes, both definitions
SI and binary side by side — which is why a 1 TB drive shows up as 931 GB, and why nothing is actually missing.
Click any tile to make it the input — the value carries across.
The missing 69 gigabytes
You buy a 1 TB drive. Windows reports 931 GB. Nothing has been lost and nobody has cheated — two different definitions of the same prefix are being used at once.
Drive manufacturers use the SI meaning, where kilo is 1000, mega is 1000² and tera is 1000⁴. So 1 TB is exactly one trillion bytes. Operating systems, for historical reasons rooted in how memory is addressed, often compute in powers of 1024 — while still printing the label "GB". One trillion bytes divided by 1024³ is 931.3, and that is the number you see.
The units that end the argument
KiB, MiB, GiB and TiB — kibibyte, mebibyte, gibibyte, tebibyte — were standardised for exactly this purpose. Each is unambiguously a power of 1024. When they are used, a 1 TB drive is 931 GiB, and both numbers describe the same capacity without contradiction.
Adoption is uneven. macOS and most Linux tools report SI units and match the box. Windows continues to display binary quantities with SI labels. Both sets are in the converter above so you can move between them without arithmetic.
Bits are not bytes
One more trap, and it costs people real money. Storage is sold in bytes; network speed is sold in bits per second. There are 8 bits to a byte, so a 100 Mbps connection tops out around 12.5 MB/s of actual download. Internet plans are advertised in the bigger-sounding unit, which is not an accident.