Enter how much data you’re moving, the connection, and the drives at each end. The calculator gives you the realistic transfer time, not the marketing one. Here’s the logic behind it.
Effective speed is the slower of the link and the disk, minus overhead. A transfer can only go as fast as its slowest part. If your 10GbE link can carry 1,250 MB/s but the source is a single hard drive that reads at 180 MB/s, you move data at 180 MB/s. The tool takes the lower of the two, then trims it by a real-world efficiency factor for protocol overhead.
The bottleneck readout is the useful part. It tells you whether spending money on faster networking would actually help. If the drive is the limit, a 10GbE card changes nothing until you add disks or switch to SSDs. If the link is the limit, faster networking pays off directly.
Time is just size divided by speed. Once the effective speed is set, the math is exact: a 1 TB file at 280 MB/s takes about an hour. The per-link table shows the same transfer across every common Ethernet speed so you can see where the gains flatten out for your storage.
Sizes use decimal units (1 TB = 1,000 GB) to match how both drives and network speeds are quoted.
Worked examples
These are this calculator’s own outputs, computed with the same formula the tool runs in your browser — so you can see a real answer without touching a single input.
The page’s own default state: backing up an 8 TB media library off a single 3.5" hard drive to the NAS over a 2.5GbE link, at typical efficiency. This is the exact result a reader sees the instant the page loads
- Inputs: Amount = 8, Unit = TB, Source/target drive = Single 3.5" HDD (180 MB/s), Link speed = 2.5GbE (312.5 MB/s), Efficiency = Typical (0.92)
- Result: Headline: 13 h 25 m. Effective speed 166 MB/s, Bottleneck “Drive”, At line rate 7 h 6 m. The drive warning fires: drive 180 MB/s vs link Math.round(312.5) = 313 MB/s. The table shows 2.5GbE, 5GbE, 10GbE and 25GbE all tied at 13 h 25 m.
Moving a 2 TB project archive between two NVMe Gen4 workstations over 10GbE at typical efficiency — the case where the network, not the storage, is the limit
- Inputs: Amount = 2, Unit = TB, Source/target drive = NVMe Gen4 SSD (7000 MB/s), Link speed = 10GbE (1250 MB/s), Efficiency = Typical (0.92)
- Result: Headline: 28 m 59 s. Effective speed 1.15 GB/s, Bottleneck “Link”, At line rate 26 m 40 s. Going from 10GbE to 25GbE would cut it to 11 m 35 s because the NVMe can still feed it.
The classic homelab question: seeding 4 TB onto a four-bay HDD NAS over a new 10GbE link, at typical efficiency — does the 10GbE card actually earn its money?
- Inputs: Amount = 4, Unit = TB, Source/target drive = HDD RAID array, 4-bay (450 MB/s), Link speed = 10GbE (1250 MB/s), Efficiency = Typical (0.92)
- Result: Headline: 2 h 41 m. Effective speed 414 MB/s, Bottleneck “Drive”, At line rate 53 m 20 s. The table flatlines at 2 h 41 m from 5GbE upward, so 10GbE and 25GbE buy nothing over 5GbE for this array.