Data Transfer Converter
By KAMP Inc. / UnitOwl · Last reviewed:
Data transfer rate β also called bandwidth or throughput β measures how quickly data moves between devices or across networks. This matters when choosing an internet plan, comparing storage interfaces, or estimating how long a file transfer will take. The key to avoiding confusion is understanding the difference between bits and bytes, and the gap between theoretical peak rates and real-world sustained speeds.
Popular Data Transfer Conversions
Bits, Bytes, and the Factor of Eight
Network speeds are almost universally expressed in bits per second (bps, Kbps, Mbps, Gbps). File sizes and storage transfers are expressed in bytes (KB, MB, GB). One byte equals 8 bits β this conversion is the most important one to internalize. A 100 Mbps internet connection can download at a theoretical maximum of 100 / 8 = 12.5 MB/s. In practice, overhead, protocol negotiation, and network congestion reduce this to 8β11 MB/s. A common mistake is expecting to download a 10 GB file in 10 / 12.5 = 0.8 minutes on a 100 Mbps connection, forgetting the bits-to-bytes conversion and real-world overhead. Actual download time is closer to 15 minutes on a typical residential connection.
| Interface / Speed | Throughput |
|---|---|
| 1 Mbps | 0.125 MB/s (theoretical) |
| 100 Mbps | ~10β11 MB/s (real-world) |
| 1 Gbps | 125 MB/s (theoretical) |
| USB 3.0 | 5 Gbps = ~400 MB/s |
| USB 3.2 Gen 2Γ2 | 20 Gbps = ~2 GB/s |
| PCIe 4.0 NVMe | ~7,000 MB/s sequential |
Comparing Storage and Network Interfaces
Different storage interfaces have vastly different maximum transfer rates. Traditional hard drives (HDDs) deliver 100β200 MB/s sequential reads; SATA SSDs reach 500β600 MB/s; NVMe SSDs on PCIe 4.0 can exceed 7,000 MB/s sequential read. USB interfaces range from USB 2.0 (480 Mbps β 60 MB/s theoretical) to Thunderbolt 4 (40 Gbps β 5,000 MB/s). For wireless: Wi-Fi 5 (802.11ac) can reach 3.5 Gbps on paper but delivers 200β600 Mbps in practice. Wi-Fi 6 (802.11ax) peaks at 9.6 Gbps theoretical but more usefully improves efficiency and capacity in congested environments. 5G cellular can reach 1β4 Gbps peak in ideal conditions; typical real-world speeds are 100β400 Mbps.
Estimating Transfer Times
A simple formula: transfer time (seconds) = file size (MB) / speed (MB/s). For a 50 GB Blu-ray rip (51,200 MB) over a 1 Gbps LAN at real-world 800 Mbps (100 MB/s): 51,200 / 100 = 512 seconds β 8.5 minutes. Over a 100 Mbps internet connection at 11 MB/s real-world: 51,200 / 11 β 4,654 seconds β 77 minutes. USB 3.0 thumb drive at 100 MB/s actual write speed: 51,200 / 100 β 8.5 minutes. These estimates assume continuous transfer β real transfers often vary due to small-file overhead, filesystem operations, and thermal throttling. Always benchmark actual speeds rather than relying on interface maximums.
Sources & References
- NIST β Units and Conversion Factors β Official unit conversion factors from the National Institute of Standards and Technology.
- BIPM β The International System of Units (SI) β International SI unit definitions from the International Bureau of Weights and Measures.