Flesch Reading Ease Calculator
Calculate Flesch reading ease
Inputs
Provide the following 3 values to run the Flesch Reading Ease Calculator:
- Total Words [number] (required)
- Total Sentences [number] (required)
- Total Syllables [number] (required)
What it calculates
This tool returns:
- Score — primary result
- Level
- Avg Sentence
Worked example
For the sample inputs below:
- Total Words: 100
- Total Sentences: 100
- Total Syllables: 100
the Flesch Reading Ease Calculator produces:
- Score: 121.2
- Level: 5th Grade
- Avg Sentence: 1.0
How it works
The result is derived through the following steps:
asl = totalWords / totalSentencesasw = totalSyllables / totalWordsscore = 206.835 - (1.015 * asl) - (84.6 * asw)level = score >= 80 ? '5th Grade' : score >= 60 ? '8th Grade' : score >= 40 ? '11th Grade' : 'College'
Frequently Asked Questions
What is the Flesch Reading Ease score?
The Flesch Reading Ease score is a numerical indication of how easy or difficult a text is to read, with higher scores indicating easier readability.
How do I use the Flesch Reading Ease Calculator?
Simply enter your text into the calculator, and it will automatically compute the Flesch Reading Ease score for you.
What is a good Flesch Reading Ease score?
A score of 60-70 is considered acceptable for general audiences; scores above 70 indicate very easy readability, while below 60 suggests difficulty.
Why is readability important for my writing?
Readability is crucial as it affects comprehension and determines how well your audience engages with your content.
Can this tool help me improve my writing?
Yes, by providing feedback on readability, you can adjust your writing style to better suit your target audience.