A piece of writing has three measurable dimensions: how long it is, how dense it is, and how easy it is to read. Word and character counts answer the first two; readability scores answer the third. Each metric has applications in writing for different audiences and platforms, from SEO meta descriptions limited to 160 characters to academic papers measured in words.
Key Takeaways
- Word count = number of word tokens, typically separated by whitespace.
- Character count comes in two forms: with spaces and without spaces.
- Readability scores estimate the education level needed to understand the text.
- Flesch-Kincaid is the most common readability formula in English.
- Different platforms require different lengths: tweets, SEO descriptions, blog posts, books.
How Word Count Is Measured
The standard definition: a word is any sequence of non-whitespace characters separated from other sequences by whitespace.
Most word counters split text on whitespace (spaces, tabs, newlines) and count the resulting tokens. This usually matches what humans intuitively call words.
Examples:
- "Hello world" → 2 words
- "Hello, world!" → 2 words (punctuation doesn't count)
- "I'm here" → 2 words (apostrophes typically don't split words)
- "co-operation" → 1 word (hyphens often don't split)
- "well-known author" → 3 words
Edge cases vary by tool:
- Hyphenated compounds: "twenty-five" can be 1 or 2 words depending on counter.
- Numbers: "$1,000" or "2024-05-11" typically count as 1 word.
- URLs and emails: usually count as 1 word.
- Em dashes—like this: typically don't split words if no space.
For most purposes the variation is small. For strict requirements (academic papers with word limits, contest submissions), check the specific counter being used.
Character Count: With and Without Spaces
Two common variants:
- Characters with spaces: every character in the text, including all whitespace.
- Characters without spaces: every character except spaces and possibly tabs/newlines.
Most platforms specify which they mean. Twitter's 280-character limit counts characters with spaces. SEO meta descriptions often refer to characters with spaces. Some academic limits exclude spaces.
Example: "Hello, world!" (13 characters with spaces, 12 without)
Some tools also distinguish:
- Visible characters: what the reader sees, excluding zero-width and control characters.
- Bytes: in UTF-8, emoji and many non-Latin characters count as multiple bytes even though they're one "character" visually.
For platforms enforcing character limits, the platform's definition wins. Always test against the actual interface when length matters.
Why Length Limits Exist
Platforms enforce length for specific reasons:
| Platform | Limit | Why |
|---|---|---|
| Twitter/X post | 280 chars | Originally to fit SMS |
| Meta description | ~160 chars | Search engine display |
| Title tag | ~60 chars | Search engine display |
| SMS message | 160 chars per segment | Cellular standard |
| Email subject (recommended) | 60 chars | Mobile inbox preview |
| Blog post (SEO sweet spot) | 1,500–2,500 words | Search ranking patterns |
| Academic abstract | 150–300 words | Convention |
| Novel | 60,000–120,000 words | Market conventions |
When writing for a specific platform, the right length is usually a known target. Length limits force concision.
Readability Scores: What They Measure
Readability formulas estimate how easy a text is to read, usually expressed as a U.S. grade level or a 0–100 score.
The most common metrics:
Flesch Reading Ease
A score from 0 to 100. Higher = easier to read.
Formula: 206.835 − 1.015 × (total words / total sentences) − 84.6 × (total syllables / total words)
Score interpretation:
| Score | Reading Level |
|---|---|
| 90–100 | Very easy (5th grade) |
| 80–90 | Easy |
| 70–80 | Fairly easy |
| 60–70 | Standard (8th–9th grade) |
| 50–60 | Fairly difficult |
| 30–50 | Difficult |
| 0–30 | Very difficult (college graduate) |
Most consumer writing targets 60–70 (newspapers, popular magazines). Technical writing typically scores 30–50.
Flesch-Kincaid Grade Level
Outputs a U.S. school grade.
Formula: 0.39 × (total words / total sentences) + 11.8 × (total syllables / total words) − 15.59
Examples:
- "The cat sat." → ~grade 0.5
- "Most everyday content scores between 6 and 10." → ~grade 9
- Academic and legal text often scores grade 14+.
Gunning Fog Index
Estimates grade level using complex words (3+ syllables) and sentence length.
SMOG Index
Another grade-level estimator, based on polysyllabic words. Used widely in healthcare and government communication.
Automated Readability Index (ARI)
Uses characters per word and words per sentence. Doesn't count syllables, making it faster to compute.
Different formulas often give similar but not identical results. For most writing, any one of them provides a useful signal.
Target Reading Levels by Context
| Content Type | Target Grade Level |
|---|---|
| Children's books | 1–4 |
| Newspaper articles | 6–8 |
| Web content / blogs | 7–9 |
| Magazines (popular) | 8–10 |
| Technical documentation | 10–12 |
| Academic papers | 14–16 |
| Legal documents | 14+ |
| Patient health info (recommended) | 6–8 |
Lower grade level usually means broader reach. Higher grade level can be appropriate when the audience is specialized, but readability scores measure surface complexity (sentence length, word length), not topic difficulty. Plain language at high grade levels is a sign of unnecessary complexity, not depth.
How to Improve Readability
Two main levers move readability scores:
Shorter sentences. Long sentences (20+ words) push grade level up. Aim for 12–18 words on average. Variety helps; alternating long and short reads more naturally than uniform length.
Shorter words. Words with 3+ syllables increase complexity scores. Where short alternatives exist, prefer them: "use" over "utilize," "show" over "demonstrate," "now" over "currently."
Other tactical fixes:
- Break long paragraphs into shorter ones
- Use active voice
- Replace jargon with plain terms (or define jargon on first use)
- Read your writing out loud; anything that's hard to say is hard to read
A practical workflow: write the draft, check the readability score, target one or two grade levels lower than the result, edit toward that target.
When NOT to Optimize Readability
Readability scores measure surface complexity, not quality. Lowering grade level can:
- Strip nuance from technical writing
- Make academic content sound condescending
- Reduce information density
- Discourage well-chosen technical terms
For audiences who actually want the complexity (researchers, specialists), low readability scores can be a feature, not a bug. The right grade level depends on the reader.
Worked Example: Comparing Two Versions
Version A (Flesch-Kincaid grade ~12): "In order to maximize operational efficiency, organizations should systematically implement strategies that facilitate the optimization of resource allocation across departmental boundaries."
29 words. Three sentences would help.
Version B (Flesch-Kincaid grade ~9): "To improve efficiency, companies should share resources across departments. Plan it carefully. Track what works."
15 words across three sentences. Same idea, much more readable.
The reduction in grade level didn't lose information; it lost decoration.
Common Mistakes
Treating readability scores as quality scores. A grade-9 essay can be brilliant or terrible. The score measures surface complexity, not insight.
Counting characters when words matter (or vice versa). Twitter is character-limited; SEO descriptions are character-limited; magazine articles are word-limited. Know which.
Forgetting Unicode bytes vs characters. In UTF-8, an emoji might be 4 bytes but display as one character. Twitter and most platforms count by display character, not byte.
Padding to hit word counts. Adding filler hurts readability and quality. If the requirement is "1,500 words," writing 1,400 strong words is often better than 1,500 padded ones.
Optimizing for one readability formula only. Different formulas weigh different features. If one says grade 7 and another says grade 11, the text probably has both short and long components.
Ignoring sentence variety. All-short sentences read choppy; all-long sentences read dense. Variety is what makes prose flow.
Practical Scenarios
Scenario 1: Tweet draft. Drafting at 287 characters. Need to cut 7. Trim "in order to" → "to," "due to the fact that" → "because." Small changes save lots of characters.
Scenario 2: SEO meta description. Target 150 characters. Write a description, check length, edit. The 160-character cap is a hard limit in search engine display.
Scenario 3: Patient instructions. Hospital wants instructions at grade 6 reading level. Original drafts come in at grade 12. Edit: shorter sentences, replace medical jargon with plain language, define necessary terms inline.
Scenario 4: Blog article. SEO research suggests posts of 1,500–2,000 words rank well for this topic. Write to that length without padding. If you reach 1,200 words and the topic is exhausted, stop.
FAQ
What is a word count? The number of words in a piece of text, typically defined as whitespace-separated tokens. Most tools agree within a small margin; specific definitions vary slightly.
What's the difference between characters with and without spaces? Characters with spaces counts every character including blanks. Characters without spaces excludes the space characters. Platforms specify which they use.
What is a good readability score? For general consumer writing, Flesch Reading Ease of 60–70 (grade 7–9) is the standard target. Specialized content can go higher; mass audience content should go lower.
Is lower grade level always better? No. Lower grade level is better for broader audiences. Specialized content for specialized readers can use higher grade level legitimately. The right level matches the audience.
How do readability formulas work? Most combine sentence length and word complexity. Long sentences and long (multisyllabic) words push the score up. The exact formula varies by metric.
Why do different readability tools give different scores? They use different formulas. Flesch, Gunning Fog, SMOG, and ARI weight sentence length and word complexity differently. They usually agree directionally but can differ by a grade level or two.
Does word count affect SEO? Indirectly. Search engines reward content that thoroughly covers a topic, which often correlates with length. But padding to hit word counts hurts quality and ranking; thorough coverage at a natural length wins.
Related Tools
The Word Counter and Character Counter handle length measurements. The Readability Checker computes Flesch and Flesch-Kincaid scores for any text. The Text Formatter helps with related cleanup tasks.
Related Articles
Final Thoughts
Word count, character count, and readability are three lenses on the same text. Length matters when platforms enforce it. Readability matters when you want as many people as possible to understand what you wrote. None of them measure quality; for that, you need a human reader. But all three are useful signals to check before publishing. Sometimes a single readability check catches the paragraph that needed to be three sentences instead of one.