Data Storage Converter
Convert bytes to KB, MB, GB, TB and more. See both binary and decimal values side by side. Check reference charts for file sizes, storage devices, and download times.
Storage Converter
How to Use This Converter
Pick a mode at the top and follow these steps:
- Single Conversion – Enter a number, pick your starting unit and target unit, then click Convert.
- Convert to All Units – Enter a number and one unit to see every equivalent at once.
- Download Time – Enter a file size and your internet speed to estimate download duration.
- Storage Reference – Browse charts of common file sizes and device capacities.
Use the swap button to flip your units. Quick buttons set common conversions with one click.
Quick Reference
Common conversions at a glance:
Decimal (what manufacturers use)
| 1 KB | = | 1,000 bytes |
| 1 MB | = | 1,000 KB |
| 1 GB | = | 1,000 MB |
| 1 TB | = | 1,000 GB |
Binary (what your OS often uses)
| 1 KiB | = | 1,024 bytes |
| 1 MiB | = | 1,024 KiB |
| 1 GiB | = | 1,024 MiB |
| 1 TiB | = | 1,024 GiB |
Bits vs Bytes
| 8 bits | = | 1 byte |
| 100 Mbps | ≈ | 12.5 MB/s max download |
Binary vs Decimal Storage Units
Computers work in powers of two. 1,024 is 2^10, which made it a logical cutoff point. For years, everyone called 1,024 bytes a "kilobyte" even though "kilo" means 1,000 in the metric system. That was fine when drives were small, but the gap became noticeable as capacities grew.
To fix the confusion, the IEC created new names: kibibyte (KiB), mebibyte (MiB), gibibyte (GiB). These use powers of 1,024. The old names (kilobyte, megabyte, gigabyte) now officially mean powers of 1,000.
Drive makers use decimal units because the numbers look bigger. A drive with exactly one trillion bytes gets sold as "1 TB." But Windows has always shown storage using binary math while calling it "GB." That's why your new 1 TB drive shows up as 931 GB. The space isn't missing; it's just labeled differently. After macOS switched to decimal units, Windows slowly started catching up. Once you know both systems, spec comparisons across platforms make more sense.
The Byte and Its Multiples
A byte is 8 bits. Those 8 bits can represent 256 values, which covers every ASCII character.
Decimal prefixes: kilo, mega, giga, tera, peta, exa, zetta, yotta. Each one is a thousand times bigger than the last. Past exabytes, the numbers usually describe global data totals rather than personal storage. Binary prefixes sound similar but end differently: kibi, mebi, gibi, tebi, pebi, exbi, zebi, yobi. A kibibyte equals 1,024 bytes. A mebibyte equals 1,048,576 bytes.
The gap between binary and decimal grows at each level. At the petabyte scale, the difference is about 10 percent.
Understanding File Sizes
A 4K video has four times the pixels of 1080p, so it needs four times the data. Compression shrinks files by finding and removing redundant info. Text compresses really well, but random data barely shrinks.
Lossy compression throws away data you probably won't miss. That's how JPEG and MP3 work. Lossless compression keeps everything but still saves space. PNG and FLAC do this. Go with lossy compression when file size matters. Lossless is better when you need exact copies.
The same video can be 50 MB or 5 GB depending on format and settings. Raw photos from the same camera vary in size by scene. A busy image with lots of detail takes more space than a simple one.
Storage Device Capacities
The 8-inch floppy from 1971 held 80 KB. The 3.5-inch floppy from the 1990s maxed out at 1.44 MB, not even enough for one smartphone photo today. CDs brought 700 MB. DVDs hit 4.7 GB. Blu-ray goes up to 100 GB.
SSDs brought speeds that spinning platters can't touch. Consumer SSDs run from 256 GB to 8 TB. Enterprise drives top 100 TB. Hard drives are still cheaper for bulk storage, with consumer models reaching 24 TB. MicroSD cards the size of a fingernail now hold 1.5 TB—a million times what that first floppy held.
When you buy a drive, advertised capacity never equals usable space. Formatting takes some. The decimal-vs-binary labeling gap eats 7% at the terabyte level. Hidden partitions, system files, and SSD reserves take more. Expect to use 90-95% of the label after formatting.
Network Speed vs Storage Size
ISPs sell speeds in bits per second. File sizes use bytes. There are 8 bits in a byte, so your 100 Mbps connection can move 12.5 megabytes per second at best. Real speeds fall short because of overhead, congestion, and server limits.
Why bits instead of bytes? Bigger numbers sell better. To estimate download time: a 4 GB file is 32 gigabits (4 × 8). At 100 Mbps, that's 320 seconds, or 5 minutes 20 seconds in theory. Add 20-50% for real-world conditions.
Cloud Storage and Bandwidth
Cloud services measure space in decimal units (GB, TB), same as hard drive labels. Free tiers give you 5-15 GB, enough for documents and some photos but not video collections. Paid plans go from 100 GB to several terabytes. Upload speeds are usually slower than downloads on home internet, so first-time backups take a while.
Mobile data adds up fast. Streaming burns 1-7 GB per hour depending on quality. A big game update on cellular could blow through your monthly allowance. Most cloud apps let you limit large transfers to WiFi.
Data Growth and the Future
Global data hit around 120 zettabytes in 2023, or 120 billion terabytes. Social media, streaming, research data, and IoT sensors all add up. Most of it gets deleted quickly, but storage needs grow with it. Official names go up to yottabyte (10^24 bytes). Beyond that, proposed names like brontobyte exist but aren't standardized. Storage density growth has slowed in recent years.
Practical Tips for Managing Storage
Start by looking at how you use storage. Documents take almost no space; a lifetime of text fits in a few gigabytes. Photos add up faster at 3-5 MB each. Video eats storage; one hour of 4K footage can hit 300-400 GB.
The 3-2-1 Backup Rule
- 3 copies of anything you can't lose
- 2 different storage types (like an SSD and cloud storage)
- 1 copy somewhere else (cloud counts)
Check your backups now and then. Silent failures can go unnoticed for months.
Finding Space Hogs
Storage analysis tools show you what's eating up space. Old installers, browser caches, and duplicate downloads pile up without you noticing. Compression helps for archives, especially text-heavy ones. Keep active work on fast storage and move older stuff to bigger, cheaper drives.
Common Questions
Why does a 1 TB drive show 931 GB?
Drive makers measure in even thousands (1 TB = 1,000,000,000,000 bytes). Windows measures in 1024s but still calls it "GB." Your drive has exactly the bytes on the box. Windows just labels them differently. The gap is 7% at the terabyte level.
MB vs MiB: what's the difference?
MB means 1,000,000 bytes (decimal). MiB means 1,048,576 bytes (binary, based on 1024). The "i" stands for binary. Most people say "megabyte" for both, which is where the confusion starts.
Why are downloads slower than the internet speed?
Internet plans use megabits (Mb). Files use megabytes (MB). There are 8 bits in a byte. Divide your Mbps by 8 to get your actual MB/s speed. A 100 Mbps plan downloads at 12.5 MB per second under ideal conditions.
Common Conversion Mistakes
Confusing bits and bytes
Lowercase 'b' means bits. Uppercase 'B' means bytes. Mixing them up creates an 8x error. A 100 Mb file is eight times smaller than 100 MB. Network speeds use bits; file sizes use bytes.
Mixing binary and decimal
1 GiB doesn't equal 1 GB—it's 1.074 GB. Some online converters ignore this. This one shows both.
Expecting full capacity
A 256 GB drive shows 238 GB after Windows formats it. System partitions and the labeling gap take the rest. Budget for 10-15% less than the label, especially on boot drives.
Using Storage Units for Network Speeds
Download time depends on both file size and transfer speed. Convert bits to bytes first, then combine the result with time. For pure duration changes, the time converter can help turn seconds into minutes or hours after the data rate math is done.
Common Questions
Why does a 1 TB drive show about 931 GB? Decimal terabytes and binary display units use different bases.
What is the difference between MB and MiB? MB is decimal. MiB is binary.
What is the difference between bits and bytes? One byte equals 8 bits.
Using Data Storage Converter for one defined quantity
Data Storage Converter compares several digital storage units without changing the underlying measured quantity. Use one source value from one file, device, memory, or transmitted quantity with a declared bit-or-byte and decimal-or-binary convention.
This broader hub is useful for files, memory, disks, networks, backups, and cloud storage. Within Data Storage Converter, select the actual source and destination labels before interpreting the numerical difference; a familiar abbreviation is not evidence that the correct unit was selected.
Within Data Storage Converter, the converter performs arithmetic from the entered value and selected units. Within Data Storage Converter, it does not measure the source, identify its standard, inspect its context, or decide how much precision the destination record supports.
Source records for digital storage
Record whether prefixes are SI decimal or IEC binary and whether the source is bits or bytes. Marketing capacity and operating-system display may use different definitions.
Write the source number and unit together before opening Data Storage Converter. Within Data Storage Converter, after conversion, retain the destination symbol beside the answer and keep the original entry available for review.
Within Data Storage Converter, if multiple records use different units, convert each row to one agreed destination before adding, averaging, sorting, or comparing thresholds. Within Data Storage Converter, do not edit the source column into an unlabeled mixture.
Checking the selected unit path
Expand the source to bits or bytes, then divide by the exact destination definition and reverse the result.
Within Data Storage Converter, an inverse conversion should recover the source within rounding. Within Data Storage Converter, a second route is stronger when it uses a base unit or independently derived relationship rather than the same selected menus and value.
Within Data Storage Converter, test a simple benchmark such as zero, one source unit, or a known reference quantity. Within Data Storage Converter, for reciprocal or offset relationships, use the governing equation instead of assuming that doubling always behaves like a zero-offset multiplier.
Precision, limits, and related conversions
Important boundaries for Data Storage Converter include bits versus bytes, decimal versus binary prefixes, filesystem overhead, formatting, redundancy, compression, metadata, and transfer protocol overhead. Within Data Storage Converter, keep the boundary that applies to the source record beside the converted answer.
Within Data Storage Converter, round after the final required conversion, not at every intermediate menu change. Within Data Storage Converter, the source measurement limits the defensible significant digits even when the interface displays a longer decimal.
For focused follow-up calculations from Data Storage Converter, open Megabytes To Mebibytes Converter, Gigabytes To Gibibytes Converter and Megabits Per Second To Megabytes Per Second Converter. These linked pages keep the digital storage source and destination visible and provide an inverse check for their specific unit pair.
Questions about Data Storage Converter
How should a result from Data Storage Converter be checked?
As an independent FAQ check for Data Storage Converter, expand the source to bits or bytes, then divide by the exact destination definition and reverse the result. FAQ guidance for Data Storage Converter: also confirm that the inverse returns the entered source within the chosen rounding.
Why might another converter give a different answer?
FAQ guidance for Data Storage Converter: differences can come from unit definitions, US versus Imperial conventions, decimal versus binary prefixes, reference conditions, reciprocal formulas, offset handling, or rounding. FAQ guidance for Data Storage Converter: compare the exact source and destination definitions.
When should the conversion be repeated?
FAQ guidance for Data Storage Converter: recalculate when the source value, source unit, destination unit, reference condition, or reporting precision changes. FAQ guidance for Data Storage Converter: preserve the previous source record when the revision matters.
How many digits should be reported?
FAQ guidance for Data Storage Converter: carry guard digits through later arithmetic, then round to the resolution supported by the source measurement and destination use. FAQ guidance for Data Storage Converter: extra display digits are not extra measurement accuracy.