Word Counter
Count words, characters, sentences, and paragraphs in any text. Estimate reading time. Useful for essays, articles, social media posts, and any writing with length requirements.
Part of our Student Calculators collection.
Word Counter
Free online calculator
Supports any length of text
Average adult reads ~200 wpm
Results update automatically as you type
How to Use This Calculator
- 1
Paste or type your text into the box.
- 2
Word count, character count, and reading time update instantly.
- 3
Adjust reading speed if needed (average adult: ~200 wpm).
- 4
Use the character count (no spaces) for social media character limits.
How Counts Are Calculated
Words: Split on whitespace, filter empty strings Characters: text.length (includes spaces) Chars (no spaces): text.replace(/\s/g, '').length Sentences: Count '.', '!', '?' occurrences Paragraphs: Split on double newline Reading time: word count / reading speed (minutes)
Example Calculation
Example: A 250-word essay paragraph
Inputs
Result
250 words | 1,450 characters | ~1 min 15 sec reading time
250 words รท 200 wpm = 1.25 minutes reading time.