How to Read File Sizes: kB, MB, GB, and TB

Understand file size units, bits versus bytes, decimal versus binary storage, and how to compare digital capacity correctly.

Need To Check A Conversion?

Use the MB to GB tool for the direct action. This guide stays focused on the explanation, tradeoffs, mistakes, and reference context behind that task.

A Label Needs A Definition

A file-size display combines a number with a unit convention. Decimal MB and GB use powers of 1000, while IEC Binary MiB and GiB use powers of 1024. The same byte count can therefore appear as different numbers without the file changing.

Check the application, device, provider, or protocol documentation instead of assuming that every vendor uses decimal or every computer uses binary. Implementations choose how they display and bill quantities.

Read The Symbols First

Symbol Meaning here Do not confuse with
B byte lowercase b for bit
kB / MB / GB / TB decimal SI prefixes KiB / MiB / GiB / TiB
KiB / MiB / GiB / TiB IEC Binary prefixes decimal labels
Mbps megabits per second MB file size or MB/s throughput

Why Advertised And Displayed Capacity Can Differ

A product label and an operating system can present the same underlying byte count with different units or rounding. Formatting, filesystems, recovery areas, and reserved space may introduce additional differences, so unit convention is only one part of the explanation.

A converter cannot infer free space, allocated blocks, compression, snapshots, redundancy, backup sufficiency, cloud billing, or upload policy from a capacity number alone.

Interpret Common Workflows

Workflow Question to ask What conversion cannot decide
Upload form Does the limit define MB or MiB? Whether the server accepts the final encoded file
Drive or device Which unit and byte count are displayed? Usable space after system overhead
Cloud quota How does the provider meter and round? Billable usage or redundancy policy
Network plan Is the value a bit-per-second rate? Real transfer time and protocol overhead

Bits, Bytes, And Byte Alignment

One byte contains exactly eight bits. One bit therefore converts mathematically to 0.125 B, but a literal byte-addressed file length is normally represented in whole bytes.

A minimum whole-byte interpretation may require rounding up, while pure unit arithmetic should retain the fraction. Converter247 keeps those interpretations separate and never silently changes the mathematical result.

File-Size Review Checklist

  • Record the original number, symbol, and source application.
  • Choose Decimal SI or IEC Binary from documented meaning, not habit.
  • Keep quantity units separate from per-second rates.
  • Measure the actual final file when an upload or storage limit is strict.
  • Check destination policies separately from the unit conversion.

Related Tools

References

Related Guides In This Category

Browse More Data Storage Guides

Need the broader support library for this topic? Visit Data Storage Guides for related references, comparisons, and practical background before returning to the exact tool.

Explore The Full Category

Need another related task? Open Data Storage Converter for the full tool set, quick-reference examples, and related category paths.