Word & Character Counter
Count words, characters, sentences, paragraphs, and lines in real time. View reading time, speaking time, and keyword density analysis for your text.
Start typing to see real-time statistics
TL;DR
Type or paste above and the counts update live. Words are counted by splitting on whitespace, so "don't" is one word and "New York" is two. If you have a length target — a 500-word essay, a 160-character meta description, a 280-character tweet — check the reference tables below for the exact limit, then watch the live counter hit it.
Exact length limits people actually need
Most people open a word counter because something has a limit. Here are the real numbers, kept current, so you don't have to guess.
Academic & admissions
| Document | Typical limit |
|---|---|
| Common App personal essay (US college) | 250–650 words (hard cap 650) |
| UCAS personal statement (UK) | 4,000 characters / 47 lines |
| Standard college essay | 500 words |
| Abstract (academic paper) | 150–250 words |
| High-school essay (5 paragraphs) | 300–500 words |
Social media (character limits)
| Platform | Limit |
|---|---|
| X / Twitter post (free) | 280 characters |
| Instagram caption | 2,200 characters |
| Instagram bio | 150 characters |
| LinkedIn post | 3,000 characters |
| LinkedIn headline | 220 characters |
| YouTube description | 5,000 characters |
SEO & web
| Element | Recommended length |
|---|---|
| Title tag | 50–60 characters (≈ 600px) |
| Meta description | 150–160 characters |
| Blog post (ranking sweet spot) | 1,500–2,500 words |
| URL slug | Under 60 characters |
Note: Google truncates title and meta description by pixel width, not character count — so a title full of wide letters (W, M) may cut off sooner than the character count suggests. The numbers above are safe averages.
How this counter decides what a "word" is
Word counts can differ between tools (Microsoft Word, Google Docs, and this counter sometimes disagree by a few words on the same text). Here is exactly how this tool counts, so you can predict the result:
- Splitting — text is split on any run of whitespace (spaces, tabs, newlines). Each non-empty chunk is one word.
- Hyphens & apostrophes — "state-of-the-art" counts as one word; "don't" counts as one. This matches how Microsoft Word counts.
- Numbers & symbols — "$1,000" and "3.14" each count as one word. A standalone "&" or "—" surrounded by spaces counts as a word too.
- Em dashes — "word—word" with no spaces counts as one word; add spaces and it becomes two.
- Sentences — counted by terminal punctuation (. ! ?). An abbreviation like "Dr." mid-sentence can inflate the sentence count slightly — a known limitation of every regex-based counter.
Reading and speaking time, with real numbers
Reading time uses 200 words per minute (the average adult silent reading speed for comprehension; ranges 200–250). Speaking time uses 130 words per minute — a clear presentation pace.
Quick reference for planning:
| Word count | Reading (200 wpm) | Speaking (130 wpm) |
|---|---|---|
| 500 | 2.5 min | 3.8 min |
| 1,000 | 5 min | 7.7 min |
| 2,000 | 10 min | 15.4 min |
| 5,000 | 25 min | 38.5 min |
Planning a talk? A 10-minute conference slot is roughly 1,300 spoken words. A wedding speech of 3–5 minutes is about 400–650 words.
Frequently asked questions
Why does my word count differ from Microsoft Word or Google Docs?
Small differences come down to how each tool treats hyphenated words, numbers, and symbols. This counter follows Microsoft Word's convention (hyphenated terms = one word). Google Docs occasionally counts differently around em dashes and standalone symbols. For an essay limit, a few words' difference is within tolerance — graders use the same rounding.
How many words is a 5-minute speech?
At a clear speaking pace of 130 words per minute, a 5-minute speech is about 650 words. If you speak quickly, plan for up to 750; if you pause for emphasis or laughter, aim for 550–600. Paste your script above to see the exact speaking time.
What's the ideal length for a meta description?
150–160 characters. Google truncates by pixel width (around 920px on desktop), so 155 characters is the safe target. Anything longer risks being cut off with an ellipsis in search results. Paste your description above and watch the character-with-spaces count.
Does it count characters with and without spaces?
Yes, both are shown live. "With spaces" is what social platforms and SMS count against their limits. "Without spaces" is occasionally required by older academic or legal formatting rules.
Is my text private?
Completely. The counter runs in your browser — there is no server that could receive your text. You can paste a confidential essay, an unpublished manuscript, or a client document safely. Verify it yourself in DevTools → Network: typing triggers zero requests.