Word Counter

Paste or type below — words, characters, sentences, and paragraphs count live on every keystroke, with an estimated reading time. Free, no sign-up, and nothing you write is ever uploaded: counting happens entirely in your browser.

0 Words
0 Characters
0 Without spaces
0 Sentences
0 Paragraphs
0 sec Reading time

How the counting works

Words are Unicode-aware — accented letters, digits, and non-Latin scripts all count — and hyphenated or apostrophe words ("state-of-the-art", "it's") count as one word, the convention word processors use. Sentences split on ending punctuation, paragraphs on blank lines, and reading time assumes the 238 words-per-minute average from published reading research. The full conventions, including known edge cases like abbreviations, are on the methodology page.

A worked example, token by token

Take the sentence "It's a state-of-the-art word counter." This tool reports 5 words and 37 characters. "It's" is one word (the apostrophe joins), "state-of-the-art" is one word (internal hyphens join), and the final period is a character but not a word. Numbers count: "In 2026 we shipped 3 tools worth $0." is 8 words, because "2026", "3", and "0" each count while the dollar sign does not. Two cases surprise people. First, URLs: "Read more at https://example.com/guide/counting today." counts as 9 words, because the slashes, colon, and dots split the address into five tokens (https, example, com, guide, counting). Second, decimals: "3.14" counts as two words, since a period — unlike a hyphen — always separates tokens. Word processors that split on spaces instead would call "3.14" one word, which is a common reason for one-off differences between tools. Emoji count as characters but never as words: "Great job 👍" is 2 words and 11 characters.

What happens when you paste

Pasting into the box strips all formatting — bold, links, and font changes disappear, and only the text itself is counted, which is exactly what you want for a length check. Smart quotes from word processors are handled: a curly apostrophe in "it’s" still joins the word. Line endings are normalized by the browser, so a Windows-style break arrives as a single character here even if the source file stores two. One habit worth keeping: if a count looks one or two high, check for stray trailing spaces or blank lines at the end of the paste — they never change the word count, but they do change the character count, and strict form fields count them too.

Need a specific number?

Each count also has a focused page with its own guide: the Character Counter for form fields and limits, the Sentence Counter for rhythm and average sentence length, the Paragraph Counter for structure, and the Reading Time Calculator for "how long is this to read or present aloud?"

Common word-count targets

Typical benchmarks writers work against: tweets and captions are character-limited (not word-limited); a college essay commonly runs 500–650 words for applications; blog posts often target 1,000–2,000 words; a double-spaced manuscript page holds roughly 250 words; and a standard novel runs 70,000–100,000. Targets vary by publisher and assignment — the counter just makes hitting yours effortless.

Everything is processed locally in your browser and never transmitted or stored. See the methodology page.