How to Count Words and Characters: When It Matters and What to Count

September 4, 2026

"5,000 characters," "no more than 280 characters," "a 500-word essay." Length limits surround us everywhere: in a copywriter's brief, a scholarship essay, a social media post. Let's sort out how to count correctly — and why one brief cares about words while another cares about characters without spaces.

Characters with spaces or without

The double counting exists for a reason. Word length varies between languages, and spaces add up — so editorial desks and publishers traditionally count with spaces: the estimate is closer to the real volume of work. Translation and localization, on the other hand, usually count characters without spaces: translations are billed on the "net" volume of the source. So always check what a brief actually specifies — the gap between the two figures can be 15–20%.

Words and characters: converting between them

An average word is about 5–6 letters plus a space. Hence a rough but workable ratio: 1,000 words ≈ 6,000–7,000 characters with spaces. A text of 4,000 characters is roughly 550–650 words. Exact figures for a specific text are fastest in the word counter: it shows words, characters with and without spaces, sentences, paragraphs, and reading time all at once, updating the stats as you type.

Reading time: where 200 words per minute comes from

The "this text takes N minutes to read" estimate is based on the average adult reading speed — about 200 words per minute for unhurried reading. It's a generalization: technical text full of terms reads slower, a light article faster. But as a yardstick for "will the reader sit through this longread," the figure is useful.

Four ways to count

  1. an online counter — paste the text, see every metric at once, nothing to install;
  2. Word and Google Docs — the stats sit in the status bar, but they only count their own formats;
  3. hotkeys — in most editors the statistics hide in the "Document properties" menu;
  4. scripts — wc -w and wc -m on the command line, when the text is already in a file and you're working in the terminal anyway.
If you need not just the length but the makeup of the text — the share of unique words, frequency, the longest phrases — take a look at text statistics: it helps you spot repetition before you hand the piece in.

Related articles