What is a word count?
A word count is the number of words in a piece of text. The interesting part is what counts as a word — and there is no single answer.
The working definition
Almost every tool defines a word as an unbroken sequence of characters separated by whitespace. Under that rule the sentence you are reading has a count you could verify by hand, and so would every word processor.
It works well for English and every other language written with spaces between words. It breaks entirely for Chinese, Japanese and Thai, which do not separate words that way. For those, character counts are the meaningful measure.
The cases where tools disagree
| Case | Example | Usual treatment |
|---|---|---|
| Hyphenated compound | state-of-the-art | One word |
| Contraction | don't | One word |
| Number | 2026 | One word |
| Decimal | 3.14 | One word |
| Email address | you@example.com | One word |
| URL | https://example.com/page | One word |
| Em dash between words | here—there | Two words |
| Ampersand | R&D | One word |
| Initials | J. R. R. Tolkien | Four words |
These conventions matter more than they look. A technical document dense with URLs, code and hyphenated terms can differ by several per cent between tools, purely from these rules.
Why word counts exist at all
A word count is a proxy for effort, for the reader's time, and for cost, and it is used because it is the only measure of those things that can be checked instantly and disputed by nobody.
- Education. A limit forces selection. Deciding what to leave out is most of the skill being assessed.
- Publishing. Word counts map to pages, and pages map to printing costs and shelf space.
- Journalism. Column inches were physical before they were metaphorical.
- Translation and copywriting. Per-word rates make the count the invoice.
- Applications. A limit imposed on thousands of applicants makes comparison possible.
Common questions
Is a hyphenated word one word or two?
One, in the convention used by Microsoft Word, Google Docs and this site. A few tools split on the hyphen, which is the most common source of a discrepancy between two counters.
Do numbers count as words?
Yes. A date, a figure or a page reference is counted as one word by nearly every tool, on the basis that a reader encounters it as a single unit.
How do you count words in Chinese or Japanese?
By characters, not words. Those languages do not separate words with spaces, so whitespace-based counting produces meaningless results. Publishing and translation in those languages price by character.
Tools for this
- Word counterWords, characters, sentences and reading time, live.
- How to count wordsIn Word, Docs, Pages, and by hand.
- Word count vs character countWhich measure a limit actually means.
- Character counterWith spaces, without spaces, letters and digits.
- Text analyzerEvery statistic at once, led by readability.