How to count words, characters, and reading time
When word counts matter, what counts as a "word," and a small trick for hitting tweet-length and tagline budgets exactly.
Writers, students, journalists, and marketers all hit the same wall: a piece of text needs to fit in a budget. 280 characters for a tweet. 60 characters for a meta title. 700 words for an essay. The Word Counter is the cheap, no-account way to get there.
What "word" and "character" mean here
Words are non-empty runs of non-whitespace characters. "don't" is one word. "well-known" is one word. Two consecutive spaces still count as one separator, not two.
Characters are Unicode code points. An emoji is one character. A combined character (like é written as e + combining acute) might be one or two characters depending on how it was typed — most modern systems normalise to one, but pasted text from old PDFs sometimes gives two.
Reading time is words divided by 200 (a common middle-ground reading speed) rounded up to the nearest minute. It's an approximation. A page of dense technical text reads slower; a page of casual social copy reads faster. Use it as a sanity check on whether something is a "two-minute read" or a "ten-minute read," not as a stopwatch.
Budgets worth knowing by heart
- Tweet (now post on X): 280 characters. Links count as 23 characters each regardless of length.
- Meta title: 50–60 characters before Google truncates with an ellipsis.
- Meta description: 140–160 characters before truncation. Aim for the lower end on mobile.
- Instagram caption: 2,200 characters max, but only the first 125 show without a "more" tap.
- LinkedIn post: 3,000 characters but engagement drops off fast past 1,500.
- SMS: 160 characters before it splits into multi-part. Emoji and many accented characters cost 2 characters in SMS encoding.
These budgets don't account for the fact that humans read in glances. Even within a 280-character budget, the first 80 characters carry most of the weight.
A small trick: trim to fit
To hit a budget exactly:
- Paste your draft.
- Read the character count.
- If it's over, find the weakest word or phrase — usually an adjective or a parenthetical — and delete it.
- Re-read aloud. If it still flows, ship.
- If it doesn't flow, restore that word and find a different one.
The third step is the only one that matters. Tight copy is almost always the same idea minus the unnecessary words.
What it does not measure
- Syllable count. For poetry / haiku / song lyrics, you need a syllable tool.
- Reading level / Flesch-Kincaid grade. That's a separate calculation (we may add it later).
- Pronoun frequency, passive voice, jargon density. Editing tools like Hemingway and ProWritingAid do these. The Word Counter is the volumetric measurement; the editorial tools are the diagnosis.
For "did I hit the budget?" — paste, glance, done.