Paragraph counter
Paste your text to count paragraphs, sentences and words at once, plus the average words and sentences per paragraph. It is a quick way to check the structure and rhythm of essays, articles, blog posts and reports — long, dense paragraphs are a common readability problem, and the averages show them at a glance.
How it works
The counter analyses three things in your text:
- Paragraphs — blocks separated by one or more blank lines (
\n\s*\n). - Sentences — segments split on
.,!or?followed by a space or the end of the text. - Words — runs of non-whitespace characters.
It then computes two averages, each rounded to one decimal:
avg words per paragraph = total words ÷ paragraphs
avg sentences per paragraph = total sentences ÷ paragraphs
Example
Two paragraphs separated by a blank line, the first with two sentences and the second with one, totalling 30 words:
- Paragraphs: 2
- Sentences: 3
- Words: 30
- Avg words / paragraph: 30 ÷ 2 = 15.0
- Avg sentences / paragraph: 3 ÷ 2 = 1.5
Everything is counted privately in your browser — nothing is uploaded.