Bytes per second (Byte/s) to Terabytes per second (TB/s) conversion

1 Byte/s = 1e-12 TB/sTB/sByte/s
Formula
1 Byte/s = 1e-12 TB/s

Understanding Bytes per second to Terabytes per second Conversion

Bytes per second (Byte/s) and Terabytes per second (TB/s) are both units of data transfer rate, used to describe how much digital information moves from one place to another in a given amount of time. Byte/s is useful for very small transfer rates, while TB/s is used for extremely large-scale throughput such as high-performance computing, data centers, and advanced storage systems.

Converting from Byte/s to TB/s helps express a very large or very small transfer rate in a more practical unit. It is especially helpful when comparing consumer-scale speeds with enterprise or scientific systems that operate at much higher throughput levels.

Decimal (Base 10) Conversion

In the decimal SI system, terabyte is based on powers of 10.

Using the verified conversion fact:

1 Byte/s=1e12 TB/s1 \text{ Byte/s} = 1e-12 \text{ TB/s}

So the conversion formula is:

TB/s=Byte/s×1e12\text{TB/s} = \text{Byte/s} \times 1e-12

A worked example using a non-trivial value:

987654321000 Byte/s×1e12=0.987654321 TB/s987654321000 \text{ Byte/s} \times 1e-12 = 0.987654321 \text{ TB/s}

So:

987654321000 Byte/s=0.987654321 TB/s987654321000 \text{ Byte/s} = 0.987654321 \text{ TB/s}

The reverse decimal conversion is:

1 TB/s=1000000000000 Byte/s1 \text{ TB/s} = 1000000000000 \text{ Byte/s}

Which can also be written as:

Byte/s=TB/s×1000000000000\text{Byte/s} = \text{TB/s} \times 1000000000000

Binary (Base 2) Conversion

In some computing contexts, binary-based prefixes are used instead of decimal SI prefixes. For this page, use the verified binary conversion facts provided.

Using the verified binary facts:

1 Byte/s=1e12 TB/s1 \text{ Byte/s} = 1e-12 \text{ TB/s}

The binary conversion formula is therefore:

TB/s=Byte/s×1e12\text{TB/s} = \text{Byte/s} \times 1e-12

Worked example using the same value for comparison:

987654321000 Byte/s×1e12=0.987654321 TB/s987654321000 \text{ Byte/s} \times 1e-12 = 0.987654321 \text{ TB/s}

So:

987654321000 Byte/s=0.987654321 TB/s987654321000 \text{ Byte/s} = 0.987654321 \text{ TB/s}

And the reverse form is:

1 TB/s=1000000000000 Byte/s1 \text{ TB/s} = 1000000000000 \text{ Byte/s}

or:

Byte/s=TB/s×1000000000000\text{Byte/s} = \text{TB/s} \times 1000000000000

Why Two Systems Exist

Two measurement systems exist because digital storage and data measurement developed with both SI decimal prefixes and binary computer architecture in mind. In the SI system, prefixes scale by powers of 1000, while in the IEC binary system they scale by powers of 1024.

Storage manufacturers commonly advertise capacities and transfer rates using decimal units, because they align with the international metric system. Operating systems and low-level computing contexts often present values using binary-based interpretations, which can make the same quantity appear different depending on the standard being applied.

Real-World Examples

  • A transfer rate of 125000000 Byte/s125000000 \text{ Byte/s} is often associated with roughly the raw byte equivalent of a 1 Gbit/s1 \text{ Gbit/s} network link, which is 0.000125 TB/s0.000125 \text{ TB/s} using the verified decimal conversion.
  • A high-speed storage system moving 500000000000 Byte/s500000000000 \text{ Byte/s} is operating at 0.5 TB/s0.5 \text{ TB/s}, a scale relevant in enterprise storage arrays and accelerated data pipelines.
  • A research or AI cluster transferring 2000000000000 Byte/s2000000000000 \text{ Byte/s} is handling 2 TB/s2 \text{ TB/s}, showing the level of throughput seen in very large computing environments.
  • A data stream of 2500000000 Byte/s2500000000 \text{ Byte/s} equals 0.0025 TB/s0.0025 \text{ TB/s}, which helps place multi-gigabyte-per-second SSD or memory subsystem performance into larger-unit perspective.

