Word counter is a text tool that counts words, characters, sentences, and paragraphs in any text. It updates live as you type, estimates reading time, and supports per-selection statistics for measuring sections in isolation. The tool runs in your browser.
COUNT
Direct links for each count type.
/\s+/). Sentences = splits on terminating punctuation (.!?). Paragraphs = splits on blank lines. Reading time = words / 225 wpm (mid-range adult average).Selection API to recompute statistics for highlighted text.Reviewed and tested May 25, 2026.