Word Count

Instantly count words, characters, and sentences in any text.

2.3K uses Updated · 2026-04-23 Runs locally · zero upload
AD

How to use

  1. Paste or type your text into the textarea.
  2. Word count, character count, and sentence count update in real time.

Definitions

MetricDefinition
WordsSequences of characters separated by whitespace
CharactersTotal length of the text including spaces
SentencesCount of . ! ? punctuation marks

Frequently asked questions about Word Count

How are words counted?

Words are counted by splitting the text on whitespace. Any sequence of non-whitespace characters is treated as one word.

How are sentences counted?

Sentences are counted by the number of sentence-ending punctuation marks (. ! ?). This is an approximation — abbreviations and ellipses may affect the count.

Does character count include spaces?

Yes. The character count includes all characters including spaces, punctuation, and line breaks.