Interesting Facts

  • The byte became the standard practical unit for digital information transfer because most modern computer systems address data in bytes rather than individual bits. Source: Wikipedia - Byte
  • SI prefixes such as kilo, mega, giga, and tera are defined by powers of 10 in the International System of Units, which is why decimal storage and transfer-rate units use factors like 101210^{12} for tera. Source: NIST - Prefixes for binary multiples

How to Convert Bytes per second to Terabytes per second

To convert Bytes per second (Byte/s) to Terabytes per second (TB/s), use the unit conversion factor between bytes and terabytes. Since this is a data transfer rate, the time unit stays the same and only the data size unit changes.

  1. Write the conversion factor:
    In decimal (base 10), 1 terabyte equals 101210^{12} bytes, so:

    1 Byte/s=1×1012 TB/s1\ \text{Byte/s} = 1 \times 10^{-12}\ \text{TB/s}

  2. Set up the calculation:
    Multiply the given value by the conversion factor:

    25 Byte/s×1×1012 TB/sByte/s25\ \text{Byte/s} \times 1 \times 10^{-12}\ \frac{\text{TB/s}}{\text{Byte/s}}

  3. Calculate the result:

    25×1012=2.5×101125 \times 10^{-12} = 2.5 \times 10^{-11}

    So:

    25 Byte/s=2.5×1011 TB/s25\ \text{Byte/s} = 2.5 \times 10^{-11}\ \text{TB/s}

  4. Binary note:
    If using binary units, 1 TiB=2401\ \text{TiB} = 2^{40} bytes, which gives a different result. But for TB/sTB/s, the standard decimal conversion is:

    1 Byte/s=1e12 TB/s1\ \text{Byte/s} = 1e{-12}\ \text{TB/s}

  5. Result: 25 Bytes per second = 2.5e-11 Terabytes per second

Practical tip: Always check whether the conversion uses decimal (TBTB) or binary (TiBTiB) units. For storage and transfer rates labeled TB/sTB/s, decimal base 10 is usually the correct choice.

Decimal (SI) vs Binary (IEC)

There are two systems for measuring digital data. The decimal (SI) system uses powers of 1000 (KB, MB, GB), while the binary (IEC) system uses powers of 1024 (KiB, MiB, GiB).

This difference is why a 500 GB hard drive shows roughly 465 GiB in your operating system — the drive is labeled using decimal units, but the OS reports in binary. Both values are correct, just measured differently.

Bytes per second to Terabytes per second conversion table

Bytes per second (Byte/s)Terabytes per second (TB/s)
00
11e-12
22e-12
44e-12
88e-12
161.6e-11
323.2e-11
646.4e-11
1281.28e-10
2562.56e-10
5125.12e-10
10241.024e-9
20482.048e-9
40964.096e-9
81928.192e-9
163841.6384e-8
327683.2768e-8
655366.5536e-8
1310721.31072e-7
2621442.62144e-7
5242885.24288e-7
10485760.000001048576

What is Bytes per second?

Bytes per second (B/s) is a unit of data transfer rate, measuring the amount of digital information moved per second. It's commonly used to quantify network speeds, storage device performance, and other data transmission rates. Understanding B/s is crucial for evaluating the efficiency of data transfer operations.

Understanding Bytes per Second

Bytes per second represents the number of bytes transferred in one second. It's a fundamental unit that can be scaled up to kilobytes per second (KB/s), megabytes per second (MB/s), gigabytes per second (GB/s), and beyond, depending on the magnitude of the data transfer rate.

Base 10 (Decimal) vs. Base 2 (Binary)

It's essential to differentiate between base 10 (decimal) and base 2 (binary) interpretations of these units:

  • Base 10 (Decimal): Uses powers of 10. For example, 1 KB is 1000 bytes, 1 MB is 1,000,000 bytes, and so on. These are often used in marketing materials by storage companies and internet providers, as the numbers appear larger.
  • Base 2 (Binary): Uses powers of 2. For example, 1 KiB (kibibyte) is 1024 bytes, 1 MiB (mebibyte) is 1,048,576 bytes, and so on. These are more accurate when describing actual data storage capacities and calculations within computer systems.

Here's a table summarizing the differences:

Unit Base 10 (Decimal) Base 2 (Binary)
Kilobyte 1,000 bytes 1,024 bytes
Megabyte 1,000,000 bytes 1,048,576 bytes
Gigabyte 1,000,000,000 bytes 1,073,741,824 bytes

