Most writers focus on what they're saying — not how hard it is to read. Readability scores translate the complexity of your writing into an objective metric, revealing whether your sentences are clear or labyrinthine. Here's how to use them to write better.
What Is a Readability Score?
A readability score is a numerical estimate of how easy a piece of text is to read. It's calculated from measurable properties — word length, sentence length, syllable count — that correlate with cognitive difficulty.
Readability scores don't measure whether your writing is good. They measure whether it's accessible to a given reading level. An academic paper might score at a college reading level; a text message might score at a 4th grade level. Neither is inherently better — it depends on your audience.
The Main Readability Formulas
Flesch Reading Ease
Range: 0–100. Higher scores mean easier reading.
206.835 - (1.015 × words/sentences) - (84.6 × syllables/words)
| Score | Reading Level |
|---|---|
| 90–100 | Very easy (5th grade) — conversational English |
| 70–90 | Easy (6th grade) — most adults can read easily |
| 60–70 | Standard (7th–8th grade) — most news articles |
| 50–60 | Fairly difficult (9th–10th grade) — some professional writing |
| 30–50 | Difficult (college level) — academic writing |
| 0–30 | Very difficult — legal and technical documents |
Most web content targets 60–70. Government communication guidelines often require 60+.
Flesch-Kincaid Grade Level
The same formula rearranged to output a U.S. school grade level.
(0.39 × words/sentences) + (11.8 × syllables/words) - 15.59
A score of 8.0 means an average 8th grader can read the text. A score of 12 means high school senior level.
Gunning Fog Index
Estimates the years of formal education needed to understand the text.
0.4 × ((words/sentences) + 100 × complex-words/words)
"Complex words" are words with 3 or more syllables (excluding proper nouns, compound words, and common suffixes like -ed, -es, -ing). A score above 17 is considered unreadable.
SMOG (Simple Measure of Gobbledygook)
A simpler formula focused on polysyllabic words, often used in health communication:
3 + √(polysyllabic-word-count × 30/sentence-count)
SMOG tends to give slightly higher grade level estimates than Flesch-Kincaid. The U.S. National Institutes of Health uses SMOG for patient-facing health materials.
Automated Readability Index (ARI)
Uses character counts instead of syllables — faster to compute:
4.71 × (characters/words) + 0.5 × (words/sentences) - 21.43
What Makes Writing Hard to Read
All readability formulas detect the same two problems:
Long sentences. A 40-word sentence forces readers to hold more information in working memory before reaching the end. Academic and legal writing is dense partly because sentences are long. Target an average of 15–20 words per sentence.
Long words. Polysyllabic words — "notwithstanding," "operationalize," "remuneration" — slow readers down. Short, common words are faster to process. "Use" is faster than "utilize." "Help" is faster than "facilitate."
Other factors that readability scores don't capture but that affect comprehension:
- Passive voice — readers process active sentences faster
- Jargon — discipline-specific terms are opaque to outsiders
- Abstract nouns — "implementation" vs "how to do it"
- Nested clauses — "The report, which was written by the committee, which had met last Tuesday, was submitted"
How to Check Your Readability Score
Use DevZone's Readability Checker to analyze any text:
- Paste your content into the tool.
- See all major scores at once: Flesch Reading Ease, Flesch-Kincaid Grade Level, Gunning Fog, SMOG, and ARI.
- Review the sentence and word statistics that drive the scores.
- Edit your text and see scores update in real time.
The tool works for any type of writing — blog posts, emails, reports, documentation, or marketing copy.
Target Scores by Content Type
| Content Type | Flesch Reading Ease | FK Grade Level |
|---|---|---|
| Social media posts | 80–90 | 5–6 |
| Blog posts and articles | 60–70 | 8–9 |
| News articles | 60–70 | 7–8 |
| Business emails | 65–75 | 7–8 |
| Technical documentation | 50–60 | 9–11 |
| Legal/medical/academic | 30–50 | 12–16 |
Practical Ways to Improve Your Score
Break long sentences. If a sentence has two independent clauses joined by "and" or "but," split it. Aim for an average sentence length under 20 words. Varying sentence length is fine — the average is what matters.
Replace long words with short ones. Run a find-and-replace after writing:
- "utilize" → "use"
- "implement" → "build" or "create"
- "demonstrate" → "show"
- "additional" → "more"
- "approximately" → "about"
- "obtain" → "get"
- "terminate" → "end"
Cut filler phrases. "In order to" → "to". "Due to the fact that" → "because". "At this point in time" → "now".
Use active voice. "The report was written by the team" → "The team wrote the report." Active voice uses fewer words and is easier to follow.
FAQ
What readability score should my website have?
It depends on your audience. For a general consumer audience, aim for Flesch Reading Ease of 60–70 (around 8th grade). For a developer or specialist audience, 50–60 is acceptable. For e-commerce or marketing copy, 70+ keeps things punchy and scannable.
Is a high grade level always bad?
No. If your audience has the background to understand complex writing — doctors, lawyers, engineers — a higher grade level is fine. The goal is matching the score to your audience, not minimizing it.
Do readability scores work for non-English text?
Most formulas were designed for English. Some have been adapted for other languages (Spanish Fernández Huerta, German Wiener Sachtextformel), but applying English formulas to other languages gives unreliable results.
Does readability score affect SEO?
Google hasn't confirmed readability as a direct ranking factor, but readable content correlates with lower bounce rates, longer time on page, and more backlinks — all of which do affect ranking.