BrowserTools
Advertisement
Home / Misc / Word & Character Counter

Word & Character Counter

Count words, characters, sentences, paragraphs and reading time as you type, entirely in your browser.

A word and character counter tells you, in real time, how much text you have written. It counts words, characters with and without spaces, sentences, paragraphs, lines and an estimated reading time, updating on every keystroke. That is useful far beyond idle curiosity: essays, university applications, meta descriptions, tweets, SMS messages, ad copy and abstracts all come with hard limits, and going over can mean truncation or rejection.

Loading Word & Character Counter… If nothing happens, please enable JavaScript.

Frequently asked questions

How is a word defined?
A word is any continuous run of non-whitespace characters, separated by spaces, tabs or line breaks. This matches the way Google Docs, Microsoft Word and most writing platforms count, so the number you see here should line up closely with them. Hyphenated terms like 'state-of-the-art' count as one word.
What is the difference between the two character counts?
'Characters' counts everything you typed, including spaces, tabs and line breaks. 'Characters (no spaces)' removes all whitespace first. Social networks and SMS usually count the first; some style guides and form limits count the second, so both are shown.
Does an emoji count as one character?
Yes. Counting is done by Unicode code point, so a single visible emoji or accented letter counts as one character even though it may take several bytes to store. Note that some emoji built from multiple code points (such as certain flags or skin-tone variants) can still count as more than one.
How is reading time calculated?
Reading time is the word count divided by a reading speed in words per minute, which you can change. The default of 200 words per minute reflects typical adult silent reading; skim reading is faster and reading aloud is slower, so adjust it to your audience.
Is my text uploaded anywhere?
No. All counting happens locally in your browser with JavaScript. Your text never leaves your device, so the tool is safe for confidential drafts, client work and anything unpublished.
How are sentences and paragraphs detected?
Sentences are counted by terminal punctuation: a period, question mark or exclamation mark ends one. Paragraphs are blocks of text separated by one or more blank lines. Unusual formatting (such as lists or abbreviations like 'e.g.') can make these estimates slightly off, while word and character counts stay exact.
Is there a maximum length?
There is no built-in limit. The counter handles very long documents comfortably; the only real constraint is your device's available memory, which only becomes relevant for texts of many megabytes.

About Word & Character Counter

The definitions matter, because tools disagree. Here a word is any run of non-whitespace characters, which matches how most writing platforms count. Characters are counted by Unicode code point, so an accented letter or an emoji counts as one visible character rather than the two or more bytes it occupies on disk. Sentences are detected by terminal punctuation (period, question mark, exclamation mark), and paragraphs by blank lines between blocks of text. Reading time is words divided by a reading speed you can adjust; 200 to 250 words per minute is typical for adult silent reading.

Everything runs locally in your browser. Nothing you type is sent anywhere, so it is safe for drafts, confidential documents and unpublished work. There is no limit on length beyond your device's memory, and the counts stay responsive even for long articles.

Why word limits exist

Word and character limits are older than computers. Telegraph companies charged by the word, which is why telegrams were famously terse, and newspaper columns had fixed line counts that sub-editors had to fill exactly. The discipline of writing to a count is a craft in itself: Ernest Hemingway's reputed six-word story is the extreme case of saying more with less.

On the modern web, limits are everywhere but often invisible. A search engine result snippet shows roughly 155 to 160 characters of a meta description before truncating with an ellipsis. A standard SMS is 160 characters because of the 7-bit GSM encoding it was designed around. Knowing the count before you publish is the difference between a message that lands whole and one that gets cut off mid-thought.

Advertisement