Data Storage Converter — Bits, Bytes, KB, MB, GB & TB Explained
By sadiqbd · June 6, 2026
Storage sizes are confusing by design
Kilobytes, megabytes, gigabytes, terabytes — most people have a rough sense of the order, but the exact relationships aren't always intuitive. And things get messier when you factor in the difference between how operating systems count storage and how manufacturers advertise it, or when you're working with network speeds (bits) versus file sizes (bytes).
A data storage converter cuts through the confusion. Whether you're comparing cloud storage plans, figuring out how many files fit on a drive, estimating backup requirements, or reading a file system spec, the converter gives you the exact equivalent in whatever unit you need.
The Data Storage Unit Hierarchy
Data is stored in binary units. Each step up multiplies by 1,024 (not 1,000 — which is where the confusion with manufacturer specs comes from).
Binary units (how computers actually count)
| Unit | Abbreviation | Equivalent |
|---|---|---|
| Bit | b | smallest unit; 0 or 1 |
| Byte | B | 8 bits |
| Kibibyte | KiB | 1,024 bytes |
| Mebibyte | MiB | 1,024 KiB = 1,048,576 bytes |
| Gibibyte | GiB | 1,024 MiB |
| Tebibyte | TiB | 1,024 GiB |
Decimal units (how manufacturers advertise)
| Unit | Abbreviation | Equivalent |
|---|---|---|
| Kilobyte | KB | 1,000 bytes |
| Megabyte | MB | 1,000 KB = 1,000,000 bytes |
| Gigabyte | GB | 1,000 MB |
| Terabyte | TB | 1,000 GB |
This is why a "1 TB" hard drive shows as ~931 GB in Windows: the drive manufacturer counts 1,000,000,000,000 bytes and calls it 1 TB. Windows counts 1,073,741,824 bytes per "GB" — so it sees 1,000,000,000,000 ÷ 1,073,741,824 ≈ 931 GiB, which it displays as "GB."
Bits vs. Bytes: The Network Speed Trap
Internet speeds are almost always quoted in bits per second (Mbps, Gbps). File sizes are measured in bytes. Since 1 byte = 8 bits, a 100 Mbps connection downloads at:
100 Mbps ÷ 8 = 12.5 MB/s (megabytes per second)
So a 1 GB file on a "100 Mbps" connection takes: 1,000 MB ÷ 12.5 MB/s = 80 seconds (in ideal conditions)
This is why download speeds in your browser always look lower than your advertised internet speed — the ISP quotes megabits, your browser shows megabytes.
How to Use the Data Storage Converter on sadiqbd.com
- Enter the value — the storage size you want to convert.
- Select the source unit — bytes, KB, MB, GB, TB, bits, Mbps, etc.
- Select the target unit — the unit you need.
- Read the result — instant conversion.
Real-World Examples
Choosing a cloud storage plan
A user has 47,000 photos averaging 4 MB each and 200 videos averaging 250 MB each.
Photos: 47,000 × 4 MB = 188,000 MB = 183.6 GB Videos: 200 × 250 MB = 50,000 MB = 48.8 GB Total: ≈ 232 GB
She needs at least 250 GB of cloud storage. A 200 GB plan won't be enough; a 2 TB plan is overkill. The 256 GB or 500 GB tier fits.
Estimating backup drive requirements
A developer has a project directory: 15,000 source files averaging 8 KB each, plus 3 database dumps of 1.2 GB each.
Source files: 15,000 × 8 KB = 120,000 KB = 120 MB Database: 3 × 1.2 GB = 3.6 GB Total: ≈ 3.72 GB
A 16 GB USB drive is more than sufficient for this backup, with room for multiple versions.
Interpreting a network spec
A company's lease line is advertised as 500 Mbps. An employee is transferring a 10 GB database backup over the network.
Transfer rate: 500 Mbps ÷ 8 = 62.5 MB/s Transfer time: 10,000 MB ÷ 62.5 MB/s ≈ 160 seconds (about 2.7 minutes)
In practice, network overhead and storage I/O will make it slightly longer, but this gives a reliable estimate.
Understanding the "missing" storage on a new drive
You buy a 2 TB external hard drive. Your computer shows it as 1.82 TB. Is something wrong?
2 TB (manufacturer) = 2,000,000,000,000 bytes ÷ 1,099,511,627,776 (bytes per TiB) = 1.818 TiB
Your OS reports it as 1.82 TB — nothing is missing. The drive has all its advertised bytes; the difference is a units definition issue, not missing storage.
Practical Storage Size Reference
Helpful ballparks for real-world planning:
| File type | Typical size |
|---|---|
| Text document | 50–200 KB |
| Spreadsheet (moderate) | 200 KB – 2 MB |
| MP3 (4 min song) | 3–8 MB |
| JPEG photo (smartphone) | 2–8 MB |
| RAW photo (DSLR) | 20–35 MB |
| 1080p video (1 min) | 100–300 MB |
| 4K video (1 min) | 300 MB – 1 GB |
| App install (mobile) | 50–500 MB |
| Operating system | 15–60 GB |
Tips for Working With Storage Units
Always clarify bits vs. bytes when reading specs. Network speeds (Mbps, Gbps) are in bits. Storage sizes (MB, GB, TB) are in bytes. Divide network speed by 8 to get the file transfer rate in bytes per second.
Use binary units (GiB, TiB) for precision in system administration. When configuring disk partitions, RAM limits, or virtual machine storage, use GiB/TiB to avoid the manufacturer-vs-OS discrepancy confusion.
Account for filesystem overhead. A formatted drive has slightly less usable space than its raw capacity due to the filesystem itself (partition table, metadata structures). Typically 1–3% overhead — minor for large drives, worth noting for small ones.
For cloud pricing, confirm whether they count in GB or GiB. Most cloud providers (AWS, Google Cloud) use GiB when measuring storage but call it GB in their pricing. A 100 GB S3 bucket is actually 100 GiB (107.37 GB in decimal). For large-scale deployments, this affects cost.
Frequently Asked Questions
Why does my 1 TB hard drive show as 931 GB on my computer? Drive manufacturers define 1 TB as 1,000,000,000,000 bytes (decimal). Your OS counts in binary — 1 GB = 1,073,741,824 bytes. So it shows 1,000,000,000,000 ÷ 1,073,741,824 ≈ 931 GB. No storage is missing — it's a units difference.
What's the difference between MB and Mb? Capital B = byte, lowercase b = bit. 1 MB (megabyte) = 8 Mb (megabits). Always check capitalisation in data specs — it's a meaningful difference.
How many GB is 1 TB? In decimal: 1 TB = 1,000 GB. In binary: 1 TiB = 1,024 GiB. Manufacturers use decimal; operating systems use binary — hence the apparent discrepancy on new drives.
What's a petabyte? 1 PB = 1,000 TB (decimal). Relevant at data centre scale — large cloud providers and enterprises measure storage in petabytes and beyond (exabytes = 1,000 PB).
Is the data storage converter free? Yes — completely free, no account needed.
Data sizes come up constantly in tech, whether you're buying storage, estimating transfer times, or planning infrastructure. The converter turns any storage unit into any other instantly, with no mental gymnastics about whether to multiply or divide by 1,024.
Try the Data Storage Converter free at sadiqbd.com — instant conversions between bits, bytes, KB, MB, GB, TB, and more.