How to Use the Word Counter
- Paste or type text into the input area.
- Stats update instantly — no button required.
- Check the Flesch-Kincaid grade to assess readability.
- Use character counts for platform-specific length limits.
School · 14–70
Words, Characters, Readability, and Reading Time
Paste or type any text to see word count, character count, sentence count, paragraphs, reading time, speaking time, and Flesch-Kincaid grade level — all updated as you type.
Most counters split on whitespace and treat each resulting token as one word. The definition matters for edge cases:
If a word count matters for a hard submission limit, check which convention your target platform uses — differences are usually 1–5 words on short text.
Character count with spaces is the raw string length — every letter, number, punctuation mark, and space. Without spaces removes all whitespace before counting. When each matters:
| Platform | Limit | Which count |
|---|---|---|
| Twitter / X | 280 | With spaces (URLs = 23 fixed) |
| SMS (1 segment) | 160 | With spaces |
| SEO meta description | 150–160 | With spaces |
| SEO title tag | 50–60 | With spaces |
| Instagram caption | 2,200 | With spaces |
Reading time divides word count by a words-per-minute (wpm) average. This tool uses 200 wpm for silent reading — the middle of the typical adult range — and 130 wpm for speaking, a standard presentation pace. Obama's State of the Union addresses averaged ~107 wpm; TED Talk speakers average closer to 163 wpm.
A 1,000-word article reads silently in 5 minutes and speaks aloud in about 7 minutes 42 seconds at 130 wpm.
The Flesch-Kincaid Grade Level (FKGL) maps text to a US school grade using average sentence length and average syllables per word:
FKGL = 0.39 × (words ÷ sentences) + 11.8 × (syllables ÷ words) − 15.59
| Grade | Example |
|---|---|
| 6 | Most newspapers, basic web copy |
| 8 | Standard consumer content, most popular fiction |
| 10 | Quality journalism |
| 12+ | Academic writing, legal text |
Syllable counting uses a rule-based approximation accurate to within ±1 grade level for most standard English prose.
Sentences split at ., !, and ? followed by whitespace or end of input. Common abbreviations (Dr., Mr., U.S.A.) are handled as exceptions to avoid false splits. Ellipses count as one sentence boundary.
Paragraphs split on blank lines — two consecutive newlines. Single line breaks within a block of text do not create a new paragraph.
| Format | Word target | Notes |
|---|---|---|
| Tweet / X post | — | 280 chars max |
| SMS (1 segment) | — | 160 chars max |
| LinkedIn post | 150–300 words | 3,000 chars max |
| Blog post | 1,200–1,800 words | Standard long-form |
| College essay (Common App) | 250–650 words | Hard 650-word cap |
| Cover letter | 250–400 words | — |
| Short story | 1,000–7,500 words | — |
| Full novel | 70,000–100,000 words | — |
FAQ
Short answers for readers and answer engines.
Tools differ on how they handle hyphens, punctuation-only tokens, and line breaks. A hyphenated phrase like 'up-to-date' may count as 1 word in one tool and 3 in another. The difference is usually small but matters for hard word limits.
Grade 6–8 targets most general-audience web readers. Lower is more accessible; higher is denser. Academic papers commonly score Grade 14+.
Reliable for average adult readers on standard prose. The 200 wpm figure is the middle of the typical adult silent-reading range. Dense technical text takes longer.
The tool shows both: characters with spaces (total string length) and characters without spaces. Use 'with spaces' for Twitter, SMS, and meta description limits.
Sentences split at periods, question marks, and exclamation marks followed by whitespace or end of input. Common abbreviations (Dr., Mr., U.S.) do not trigger false splits.
Browse