Text Statistics

Counts, sentences, paragraphs and reading time.

Free text statistics tool — count characters, words, sentences, lines and paragraphs, and estimate reading and speaking time, all updating live as you type. Runs entirely in your browser, nothing is uploaded. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

How are sentences and paragraphs counted?

Sentences are runs of text ending in a period, exclamation mark or question mark (consecutive terminators count once). Paragraphs are blocks separated by one or more blank lines.

Text statistics at a glance

The text statistics tool gives a live, detailed breakdown of any text as you type — useful for writers checking length against a word limit, students meeting a character count requirement, speakers timing a script, and editors estimating article read-time for UX design. It reports eight distinct counts plus two time estimates, all updating instantly.

What each metric measures

MetricHow it is measured
CharactersUnicode code points; emoji count as 1, not 2
Characters (no spaces)Code points excluding all whitespace — what most platforms mean by “character limit”
WordsRuns of non-whitespace characters (hyphenated terms count as one word)
SentencesRuns ending in ., ! or ?; consecutive terminators count once
LinesLine-break count plus one
ParagraphsBlocks separated by one or more blank lines
Reading timeWord count ÷ 200 words per minute
Speaking timeWord count ÷ 130 words per minute

Why character counts differ by platform

The two character counts exist because platforms define “character” differently. Twitter historically counted emoji as two characters (UTF-16 units); most CMS word processors count visible characters the way a reader experiences them. The “characters without spaces” figure matches what most modern character-limited fields actually enforce.

Reading versus speaking time

The 200 wpm reading rate is a common benchmark for average adult silent reading; the 130 wpm speaking rate reflects typical presentation or podcast delivery. Neither is a guarantee: academic or technical text reads slower; a practiced speaker presenting familiar material reads faster.

For a rough sense of what these mean in practice:

  • 500 words → about 2.5 min reading, 3.8 min speaking
  • 1,500 words → about 7.5 min reading, 11.5 min speaking (a typical blog post)
  • 5,000 words → about 25 min reading (a long-form article or short talk script)

Practical examples

A journalist writing a 400-word news brief can paste the draft and confirm the word count hits the target before filing. A conference speaker with a 10-minute slot who divides 10 × 130 = 1,300 words can pace the script accordingly. A developer building a form with a 500-character limit can paste test text and compare the “characters (no spaces)” figure to the constraint.

Everything is computed locally in your browser — nothing is uploaded.