MB to PB Calculator - Convert Megabytes to Petabytes

High Precision Data Unit Conversion

Conversion History (Last 6)

Input Megabyte - and press Enter
MB
 
ADVERTISEMENT

Complete List of Megabyte Converters

Quick Navigation

MB to PB - Conversion Formula and Steps

Megabyte and Petabyte are units of digital information used to measure storage capacity and data transfer rate. Both are decimal units. One Megabyte is equal to 1000^2 bytes. One Petabyte is equal to 1000^5 bytes. There are 1,000,000,000 Megabytes in one Petabyte. - view the difference between both units

MB to PB Converter Image
Source Data UnitTarget Data Unit
Megabyte (MB)
Equal to 1000^2 bytes
(Decimal Unit)
Petabyte (PB)
Equal to 1000^5 bytes
(Decimal Unit)

Below conversion diagram will help you to visualize the Megabyte to Petabyte 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 Megabyte to Petabyte is represented as follows :

PB = MB / 10003

Now let us apply the above formula and, write down the steps to convert from Megabyte (MB) to Petabyte (PB). This way, we can try to simplify and reduce to an easy to apply formula.

FORMULA

Petabyte = Megabyte / 10003

STEP 1

Petabyte = Megabyte / (1000x1000x1000)

STEP 2

Petabyte = Megabyte / 1000000000

STEP 3

Petabyte = Megabyte x (1 / 1000000000)

STEP 4

Petabyte = Megabyte x 0.000000001

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

  1. = 10 / 10003
  2. = 10 / (1000x1000x1000)
  3. = 10 / 1000000000
  4. = 10 x (1 / 1000000000)
  5. = 10 x 0.000000001
  6. = 0.00000001
  7. i.e. 10 MB is equal to 0.00000001 PB.

(Result rounded off to 40 decimal positions.)

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

Popular MB Conversions

Conversion Units

Definition : Megabyte

A Megabyte (MB) is a unit of digital information that is equal to 1,000,000 bytes (or 8,000,000 bits) and commonly used to express the size of a file or the amount of memory used by a program. It is also used to express data transfer speeds and in the context of data storage and memory, the binary-based unit of mebibyte (MiB) is used instead.
- Learn more..

Definition : Petabyte

A Petabyte (PB) is a unit of digital information that is equal to 1,000,000,000,000,000 bytes (or 8,000,000,000,000,000 bits) and commonly used to measure the storage capacity of enterprise storage arrays and data centers. It is also used to express data transfer speeds and in the context of data storage and memory, the binary-based unit of Pebibyte (PiB) is used instead.
- Learn more..

Excel Formula to convert from MB to PB

Apply the formula as shown below to convert from Megabyte to Petabyte.

 ABC
1Megabyte (MB)Petabyte (PB) 
21=A2 * 0.000000001 
3   

Download - Excel Template for Megabyte to Petabyte Conversion

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

Python Code for MB to PB Conversion

You can use below code to convert any value in Megabyte to Petabyte in Python.

megabyte = int(input("Enter Megabyte: "))
petabyte = megabyte / (1000*1000*1000)
print("{} Megabyte = {} Petabyte".format(megabyte,petabyte))

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

MB to PB to PiB Conversion Table

Megabyte to Petabyte (PB)Megabyte to Pebibyte (PiB)
1 MB = 0.000000001 PB 1 MB = 0.0000000008881784197001252323389053344726 PiB
2 MB = 0.000000002 PB 2 MB = 0.0000000017763568394002504646778106689453 PiB
3 MB = 0.000000003 PB 3 MB = 0.0000000026645352591003756970167160034179 PiB
4 MB = 0.000000004 PB 4 MB = 0.0000000035527136788005009293556213378906 PiB
5 MB = 0.000000005 PB 5 MB = 0.0000000044408920985006261616945266723632 PiB
6 MB = 0.000000006 PB 6 MB = 0.0000000053290705182007513940334320068359 PiB
7 MB = 0.000000007 PB 7 MB = 0.0000000062172489379008766263723373413085 PiB
8 MB = 0.000000008 PB 8 MB = 0.0000000071054273576010018587112426757812 PiB
9 MB = 0.000000009 PB 9 MB = 0.0000000079936057773011270910501480102539 PiB
10 MB = 0.00000001 PB 10 MB = 0.0000000088817841970012523233890533447265 PiB
100 MB = 0.0000001 PB 100 MB = 0.0000000888178419700125232338905334472656 PiB
256 MB = 0.000000256 PB 256 MB = 0.000000227373675443232059478759765625 PiB
500 MB = 0.0000005 PB 500 MB = 0.0000004440892098500626161694526672363281 PiB
512 MB = 0.000000512 PB 512 MB = 0.00000045474735088646411895751953125 PiB
1000 MB = 0.000001 PB 1000 MB = 0.0000008881784197001252323389053344726562 PiB
1024 MB = 0.000001024 PB 1024 MB = 0.0000009094947017729282379150390625 PiB
2048 MB = 0.000002048 PB 2048 MB = 0.000001818989403545856475830078125 PiB
5000 MB = 0.000005 PB 5000 MB = 0.0000044408920985006261616945266723632812 PiB
10000 MB = 0.00001 PB 10000 MB = 0.0000088817841970012523233890533447265625 PiB