Word Counter
Local — Runs in your browser; files and input stay on this deviceFree — Free to useCount words, characters, sentences, and paragraphs as you type or paste text.
Enter Text
Input
0
Words
0
Characters
0
Sentences
0
Paragraphs
Runs in your browser; files and input stay on this device
How to use Word Counter
- 1Type or paste text into the editor.
- 2Read the word, character, sentence, and paragraph totals as the text changes.
Frequently asked questions
- How are words counted?
- Any non-empty sequence separated by whitespace counts as one word. Numbers and tokens containing punctuation therefore count when they occupy their own whitespace-delimited sequence.
- Are spaces included in the character count?
- Yes. The character total is the full text length, including spaces, punctuation, and line breaks.
- How are sentences and paragraphs detected?
- A sentence ends at a period, exclamation mark, or question mark. Non-empty blocks separated by one or more line breaks count as paragraphs.