Count sentences

Counts sentences and paragraphs, and shows your average sentence length.

Press the button and you get the number of sentences, the number of paragraphs, the word count, and the average number of words per sentence.

Why average sentence length is the number that matters

Counting sentences sounds trivial, and on its own it is. The reason to do it is almost always the average that comes with it, because sentence length is the single biggest lever on how readable your writing is.

Plain-language guidelines put the sweet spot around 15 to 20 words per sentence. Below about 10 and the writing feels choppy and childish. Above about 25 and readers start losing the thread — by the time they reach the full stop they have forgotten how the sentence began. Every readability formula ever devised weights sentence length heavily, which is why this one number tells you more than a paragraph of advice.

If the average looks high, you do not need to rewrite everything. Find your three longest sentences and split each into two. That one move usually pulls the whole document back into range.

How sentences are detected

A sentence ends at a full stop, question mark, exclamation mark or ellipsis, followed by a space or the end of the text. That covers ordinary prose well.

Be aware of where any such counter goes wrong, because it affects your number. Abbreviations with full stops — "Dr.", "e.g.", "U.S.A." — can be read as sentence ends and inflate the count. Decimals like "3.14" usually do not, because there is no space after the dot. Text with no terminal punctuation at all, such as a list of fragments, counts as one sentence per line rather than none. If your text is heavy with abbreviations, treat the sentence count as close rather than exact.

What people use it for

For the full picture — characters, reading time, longest word — the word counter covers everything at once, and the reading time calculator turns the word count into minutes.

Doing it without this tool

Word: there is no sentence count in the word-count box, only words, characters, paragraphs and lines. The readability statistics (which include sentences) are hidden behind Options → Proofing → "Show readability statistics" and only appear after a spelling check.

Google Docs: no sentence count at all.

Excel: counting sentences needs a formula that tallies terminal punctuation, which is fragile around abbreviations.

Command line: grep -oE '[.!?]+' file.txt | wc -l approximates it and over-counts on abbreviations, same as any simple method.

Try:
0Words
0Characters
0No spaces
0Sentences
0Paragraphs
0Lines
0Pages
0Reading
0Speaking

Runs entirely in your browser. Your text is never uploaded — open DevTools, Network tab, and you will see zero requests while you use this tool.

How to use it

  1. Paste your text into the box.
  2. Press "Count sentences".
  3. Look at the average words per sentence — aim for roughly 15 to 20.
  4. If it is high, split your longest sentences and watch the average fall.

Related tools

Character counterLive character count with and without spaces, plus common platform limits.Word counterCounts words, characters, sentences and reading time while you type.TikTok counterLive counts against TikTok caption, bio and username limits.Characters per linePer-line character and word counts, with the longest line and any over your…Small capsSmall capital letters that paste anywhere plain text goes.Dice rollerRoll a d6, a d20, two d6 or percentile dice. Sums included.Name pickerPaste a list, pick a winner. No account, no cloud, no limit.

See all text tools →

Frequently asked questions

How is a sentence defined?

As text ending in a full stop, question mark, exclamation mark or ellipsis, followed by a space or the end of the text. That matches ordinary prose closely.

Why might the count be slightly off?

Abbreviations with full stops, like Dr. or e.g., can be read as sentence endings and push the count up. If your text is full of them, treat the number as approximate.

What is a good average sentence length?

Around 15 to 20 words for general readability. Much shorter feels choppy, much longer loses the reader. Every readability formula weights sentence length heavily.

Does it count paragraphs too?

Yes. Paragraphs are counted as blocks separated by a blank line, and shown alongside the sentence count.

Is my text sent anywhere?

No. All counting happens in your browser and the text never leaves your device.