The formula
How it works
Estimate how long a file takes to download at a given connection speed. Enter the file size and your speed — the calculator handles the bit-versus-byte conversion and shows the time.
FAQ
Why is my download slower than the calculator says?
This gives the theoretical best case. Real speeds are lower because of network overhead, shared connections, server limits and Wi-Fi losses. Treat the result as a floor — an actual download usually takes somewhat longer.
What’s the difference between Mbps and MB?
Mbps is megabits per second — a speed — while MB is megabytes — a size. One byte is eight bits, so a 100 Mbps line downloads at most about 12.5 MB per second. Mixing them up is the most common bandwidth mistake, and the calculator converts for you.
Does uploading take the same time as downloading?
Only if your connection is symmetrical. Most home broadband, especially cable and DSL, offers much lower upload speed than download speed, so enter your upload rate separately if you are timing a backup or file share.
Why do several devices at once slow everything down?
Your connection speed is shared across every active device and stream. If four devices each need a share of one 100 Mbps line, each effectively gets a quarter of it, so the calculator’s time should be scaled up for how many things are downloading at once.
Does a faster connection always mean a shorter wait?
For large files, yes, almost proportionally. For small files, latency — the round-trip delay to the server — can matter more than raw speed, so two connections with the same Mbps but different latency can feel different for quick page loads.
Is a GB the same as a GiB?
Not quite. Storage is sometimes measured in binary gibibytes (1 GiB = 1,073,741,824 bytes) rather than decimal gigabytes (1 GB = 1,000,000,000 bytes) used here, which is why file managers can show a slightly different size than this calculator.
Does a VPN or Wi-Fi affect the time?
Yes. A VPN adds encryption overhead and often routes traffic further, and Wi-Fi shares airtime with other devices and loses some throughput to interference, so both typically make real downloads slower than the wired, direct-connection estimate here.
About the bandwidth calculator
This calculator estimates how long it takes to transfer a file over a connection of a given speed. The tricky part of the sum is that file sizes are quoted in bytes (KB, MB, GB) while connection speeds are quoted in bits per second (Mbps, Gbps), and a byte is eight bits. The calculator does that conversion automatically, so you can just enter the numbers as you see them and read off the time.
How to use it
Enter the file size and pick its unit, then enter your connection speed and its unit. The calculator shows the download time in a readable form — seconds, minutes or hours. For example, a 1 GB file over a 100 Mbps connection takes about 80 seconds at full speed. Change the speed to see how a faster or slower line affects the wait.
The formula
Download time is the file size in bits divided by the speed in bits per second, . The factor of eight converts bytes to bits. So a 1 GB (8,000,000,000-bit) file on a 100,000,000-bit-per-second link takes seconds. Larger files and slower links both push the time up in direct proportion.
Where it is used
People use it to judge whether a download, backup or upload will finish in a few seconds or overnight, and to compare internet plans by what they mean in practice. IT teams size transfers and backups against available bandwidth, and anyone on a metered or slow connection uses it to plan large downloads. It turns an abstract speed rating into an answer to the real question: how long will I be waiting?