Word Counter

Paste or type your text and the word count updates as you go — along with characters, sentences, paragraphs, reading time and reading level. Nothing is uploaded and nothing needs to be submitted.

0 words · 0 characters

0

Words

0s to read

0s to say aloud

0

Characters

0

No spaces

0

Sentences

0

Paragraphs

0

Lines

Averages

Words per sentence0
Characters per word0
Words per paragraph0
Unique words0
Reading level

Longest sentences

Add some text to see a breakdown.

Runs in your browser. Your text is never uploaded.

Why word count matters

Word count is the unit almost every writing brief is written in. University essays have a limit with a margin either side, journals and magazines commission by the word, and Google Ads and app stores cut text off at a fixed size. Knowing the number as you write keeps you from discovering a problem at the end.

It is also a decent proxy for time. At 238 words per minute, a reader gets through about 1,000 words in four minutes; at 150 words per minute, a speaker takes nearly seven minutes to say the same thing aloud.

How this word counter works

The text is split on whitespace, and every resulting token that contains a letter or a number is counted as one word. That rule is simple enough to predict, which matters more in a counter than clever handling of edge cases:

  • “state-of-the-art” — one word, because hyphens do not separate words.
  • “don’t” — one word; an apostrophe is part of the word.
  • “2,000” and “3.5” — one word each.
  • “—” on its own — not a word, because it has no letters or numbers.
  • “email@example.com” — one word.

Sentences are counted at full stops, question marks and exclamation marks, with decimals, initials and abbreviations like “Dr.” excluded. Paragraphs are blocks separated by a blank line. Every figure recalculates on your next keystroke.

The same panel counts lines and unique words. A line ends at a line break, not at the edge of the box, so text that wraps because the window is narrow is still one line — which is what makes the figure stable across screen sizes and useful for lists, scripts and data.

Word count targets that come up often

WritingTypical lengthReading time
Tweet / X post30–50 wordsSeconds
LinkedIn post150–300 wordsUnder 2 minutes
School essay500–1,000 words2–4 minutes
Blog post1,000–2,000 words4–8 minutes
University essay1,500–3,000 words6–13 minutes
Dissertation chapter8,000–12,000 words35–50 minutes
Novel70,000–100,000 words5–7 hours

Use the words to pages calculator if your brief is set in pages rather than words, and the reading time calculator if it is set in minutes.

Writing to a limit

If you are over the limit, the quickest cuts are almost always structural rather than line-by-line. Look for the paragraph that repeats a point you have already made, the introduction that spends three sentences arriving at the subject, and the quotation that is longer than the comment on it.

If you are under, resist padding. Empty phrases are obvious to a marker and to a reader. Adding a concrete example, a counter-argument or an explanation of why the point matters gains words and improves the piece at the same time; thereadability checker will show you where a section is thin on substance.

Want the goal tracked as you type? The writing workspace has a word goal with a progress bar and saves your draft to your own device as you go.

Frequently asked questions

What counts as a word?
Any run of characters separated by a space that contains at least one letter or number. “Self-aware” is one word, “doesn’t” is one word, and “1,500” is one word. A dash or bullet on its own is not counted. Each Chinese, Japanese or Korean character counts as one word, since that writing does not use spaces between words.
Does it match Microsoft Word and Google Docs?
For ordinary prose, yes — the totals normally match exactly. Small differences appear around unusual punctuation, footnotes and text inside tables or images, because Word counts things this tool never sees. If a teacher or editor checks your work in Word, treat a difference of a few words as normal.
Is there a limit on how much text I can count?
There is no hard limit. Documents of a few hundred thousand words count instantly, because the counting happens in your browser rather than on a server. Very large documents may pause briefly when a heavier panel such as readability recalculates.
Is my text uploaded anywhere?
No. Everything is counted by JavaScript running on your own device. Nothing is sent to us, stored on a server, or shared with anyone.
How do I count words in a specific section?
Paste just that section. Because counting is instant, the fastest way to check a chapter, paragraph or quote is to paste it on its own and read the count.