Gigabits per second to Gigabytes per second

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

Result
0.125

1 Gbps = 0.125 GB/s

Conversion formula

1 Gbps = 0.125 GB/s

Common Gigabits per second to Gigabytes per second values

Gigabits per secondGigabytes per second
1 Gbps0.125 GB/s
2 Gbps0.25 GB/s
3 Gbps0.375 GB/s
5 Gbps0.625 GB/s
10 Gbps1.25 GB/s
20 Gbps2.5 GB/s
50 Gbps6.25 GB/s
100 Gbps12.5 GB/s

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

FAQ

How do you convert Gigabits per second to Gigabytes 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.

The Conversion Factor: Why 1 Gbps Equals 0.125 GB/s

The backbone of this conversion is the fixed relationship between bits and bytes: 1 byte = 8 bits. Because data rates are measured in bits per second (bps) and storage throughput in bytes per second (B/s), every conversion between the two families multiplies or divides by exactly 8.

For gigabits per second (Gbps) and gigabytes per second (GB/s), both use the decimal (SI) prefix Giga-, meaning 10⁹. So:

  • 1 Gbps = 1,000,000,000 bits per second
  • Divide by 8: 1,000,000,000 ÷ 8 = 125,000,000 bytes per second
  • 125,000,000 bytes per second = 0.125 × 10⁹ bytes per second = 0.125 GB/s

The factor 0.125 is exact, not approximate. There is no room for rounding because the 8‑to‑1 ratio is a definitional constant. The same factor applies to any bit‑rate unit crossing into a byte‑rate unit, provided the prefixes are aligned (e.g., Mbps to MB/s also uses 0.125, Tbps to TB/s also uses 0.125). The inverse conversion – from GB/s to Gbps – multiplies by 8.

This page is the only converter on the site that performs a bit‑to‑byte crossing. Sibling converters stay within their own unit family: they convert, say, Mbps to Gbps (both in bits) or MB/s to GB/s (both in bytes). The gbps‑to‑gbs page is dedicated to bridging that gap, which is where most unit‑readability errors occur.

What This Page Does – and What It Doesn’t

Input: The user enters a decimal number representing a data rate in gigabits per second. Examples: 1, 10.5, 0.25, 1000. The field accepts standard decimal format without unit labels.

Output: The corresponding value in gigabytes per second, calculated by multiplying the input by exactly 0.125 (equivalently, dividing by 8). The result is displayed with appropriate decimal precision – typically two to four digits for human‑readable numbers, and scientific notation for very large or very small values.

Rules and edge cases enforced by the converter

Condition Behaviour
Zero input Output is exactly 0 GB/s
Negative input Not accepted; returns an error prompt because a data rate cannot be negative
Non‑numeric or empty input Returns an error prompt asking for a valid number
Extremely large input (e.g., 10¹² Gbps) Output in scientific notation, e.g., 1.25e11 GB/s
Extremely small input (e.g., 1×10⁻⁹ Gbps) Also in scientific notation, e.g., 1.25e‑10 GB/s
Prefix interpretation Uses decimal (SI) prefixes only. Giga = 10⁹. It does not interpret binary prefixes (Gibi = 2³⁰). If you need a Gibps‑to‑GiB/s conversion, use the dedicated Gibps converter elsewhere on the site.

The conversion is mathematically exact – no floating‑point drift – because the factor 0.125 is a terminating binary fraction (⅛). Results like 0.5 Gbps → 0.0625 GB/s are produced without rounding.

Common Misunderstandings: Bits vs. Bytes

The confusion between bits and bytes is the single most frequent source of error when dealing with network speeds and storage throughput. A 100 Mbps internet connection, for example, yields a theoretical maximum of 12.5 MB/s of file transfer, not 100 MB/s. Users who forget the division by 8 expect downloads ten times faster than reality.

Why overhead makes it worse: The 0.125 factor gives the raw data rate at the physical layer. In practice, protocol overhead (TCP/IP headers, Ethernet framing, retransmissions) reduces the usable throughput by 5‑30%, depending on packet size and network conditions. A 1 Gbps link rarely sustains more than 940 Mbps of TCP payload, which corresponds to about 117.5 MB/s – below the theoretical 125 MB/s. This page outputs the raw conversion; the user must account for overhead separately when planning capacity.

A second common mistake is mixing decimal and binary prefixes. Many operating systems report file sizes in binary units (e.g., GiB for 2³⁰ bytes) while marking them as “GB”. If a user takes a network speed of 10 Gbps and expects 10/8 = 1.25 GB/s, but the storage system uses GiB/s, the actual binary throughput is 1.25 × (10⁹/2³⁰) ≈ 1.164 GiB/s. That 7% discrepancy matters for large transfers.

Practical Examples and Their GB/s Equivalents

The table below shows common network speeds and their exact conversions using the 0.125 factor. All values are in decimal prefixes.

Network speed (Gbps) Equivalent (GB/s) Equivalent (MB/s) for context
0.1 (100 Mbps) 0.0125 12.5
0.5 (500 Mbps) 0.0625 62.5
1 0.125 125
2.5 0.3125 312.5
10 1.25 1,250
40 5.0 5,000
100 12.5 12,500
400 (common in data centres) 50.0 50,000

