Word Counter
Count words, characters, sentences, and estimate reading time β live as you type
About this tool
The Word Counter gives you live word, character, sentence, and paragraph counts as you type or paste text, plus reading time and speaking time estimates. It also surfaces the most frequently used words in your text, excluding common stop words β a quick way to spot repetition before publishing.
When to use it
- βChecking a blog post or article against a publication's word count requirement
- βVerifying a meta description or title fits within a character limit before publishing
- βEstimating how long a presentation script will take to deliver out loud
- βSpotting overused words in a draft before final edits
Tips
- βReading time is estimated at 200 words per minute, the commonly cited average adult silent-reading speed.
- βSpeaking time is estimated at 130 words per minute, closer to a natural spoken pace than reading pace.
- βThe frequent-words list filters out common stop words (the, and, is, etc.) so it surfaces words that actually reflect your content's topic.
Frequently asked questions
How is reading time calculated?
Reading time uses a standard estimate of 200 words per minute, a commonly cited average for adult silent reading of general text. It's an estimate β actual reading speed varies by content density, reader familiarity with the topic, and whether the text includes code or technical jargon.
Why is my character count different from what my editor shows?
Character counts can differ based on whether an editor counts newline characters, tab characters, or Unicode combining characters (like accents) as one character or several. This tool counts every character in the string exactly as stored, including whitespace, matching JavaScript's native string length.
Does this tool count words the same way as Microsoft Word or Google Docs?
Very close, but not always identical β word counters differ slightly in how they handle hyphenated words, em-dashes, and numbers with punctuation. This tool splits on whitespace, which matches most word processors for standard prose but may count a hyphenated compound word as one word where another tool counts it as two.
Is my text uploaded anywhere?
No. All counting happens in JavaScript in your browser. Nothing is sent to a server, which makes it safe to paste unpublished drafts or confidential text.