Gigabits per second to Megabits per second

Gigabits per second to Megabits per second: exact formula, common values and reverse conversion. Free, no sign-up.

Result
1000

1 Gbps = 1000 Mbps

Conversion formula

1 Gbps = 1000 Mbps

Common Gigabits per second to Megabits per second values

Gigabits per secondMegabits per second
1 Gbps1000 Mbps
2 Gbps2000 Mbps
3 Gbps3000 Mbps
5 Gbps5000 Mbps
10 Gbps10000 Mbps
20 Gbps20000 Mbps
50 Gbps50000 Mbps
100 Gbps100000 Mbps

Every conversion runs in your browser. Nothing you type is uploaded to BroBroGo.

FAQ

How do you convert Gigabits per second to Megabits per second?

Use the formula below, or just type a value above and the result updates instantly.

Is this converter accurate?

Yes. It uses the internationally-defined exact conversion factor, computed in your browser — nothing is rounded away or sent to a server.

Gbps to Mbps: The Decimal Conversion for Network Throughput

This page converts a data rate given in Gigabits per second (Gbps) to its exact equivalent in Megabits per second (Mbps). The calculation uses the strict decimal factor: 1 Gbps = 1000 Mbps. You supply a non‑negative number in Gbps, and you receive the corresponding Mbps value, computed as Mbps = Gbps × 1000. The output is shown with appropriate precision—typically two decimal places or as a whole number when the result is exact.

Unlike generic unit converters, this page is built specifically for data rate conversions. It nails down the decimal factor (1000, not 1024) that applies to network bandwidth, and it explicitly warns about the bits‑vs‑bytes trap. Network throughput is quoted in bits per second, but file sizes are in bytes. A 100 Mbps link transfers at best about 12.5 MB/s—this page reinforces that its conversion stays in bits (Gbps → Mbps) and does not directly give byte throughput. This is the only conversion on the site that handles Gbps‑to‑Mbps, so it avoids confusion with storage‑based prefixes and binary multipliers.

Why 1000, Not 1024? The Telecom Standard

The factor 1000 arises from the International System of Units (SI) prefixes: giga‑ means 10⁹, mega‑ means 10⁶. Gbps and Mbps are derived from the bit, a unit of information, but the multipliers follow SI decimal scales because network speeds are defined by telecommunications bodies such as the IEEE and ITU. These organisations adopted the decimal interpretation decades ago, and it remains the universal convention for data‑rate metrics.

In contrast, data storage (RAM, file sizes) often uses binary prefixes: 1 Gibibyte (GiB) = 1024 Mebibytes (MiB). This page never confuses the two. When you see a network interface advertised as 1 Gbps, the downstream speed test in Mbps will show 1000 Mbps—not 1024. Confusing the two factor differences can lead to an error of roughly 2.4% on a 1 Gbps link (1024 vs 1000), which might not seem huge, but over larger links it compounds. For example, a 10 Gbps uplink expressed as 10,240 Mbps is wrong; the correct value is 10,000 Mbps.

This page enforces the decimal standard. Every conversion uses Mbps = Gbps × 1000. There is no option to choose binary, because for network throughput there is only one correct factor. If you need storage conversions, you need a different tool.

Input Rules and Edge Cases

The tool accepts any non‑negative number as input. It rejects negative values (returns an error or ignores them). Zero input yields 0 Mbps. Extremely large values, such as 1000 Gbps, are handled without overflow, but if the resulting Mbps number exceeds a practical display limit (e.g., more than 15 digits), the output may switch to scientific notation to keep it readable. Internal calculation uses double‑precision floating point, so for most realistic network speeds—home internet at 1 Gbps, data‑center links at 100 Gbps, backbone trunks at 400 Gbps—the result appears as a whole number or with two decimal places.

Typical inputs and their exact outputs:

Gbps input Mbps output
0.1 100.00
0.25 250.00
0.5 500.00
1 1000
1.5 1500
2.5 2500
10 10,000
40 40,000
100 100,000
400 400,000

Note that the tool does not convert to bytes per second (MB/s). To get approximate byte throughput, you must divide the Mbps result by 8 (and then account for protocol overhead, which reduces the effective rate). For instance, a 1 Gbps link (1000 Mbps) yields a theoretical maximum of 125 MB/s. But that number is not shown on this page, because the conversion stays strictly in bits.

The Bits‑vs‑Bytes Disconnect

One of the most common mistakes people make when reading network speed figures is confusing bits and bytes. Internet service providers (ISPs) advertise plans in Mbps or Gbps. Speed test results from Ookla, Fast.com, or router admin panels show throughput in Mbps. Yet file downloads in browsers and operating systems are typically reported in megabytes per second (MB/s) or megabytes per second (MiB/s). The ratio is 8:1—one byte equals eight bits—but actual achievable throughput is lower due to protocol overhead, packet headers, and congestion.

