Skip to content
1001 Tools
sr
Text tools

Paragraph Counter

This counter tells you how many paragraphs your text has and how evenly the content is spread across them — words and sentences per paragraph, plus the single heaviest block. Walls of text lose readers; the numbers below show whether you have one.

Paragraph statistics appear as soon as you add text.

How it works

A paragraph is a block of text separated by at least one empty line — the convention used by plain text, Markdown, email and every CMS text field. A simple line break inside a block (like an address or verse) does not start a new paragraph, which matches how the text will actually render.

Alongside the raw count you get the average words per paragraph and the size of the largest one. Web writing usually keeps paragraphs at 40–70 words (two to four sentences); print tolerates more. One 200-word block in an otherwise airy text is exactly the kind of thing this reveals.

Both Unix and Windows line endings are handled, so text pasted from Word, a code editor or a phone counts identically.

Practical examples

Blog post structure check

Your draft shows 6 paragraphs averaging 95 words. For screen reading that is dense — aim to split toward 10–12 paragraphs and watch bounce-prone readers stay longer.

School essay with a required structure

An essay needs an introduction, three body paragraphs and a conclusion. A quick paste confirms there really are five paragraphs — not four with one doing double duty.

Preparing text for a designer

A brochure layout has room for 8 text blocks. Counting paragraphs before handing the copy over avoids a “this doesn’t fit” email later in the day.

Splitting a wall of text

Pasted meeting notes show 2 paragraphs, 480 words each. Break them at topic changes and re-check until the longest block drops under 100 words.

Frequently asked questions

What exactly counts as a paragraph here?

A block of text separated from the next one by at least one blank line. This is how paragraphs work in plain text and Markdown, and how most publishing tools interpret pasted content.

Why does my text pasted from Word show fewer paragraphs than expected?

Word sometimes uses single line breaks (Shift+Enter) inside what visually looks like separate paragraphs. Those are line breaks, not paragraph breaks — press Enter twice in the source, or paste as plain text to see the true structure.

Do headings count as paragraphs?

Yes, if they are separated by blank lines — the counter has no way to know a line is a heading. Subtract your heading count for a body-only figure.

How long should a paragraph be?

For screens, 40–70 words is a comfortable range and anything past 100 starts to look like work. Print and academic writing tolerate more. Variety matters as much as averages — same-size paragraphs in a row read monotonously.

Does the counter handle Windows (CRLF) line endings?

Yes. Text from Notepad, Word or an email client counts identically to text from macOS or Linux editors.

Why do I also see sentence and word counts?

Paragraph count alone says little — 5 paragraphs of 20 words is a very different text from 5 paragraphs of 200. The distribution numbers give the count its meaning.

Can I count paragraphs in a very long document?

Yes — the analysis is linear and handles book-length manuscripts in well under a second. The only practical limit is your device’s memory for the pasted text itself.

Is anything I paste stored or sent anywhere?

No. The analysis runs entirely in your browser. Close the tab and the text is gone — there is no server on the other end.

Related tools