Word & Character Counter
Count words, characters, sentences, paragraphs, and estimate reading time for any text.
Word-length distribution
How It Works
The Word and Character Counter tallies the structural elements of any text in real time as you type or paste: total words, characters with spaces, characters without spaces, sentences, paragraphs, and an estimated reading time (assuming about 200 words per minute, a typical adult silent-reading speed). Word counting splits on Unicode whitespace and punctuation runs, so contractions like ‘don’t’ count as one word and hyphenated phrases like ‘state-of-the-art’ count as four — matching what most word processors do. Sentences are detected using terminal punctuation (., !, ?) with a small heuristic for common abbreviations to avoid double-counting. Paragraphs are runs separated by blank lines. Counts update on every keystroke, with no button to click. Use cases include hitting an essay or article word-count target, staying within a social-media or SMS character limit (the with-spaces and without-spaces counts cover both common rules), and estimating how long a blog post will take a reader to finish. Everything happens in your browser, so even sensitive drafts stay on your device.
Use Cases
- Checking an essay or article against a word-count requirement
- Staying within the character limit for a social media post or SMS
- Estimating reading time for a blog post or newsletter
- Measuring the length of a form field value before submitting
Frequently Asked Questions
- How are words counted?
- The tool splits on Unicode whitespace and punctuation; contractions count as one word, hyphenated phrases count as one word per segment. This matches the convention used by most word processors.
- Why do my characters with spaces and characters without spaces differ?
- The first count includes every space and newline; the second excludes them. SMS character limits typically use the with-spaces count; some essay-grading rules use the no-spaces count.
- How is reading time estimated?
- At about 200 words per minute, the typical adult silent-reading speed for general prose. Technical content reads slower; light fiction reads faster.
- Are abbreviations like Dr. or e.g. counted as one sentence?
- A small heuristic prevents the most common abbreviations from breaking the sentence count — but it cannot catch every domain-specific case.
- Is my text sent anywhere?
- No. Counting runs in real time in your browser.