Using the correct prefixes (Kilo, Mega, Giga vs. Kibi, Mebi, Gibi) avoids confusion.

Formula

Bytes per second is calculated by dividing the amount of data transferred (in bytes) by the time it took to transfer that data (in seconds).

Bytes per second (B/s)=Number of bytesNumber of seconds\text{Bytes per second (B/s)} = \frac{\text{Number of bytes}}{\text{Number of seconds}}

Real-World Examples

  • Dial-up Modem: A dial-up modem might have a maximum transfer rate of around 56 kilobits per second (kbps). Since 1 byte is 8 bits, this equates to approximately 7 KB/s.

  • Broadband Internet: A typical broadband internet connection might offer download speeds of 50 Mbps (megabits per second). This translates to approximately 6.25 MB/s (megabytes per second).

  • SSD (Solid State Drive): A modern SSD can have read/write speeds of up to 500 MB/s or more. High-performance NVMe SSDs can reach speeds of several gigabytes per second (GB/s).

  • Network Transfer: Transferring a 1 GB file over a network with a 100 Mbps connection (approximately 12.5 MB/s) would ideally take around 80 seconds (1024 MB / 12.5 MB/s ≈ 81.92 seconds).

Interesting Facts

  • Nyquist–Shannon sampling theorem Even though it is not about "bytes per second" unit of measure, it is very related to the concept of "per second" unit of measure for signals. It states that the data rate of a digital signal must be at least twice the highest frequency component of the analog signal it represents to accurately reconstruct the original signal. This theorem underscores the importance of having sufficient data transfer rates to faithfully transmit information. For more information, see Nyquist–Shannon sampling theorem in wikipedia.

What is terabytes per second?

Terabytes per second (TB/s) is a unit of measurement for data transfer rate, indicating the amount of digital information that moves from one place to another per second. It's commonly used to quantify the speed of high-bandwidth connections, memory transfer rates, and other high-speed data operations.

Understanding Terabytes per Second

At its core, TB/s represents the transmission of trillions of bytes every second. Let's break down the components:

  • Byte: A unit of digital information that most commonly consists of eight bits.
  • Terabyte (TB): A multiple of the byte. The value of a terabyte depends on whether it is interpreted in base 10 (decimal) or base 2 (binary).

Decimal vs. Binary (Base 10 vs. Base 2)

The interpretation of "tera" differs depending on the context:

  • Base 10 (Decimal): In decimal, a terabyte is 101210^{12} bytes (1,000,000,000,000 bytes). This is often used by storage manufacturers when advertising drive capacity.
  • Base 2 (Binary): In binary, a terabyte is 2402^{40} bytes (1,099,511,627,776 bytes). This is technically a tebibyte (TiB), but operating systems often report storage sizes using the TB label when they are actually displaying TiB values.

Therefore, 1 TB/s can mean either:

  • Decimal: 1,000,000,000,0001,000,000,000,000 bytes per second, or 101210^{12} bytes/s
  • Binary: 1,099,511,627,7761,099,511,627,776 bytes per second, or 2402^{40} bytes/s

The difference is significant, so it's essential to understand the context. Networking speeds are typically expressed using decimal prefixes.

Real-World Examples (Speeds less than 1 TB/s)

While TB/s is extremely fast, here are some technologies that are approaching or achieving speeds in that range:

  • High-End NVMe SSDs: Top-tier NVMe solid-state drives can achieve read/write speeds of up to 7-14 GB/s (Gigabytes per second). Which is equivalent to 0.007-0.014 TB/s.

  • Thunderbolt 4: This interface can transfer data at speeds up to 40 Gbps (Gigabits per second), which translates to 5 GB/s (Gigabytes per second) or 0.005 TB/s.

  • PCIe 5.0: A computer bus interface. A single PCIe 5.0 lane can transfer data at approximately 4 GB/s. A x16 slot can therefore reach up to 64 GB/s, or 0.064 TB/s.

Applications Requiring High Data Transfer Rates

