MOS: what it is, and what it isn't
Mean Opinion Score is a measure of voice quality on a scale of 1 to 5, where 1 is bad and 5 is excellent. Originally it was exactly what the name says — you played samples to a panel of listeners and averaged their ratings.
Almost nothing labeled MOS today is that. Modern MOS figures come from one of two approaches, and confusing them is the most common mistake in voice quality conversations.
| Approach | Method | Notation |
|---|---|---|
| Estimated / predicted | Compute a quality score from network parameters — latency, jitter, loss, codec — using a model. No audio is analyzed. | MOS-CQE |
| Objective / measured | Analyze the actual audio, comparing a degraded sample against a clean reference. | MOS-LQO |
| Subjective | Human listeners rate samples under controlled conditions. | MOS-LQS |
When a vendor dashboard reports "MOS 4.2," it is almost always the first kind — a computed estimate. That is genuinely useful for continuous monitoring at scale, but it is a model output, not a measurement of what your customer heard.
The E-model and the R-factor (ITU-T G.107)
The ITU-T G.107 E-model is the transmission rating model behind nearly every estimated MOS you will encounter. It computes a rating factor, R, from network and codec parameters, and then maps R to an estimated MOS.
R is built by starting from a theoretical maximum and subtracting impairments: delay, equipment impairment for the codec in use, packet loss, echo, and noise. From the resulting R value the model derives not only MOS but also GoB (the minimum percentage of listeners expected to rate the call Good or Better) and PoW (the maximum percentage expected to rate it Poor or Worse).
| R-factor | Quality band | Approx. MOS | User reaction |
|---|---|---|---|
| 90–100 | Best | 4.3–4.5 | Very satisfied |
| 80–90 | High | 4.0–4.3 | Satisfied |
| 70–80 | Medium | 3.6–4.0 | Some users dissatisfied |
| 60–70 | Low | 3.1–3.6 | Many users dissatisfied |
| 50–60 | Poor | 2.6–3.1 | Nearly all users dissatisfied |
| below 50 | Not recommended | < 2.6 | Not usable |
POLQA (ITU-T P.863) and PESQ
Where the E-model predicts quality from network conditions, POLQA — Perceptual Objective Listening Quality Analysis, standardized as ITU-T P.863 — measures it from the audio itself.
It is a full-reference method: a clean reference sample is compared with the degraded sample that came out the other end of the network, and the algorithm models how a human ear and brain would perceive the difference, producing a MOS-like score.
POLQA extends the approach of its predecessor PESQ (ITU-T P.862) to wideband audio up to 14 kHz and full-band up to 24 kHz, which lets it handle HD voice codecs and complex delay variation that PESQ could not.
Two useful details:
- The maximum P.863 MOS-LQO is 4.5 in narrowband mode and 4.75 in super-wideband mode. Again — the scale does not reach 5.
- Because it is full-reference, POLQA needs a known reference signal. That makes it ideal for synthetic test calls and unsuitable for scoring live customer conversations. The two methods are complements, not alternatives.
| Use | Method | Why |
|---|---|---|
| Continuous production monitoring | E-model estimated MOS | Works on every live call from RTP statistics, with no reference needed |
| Pre-launch acceptance testing | POLQA on synthetic calls | Measures what a listener would actually perceive, reproducibly |
| Codec or carrier comparison | POLQA | Controlled reference makes results comparable across options |
| Investigating a complaint | Both | The estimate localizes the impairment; a reference call confirms severity |
The three impairments that matter
Latency
One-way delay, mouth to ear. ITU-T G.114 is the reference: up to about 150 ms is fine for most applications; 150–400 ms is usable but conversation dynamics start to suffer; beyond 400 ms is generally unacceptable. What people experience as "we kept talking over each other" is nearly always delay rather than anything else.
Contributors: propagation, serialization, codec algorithmic delay, jitter buffer depth, and every transcoding step. That last one is why transcoding should be designed out rather than relied on.
Jitter
Variation in packet arrival timing. A jitter buffer smooths it out at the cost of adding delay — which is a direct trade-off, not a free fix. Adaptive buffers manage this dynamically, but a network with high jitter forces a deep buffer, and the deep buffer pushes you toward the latency limits above.
Packet loss
Loss matters less as a raw percentage than as a pattern. Random single-packet loss is largely concealed by packet loss concealment. Bursty loss — several consecutive packets — removes whole syllables and is far more damaging at the same overall percentage. When diagnosing, look at burst distribution, not just the loss figure.
Setting a target you can actually use
A usable quality specification has four parts:
- A target, expressed relative to the codec's achievable maximum — for example, estimated MOS ≥ 4.0 on a G.711 path.
- A percentile. An average hides everything that matters. Specify the 95th percentile, so the target covers the calls that are actually bad.
- A measurement point. Quality measured at the SBC and quality measured at an agent's headset are different numbers, and remote agents on domestic broadband are where most real degradation lives.
- A budget for the components — one-way delay, jitter, and loss — agreed separately, so that when the target is missed you know which one to investigate.
Why this matters most during migration
On TDM the circuit works or it does not; quality is not really a variable. Moving to IP introduces a spectrum where the trunk can be entirely operational and the calls unacceptable. Teams that do not establish measurement before cutover end up arguing about anecdotes — and the carrier, quite reasonably, will not act on anecdotes.
Establish a baseline before the migration if there is anything to baseline, set the target as an explicit acceptance criterion, and instrument production from day one.
Related reading
- SIP trunking & SBCs — where media anchoring and transcoding decisions get made.
- TDM to IP migration — where the target belongs in the plan.
Sources
- ITU-T Recommendation G.107 — The E-model: a computational model for use in transmission planning
- ITU-T Recommendation P.863 — POLQA, perceptual objective listening quality analysis
- HEAD acoustics — POLQA algorithm application guide (narrowband and super-wideband maxima)
- TelcoBridges — MOS and voice quality
- GL Communications — Intrusive speech quality assessment: PESQ and POLQA
- E-model based voice quality estimation for VoIP (R-factor to MOS, GoB and PoW derivation)
We design the measurement so quality becomes an acceptance criterion, not an argument.
Book a call