Mean Opinion Score (MOS)

Mean Opinion Score (MOS)

Mean Opinion Score (MOS)

TL;DR

TL;DR

Mean Opinion Score (MOS) is a one-to-five rating of perceived audio quality, averaged across a panel of listeners or estimated by a model scoring the audio in their place.

Mean Opinion Score (MOS) is a one-to-five rating of perceived audio quality, averaged across a panel of listeners or estimated by a model scoring the audio in their place.

What is Mean Opinion Score (MOS)?

Mean Opinion Score (MOS) is a single number between 1 and 5 that summarizes how a group of listeners judged the quality of a piece of speech audio, where 1 means unacceptable and 5 means indistinguishable from natural, in-person conversation. The score belongs to the sample of listeners, never to one person.

A MOS of 4.3 on a synthesized voice means the panel consistently placed the clip in the good-to-excellent range, with imperfections they noticed but did not mind. No single listener handed over a 4.3; the decimal is an artifact of averaging whole-number votes.

How Mean Opinion Score is calculated, with a worked example

Calculating a Mean Opinion Score runs in three steps: build a stimulus set, collect ratings, take the arithmetic mean.

The stimulus set carries most of the rigour. Clips run a few seconds each and are captured through the audio path the customer hears, which on a support line means the codecs and packet loss of live telephony infrastructure, and for a synthetic agent means audio from the deployed voice cloning model at production settings. Each listener rates each clip with one whole number from one to five.

A worked example: twenty listeners rate one clip, and eight give it a 5, nine give it a 4, three give it a 3. The total is 40 plus 36 plus 9, or 85, and 85 divided by 20 is 4.25. Add a clipping artifact so that two of the listeners who gave a 5 now give a 2, a drop of three points each and six points in total. The sum falls to 79, the score falls to 3.95, and two irritated listeners have carried the clip out of the good band into the fair one. The arithmetic never sees conversational behaviour such as barge-in handling.

MOS bands: what the scale counts and what it does not

Scores are read against four bands with exclusive boundaries, so every result lands in exactly one of them.

  • 4.3 to 5.0, excellent: Listeners rarely hear an artifact and describe the audio as effortless to follow across a long call.

  • 4.0 to just under 4.3, good: Artifacts are audible but unobtrusive, which is where most production synthetic voices and clean VoIP paths sit.

  • 3.6 to just under 4.0, fair: Listeners notice degradation and begin working to follow it, so comprehension holds while patience erodes.

  • Below 3.6, poor: The audio demands active effort, and repeated words and restarts become normal parts of the conversation.

The scale counts perceived audio quality alone. It says nothing about whether the sentence was correct, whether the agent interrupted, or whether the caller got what they came for.

Mean Opinion Score vs CSAT vs word error rate vs confidence score

Voice teams collect these four numbers on the same dashboard and then read them as if they measured the same thing. Customer Satisfaction Score captures what the caller felt about the whole interaction, hours after the audio itself was forgotten. Word error rate captures how much of the caller's speech the recognizer transcribed wrongly. Confidence score captures how sure the model is about its own output before anyone hears it. Mean Opinion Score captures the one thing the other three miss entirely: how the audio sounded to a human ear.


What it counts

What it misses

Typical benchmark

Mean Opinion Score

Perceived audio quality on a 1 to 5 scale, averaged over listeners

Word accuracy, response timing, whether the issue was resolved

Production voice work is commonly held at 4.0 and above

Customer Satisfaction Score

How the caller felt about the interaction as a whole

Which part of the call produced the feeling

Set internally per program, with no cross-industry norm

Word error rate

Share of spoken words the recognizer transcribed incorrectly

How natural or clear the outgoing audio sounded

Varies with accent, background noise, domain vocabulary

Confidence score

The model's own certainty in an output, usually 0 to 1

Whether the confident answer is actually correct

Thresholds tuned per deployment

If you are debugging how the call sounded, MOS is the only one of the four that answers you; CSAT tells you the caller was unhappy without saying why, and the other two describe the model rather than the audio it produced.

Why Mean Opinion Score matters for customer experience

Voice quality degrades quietly. A recognizer failure shows up in a transcript and a routing failure shows up in a queue, but an audio failure shows up nowhere: the logs record a completed call while the caller spent it saying "sorry, what?". Without a MOS check on delivered audio, the first evidence of a bad codec change or an overloaded media server is a satisfaction dip weeks later, by which point the change that caused it is buried among twenty others.

The tradeoff runs against speed. Higher-fidelity codecs, larger synthesis models and heavier post-processing all raise perceived quality and all add milliseconds, and callers judge delay as harshly as they judge hiss, which is why teams working on response time in support will trade a tenth of a MOS point for a few hundred milliseconds of silence removed.

How is Mean Opinion Score measured?

Two measurement paths exist and they answer different questions. The subjective path recruits a listener panel, plays clips in a controlled environment at a fixed playback level, randomizes clip order to blunt fatigue, and averages the votes. Panels under twenty listeners produce confidence intervals wide enough that a movement of a tenth of a point carries no information, which is why small internal tests rarely justify the decisions made on them.

The objective path replaces the panel with an estimator. Full-reference estimators compare a degraded clip against the original recording; parametric estimators infer quality from network statistics such as latency, jitter and packet loss without listening to audio at all.

Reported scores only travel between teams when the test conditions travel with them: shared evaluations such as the NIST Speaker Recognition Evaluation fix the corpus and the operating conditions before anyone publishes a number, and that same discipline is what makes a claimed range of 4.0 to 4.5 comparable across two suppliers.

