Baud rate to bps: the modulation scheme is the missing piece
An old networking textbook used 'baud' and 'bits per second' as if they were interchangeable, which was true for ancient simple modems but is deeply wrong for anything using modern multi-bit-per-symbol modulation like QA
We write the way we argue on the bench: exact factor, one sharp trap, one worked example you can re-check.
An old networking textbook used 'baud' and 'bits per second' as if they were interchangeable, which was true for ancient simple modems but is deeply wrong for anything using modern multi-bit-per-symbol modulation like QAM.
Start with the exact relationship. Everything else is just arithmetic and knowing when to round.
The factor that settles arguments
This is the relationship our converters use. Screenshot it if you have to — just stop re-deriving it from a half-remembered blog post.
bps = baud rate × bits per symbol — for QAM-256 (8 bits/symbol), 1 baud = 8 bps
Write that line once at the top of your notes. Every later arithmetic step should point back to it instead of inventing a friendlier number mid-stream.
The mistake that keeps showing up
Treating baud rate and bits-per-second as the same number, a holdover from early modems where each symbol carried exactly one bit — modern high-order modulation schemes pack many bits into each symbol.
I still write the unit next to every intermediate value. It looks pedantic until it catches the one swap that would have shipped wrong.
- Write down the known value in baud (QAM-256 symbol rate).
- Confirm the target unit is really bps, not a similar-looking one.
- Apply the factor: bps = baud rate × bits per symbol — for QAM-256 (8 bits/symbol), 1 baud = 8 bps.
- Round only at the end, to the precision your tool or spec supports.
Worked example
A connection uses QAM-256 modulation at 2,400 baud, and you need the actual data rate in bps.
2400 baud (QAM-256 symbol rate) × 8 = 19200 bps
That's 19200 bps — round only to the precision your tool or spec actually needs.
I usually convert once, write the answer with units, then convert back. That two-step habit has saved more weekends than any fancy app.
Quick reference table
| baud (QAM-256 symbol rate) | Calculation | bps |
|---|---|---|
| 1 | 1 × 8 | 8 |
| 2 | 2 × 8 | 16 |
| 5 | 5 × 8 | 40 |
| 10 | 10 × 8 | 80 |
Use the table for speed once you trust the factor. Do not use it as a substitute for understanding which definition of the unit you are on.
Why the exact number matters
Confusing baud with bps badly underestimates the real throughput of any modern communication link using multi-bit modulation, which is essentially all of them today.
Precision is not about showing off decimals. It is about making sure the shopping list, the machine setting, and the acceptance check are all describing the same physical quantity.
Pocket recap
Multiply baud rate by bits per symbol for the modulation scheme in use — 2,400 baud on QAM-256 (8 bits/symbol) is 19,200 bps, not 2,400.
Keep the converter link nearby for the next time the same debate shows up in a group chat. Re-typing the factor from memory is how the wrong cousin of a unit sneaks back in.
Try the converters mentioned in this article
FAQ
What is the exact baud (QAM-256 symbol rate) to bps factor here?+
bps = baud rate × bits per symbol — for QAM-256 (8 bits/symbol), 1 baud = 8 bps
Should I round partway through the calculation?+
No — carry full precision through the multiplication and round only the final answer, to the precision your tool, gauge, or spec actually supports.
What's the single biggest mistake people make with this conversion?+
Treating baud rate and bits-per-second as the same number, a holdover from early modems where each symbol carried exactly one bit — modern high-order modulation schemes pack many bits into each symbol.
This article was written by The Turbo Unit Converter engineering desk (Applied units & field metrology) and last reviewed on 2026-07-17 against NIST SP 811 and the BIPM SI Brochure. Read our full editorial policy.