Paragraph Counter

Count the paragraphs in a document and see the word and character weight of each one, so you can spot the wall of text before your reader does.

Ready

Your text is processed locally in your browser and is not uploaded to our servers.

0 characters
Off by default. When on, the text is stored in your browser's local storage only — never sent anywhere.

Options

What separates a paragraph
Use "Every line break" for text exported from a PDF or an email client.
Words. Web paragraphs usually read best under about 150.
List order

Paragraph statistics

Paragraph breakdown
# Opening words Words Characters Sentences

What a paragraph counter is for

Paragraph structure is what makes a page look approachable before anyone reads a word of it. Six even blocks invite a reader in; one 400-word slab pushes them away. This tool counts the paragraphs in your text and weighs each one, so structure becomes something you can measure instead of squint at.

It also reports empty paragraphs, which matter when you are pasting into a CMS that turns every blank line into a stray element.

How to use it

  1. Paste your document into the box.
  2. Choose how paragraphs are separated. Blank line is the normal choice; Every line break suits text pulled out of a PDF, where each visual line ends with a break.
  3. Set the flag threshold to the length your format tolerates — around 100 words for web copy, more for print.
  4. Sort by Longest first to find the block that needs splitting.
  5. Copy the report if you are handing feedback to a writer.

How paragraphs are counted

In blank-line mode, a paragraph is a run of text with at least one empty line above and below it. Consecutive single line breaks stay inside the same paragraph, which matches how Markdown, HTML and most word processors treat text. Leading and trailing blank lines in the document are ignored, and a block containing only spaces or tabs is not counted as a paragraph.

In line-break mode, every line becomes its own paragraph. That is the right reading for text that came out of a PDF, a plain-text email or a spreadsheet cell, where the original paragraph structure was lost during export.

Within each paragraph, words are counted by splitting on whitespace and keeping anything with a letter or digit; sentences use the same detection as the Sentence Counter, including its abbreviation handling. The empty-paragraph figure counts blocks that exist in the source but contain nothing but whitespace, which is exactly the debris that causes odd gaps when pasted into a page.

Examples

This input:

The first block.
Still the first block.

The second block.


The third block.

counts as 3 paragraphs in blank-line mode — the double blank line before the third block does not create an extra one — and 4 paragraphs in line-break mode, because the two lines of the first block become separate entries.

A practical case: an 1,800-word article arrives as five paragraphs of roughly 360 words each. The table shows the imbalance instantly. Splitting each into three brings the average to 120 words and adds fourteen natural pause points, without changing a single sentence.

Common use cases

  • Web editors checking that no block overwhelms a phone screen.
  • Students confirming an essay has the number of body paragraphs the brief asked for.
  • Bloggers balancing block lengths so a post scans well.
  • Newsletter writers spotting the paragraph that will look like a wall in an email client.
  • Anyone cleaning up a PDF export who needs to know how many real paragraphs are hiding in the line breaks.

If the answer is "too many line breaks", the Line Break Remover and Remove Empty Lines tools fix the source text.

Privacy and security

The document you paste is analyzed in your browser and nowhere else. Nothing is uploaded, so drafts under embargo, internal reports and unpublished chapters can be measured safely.

Only your options are remembered, in your own browser's local storage. Details are in the privacy policy.

Frequently asked questions

Why does my text count as one paragraph when it looks like several?

Because the blocks are separated by single line breaks rather than blank lines. Either add blank lines between them or switch the separator option to Every line break.

Do blank lines count as paragraphs?

No. Blocks made only of whitespace are excluded from the paragraph count, but they are reported separately as empty paragraphs so you know they are there.

How long should a paragraph be?

It depends on the medium. Web and email readers do best with 40 to 100 words; print and academic writing tolerate 150 to 200. What matters most is variation — a short paragraph after two long ones creates emphasis.

Does it count paragraphs inside lists or tables?

Pasted plain text has no list structure, so each list item behaves like a line. In blank-line mode a whole list usually counts as one paragraph; in line-break mode each item counts separately.

Can I see which paragraph is which?

The table shows the opening words of every paragraph in document order, along with its word, character and sentence counts, so you can match each row to your source.

Tools that pair well with the Paragraph Counter.