Part of the AI & Machine Learning suite · 24 calculators

Word Error Rate Calculator

The word error rate of a speech recogniser or transcript from its substitutions, deletions and insertions against the reference — with word accuracy, the error mix, and what the rate means per hour of speech.

Align the transcript with the reference and count three kinds of error: words swapped, words missed, words added.

Results update as you type
Results
Word error rate
7%
Word accuracy
Total errors
Error mix (S / D / I)
Errors per 1,000 words
Errors per hour of speech
Words in the transcript
Reading
Reviewed September 2026. Model arithmetic is the same everywhere: the same formulas in every market, in your own currency. Australia's AI Ethics Principles are voluntary; cost and sizing arithmetic carries no regulatory requirement.
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About word error rate

How the word error rate calculator works

Align the transcript with the reference and count three kinds of error: words swapped, words missed, words added. WER is their sum over the words in the reference. It can exceed 100%, because insertions are counted too.

A good broadcast-speech system is under 5%; conversational, accented or noisy audio runs 10 to 20; a rate above 30 is hard to read. The error mix tells you what to fix: deletions point at dropped audio, insertions at hallucination.

Formula: WER = (S + D + I) / N

Worked examples

InputsWord error rateNote
A 7% transcript7%good
Noisy audio23.333%23%
Hallucinating13.75%insertions dominate

Frequently asked questions

What is word error rate?

The number of word-level substitutions, deletions and insertions needed to turn the transcript into the reference, divided by the reference length. It is the standard speech-recognition metric.

Can WER be over 100%?

Yes — if the system inserts many words that were never said, errors can exceed the reference length. It is a rate of edits, not a share of words wrong.

What is a good WER?

Under 5% on clean read speech, 10 to 15% on conversational audio, and anything under 20% is usable with light editing. Human transcribers score around 4 to 5%.

How are the three error types found?

By aligning the two word sequences with minimum edit distance — the same dynamic programme as Levenshtein distance, on words instead of characters.

Does normalisation matter?

Enormously. Casing, punctuation, numerals versus words and contractions can move WER by several points. Normalise both sides the same way before counting.

Where these figures come from

Last checked: September 2026. The relationships here are architectural, not vendor-specific: bytes per parameter follow the numeric format, KV-cache size follows the transformer definition, and token-per-word ratios come from published tokeniser behaviour.