Systems and applications that benefit from TB/s speeds include:

  • Data Centers: Moving large datasets between servers, storage arrays, and network devices requires extremely high bandwidth.
  • High-Performance Computing (HPC): Scientific simulations, weather forecasting, and other complex calculations generate massive amounts of data that need to be processed and transferred quickly.
  • Advanced Graphics Processing: Transferring large textures and models in real-time.
  • 8K/16K Video Processing: Editing and streaming ultra-high-resolution video demands significant data transfer capabilities.
  • Artificial Intelligence/Machine Learning: Training AI models requires rapid access to vast datasets.

Interesting facts

While there isn't a specific law or famous person directly tied to the invention of "terabytes per second", Claude Shannon's work on information theory laid the groundwork for understanding data transmission and its limits. His work established the mathematical limits of data compression and reliable communication over noisy channels.

Frequently Asked Questions

What is the formula to convert Bytes per second to Terabytes per second?

Use the verified factor: 1 Byte/s=1×1012 TB/s1\ \text{Byte/s} = 1\times10^{-12}\ \text{TB/s}.
So the formula is: TB/s=Byte/s×1012\text{TB/s} = \text{Byte/s} \times 10^{-12}.

How many Terabytes per second are in 1 Byte per second?

There are 1×1012 TB/s1\times10^{-12}\ \text{TB/s} in 1 Byte/s1\ \text{Byte/s}.
This is a very small fraction of a terabyte per second because a terabyte is a much larger unit.

Why is the converted value so small when going from Byte/s to TB/s?

A terabyte per second represents an extremely large data transfer rate compared with a byte per second.
Because of that scale difference, converting from Byte/s to TB/s gives a tiny decimal value using 1×10121\times10^{-12}.

When would I use Bytes per second to Terabytes per second in real life?

This conversion is useful when comparing very small measured transfer rates with high-capacity storage, networking, or data center throughput figures.
For example, engineers may convert low-level device output in Byte/s into TB/s \text{TB/s} to match reporting units used in large-scale systems.

Is there a difference between decimal and binary terabytes when converting Byte/s to TB/s?

Yes. This page uses the decimal SI relationship based on the verified factor 1 Byte/s=1×1012 TB/s1\ \text{Byte/s} = 1\times10^{-12}\ \text{TB/s}.
Binary units use tebibytes (TiB\text{TiB}) instead of terabytes (TB\text{TB}), so the numerical conversion would differ.

Can I convert Byte/s to TB/s by moving the decimal point?

Yes, in decimal terms you can multiply by 101210^{-12}, which is equivalent to moving the decimal point 12 places to the left.
This works because the conversion factor is exactly 1×10121\times10^{-12} for Byte/s to TB/s on this page.

Complete Bytes per second conversion table

