Word counter

Paste or type text to get live writing statistics without sending text to any server.

Words
0
Characters
0
Characters (no spaces)
0
Sentences
0
Paragraphs
0
Reading time
0 min

Formula and algorithm

Worked examples

Short paragraph

Input: "RapidUnits ships fast tools."

Output: 4 words, 27 characters

Word count uses whitespace-separated token count.

Two-paragraph draft

Input: Text with one blank line between paragraphs

Output: 2 paragraphs

Paragraphs are split by blank lines.

500-word article

Input: 500 words

Output: 2.5 minutes reading time

Reading time uses 200 words per minute baseline.

FAQ

Does this tool upload my text?

No. Counting is done locally in your browser.

How are sentences counted?

Sentence count is estimated by punctuation boundaries like ., !, and ?.

Is reading time exact?

No. It is an estimate based on a 200 words-per-minute reading speed.

Updated: June 7, 2026