Score text readability with the six most common formulas in one place, plus see the longest sentence and the top 10 difficult words at a glance. Paste text into the box and the results update live.
The six formulas
Flesch Reading Ease — the original (1948). Formula:
Higher is easier. The score runs roughly from 0 (very hard) to 100 (very easy), though you can exceed that range with pathological input.
Flesch-Kincaid Grade Level — same inputs, different weights, expressed as a US school grade:
A score of 9.0 means “an average 9th-grade (age 14–15) student can read this”. Widely used because it’s easy to interpret.
Gunning Fog — weighs “complex” (3+ syllable) words heavily:
Returns a grade level. Popular for business and technical writing where jargon density matters.
SMOG Index — designed for 30+ sentence texts, especially health writing:
Returns a grade level. Unreliable on short inputs.
Automated Readability Index (ARI) — uses characters instead of syllables, which makes it easier to compute mechanically:
Returns a grade level. Often gives slightly lower results than Flesch-Kincaid on the same input because character length is a cruder proxy for syllable count.
Coleman-Liau Index — another character-based formula:
where $L$ is the average letters per 100 words and $S$ is the average sentences per 100 words. Returns a grade level.
What “readability” actually measures
All six formulas essentially combine two intuitions:
- Longer sentences are harder — you have to hold more in working memory before the clause resolves.
- Longer words are harder — they’re typically rarer, more technical, and require more processing.
The formulas disagree on the exact weights, but they all push in the same direction: shorter sentences + shorter words = easier text. What they don’t measure:
- Vocabulary difficulty beyond word length. “Ectoplasm” is 3 syllables; “chair” is 1. Both are equally common to a typical reader; neither is harder than the other in practice.
- Grammatical complexity. A sentence with heavy nested clauses can be short in word count but hard to parse.
- Conceptual difficulty. A simple sentence about quantum entanglement is still about quantum entanglement.
- Coherence. A page with clear transitions and good structure is easier to read than the same words reshuffled, but no readability formula notices.
Treat the scores as a sanity check on sentence and word length, not as a final judgement on whether your writing is clear.
Example: simple text
“The cat sat on the mat. The dog ran fast. The sun was bright.”
- Flesch Reading Ease: ~116 (off the standard scale, very easy)
- Flesch-Kincaid Grade: ~−2 (below 1st grade)
- Gunning Fog: ~1.7
- All three algorithms agree this is trivially easy reading.
Example: complex text
“The multifarious complications of photosynthesis necessitate sophisticated biochemical understanding, particularly regarding chlorophyll-mediated electromagnetic energy transduction across thylakoid membranes.”
- Flesch Reading Ease: ~−30 (extremely difficult)
- Flesch-Kincaid Grade: ~25+ (post-graduate)
- Gunning Fog: ~30+
- All three push against the top of the scale.
Example: plain English target
Most general-audience writing (newspapers, popular science, product documentation) aims for:
- Flesch Reading Ease: 60–70
- Flesch-Kincaid Grade: 7–9
- Gunning Fog: 8–10
If your draft scores higher (harder) than these targets, look at the longest-sentence output and consider breaking it up. If the difficult-words list contains jargon you can replace with simpler synonyms, replace them. If the jargon is non-negotiable (technical term of art, brand name), leave it — the hit to the score is the cost of doing business.
What this tool does not do
It doesn’t handle non-English text — the syllable counter and formulas are all tuned for English. Feeding Spanish or German text in will produce nonsense scores.
It doesn’t compute Dale-Chall readability, which requires a reference list of 3000 “easy” words. That’s a more accurate formula than the syllable-based ones but needs vocabulary data to work.
It doesn’t suggest rewrites or simplifications. You get the scores and the diagnostic data (longest sentence, difficult words); what to do about them is up to you. For spotting unconsciously repeated phrases in the same draft, the keyword density analyzer lists bigrams and trigrams; for simple word/character totals, the word counter is the fast answer.