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, students meeting an essay limit, and speakers timing a script. It reports counts plus estimated reading and speaking time.
How it works
Each metric is computed directly from the text:
| Metric | How it is measured |
|---|---|
| Characters | Unicode code points (emoji count as one) |
| Characters (no spaces) | Code points excluding all whitespace |
| Words | Runs of non-whitespace characters |
| Sentences | Runs ending in ., ! or ? (repeats count once) |
| Lines | Number of line breaks plus one |
| Paragraphs | Blocks separated by one or more blank lines |
| Reading time | Words ÷ 200 wpm |
| Speaking time | Words ÷ 130 wpm |
Example
For “The quick brown fox jumps. It runs fast!” the tool reports 8 words, 2 sentences, 40 characters (34 without spaces), and a reading time of well under a minute (8 ÷ 200). A 600-word article would show a reading time of about 3 minutes (600 ÷ 200) and a speaking time of about 4.6 minutes (600 ÷ 130).
Everything is computed in your browser — nothing is uploaded.