Free · in-browser · limit checks
Character Counter
Characters are what platforms actually enforce. Count them live — with and without spaces — and see exactly how much room is left against each platform's limit.
Short answer
A character count includes every letter, digit, punctuation mark, and (usually) space — this counter shows both with-spaces and without-spaces figures live. The limits that matter most: 280 characters for an X post, 160 for a single SMS, about 60 for a Google title and 160 for a meta description, 2,200 for an Instagram caption. The table below tracks your remaining room in each as you type.
Live count
0 characters
- Words
- 0
- Characters
- 0
- Without spaces
- 0
- Sentences
- 0
- Paragraphs
- 0
- Reading time
- 0 sec
- Speaking time
- 0 sec
Room left on…
- X (Twitter) post280
- SMS (single message)160
- Google title tag (chars shown)60
- Google meta description160
About the numbers
Two subtleties worth knowing: emoji and some symbols can count as more than one 'character' on platforms that count Unicode code units (an emoji often costs 2), and SMS silently switches to 70-character segments if you include any non-GSM character. When a platform rejects text that looks under the limit, one of those two is usually why.
Reading and speaking time by word count
| Words | Silent reading (238 wpm) | Speaking (150 wpm) |
|---|---|---|
| 500 | 2 min 6 sec | 3 min 20 sec |
| 750 | 3 min 9 sec | 5 min |
| 1,000 | 4 min 12 sec | 6 min 40 sec |
| 1,500 | 6 min 18 sec | 10 min |
| 2,000 | 8 min 24 sec | 13 min 20 sec |
| 2,500 | 10 min 30 sec | 16 min 40 sec |
| 3,000 | 12 min 36 sec | 20 min |
| 5,000 | 21 min 1 sec | 33 min 20 sec |
| 7,500 | 31 min 31 sec | 50 min |
| 10,000 | 42 min 1 sec | 66 min 40 sec |
Averages for adult non-fiction reading and a comfortable presentation pace — technical material and careful proofreading run slower.
Character limits that matter
| Platform | Limit |
|---|---|
| X (Twitter) post | 280 characters |
| SMS (single message) | 160 characters |
| Google title tag (chars shown) | 60 characters |
| Google meta description | 160 characters |
| Instagram caption | 2,200 characters |
| LinkedIn post | 3,000 characters |
| YouTube title | 100 characters |
Third-party platform rules, verified against their documentation — emoji can count as two characters where platforms count Unicode code units.
How we calculate this
How each number is counted, stated plainly:
- Words & characters. words are whitespace-separated tokens (so "state-of-the-art" is one word); characters are counted with and without whitespace.
- Sentences & paragraphs. sentences split on ., ! and ? followed by a space — a heuristic that abbreviations like "e.g." can fool slightly; paragraphs are blank-line-separated blocks.
- Reading & speaking time. words ÷ 238 wpm for silent reading (the research average) and ÷ 150 wpm for a comfortable speaking pace.
Assumptions
- All counting happens in your browser — the text is never sent anywhere.
- Reading speed varies with difficulty and reader: 200–260 wpm covers most adult non-fiction; skimming and technical reading fall outside it.
- Sentence counting is a punctuation heuristic, not a grammar parser — treat it as a close estimate on prose with abbreviations.
Sources
Last reviewed: July 28, 2026
Frequently asked questions
Is my text uploaded when I use this word counter?+
No. All counting runs in your browser with plain JavaScript — the page makes no network request containing your text, nothing is stored, and closing the tab destroys it. You can verify in your browser's network tab: typing produces zero requests. That matters for anything confidential — contracts, unpublished manuscripts, student work.
What counts as a word?+
Any whitespace-separated token: "state-of-the-art" is one word, "hello, world!" is two. That matches how word processors like Word and Google Docs count, so essay and article limits line up. Numbers, abbreviations and URLs each count as one word too — a word counter measures tokens, not vocabulary.
Do spaces count as characters?+
Both figures are shown: 'characters' includes every letter, digit, punctuation mark and space, while 'without spaces' strips whitespace. Platform limits (X's 280, SMS's 160, Google snippets) count spaces, so the with-spaces figure is the one to watch for those. Some academic and translation contexts bill by characters without spaces instead.
How accurate is the reading time?+
It uses 238 words per minute — the research average for adults reading non-fiction silently (Brysbaert, 2019) — so it's a solid planning figure for articles and essays. Real speed varies: careful or technical reading runs 150–200 wpm, skimming 300–400+. The per-pace table on the reading-time pages shows the spread; for a speech, use the 150 wpm speaking figure and rehearse once.
How many words is 500 characters, roughly?+
English averages about 5 characters per word plus a space, so 500 characters is roughly 80–85 words. It's an average, not a rule — technical writing with long words runs fewer, dialogue with short words more. When a form gives a character limit and you think in words, divide by six for a safe estimate, then paste your draft here for the exact count.
Why does my count differ slightly from Word or Google Docs?+
Edge cases: em-dashes without spaces, slashes joining words, and footnote markers get tokenized differently by different tools — usually a difference of a word or two per page. Sentence counts vary more because every tool uses punctuation heuristics that abbreviations like "e.g." can fool. Word and character counts here match mainstream word processors on ordinary prose.
Also try the Word Counter.