Worked example: A backup utility reports that 500 GB of data must be transferred over a 10 Gbps link. The raw conversion gives 1.25 GB/s. Ignoring overhead, the minimum transfer time is 500 / 1.25 = 400 seconds (6.7 minutes). Adding 20% overhead reduces throughput to 1.0 GB/s, extending the time to 500 seconds (8.3 minutes).

Decimal vs. Binary Prefixes – Keeping Units Straight

The converter on this page uses decimal prefixes throughout. This is consistent with nearly all networking hardware specifications (Ethernet, Wi‑Fi, optical interfaces), which are rated in bits using SI prefixes: Gbps = 10⁹ bit/s. Storage drive manufacturers also typically use decimal for capacity (e.g., a 1 TB drive holds 10¹² bytes), but operating systems often display sizes in binary (GiB, TiB) while labelling them as GB or TB.

Why it matters: If you mistakenly interpret a 10 Gbps link as “10 Gibps” and then divide by 8 to get “1.25 GiB/s”, you overestimate throughput by about 7%. For a 1 Petabyte transfer, that error is roughly 70 TB of miscalculated time.

When to use the binary tool: The site provides a separate Gibps‑to‑GiB/s converter for scenarios where both sides of the conversion are explicitly binary – for example, when working with memory bandwidth (e.g., DDR4‑3600 in MT/s) or file‑system benchmarks that report in binary units. The gbps‑to‑gbs page does not handle binary prefixes, and the error message for non‑numeric input warns users to enter a decimal number.

Edge Cases and Input Handling

The converter is designed to handle a wide range of numeric inputs gracefully.

  • Zero: Entering 0 yields 0 GB/s. This is valid – a disabled interface produces zero throughput.
  • Negative values: The tool rejects any input less than zero. There is no physical or mathematical meaning to a negative data rate, so the user is prompted to enter a non‑negative number.
  • Non‑numeric input: Characters, spaces, or empty fields produce an error. The prompt asks for a valid decimal number. Unit strings (e.g., “5 Gbps”) are not accepted; the user must enter only the numeric part.
  • Extreme values: Floating‑point arithmetic handles values up to about 10¹⁵ Gbps (where the result exceeds 10¹⁴ GB/s) before scientific notation kicks in. For example, 1e12 Gbps returns 1.25e11 GB/s. On the low end, 1e‑12 Gbps becomes 1.25e‑13 GB/s. Precision is maintained to at least 6 significant digits.
  • Fractional inputs: Values like 1.25 are processed normally: 1.25 × 0.125 = 0.15625 GB/s.

The output format adapts: for values between 0.0001 and 10,000, plain decimal is used (e.g., 0.125 GB/s). Outside that range, scientific notation is preferred for readability.

How to Use the Converter (Step‑by‑Step)

  1. Locate the input field labelled “Gbps” (or similar). The field expects a number only – no unit abbreviation.
  2. Enter your data rate as a decimal. For example, type 10 for ten gigabits per second.
  3. Press Enter or click the convert button (the exact UI element is described on the page).
  4. Read the result in the output field, typically displayed as “X.XX GB/s”. For 10 Gbps, the result is 1.25 GB/s.
  5. To verify the reverse – converting GB/s back to Gbps – multiply the output by 8. For instance, 1.25 GB/s × 8 = 10 Gbps.

If you must convert a speed like 100 Mbps to MB/s, note that 100 Mbps = 0.1 Gbps. Enter 0.1 and read 0.0125 GB/s, which is 12.5 MB/s. The same factor (0.125) applies at every scale: 1 Mbps = 0.125 MB/s.

Frequently Asked Questions

How many GB/s is 100 Mbps?
100 Mbps = 0.1 Gbps. Multiplying by 0.125 gives 0.0125 GB/s, which is 12.5 MB/s. This is the theoretical maximum; real downloads are lower due to protocol overhead.

Why is my actual download speed lower than the calculated value?
The converter gives the raw physical‑layer rate. Real‑world transmission includes headers (TCP/IP, Ethernet), retransmissions, and congestion. Expect 70‑95% of the raw rate, depending on conditions. A 1 Gbps link typically delivers 900‑940 Mbps of usable data, equivalent to 112‑117.5 MB/s.

Does this converter use binary or decimal prefixes?
Decimal (SI). 1 Gbps = 10⁹ bit/s, and 1 GB/s = 10⁹ byte/s. Binary prefixes (Gibi) are not supported here. If you need Gibps to GiB/s, use the separate binary converter.

Can I convert Tbps to TB/s using the same factor?
Yes. The 8‑to‑1 ratio holds regardless of prefix. Multiply any bit‑rate value by 0.125 to get the byte‑rate equivalent, provided both sides use the same prefix family (decimal or binary). 1 Tbps = 0.125 TB/s.

What about Mbps to MB/s?
Exactly the same factor: 1 Mbps = 0.125 MB/s. Be careful with unit suffixes: MB (megabyte) uses 10⁶ bytes, matching the “mega” prefix in Mbps (10⁶ bits). For Mbps to MiB/s (binary), you would need a different conversion – not provided on this page.

Why is negative input not allowed?
Data rate is a non‑negative physical quantity. A negative value would imply traffic flowing in reverse direction, which is not a standard interpretation of a scalar speed. The converter enforces non‑negative input to prevent nonsensical results.