This page reinforces the distinction by not showing a byte‑per‑second equivalent. If you want to estimate file transfer time, you must do the extra step: divide the Mbps result by 8 (for raw bytes) and then reduce further for real‑world efficiency. For example, on a 100 Mbps link, the maximum theoretical file transfer speed is 12.5 MB/s. In practice, TCP/IP overhead, Wi‑Fi interference, and server limitations often drop that to 10–11 MB/s. The fact that the page refuses to mix bits and bytes is a deliberate design choice—it prevents users from accidentally equating Mbps with MB/s.

Who Actually Uses This Conversion

Network administrators regularly compare router or switch port speeds. A core switch with 10 Gbps uplinks needs to be matched with downstream switches that have at least 10,000 Mbps of aggregate bandwidth. When setting up QoS policies, converting Gbps to Mbps ensures correct shaping thresholds.

Consumers evaluating internet plans face a confusing mix of units. An ISP may advertise a “1 Gig” plan, but the speed test site shows results in Mbps. Confirming that 1 Gbps equals 1000 Mbps (and not 1024) helps avoid inflated expectations. Similarly, a plan advertised as 500 Mbps is 0.5 Gbps—this page can handle that reverse conversion as well.

IT professionals sizing bandwidth for data‑center links or WAN connections often design in Gbps but monitor in Mbps. A 40 Gbps link between two data centers, when measured per‑port, shows 40,000 Mbps. Anyone building monitoring dashboards needs to know the correct multiplier.

Students learning data‑rate units in networking courses (e.g., CCNA, Network+) use this conversion in homework and lab exercises. They must differentiate between Gbps and Mbps in cable specifications, port types, and throughput calculations.

Hardware spec reviewers check whether a device’s port speed (e.g., 2.5 Gbps) meets a customer’s minimum requirement expressed in Mbps. A customer asking for at least 2000 Mbps needs a device that supports 2.5 Gbps (2500 Mbps) to leave headroom.

Common Consumer Conversion Errors

Despite the simplicity of multiplying by 1000, mistakes happen. The most frequent error is using 1024 instead of 1000. This comes from the storage world, where 1 GB (gigabyte) is often sold as 1,000,000,000 bytes but binary‑aware operating systems report the capacity as 0.93 GB. People carry that confusion over to network speeds and incorrectly say “1 Gbps = 1024 Mbps”. That is wrong for bandwidth. Another error is forgetting the 8‑to‑1 bytes ratio: someone sees a speed test result of 800 Mbps and thinks they can download a 1 GB file in 1 second (since 800 Mbps is about 100 MB/s, and 1 GB = 1000 MB, it would take about 10 seconds, not 1). The page does not attempt to explain that, but it does not add to the confusion.

A third error is assuming Gbps and Mbps are interchangeable in protocol overhead calculations. For example, a 10 Gbps Ethernet link has a raw bit rate of 10 Gbps, but the usable data rate (after preamble, interframe gap, and preamble) is lower. The conversion from Gbps to Mbps is purely mathematical and does not account for overhead.

Practical Worked Example

Suppose you are evaluating a Wi‑Fi 6 access point that claims a maximum physical layer rate of 2.5 Gbps on its backhaul Ethernet port. You want to know how many 200 Mbps simultaneous video streams it can support.

  1. Convert 2.5 Gbps to Mbps: 2.5 × 1000 = 2500 Mbps.
  2. Divide by the per‑stream requirement: 2500 / 200 = 12.5 streams.

That tells you the theoretical maximum. But because of protocol overhead and interference, you would plan for about 80% efficiency, i.e., around 2000 Mbps usable, supporting 10 streams. The conversion itself gives you the starting point.

Another example: A data center has a 100 Gbps uplink to the internet. The monitoring tool shows usage peaks of 85 Gbps. In Mbps, that peak is 85 × 1000 = 85,000 Mbps. If the monitoring tool only displays Mbps, you can use this page to bridge the gap.

Frequently Asked Questions

Q: Why is the conversion factor 1000 and not 1024?

Because network data rates use SI prefixes (decimal) as defined by IEEE and ITU. Storage uses binary prefixes. For network speeds, 1 Gbps always equals 1000 Mbps.

Q: Can I use this tool to convert Gbps to MB/s?

No. This page only converts bits per second to bits per second. To get megabytes per second, you must divide the Mbps result by 8. Even then, protocol overhead means actual transfer speeds will be lower.

Q: What happens if I enter a negative number?

The tool rejects negative inputs. Data rates cannot be negative. It returns an error or ignores the value.

Q: Does the tool handle extremely large values like 1000 Gbps?

Yes. The calculation works for any non‑negative number. For very large results (e.g., 1,000,000 Mbps), the output may be displayed in scientific notation to keep it readable.

Q: Is 0.1 Gbps the same as 100 Mbps?

Yes. 0.1 Gbps × 1000 = 100 Mbps. This is a common speed for older cable internet plans.

Q: Why does my ISP advertise 1 Gbps but my speed test shows only 940 Mbps?

That is not a conversion error. The 60 Mbps difference (about 6%) is due to protocol overhead (Ethernet framing, TCP/IP headers, and the fact that ISPs often provision a bit less than the line rate). The conversion from 1 Gbps is still 1000 Mbps; the 940 result reflects real‑world inefficiencies, not a wrong multiplier.