Skip to content
Online Student Tools

How to Calculate Word Count

Word count is usually calculated by splitting text on whitespace: every run of characters separated by a space, tab, or line break counts as one word. That sounds simple, but a few edge cases explain why Word, Google Docs, and an online counter sometimes give slightly different numbers for the same text.

Hyphenated words

"Well-known" is one word by the whitespace method, since there's no space inside it. Some tools split on hyphens too, which would count it as two. Most style guides treat it as one word.

Numbers and abbreviations

"3.5" or "U.S." usually count as one word each, since neither contains a space. This matches how most word processors count.

Counting by hand for a short piece

For a paragraph or two, you can count manually: count the words in one line, count the number of similar lines, and multiply, then adjust for the last partial line. This is only practical for short, evenly formatted text.

Why your word processor's count might differ from an online tool

Small differences (a handful of words on a 1,000-word document) usually come from how each tool handles hyphens, em dashes, or footnote markers. A difference of hundreds of words usually means one tool is counting something the other excludes, like headers, footnotes, or a reference list.

To count your own text, use the word count calculator.