Flesch Reading Ease
A widely used readability metric for English that rates text on a 0–100 scale based on sentence length and syllable counts; includes formula, interpretation, history, uses, and limitations.
Overview
The Flesch Reading Ease (FRE) is a numeric score intended to indicate how easily a piece of English text can be understood. It reduces readability to two measurable features: average sentence length and average number of syllables per word. Higher scores indicate simpler, more accessible prose; lower scores indicate denser or more complex writing.
How it is calculated
The standard formula for the Flesch Reading Ease score is: 206.835 - 1.015 × (words ÷ sentences) - 84.6 × (syllables ÷ words). In practice the text is tokenized into sentences and words, syllables are counted (often by heuristic algorithms), and the arithmetic produces a value commonly reported to one decimal place. Because it depends only on sentence length and syllable counts, the FRE can be computed automatically by many word processors and readability tools.
Interpreting scores
Scores range roughly from 0 to 100, though extreme texts can fall outside that span. Common reference bands used by writers and editors are:
- 90–100: very easy (conversational English, suitable for young children)
- 60–70: plain English (understandable by most adults, typical newspaper prose)
- 0–30: very difficult (academic articles, legal or technical prose)
History and related formulas
The FRE was developed in the mid-20th century as part of a broader effort to quantify readability. A related metric, the Flesch–Kincaid Grade Level, was derived later and adapted for U.S. military use in the 1970s; it translates the same inputs into a U.S. school-grade level rather than a 0–100 score. Other readability formulas, such as SMOG and Gunning Fog, use similar surface features to estimate complexity.
Uses and practical considerations
FRE is used by educators, editors, technical writers, legal drafters, and content creators to gauge accessibility. Common applications include plain-language drafting, web content optimization, and automated readability checks in publishing workflows. Practical tips to raise a Flesch score include using shorter sentences, preferring common short words, and breaking dense passages into smaller paragraphs.
Limitations and alternatives
The FRE measures form rather than meaning: it does not assess topic difficulty, conceptual density, coherence, or rhetorical appropriateness. It is language-dependent (designed for English) and can be affected by hyphenation, abbreviations, and proper names. For a fuller picture of comprehension, combine FRE with qualitative review or other readability indices and tools that examine cohesion and vocabulary.
Related articles
Author
AlegsaOnline.com Flesch Reading Ease Leandro Alegsa
URL: https://en.alegsaonline.com/art/35093
Sources
- mang.canterbury.ac.nz : "How to Write Plain English"
- cran.r-project.org : koRpus: An R Package for Text Analysis