Word Counter

Count words, characters, and lines quickly.

Results
Actions
Words
0
Characters
0
No spaces
0
Lines
0

What is this tool?


A word counter measures words, characters, characters without spaces, and lines so you can fit a brief, a caption, or a meta description.

Publishers, classrooms, and platforms disagree on what a “word” is. This counter splits on whitespace and ignores extra spaces. Hyphenated compounds and URLs are treated as they land in the box — they are not special-cased like a linguistics tokenizer.

Character count includes punctuation and spaces (JavaScript string length). “No spaces” strips whitespace so you can see density. Emoji may count as more than one code unit. If a CMS later shows a different number, it often stripped HTML or counted Markdown syntax.

Paste unpublished drafts here when you do not want to send them to a third-party writing app. The count updates as you type.

How to use


  1. Paste or type the text.
  2. Read live counts for words, characters, characters without spaces, and lines.
  3. Copy or download the stats if you need to attach them to a draft.

Example


Example input
Hello world!
This is a short example.
Example output
{
  "words": 7,
  "characters": 36,
  "charactersNoSpaces": 30,
  "lines": 2
}

Benefits


  • See four metrics at once.
  • Useful for captions, SEO descriptions, and assignments.
  • Updates while you type.
  • Stays in the browser.

FAQ


How are words counted?
By splitting on whitespace and ignoring extra spaces.
Do emojis count as characters?
They count toward string length. Some emojis use more than one code unit.
What does “No spaces” mean?
Character count after whitespace is removed.
Why is my CMS showing a different word count?
It may strip HTML, count Markdown, or use a different tokenizer. Compare plain text to plain text.
Are line counts wrapped lines?
No. A line is a newline. Wrapping in the box does not add lines.

Guide


  • Word count vs character count

    Platforms, SEO drafts, and school assignments all count text differently. Here is what words, characters, and lines actually mean.

Related tools