Word counter

Live statistics as you type or paste—ideal before publishing or tweeting.

Paste your draft to see word count, character totals, line breaks, and paragraph blocks update instantly. A simple word count tool for essays, captions, and SEO snippets.

Text
Counts
Words
0
Characters
0
Characters (no spaces)
0
Lines
0
Paragraphs
0

How it works

Words are sequences separated by whitespace; empty input yields zero words.

Character counts use JavaScript string length (UTF-16 code units); complex emoji may count as two units.

Use cases

Drafts, tweets, assignments, and metadata checks before publishing.

Privacy

Processing stays in your browser tab.

Common questions

What counts as a word?
Tokens separated by spaces, tabs, or newlines; multiple spaces still separate words.
Paragraphs?
Blocks separated by one or more blank lines.
Languages without spaces?
Word splitting follows whitespace rules of this tool and may not match linguistic words for CJK.
Upload files?
Paste content only; no file upload on this page.