The Copy Speed Converter converts copy and transfer speeds between bits and bytes per second across common decimal and binary units.
Report an issue
Spotted a wrong result, broken field, or typo? Tell us below and we’ll fix it fast.
What Is a Copy Speed Converter?
A copy speed converter is a unit-conversion tool focused on data throughput. It converts between bits and bytes per second, and between decimal and binary prefixes. It also links size, speed, and time so you can solve for any one variable.
Copy speed matters across storage and networks. Drives often advertise MB/s, while networks use Mbps. When you move files, overhead and unit systems can confuse the numbers. A converter gives a consistent baseline so your comparisons are fair.
This tool helps you plan and verify. Estimate how long a backup will take. Check if a Wi‑Fi link is the bottleneck. Compare SSD specs with real transfer tests using the same unit and precision.

How to Use Copy Speed (Step by Step)
You can use the converter in two ways. Convert one speed unit into another, or compute time from a file size and a speed. Follow these steps to stay consistent and avoid hidden rounding errors.
- Select whether you want to convert speed, compute time, or compute size.
- Choose your input unit (for example, MB/s, MiB/s, or Mbps) and enter the value.
- Pick your target unit or the unknown variable (time or size), and select decimal (k, M, G = 1000) or binary (Ki, Mi, Gi = 1024).
- Set precision, such as 2–4 decimal places, to match your reporting needs.
- Review the steps and result, including any conversions between bits and bytes.
Using a planned flow keeps the math tidy. Always note whether a device spec uses decimal or binary prefixes. That choice often explains differences in reported speeds.
Copy Speed Formulas & Derivations
Copy speed conversions rely on a few simple formulas. These relate size, time, and throughput, and map between bits and bytes. Keep them in mind when validating the output.
- Core relationship: Speed = Size ÷ Time. Rearranged: Time = Size ÷ Speed; Size = Speed × Time.
- Bits and bytes: 1 byte = 8 bits. So MB/s = (Mbps ÷ 8) when both use decimal prefixes.
- Decimal prefixes: 1 kB = 1000 B; 1 MB = 1000 kB = 10^6 B; 1 GB = 10^9 B.
- Binary prefixes: 1 KiB = 1024 B; 1 MiB = 1024 KiB = 2^20 B; 1 GiB = 2^30 B.
- Combined conversions: 1 MiB/s ≈ 1.048576 MB/s; 1 MB/s ≈ 0.953674 MiB/s.
- Network shorthand: Mbps to MB/s ≈ Mbps ÷ 8; Gbps to GB/s ≈ Gbps ÷ 8 (decimal).
The converter applies these steps in order, then rounds to your selected precision. If you switch between decimal and binary, it shows where the difference arises.
Inputs, Assumptions & Parameters
The converter accepts a few inputs and applies clear assumptions. This keeps the output consistent across devices and scenarios. You can adjust several parameters to match your use case.
- Value and unit of speed (e.g., Mbps, MB/s, MiB/s, GiB/s).
- File size or duration, if you want to solve for time or size.
- Prefix system: decimal (k, M, G) or binary (Ki, Mi, Gi).
- Precision: number of decimal places to display.
- Direction: convert speed only, or compute time/size from speed.
By default, the tool assumes sustained throughput with no protocol overhead. Real transfers may be slower. You can compensate by entering a lower effective speed or by adding a safety margin.
Using the Copy Speed Converter: A Walkthrough
Here’s a concise overview before we dive into the key points:
- Choose “Convert Speed” if you only need unit conversion, or choose “Time” or “Size.”
- Enter your known value, such as 750 Mbps or 120 MiB/s.
- Select the target unit or unknown variable and pick decimal or binary prefixes.
- Set precision to the number of decimal places you prefer.
- Click Convert to see the result, the conversion steps, and the units used.
- Adjust inputs if needed to test scenarios or add a safety margin.
These points provide quick orientation—use them alongside the full explanations in this page.
Worked Examples
Example 1: You have a 12 GB video file and an external SSD that sustains 400 MB/s (decimal). Time = Size ÷ Speed = 12 GB ÷ 400 MB/s. Convert 12 GB to MB: 12 × 1000 = 12,000 MB. Time = 12,000 MB ÷ 400 MB/s = 30 s. What this means: Expect about half a minute, not counting filesystem or USB overhead.
Example 2: Your internet plan is 300 Mbps, and you want the equivalent in MB/s. Use decimal prefixes: MB/s = Mbps ÷ 8 = 300 ÷ 8 = 37.5 MB/s. A 5 GB cloud download takes Time = 5000 MB ÷ 37.5 MB/s ≈ 133.33 s, about 2 minutes 13 seconds. What this means: If you only see 25–30 MB/s, overhead or Wi‑Fi signal likely reduces throughput.
Assumptions, Caveats & Edge Cases
The converter focuses on unit-accurate math. Real-world transfers can diverge due to overhead, burst behavior, and file patterns. Keep these caveats in mind when planning.
- Overhead: Protocols, encryption, and checksums reduce effective throughput.
- Burst vs sustained: Devices may peak high but settle at a lower sustained rate.
- Small files: Many tiny files suffer from metadata and seek delays.
- Bits vs bytes: Marketing often mixes Mbps with MB/s; confirm the unit system.
- Prefix mismatch: Decimal vs binary prefixes can shift values by about 4.86% per level.
For plans and SLAs, use conservative speeds to build buffer time. When in doubt, measure a short transfer, then enter that effective rate into the converter for better predictions.
Units Reference
Unit clarity drives accurate planning. Storage makers often use MB/s, while network links use Mbps. The table below shows common units, symbols, and how they relate to bytes per second.
| Unit Name | Symbol | Relation to B/s | Typical Use |
|---|---|---|---|
| Bits per second | b/s | 1 b/s = 0.125 B/s | Low-level signaling, legacy specs |
| Kilobits per second (decimal) | kbps | 1 kbps = 1000 b/s | Older network links, streaming tiers |
| Megabits per second (decimal) | Mbps | 1 Mbps = 10^6 b/s | Internet plans, Wi‑Fi, switches |
| Megabytes per second (decimal) | MB/s | 1 MB/s = 10^6 B/s | Storage throughput, copy dialogs |
| Mebibytes per second (binary) | MiB/s | 1 MiB/s = 2^20 B/s | Operating systems, technical docs |
| Gigabits per second (decimal) | Gbps | 1 Gbps = 10^9 b/s | Ethernet links, fiber, NICs |
Read the table left to right. Confirm whether your source uses decimal or binary units. Then convert to the unit you want to track across devices and tests.
Tips If Results Look Off
If the math seems wrong, check units first. Many mismatches come from bits versus bytes or decimal versus binary prefixes. Use these quick checks to align the numbers.
- Confirm whether your source is Mbps or MB/s, and whether it is decimal or binary.
- Reduce precision to two decimals to spot rounding drift.
- Enter the measured average speed instead of the peak rating.
- Recalculate using Size ÷ Time as a cross-check.
After you reconcile units, any remaining gap usually reflects overhead. That is normal. Adjust the input speed to your observed sustained rate to improve forecasts.
FAQ about Copy Speed Converter
Is MB/s the same as Mbps?
No. MB/s is megabytes per second; Mbps is megabits per second. One byte equals eight bits, so MB/s ≈ Mbps ÷ 8 when using decimal prefixes.
Should I use decimal or binary prefixes?
Use the system used by your source. Networks and marketing usually use decimal. Operating systems and technical tools often use binary. Pick one and stay consistent.
Why does my real copy speed differ from device specs?
Specs often report peak speeds under ideal conditions. Real transfers face protocol overhead, latency, and file system work. Use measured sustained rates for planning.
Can the converter estimate total backup time?
Yes. Enter the total data size and your sustained throughput. Choose the target variable as time, set precision, and the converter will compute the duration.
Key Terms in Copy Speed
Throughput
The rate of data transfer over time, usually in MB/s or Mbps. It is the core measure for copy speed.
Latency
The delay before data starts moving. High latency affects many small files more than a single large file.
Sustained Speed
The stable rate maintained during a long transfer. It is more useful than burst speed for planning.
Burst Speed
A short spike in speed due to caching or buffers. It often overstates real-world performance.
Binary Prefix
A base‑2 unit system (Ki, Mi, Gi). It uses powers of 1024 and is common in operating systems.
Decimal Prefix
A base‑10 unit system (k, M, G). It uses powers of 1000 and is common in network and product specs.
Effective Rate
The measured throughput after overhead. It is the best input for estimating copy time.
Precision
The number of decimal places shown in the result. Higher precision can help audits but may imply false accuracy.
Sources & Further Reading
Here’s a concise overview before we dive into the key points:
- NIST: SI Prefixes and Definitions
- IETF RFC 1242: Benchmarking Terminology for Network Interconnect Devices
- ISO/IEC 80000-13: Quantities and units — Information science and technology
- GNU numfmt: Decimal and Binary Conversions
- Backblaze: Real-world Storage Performance Context
These points provide quick orientation—use them alongside the full explanations in this page.
References
- International Electrotechnical Commission (IEC)
- International Commission on Illumination (CIE)
- NIST Photometry
- ISO Standards — Light & Radiation