Bytes to TB Converter - CONVERT Bytes to Terabytes

Copy Link & Share
Input Byte - and press Enter
Byte
 
The conversion formula TB = Byte / 1000^4 shows that One Byte is equivalent to 0.000000000001 Terabytes. Our tool utilizes this formula to quickly and accurately convert any number of Bytes to Terabytes and vice versa. Try it out now.

Recent Conversions

History Empty ! No Recent Conversions.

Complete List of Byte Converters

ADVERTISEMENT

How to use Byte to Terabyte Converter

Byte to TB Calculator Tool convert the data storage size from Byte to Terabyte.
It is very easy to use, just follow the below steps.

  • Type the value in Byte input box and click CONVERT button or simply hit ENTER key.
  • The calculator will process the conversion with the highest accuracy and display the result.
  • Use the Copy button to copy the result to clipboard.
  • Click on the Swap⇄ button to reverse the conversion direction.


You can also change the source and target units in the drop-downs and quickly navigate to an entirely different conversion. Alternatively, switch to Data Transfer Converter for calculating the data storage size.

If you are looking to convert from one number system to another, such as binary, decimal, octal, or hexadecimal, try out the Number Base Converters.

B to TB Formula and Manual Conversion Steps

Byte and Terabyte are units of digital information used to measure storage capacity and data transfer rate. Byte is one of the very basic digital unit where as Terabyte is a decimal unit. One Byte is equal to 8 bits. One Terabyte is equal to 1000^4 bytes. There are 1,000,000,000,000 Bytes in one Terabyte. - view the difference between both units

Byte to TB Converter | Data Unit Converter
Source Data UnitTarget Data Unit
Byte (B)
Equal to 8 bits
(Basic Unit)
Terabyte (TB)
Equal to 1000^4 bytes
(Decimal Unit)

Below conversion diagram will help you to visualize the Byte to Terabyte calculation steps in a simplified manner.

÷ 8   
÷ 1000   
÷ 1000   
÷ 1000   
÷ 1000   
÷ 1000   
÷ 1000   
÷ 1000   
÷ 1000   
Bit [b]
Byte [B]
Kilobyte [kB]
Megabyte [MB]
Gigabyte [GB]
Terabyte [TB]
Petabyte [PB]
Exabyte [EB]
Zettabyte [ZB]
Yottabyte [YB]
  x 8  
  x 1000  
  x 1000  
  x 1000  
  x 1000  
  x 1000  
  x 1000  
  x 1000  
  x 1000  

The formula of converting the Byte to Terabyte is represented as follows :

TB = Byte / 10004

Now let us apply the above formula and see how to manually convert Byte (B) to Terabyte (TB). We can further simplify the formula to ease the calculation.

FORMULA

Terabyte = Byte / 10004

STEP 1

Terabyte = Byte / (1000x1000x1000x1000)

STEP 2

Terabyte = Byte / 1000000000000

STEP 3

Terabyte = Byte x (1 / 1000000000000)

STEP 4

Terabyte = Byte x 0.000000000001

Example : If we apply the above Formula and steps, conversion from 10 Byte to TB, will be processed as below.

  1. = 10 / 10004
  2. = 10 / (1000x1000x1000x1000)
  3. = 10 / 1000000000000
  4. = 10 x (1 / 1000000000000)
  5. = 10 x 0.000000000001
  6. = 0.00000000001
  7. i.e. 10 Byte is equal to 0.00000000001 TB.

(Result rounded off to 40 decimal positions.)

You can use above formula and steps to convert Byte to Terabyte using any of the programming language such as Java, Python or Powershell.

Popular Byte Conversions

Conversion Units

Definition : Byte

A Byte is a unit of digital information that typically consists of 8 bits and can represent a wide range of values such as characters, binary data and it is widely used in the digital world to measure the data size and data transfer speed.
- Learn more..

Definition : Terabyte

A Terabyte (TB) is a decimal unit of digital information that is equal to 1,000,000,000,000 bytes (or 8,000,000,000,000 bits) and commonly used to measure the storage capacity of computer hard drives, flash drives, and other digital storage devices. It is also used to express data transfer speeds and in the context of data storage and memory, the binary-based unit of Tebibyte (TiB) is used instead.
- Learn more..

Excel Formula to convert from Byte to TB

Apply the formula as shown below to convert from Byte to Terabyte.

 ABC
1Byte (B)Terabyte (TB) 
21=A2 * 0.000000000001 
3   

Download - Excel Template for Byte to Terabyte Conversion

If you want to perform bulk conversion locally in your system, then download and make use of above Excel template.

Python Code for Byte to TB Conversion

You can use below code to convert any value in Byte to Terabyte in Python.

byte = int(input("Enter Byte: "))
terabyte = byte / (1000*1000*1000*1000)
print("{} Byte = {} Terabyte".format(byte,terabyte))

The first line of code will prompt the user to enter the Byte as an input. The value of Terabyte is calculated on the next line, and the code in third line will display the result.

Byte to TB to TiB Conversion Table

Byte to Terabyte (TB)Byte to Tebibyte (TiB)
1 Byte = 0.000000000001 TB 1 Byte = 0.0000000000009094947017729282379150390625 TiB
2 Byte = 0.000000000002 TB 2 Byte = 0.000000000001818989403545856475830078125 TiB
3 Byte = 0.000000000003 TB 3 Byte = 0.0000000000027284841053187847137451171875 TiB
4 Byte = 0.000000000004 TB 4 Byte = 0.00000000000363797880709171295166015625 TiB
5 Byte = 0.000000000005 TB 5 Byte = 0.0000000000045474735088646411895751953125 TiB
6 Byte = 0.000000000006 TB 6 Byte = 0.000000000005456968210637569427490234375 TiB
7 Byte = 0.000000000007 TB 7 Byte = 0.0000000000063664629124104976654052734375 TiB
8 Byte = 0.000000000008 TB 8 Byte = 0.0000000000072759576141834259033203125 TiB
9 Byte = 0.000000000009 TB 9 Byte = 0.0000000000081854523159563541412353515625 TiB
10 Byte = 0.00000000001 TB 10 Byte = 0.000000000009094947017729282379150390625 TiB
100 Byte = 0.0000000001 TB 100 Byte = 0.00000000009094947017729282379150390625 TiB
256 Byte = 0.000000000256 TB 256 Byte = 0.00000000023283064365386962890625 TiB
500 Byte = 0.0000000005 TB 500 Byte = 0.00000000045474735088646411895751953125 TiB
512 Byte = 0.000000000512 TB 512 Byte = 0.0000000004656612873077392578125 TiB
1000 Byte = 0.000000001 TB 1000 Byte = 0.0000000009094947017729282379150390625 TiB
1024 Byte = 0.000000001024 TB 1024 Byte = 0.000000000931322574615478515625 TiB
2048 Byte = 0.000000002048 TB 2048 Byte = 0.00000000186264514923095703125 TiB
5000 Byte = 0.000000005 TB 5000 Byte = 0.0000000045474735088646411895751953125 TiB
10000 Byte = 0.00000001 TB 10000 Byte = 0.000000009094947017729282379150390625 TiB