Real benchmarks for how long different kinds of writing should actually be — from a tweet to a thesis — plus how reading time gets estimated.
"How long should this be?" depends entirely on what you're writing. A few widely used reference points:
These are conventions, not hard rules — a job posting, a style guide, or an instructor's prompt should always override a general benchmark when one is given.
Reading time estimates (the kind you see under blog post titles) are typically calculated by dividing the total word count by an average adult silent-reading speed, commonly cited as somewhere between 200 and 250 words per minute, then rounding up to the nearest minute. It's an approximation — dense technical writing reads slower than casual prose, and skimmers read faster than careful readers — but it's a useful, consistent benchmark across most general-audience content.
It seems obvious until you hit the edge cases. Most word counters, including ours, count a "word" as any run of non-whitespace characters separated by spaces, tabs, or line breaks. That means:
"well-known" is typically one word by this method, even though it contains two root words.
"2026" or "$45.99" each count as a single word, the same as any other token.
"don't" and "it's" are each a single word, not two, despite the apostrophe.
This is also why two different word-count tools can give slightly different totals for identical text — small differences in how each tool handles edge cases like these. The discrepancy is rarely large enough to matter for a strict limit, but it's worth knowing if you're cutting it close.
Some limits (like certain meta-description or form-field constraints) are specified in characters rather than words, and some of those specifically exclude spaces. It's worth checking which figure a particular limit refers to — "280 characters" for a social post and "280 characters, no spaces" for a database field are two different ceilings, and mixing them up is an easy way to misjudge how much room you actually have.
Our word counter shows words, characters (with and without spaces), sentences, paragraphs, and estimated reading time, updating live as you type or paste.
Reading time is typically estimated by dividing total word count by an average adult silent-reading speed of around 200–250 words per minute, then rounding up to the nearest minute.
Usually yes — most word counters, including ours, count every run of non-whitespace characters as a word regardless of whether it's in a heading, caption, or body paragraph, unless a specific style guide says otherwise.
Tools differ in how they handle hyphenated words, numbers, contractions, and punctuation-only "words," so small discrepancies between counters are normal and rarely significant.