Convert Bits to Petabytes
Quick presets:
Keyboard shortcut: press S to swap units.
Contextual examples
- 1 Bits = 1.25000e-16 Petabytes
- 10 Bits = 1.25000e-15 Petabytes
- 100 Bits = 1.25000e-14 Petabytes
- 1000 Bits = 1.25000e-13 Petabytes
How many bits in a petabytes?
In 1 bits there are 1.25000e-16 petabytes. Meanwhile in 1 petabytes there are 8,000,000,000,000,000 bits. Keep reading to learn more about each unit of measure and how they are calculated. Or just use the Petabytes to Bits calculator above to convert any number.
* Values rounded to 6 decimal places for readability
How to convert bits to petabytes?
To convert bits to petabytes (PB), you just move through two steps: bits to bytes, then bytes to petabytes.
Step 1: Convert bits to bytes
1 byte = 8 bits
bytes = bits ÷ 8Step 2: Convert bytes to petabytes
There are two common meanings of “petabyte,” so pick the one you need.Binary petabyte (often treated like a pebibyte)
1 PB = 2^50 bytes = 1,125,899,906,842,624 bytes
PB = bytes ÷ 1,125,899,906,842,624
Combined: PB = bits ÷ (8 × 2^50) = bits ÷ 9,007,199,254,740,992Decimal petabyte (SI)
1 PB = 10^15 bytes = 1,000,000,000,000,000 bytes
PB = bytes ÷ 1,000,000,000,000,000
Combined: PB = bits ÷ (8 × 10^15) = bits ÷ 8,000,000,000,000,000
Use the binary rule when storage is shown in powers of two. Use the decimal rule when it follows SI units.
Frequently asked questions
What is a bit?
A bit is the smallest unit of digital data. It holds one of two values: 0 or 1. Computers use bits to store and move information.
What is a byte?
A byte is a group of 8 bits. Most file sizes use bytes because they are easier to work with than single bits. One letter of plain text often takes about 1 byte, though it can vary.
What comes after bytes in data size?
After bytes, data sizes grow in larger steps:
- Kilobyte (KB)
- Megabyte (MB)
- Gigabyte (GB)
- Terabyte (TB)
- Petabyte (PB)
These units help describe file sizes, storage space, and data use.
How many bits are in a byte?
There are 8 bits in 1 byte. This is a fixed rule in modern computing. It’s one of the most common conversions in digital storage.
What is the difference between bit (b) and byte (B)?
Bit uses a lowercase b (b). Byte uses an uppercase B (B). This case difference matters.
- 1 byte (B) = 8 bits (b)
- 1 kilobit (Kb) is not the same as 1 kilobyte (KB)
What’s the difference between KB and KiB?
KB and KiB look close, but they use different bases.
- KB (kilobyte) usually means 1,000 bytes (base-10)
- KiB (kibibyte) means 1,024 bytes (base-2)
The same pattern continues:
- MB (1,000,000 bytes) vs MiB (1,048,576 bytes)
- GB (1,000,000,000 bytes) vs GiB (1,073,741,824 bytes)
Why do storage devices show less space than expected?
Drive makers often use base-10 units (1 GB = 1,000,000,000 bytes). Many operating systems report space in base-2 units (1 GiB = 1,073,741,824 bytes) but may label it as GB. That makes the displayed size look smaller.
How many bytes are in a kilobyte, megabyte, and gigabyte?
Common base-10 conversions are:
- 1 KB = 1,000 bytes
- 1 MB = 1,000,000 bytes
- 1 GB = 1,000,000,000 bytes
- 1 TB = 1,000,000,000,000 bytes
- 1 PB = 1,000,000,000,000,000 bytes
Base-2 (binary) versions use 1,024 steps, like KiB, MiB, and GiB.
How big is a petabyte?
A petabyte (PB) is 1,000 terabytes (TB) in base-10 terms. It’s used for very large data sets, like big backups, large media libraries, and data centers.
How do I convert bits to bytes?
Divide by 8.
- bits to bytes: bits ÷ 8 = bytes
- bytes to bits: bytes × 8 = bits
This helps when you compare internet speeds (often in bits) with file sizes (often in bytes).
Are internet speeds measured in bits or bytes?
Internet speeds are usually measured in bits per second, like Mbps or Gbps. File sizes are often measured in bytes, like MB or GB. That’s why a “100 Mbps” connection won’t download a 100 MB file in one second.
Why does download speed look slower than the advertised speed?
Advertised speeds are often in megabits per second (Mbps), while downloads may show megabytes per second (MB/s). Since 1 byte equals 8 bits, MB/s is smaller for the same connection speed. Overhead from Wi-Fi, network traffic, and server limits can also reduce real speeds.
What does Mbps mean compared to MB/s?
- Mbps means megabits per second
- MB/s means megabytes per second
A rough conversion is:
- MB/s ≈ Mbps ÷ 8
Example: 80 Mbps is about 10 MB/s under ideal conditions.
What unit should I use for file size vs storage size?
Use the unit that matches the scale:
- Bytes and KB for small files (text, small images)
- MB for photos, songs, and many apps
- GB for videos, games, and phone storage
- TB for hard drives and large backups
- PB for large-scale storage and big data
What are common examples of KB, MB, GB, TB, and PB?
Exact sizes vary by format and quality, but common ranges look like this:
- KB: a simple text file, small icons
- MB: a photo, a short audio track, an app
- GB: a movie, a big game, a system backup
- TB: a large drive full of media, long-term backups
- PB: large archives, big research data, data center storage
Do uppercase and lowercase letters matter in data units?
Yes. Case changes the meaning.
- b = bit
- B = byte
- Mb = megabit
- MB = megabyte
Mixing them can lead to big errors in conversions.
What is the fastest way to estimate data unit conversions?
Use these quick rules:
- bytes to kilobytes: divide by 1,000 (or 1,024 for KiB)
- kilobytes to megabytes: divide by 1,000 (or 1,024 for MiB)
- megabytes to gigabytes: divide by 1,000 (or 1,024 for GiB)
- bits to bytes: divide by 8
For large numbers, decide first if you want base-10 or base-2 results.
Related calculators
How does this converter work?
The Calculate Box tool to convert bits to petabytes uses the open source script Convert.js to convert units of measurement. To use this tool, simply type a bits value in the box and have it instantly converted to petabytes.