Paragraph Counter
A paragraph counter is a simple text utility that tallies the number of paragraphs in a block of text. It detects paragraphs by identifying line breaks and carriage returns, ignoring blank lines to ensure accurate counts. In addition to paragraph counts, the tool often displays the average number of words and sentences per paragraph, helping writers analyze the structural flow and readability of their content. It is widely used by students, novelists, and blog writers to structure essays and web articles.
Paste any text and we count the paragraphs, words, and sentences, plus the average words per paragraph. Useful for editing for rhythm, balancing essay sections, or hitting a target paragraph count.
Quick Answer
Count the number of paragraphs in your writing. Paste your text to instantly see paragraph counts, word averages, and overall text layout analysis.
Paragraphs are split on blank lines. A single line break is treated as a wrap within the current paragraph.
Paragraphs
4
80 words · 8 sentences
Examples
Three paragraph essay (300 words)
≈ 100 words/paragraph
Web article
typically 40–80 words/paragraph
Academic prose
often 100–200 words/paragraph
How it works
We split text on blank lines (two consecutive newlines) and count the resulting non-empty blocks. A single newline doesn 't end a paragraph — it's a line break within one.
Paragraphs · text.split(/\n\s*\n+/).filter(non-empty)
For source code, bullet lists, or single-newline-paragraph formats, insert a blank line between blocks before pasting.
Related Calculators
More tools from Writing



