Word & character counter
Paste text. Counts update as you type. Reading time uses 200, 250 and 300 words per minute.
How to use the Word & character counter
What does the Word & character counter do?
Count words, characters with and without spaces, sentences, and estimate reading time at 200, 250 and 300 wpm; It applies this page-specific rule: a word here is any run of non-space characters.
Which inputs does this counter use?
To count words, characters with and without spaces, sentences, and estimate reading time at 200, 250 and 300 wpm, enter Text; keep every value in the same example; the page then updates the result from the current values; Start with a familiar case covered by this rule - Characters-with-spaces is the raw length of the string, including newlines - so the expected result can confirm the settings.
How should the counter result be read?
For a result intended to count words, characters with and without spaces, sentences, and estimate reading time at 200, 250 and 300 wpm, characters-with-spaces is the raw length of the string, including newlines; read text together with the original text rather than as an isolated answer, and confirm that its units or structure match the intended use.
Are hyphenated words one or two?
When the goal is to count words, characters with and without spaces, sentences, and estimate reading time at 200, 250 and 300 wpm, one token if there is no space.
Does it count spaces?
When using the page to count words, characters with and without spaces, sentences, and estimate reading time at 200, 250 and 300 wpm, characters-with-spaces includes them.
Limits and accuracy
When using this counter to count words, characters with and without spaces, sentences, and estimate reading time at 200, 250 and 300 wpm, reading-time estimates divide word count by 200, 250 and 300; check the result in its intended destination before relying on it for important work; keep text until the output has been checked in its intended destination.
How this works
A word here is any run of non-space characters. Extra spaces and blank lines do not inflate the word count. Hyphenated compounds count as one token if there is no space.
Characters-with-spaces is the raw length of the string, including newlines. The no-spaces figure strips every Unicode whitespace character. Sentence count is a simple split on . ! ? - it is good enough for drafts, not a linguistics parser.
Reading-time estimates divide word count by 200, 250 and 300. Silent reading is often faster than speaking. For a speech timer, treat 130–150 wpm as a separate planning number.
Frequently asked questions
Are hyphenated words one or two?
One token if there is no space.
Does it count spaces?
Characters-with-spaces includes them. Words ignore extra whitespace.
Is this a LinkedIn or Bluesky limit?
No. This page is a general counter. Use the social-limit tools for platform caps.
Does text leave my computer?
No. Counting is local JavaScript.