Home / Blog / Word Error Rate Explained
How-to Guides

Word Error Rate Explained: How Accuracy Is Measured

Updated June 18, 2026 · 7 min read

When a dictation app claims to be "highly accurate," that claim usually rests on a single number: word error rate, or WER. It is the standard yardstick for speech to text, and once you understand how it is measured, you can read accuracy claims with a much clearer eye.

Short answer: Word error rate measures how many words a transcript gets wrong compared to a correct reference. You add the substitutions, deletions, and insertions, divide by the number of reference words, and multiply by 100. A WER of 5% means five words in every hundred were wrong. Lower is better, but context decides what counts as good.

Key takeaways

What word error rate actually measures

Word error rate compares two things: the transcript a speech-to-text system produced, and a reference transcript that is known to be correct. The reference is often called the ground truth. WER counts how many single-word edits it takes to turn the machine's output into the reference, then expresses that as a fraction of the reference length.

The idea comes straight out of computer science, where it is known as edit distance. Modern recognition models such as Whisper and Parakeet are still scored this way. If you want the technical background on how one of those models works, the Whisper speech recognition overview is a good starting point.

3
error types in the WER formula: substitutions, deletions, insertions
1
reference transcript needed as the correct ground truth
0
uploads: BlaBlaType measures on-device, so no audio leaves your Mac

The three error types

Every mistake WER counts falls into one of three buckets. Understanding them is the whole game.

A good chunk of insertions and deletions trace back to how the audio was segmented before recognition ever ran. That segmentation step leans on voice activity detection, which decides which slices of audio contain speech. If that is new to you, we explain it in what voice activity detection is.

The WER formula, step by step

The formula is simpler than it looks:

WER = (Substitutions + Deletions + Insertions) / Words in the reference

Say your reference sentence has 10 words. The transcript has 1 substitution, 1 deletion, and 0 insertions. That is 2 errors divided by 10 reference words, which gives 0.2, or a 20% word error rate. Flip it around and you get a rough "word accuracy" of 80%, though accuracy and WER are not perfect mirrors once insertions push the error count above the reference length.

TermWhat it countsExample
SubstitutionWrong word swapped in"there" for "their"
DeletionSpoken word missing"quick" dropped
InsertionExtra word added"there" added from noise
ReferenceCorrect ground truthYour original script
WERErrors ÷ reference words2 ÷ 10 = 20%

How dictation turns your voice into a scored transcript

WER only makes sense once you see where in the pipeline the errors appear. On a private, on-device app the whole path stays on your Mac: the microphone captures audio, a local model transcribes it, an optional AI cleanup step polishes it, and the text lands in whatever app you are typing into.

Microphone On-device model AI cleanup Your app
WER scores the on-device model step. AI cleanup changes wording on purpose, so it is judged separately.

The distinction matters. WER is a fair test of the recognition step, where the goal is to match what you said word for word. Once the AI cleanup step removes filler, fixes punctuation, and tidies grammar, the wording deliberately diverges from your raw speech, so a raw WER against your exact words would punish improvements. BlaBlaType runs both steps entirely on your Mac, which also means you can benchmark accuracy without any audio leaving the device. That is central to the on-device privacy stack.

What counts as a "good" word error rate?

There is no universal pass mark, and this is where headline numbers get misleading. WER depends heavily on the audio. Clean speech recorded close to a good microphone in a quiet room will score far lower than the same words shouted across a noisy café. Accents, technical jargon, proper names, and overlapping speakers all push WER up regardless of how good the model is.

WER also treats every word as equally important, which real life does not. A transcript that drops an "um" and one that swaps a client's surname can post the same error count, yet only one of them ruins your document. That is why a custom dictionary for names and jargon can matter more to your finished text than a fractionally lower WER on a generic benchmark.

The practical takeaway: never trust a single advertised percentage. Compare tools on the same recordings, ideally your own, and weigh the errors that actually cost you time. If privacy is part of your decision, remember that any cloud benchmark had to upload audio to produce its number, whereas an on-device tool does not. We cover that trade-off in whether Mac dictation is private, and EU readers may also want the GDPR angle on dictation.

Measure accuracy on your own Mac

Dictate a script you already have, compare it to the transcript, and see your real WER. On-device, private, with a no-card trial.

Download for macOS

How to test word error rate yourself

You do not need a lab to get a real accuracy figure for your own voice. Take a paragraph you have already written, read it aloud, and dictate it with a tool like BlaBlaType. Then compare the transcript to your original, mark each substitution, deletion, and insertion, and divide by your word count. Do the same paragraph in a few conditions: quiet room, background music, your usual jargon. You will quickly learn far more than any advertised number can tell you, and you can weigh it against your budget on the pricing page. For a broader comparison of tools, our Superwhisper alternative roundup is a useful next read, as is Apple's own guide to using Dictation on Mac.

Frequently asked questions

What is a good word error rate for speech to text?

It depends on the audio. On clean, close-microphone speech, a WER in the low single digits is strong. On noisy audio, accents, or heavy jargon, a higher WER is normal. Always compare tools on the same recordings before trusting a headline number.

How is word error rate calculated?

WER adds the number of substitutions, deletions, and insertions needed to turn the transcript into the reference text, then divides that total by the number of words in the reference. Multiply by 100 to get a percentage.

Is a lower word error rate always better?

A lower WER usually means a more accurate transcript, but it is not the whole story. WER counts every word equally, so a wrong name or number weighs the same as a dropped filler word, even though one matters far more in practice.

Does AI cleanup change the word error rate?

AI cleanup rewrites raw speech into polished text, so it changes the wording on purpose. That makes raw WER a poor measure of a cleaned transcript. Judge the recognition step and the cleanup step separately.

Can I test word error rate on my own Mac?

Yes. Record a short script you already have written, dictate it with an on-device tool like BlaBlaType, then compare the transcript to your script and count substitutions, deletions, and insertions. That gives you a real WER for your own voice and setup.