How the word counter works
This counter reports words, characters, sentences, paragraphs, and an estimated reading time in one pass. It is especially useful when a draft must fit both a word limit and a practical reading-time target.
Calculation method
A word is counted as a continuous sequence of letters or numbers and may contain an internal apostrophe or hyphen. Character count includes spaces and line breaks. Paragraphs are blocks separated by one or more blank lines. Reading time is rounded up using a planning rate of 200 words per minute.
Estimated reading time = word count ÷ 200 words per minute, rounded up to the next whole minute.Assumptions and counting rules
- The 200-word-per-minute setting is a conservative planning assumption, not a measurement of a particular reader.
- Sentence detection uses visible sentence-ending punctuation, so fragments and unconventional punctuation may affect the count.
- Emojis and combined Unicode symbols can contain more than one code point; the character total follows JavaScript string length rather than visual grapheme clusters.
Practical examples
Short announcement
A 96-word notice reports 96 words and an estimated one-minute reading time.
Useful for email announcements and brief website notices.
Article draft
A 1,240-word article reports an estimated seven-minute reading time.
Useful when balancing depth against reader attention.
Application response
A response with 497 words can be checked against a 500-word maximum before submission.
Always confirm whether the receiving organization counts headings or citations differently.
Common mistakes
- Assuming every platform defines a word in exactly the same way.
- Treating estimated reading time as a promise rather than a planning aid.
- Forgetting that spaces, line breaks, and punctuation usually count toward character limits.
Edge cases
- An empty field returns zero words.
- Hyphenated and apostrophized terms are treated as one word when the punctuation is internal.
- Very long input is limited to 100,000 characters to protect browser performance.
Questions specific to this tool
Does the counter upload my writing?
No. The count is performed locally in your browser and the text is not intentionally saved.
Why can another editor show a different word count?
Editors may disagree on URLs, emojis, hyphenated terms, contractions, and numbers. Use the counter required by the final publishing system when a hard limit applies.
Why is reading time rounded up?
A whole-minute result is easier to communicate and avoids presenting a few remaining seconds as zero minutes.
Last reviewed: August 3, 2026 · Method version 1.0.0