How the character counter works
This tool reads whatever is in the text box and recalculates every statistic as you type or paste. There is no button to press and nothing to submit. The moment the text changes, the counter re-measures characters, words, sentences, paragraphs, lines and the estimated reading and speaking times.
All of the work happens in your browser. The text you enter is never sent anywhere, so you can paste drafts, private notes, or unpublished copy without it leaving your device.
What counts as a character
A character is any single unit of text: a letter, a digit, a punctuation mark, a symbol, or a space. The counter reports two totals:
- Characters (with spaces) counts everything, including spaces, tabs and line breaks. This is the number most platforms enforce.
- Characters (no spaces) strips out all whitespace first, then counts what is left. This is useful when a rule cares about visible characters only.
For example, Hello world! is 12 characters with spaces (five letters, a space, five letters, and an exclamation mark) and 11 characters without the space.
Words versus characters
Words and characters measure different things. Characters count individual symbols; words count groups of characters separated by whitespace. The counter trims your text, splits it on any run of spaces, tabs or new lines, and counts the non-empty pieces.
That means well-known is one word (no space inside it), while the end is two words. Sentences are approximated by counting runs of text that end in a period, question mark or exclamation point. Paragraphs are non-empty blocks separated by a blank line, and lines are simply the number of new-line-separated rows in the box.
A worked example
Take the pangram:
The quick brown fox jumps over the lazy dog.
The counter reports:
- Characters (with spaces): 44 (every letter, the eight spaces between the nine words, and the closing period).
- Characters (no spaces): 36 (the same text with the eight spaces removed).
- Words: 9 (The, quick, brown, fox, jumps, over, the, lazy, dog).
- Sentences: 1 and Paragraphs: 1.
You can verify the word count by hand: there are nine space-separated words, and the trailing period sits on the last word rather than adding a tenth.
Reading and speaking time
The reading time estimate divides the word count by 200 words per minute, an average pace for silent reading. The speaking time estimate divides by 130 words per minute, a comfortable pace for reading aloud. Both are shown as minutes and seconds (for example, “1 min 30 sec”), and very short passages show ”< 1 sec”. These are guidelines, not exact measurements, because real pace varies with the material and the reader.
Common length limits
The limits panel compares your character count (with spaces) against widely used caps and shows how many characters you have left, or how far over you are:
- Tweet / X post: 280 characters.
- SMS message: 160 characters (longer texts split into multiple segments).
- Instagram caption: 2,200 characters.
- SEO meta title: about 60 characters before search engines truncate it.
- SEO meta description: about 160 characters for a full snippet.
When you go over a limit, that row turns red and shows the overflow amount so you know exactly how much to trim.
Privacy
Nothing you type leaves your browser. There is no server call, no analytics on your content, and no storage. Close the tab and the text is gone. That makes this counter safe for confidential drafts, client copy, and anything you would rather not upload.