TT · TEXT TIDY

GUIDE · COUNTING

Counting words, characters and lines accurately

Three numbers appear under each text panel: characters, words and lines. They are simple to compute, but they answer different questions, and the tools that count them disagree more often than people expect. Knowing what each measures makes the numbers useful rather than just present.

What each count measures

Why word counts disagree

Ask three tools for the word count of the same paragraph and you can get three answers. The differences come from how each handles edge cases:

None of this makes a count wrong; it makes counts convention-dependent. When a count is used for something consequential — a submission limit, a price — state the convention along with the number.

Using the counts on this site

  1. Watch the input count while you draft. It updates as you type or paste, so you can stay inside a limit without a separate tool.
  2. Compare input and output after a transformation. Spacing cleanup should leave the word count nearly unchanged. Deduplication changes the line count and the word count together. A sharp mismatch between the two means the transformation did more than you intended.
  3. Use the line count as your list size. After deduplication, the line count is the number of unique entries — the number to quote when reporting a cleaned list.
  4. Count before you commit. Checking a limit before pasting into a form avoids discovering the truncation afterwards.

Reading time and other derived numbers

Word counts are often turned into reading time by dividing by a fixed rate. That estimate is rough by construction: it ignores difficulty, layout, rereading and the difference between skimming and studying. Treat any words-per-minute conversion as a planning aid, not a measurement.

← All guides