Sentence counter
Count the sentences and words in any text and see the average words per sentence — a quick readability signal. It is useful for writers, students and editors trimming long-winded prose, since shorter average sentences usually read more easily.
How it works
Sentences are detected by terminal punctuation — a period, exclamation mark, question mark or ellipsis — that ends a run of text. Each such run with at least one non-space character counts as one sentence. Words are counted as runs of non-whitespace characters, and the average is words divided by sentences, rounded to one decimal place.
average words per sentence = total words ÷ total sentences
Example
Take the text: “Hello there. How are you today? I am well!”
| Metric | Value |
|---|---|
| Sentences | 3 |
| Words | 8 |
| Average words per sentence | 2.7 |
Because detection relies on punctuation, abbreviations like Dr. or e.g. can occasionally be miscounted, so treat the result as a close estimate. Paste your text and the figures update instantly — everything is processed locally in your browser with no uploads.