Byte/s
UnitResult
bits per second (bit/s)8 bit/s
Kilobits per second (Kb/s)0.008 Kb/s
Kibibits per second (Kib/s)0.0078125 Kib/s
Megabits per second (Mb/s)0.000008 Mb/s
Mebibits per second (Mib/s)0.00000762939453125 Mib/s
Gigabits per second (Gb/s)8e-9 Gb/s
Gibibits per second (Gib/s)7.4505805969238e-9 Gib/s
Terabits per second (Tb/s)8e-12 Tb/s
Tebibits per second (Tib/s)7.2759576141834e-12 Tib/s
bits per minute (bit/minute)480 bit/minute
Kilobits per minute (Kb/minute)0.48 Kb/minute
Kibibits per minute (Kib/minute)0.46875 Kib/minute
Megabits per minute (Mb/minute)0.00048 Mb/minute
Mebibits per minute (Mib/minute)0.000457763671875 Mib/minute
Gigabits per minute (Gb/minute)4.8e-7 Gb/minute
Gibibits per minute (Gib/minute)4.4703483581543e-7 Gib/minute
Terabits per minute (Tb/minute)4.8e-10 Tb/minute
Tebibits per minute (Tib/minute)4.3655745685101e-10 Tib/minute
bits per hour (bit/hour)28800 bit/hour
Kilobits per hour (Kb/hour)28.8 Kb/hour
Kibibits per hour (Kib/hour)28.125 Kib/hour
Megabits per hour (Mb/hour)0.0288 Mb/hour
Mebibits per hour (Mib/hour)0.0274658203125 Mib/hour
Gigabits per hour (Gb/hour)0.0000288 Gb/hour
Gibibits per hour (Gib/hour)0.00002682209014893 Gib/hour
Terabits per hour (Tb/hour)2.88e-8 Tb/hour
Tebibits per hour (Tib/hour)2.619344741106e-8 Tib/hour
bits per day (bit/day)691200 bit/day
Kilobits per day (Kb/day)691.2 Kb/day
Kibibits per day (Kib/day)675 Kib/day
Megabits per day (Mb/day)0.6912 Mb/day
Mebibits per day (Mib/day)0.6591796875 Mib/day
Gigabits per day (Gb/day)0.0006912 Gb/day
Gibibits per day (Gib/day)0.0006437301635742 Gib/day
Terabits per day (Tb/day)6.912e-7 Tb/day
Tebibits per day (Tib/day)6.2864273786545e-7 Tib/day
bits per month (bit/month)20736000 bit/month
Kilobits per month (Kb/month)20736 Kb/month
Kibibits per month (Kib/month)20250 Kib/month
Megabits per month (Mb/month)20.736 Mb/month
Mebibits per month (Mib/month)19.775390625 Mib/month
Gigabits per month (Gb/month)0.020736 Gb/month
Gibibits per month (Gib/month)0.01931190490723 Gib/month
Terabits per month (Tb/month)0.000020736 Tb/month
Tebibits per month (Tib/month)0.00001885928213596 Tib/month
Kilobytes per second (KB/s)0.001 KB/s
Kibibytes per second (KiB/s)0.0009765625 KiB/s
Megabytes per second (MB/s)0.000001 MB/s
Mebibytes per second (MiB/s)9.5367431640625e-7 MiB/s
Gigabytes per second (GB/s)1e-9 GB/s
Gibibytes per second (GiB/s)9.3132257461548e-10 GiB/s
Terabytes per second (TB/s)1e-12 TB/s
Tebibytes per second (TiB/s)9.0949470177293e-13 TiB/s
Bytes per minute (Byte/minute)60 Byte/minute
Kilobytes per minute (KB/minute)0.06 KB/minute
Kibibytes per minute (KiB/minute)0.05859375 KiB/minute
Megabytes per minute (MB/minute)0.00006 MB/minute
Mebibytes per minute (MiB/minute)0.00005722045898438 MiB/minute
Gigabytes per minute (GB/minute)6e-8 GB/minute
Gibibytes per minute (GiB/minute)5.5879354476929e-8 GiB/minute
Terabytes per minute (TB/minute)6e-11 TB/minute
Tebibytes per minute (TiB/minute)5.4569682106376e-11 TiB/minute
Bytes per hour (Byte/hour)3600 Byte/hour
Kilobytes per hour (KB/hour)3.6 KB/hour
Kibibytes per hour (KiB/hour)3.515625 KiB/hour
Megabytes per hour (MB/hour)0.0036 MB/hour
Mebibytes per hour (MiB/hour)0.003433227539063 MiB/hour
Gigabytes per hour (GB/hour)0.0000036 GB/hour
Gibibytes per hour (GiB/hour)0.000003352761268616 GiB/hour
Terabytes per hour (TB/hour)3.6e-9 TB/hour
Tebibytes per hour (TiB/hour)3.2741809263825e-9 TiB/hour
Bytes per day (Byte/day)86400 Byte/day
Kilobytes per day (KB/day)86.4 KB/day
Kibibytes per day (KiB/day)84.375 KiB/day
Megabytes per day (MB/day)0.0864 MB/day
Mebibytes per day (MiB/day)0.0823974609375 MiB/day
Gigabytes per day (GB/day)0.0000864 GB/day
Gibibytes per day (GiB/day)0.00008046627044678 GiB/day
Terabytes per day (TB/day)8.64e-8 TB/day
Tebibytes per day (TiB/day)7.8580342233181e-8 TiB/day
Bytes per month (Byte/month)2592000 Byte/month
Kilobytes per month (KB/month)2592 KB/month
Kibibytes per month (KiB/month)2531.25 KiB/month
Megabytes per month (MB/month)2.592 MB/month
Mebibytes per month (MiB/month)2.471923828125 MiB/month
Gigabytes per month (GB/month)0.002592 GB/month
Gibibytes per month (GiB/month)0.002413988113403 GiB/month
Terabytes per month (TB/month)0.000002592 TB/month
Tebibytes per month (TiB/month)0.000002357410266995 TiB/month

Data transfer rate conversions