Skip to content
Redmoon Calculators
Writing & editing

Sentence & Paragraph Counter

Free sentence and paragraph counter. Shows total counts, average sentences per paragraph, longest paragraph, and a paragraph-length histogram.

Built and maintained by Paul Clark, Redmoon Software

When to use this

Use the sentence and paragraph counter for blog editing, content audit, web copy review, or any context where paragraph length affects readability. Essential for long-form writers checking pacing.

How it compares

Single-purpose counter that complements the comprehensive stats already shown in the sidebar. Useful when paragraph structure (not just word count) is what you're auditing.

0 chars

How it works

The counter tokenizes paragraphs (default: blocks separated by blank lines) and sentences within each paragraph.

Outputs total counts, average sentences per paragraph, longest paragraph (and its position), and a per-paragraph length histogram.

Toggle single-newline mode if your source treats each line break as a paragraph break.

FAQs

Why isn't my paragraph count right?

By default, paragraphs are separated by blank lines (double newlines). Toggle single-newline mode if your text uses single line breaks for paragraphs.

What's a good paragraph length?

For web/blog reading, 3-5 sentences per paragraph. Academic and book prose often runs longer. Very long paragraphs scare web readers.

How does sentence detection work?

End punctuation (. ! ?) followed by whitespace and a capital letter. Abbreviations and decimals can confuse the detector.

Worked example

Input

A blog post with 8 paragraphs and 32 sentences.

Output

32 sentences across 8 paragraphs — avg 4.0 sentences / ¶. Longest ¶: 7 sentences.

Most blog posts read best at 3-5 sentences per paragraph. The longest paragraph (7 sentences) is a candidate for splitting.

Common pitfalls

  • Paragraph detection depends on newline conventions — toggle single-newline mode if your source uses single line breaks.
  • Sentence detection breaks on abbreviations and code samples.
  • Very long paragraphs scare web readers — aim for 3-5 sentences per paragraph.
  • Headers and bullet items often count as single-sentence paragraphs.

Paragraph shape is a separate problem from sentence shape

A document can have well-formed sentences and unreadable paragraphs. This tool reports both levels — sentences per paragraph and words per paragraph, with their distributions — because the two fail independently and the fixes are different.

The pattern that causes most trouble is the wall: a paragraph of eight or ten sentences with no break. On screen, where line length is wide and there is no page edge to help the eye track, readers skip those rather than read them.

One idea per paragraph, and the shape that follows

The rule that actually governs is that a paragraph should hold one idea, which means length follows from the idea rather than from a target. Some ideas need one sentence; a single-sentence paragraph is a legitimate and emphatic form, not an error.

What to look for in the distribution is uniformity. Paragraphs that are all the same length usually mean the writer was breaking on rhythm rather than on meaning, and the result reads evenly but argues poorly — the reader gets no signal about which units are important.

Read more about this

Related tools

Send feedback

We read every message. Tell us what could be better or what you love.