Count

Word Counter

Details

How to use Word Counter

What the tool does, how to run it, and what to expect from the result.

How to count words in a block of text

Paste the text into the input box and every count updates on each keystroke. Words, characters, characters without spaces, sentences, paragraphs, and lines are all computed from the same string at the same time, so you never have to run anything.

The counts follow simple, stated rules: whitespace-separated tokens for words, string length for characters, terminal punctuation for sentences, and blank lines for paragraphs. Knowing the rule is what makes the number useful, because it tells you exactly why the tool and your word processor disagree.

  • Paste or type the text into the input box on the left.
  • Read Words for the whitespace-token count and Characters for the total string length.
  • Use Characters (no spaces) when a limit is defined without spaces, such as some academic and legal limits.
  • Check Paragraphs and Lines to confirm your text carries the blank-line structure you expect.
  • Press Clear to empty the box before pasting the next document.
Tips

Getting a better result out of Word Counter

Specific settings and thresholds, not general advice.

  • A word here is any run of non-whitespace characters. The counter matches the pattern \S+, so "state-of-the-art" is one word, "2026" is one word, and two words joined by a dash with no spaces around it count as one.
  • Characters is the raw JavaScript string length, which counts UTF-16 code units. A smiley adds 2, a flag emoji adds 4, and a family emoji built from joiners adds 8. Any platform that counts by code point will report a smaller number than this page.
  • Sentences are counted by matching a run of text followed by a period, question mark, or exclamation mark. A closing line with no terminal punctuation counts as zero sentences, and "Dr. Smith arrived." counts as two.
  • Paragraphs are split on a blank line, meaning two or more consecutive line breaks. A document where each paragraph is a single hard-wrapped block with no empty line between counts as one paragraph.
  • Characters (no spaces) strips everything the whitespace class matches, which includes tabs, line breaks, and the non-breaking space U+00A0 that Word and web pages leave behind, so pasted text can lose count for characters you can still see.
Limits

What Word Counter does not do

The honest boundary, so you do not lose time finding it yourself.

  • The counts are read-only fields with no copy button. Only the transform tools in this set expose Copy result.
  • There is no target field, so it will not warn you when you cross 280 characters, 160 characters, or any other limit.
  • No readability output: no Flesch score, no grade level, no average sentence length.
  • It does not parse Markdown or HTML. Asterisks, brackets, and tags are counted as characters and can be counted as words.
At a glance

Who Word Counter is for

A quick way to understand who this helps, what it solves, and where it connects next.

Best fit

Writers, students, editors, marketers, and developers working with text.

Ideal for

Quick, private text work without installing an app or trusting a server with your content.

FAQ

Common questions

Short answers for the questions people usually have before trying a utility like this.

Is this free to use?

Yes. It is completely free, with no account, no signup, and no usage limits.

Does it work on a phone?

Yes. The page runs in any modern mobile browser, on iPhone and Android alike, with no app to install.

Do I need to install anything?

No. The tool runs entirely in the browser, so there is nothing to download or install.

Why does my word count differ from Word or Google Docs?

This page splits on whitespace, so anything with no space inside it is one word. Word and Google Docs apply their own rules to hyphens, dashes, and numbers, and they count differently again in tracked-changes or comment text. Differences of one or two percent on a long document are normal and neither number is wrong, they are answering slightly different questions.

Are numbers and symbols counted as words?

Yes. Any run of non-whitespace counts, so "2026", "$34.50", and a bare URL each count as one word. That inflates the word count of technical text that contains code, prices, or links.

Why is my sentence count wrong?

Sentences are found by looking for a period, question mark, or exclamation mark. Abbreviations like "Dr." and "e.g." create false sentence ends, decimals inside numbers can do the same, and a heading or final line with no punctuation is not counted at all. Treat it as an approximation for prose, not a parser.

How does it decide what a paragraph is?

A paragraph is a block separated by an empty line. If your text uses single line breaks between paragraphs, the tool sees one paragraph and reports the individual lines under Lines instead.

Does it count emoji as one character?

No. Characters reports UTF-16 code units, so most emoji count as 2 and composed emoji count as more. That is the same number a JavaScript length check gives, but it is not the same as the visible character count.

Is my draft uploaded anywhere?

No. The counting runs in the page itself, so an unpublished draft, a cover letter, or a client document stays in the browser tab and is never sent to a server.

Recommendations

You Might Also Like

Nearby tools from the catalog that fit the same job or workflow.

Cleanor app

Do it all on your device

Cleanor puts these tools in one app: compress and convert images, video, and audio, work with PDFs, and scan text right on your device. Plus free up storage and clear inbox clutter with Email Cleaner. Start with a free trial.

  • iPhone
  • Android
  • Macsoon
  • Windowssoon