How AI agents change Mean Opinion Score

Text-to-speech moved MOS from the network to the model. When the audio a caller hears is generated on the fly, the score stops describing a transmission path and starts describing a voice, so naturalness MOS became the way synthetic voices are compared with each other and with recorded human speech. Speech-to-speech architectures push the dependency further: with no text step in the middle, prosody, breath and hesitation all come from one model, and a regression in any of them appears as a MOS drop with no transcript error to explain it.

The consequence is that MOS became a release gate. Teams building voice bots that route support calls score a candidate voice before it reaches production and re-score the delivered call audio afterwards, because a model that sounds excellent in the lab still has to survive the codec and the caller's handset.

What to look for in Mean Opinion Score testing

Coverage comes first: a clip set that spans the accents, background noise and network conditions of your actual callers, since a score built from quiet North American English says little about a call from a warehouse floor. Integration surface decides how often you can measure at all, because an estimator that runs inside a build pipeline can score every release while a listener panel cannot.

Governance is about who owns the number. A vendor-reported score describes the vendor's clips under the vendor's conditions, and a score your own team can reproduce is the one worth putting in a release gate. Security follows the recordings: real call audio is customer voice data, so buyers ask whether whoever stores those clips holds a SOC 2 Type II report, and whether the consent captured at recording time covers reuse in a listening test.

The constraint that bites hardest is panel throughput. Listeners fatigue within an hour, which caps clips per session and pushes most teams to gate daily releases on estimators and reserve panels for milestone comparisons.

Mean Opinion Score and voice agent quality assurance

MOS sits in a stack of signals that each cover a different moment of the call. A confidence score is produced before the agent speaks, estimating whether the model understood the caller well enough to answer at all, while MOS describes the audio the caller finally received. Customer Satisfaction Score arrives afterwards and blends everything into one judgment, which makes it a weak diagnostic alone: pairing a CSAT dip with the MOS of those same calls is what tells you whether the sound or the answer was the problem.

What does Mean Opinion Score mean in plain terms?

MOS stands for Mean Opinion Score, and the full form describes the method honestly: you gather opinions and you take the mean. Think of it as a hotel star rating for the sound of a phone call. No individual reviewer gives four and a half stars; the half star exists because dozens of whole-number votes were averaged, and much of the useful information is in how tightly those votes clustered.

Take the measurement away and audio problems surface only as behaviour: callers repeating themselves, asking for a person, or hanging up on what the logs record as a working call.

The tradeoff is that an average hides its own spread. A clip everyone scored a 3, and a clip where half the panel scored a 5 and the other half scored a 1, both average 3.0, and those are two very different products.

Common Mean Opinion Score mistakes

Four patterns account for most bad MOS programs.

Comparing scores produced under different conditions is the first. A panel score, an estimator score and a score a supplier published for its own demo clips are three measurements wearing one label, and the gap between them often exceeds the difference anyone is trying to detect.

Undersized panels are the second. With a handful of listeners the confidence interval swallows the effect, so a team ships a voice upgrade on a movement that was noise, then reverses it a month later on noise pointing the other way.

Scoring clean renders is the third. Model output sounds excellent in the studio while the caller hears it after compression, packet loss and a car speaker, and only the second version carries a score worth acting on.

Treating MOS as a proxy for call quality is the fourth. A 4.5-rated voice that quotes the wrong refund policy has produced a beautiful failure, and no audio metric will flag it.

Frequently Asked Questions

What is a good Mean Opinion Score for a voice agent?

A good Mean Opinion Score for production voice work generally sits at 4.0 or above, the band where listeners hear minor imperfections and stop attending to them. Scores between 3.6 and 4.0 are workable on short calls and tiring on long ones. Below 3.6, listeners are actively working to follow the audio.

What is the difference between Mean Opinion Score and CSAT?

Mean Opinion Score measures how a call sounded, rated by listeners on a five-point scale covering audio quality alone. CSAT measures how a customer felt about the interaction once it ended, blending the answer, the wait and the outcome into one judgment. A call can score well on one and badly on the other.

MOS vs word error rate: which should a voice team track?

Mean Opinion Score and word error rate answer different questions, so most voice teams track both. Word error rate covers the inbound path, showing how much of the caller's speech was transcribed correctly. MOS covers the outbound path, showing how the agent's audio sounded. A clean transcript delivered in muddy audio still fails the caller.

How many listeners does a MOS test need?

A MOS test needs enough listeners that the confidence interval is narrower than the difference you want to detect. Panels below roughly twenty listeners produce intervals wide enough that a tenth-of-a-point movement carries no information, so a small internal test can rank two voices confidently while reading nothing but noise.

Can Mean Opinion Score be predicted without human listeners?

Mean Opinion Score can be estimated by algorithms that predict what a panel would have said. Full-reference estimators compare degraded audio against the original recording, and parametric estimators infer quality from latency, jitter and packet loss without hearing anything. Both are cheap enough to run continuously, and both approximate a human judgment they only stand in for.

Does Mean Opinion Score apply to AI-generated voices?

Mean Opinion Score applies to AI-generated voices and is the common way they are compared, usually as a naturalness rating collected from listeners who hear synthetic and human recordings in one session. The mechanics are unchanged; the failure mode shifts, since synthetic audio degrades as odd prosody, wrong emphasis and mispronunciation more than as static.

Learn More

Learn More