LIVE
0 words
0 chars
0 lines
en-US lang

Word Counter

Count words, characters, sentences and paragraphs in your text.

local-only instant no upload
— Text Tools Online
✎ NOTES ON THIS TOOL

Word Count Is a Real Constraint — Not Just a Vanity Metric

Every platform you write for imposes a different ceiling or floor. A Google meta description gets truncated at roughly 155–160 characters in search results — go over and your carefully crafted ending disappears. A Twitter (X) post cuts off at 280 characters. A LinkedIn article without at least 1,500 words rarely earns algorithmic distribution. Meanwhile, your university essay has a strict 2,500-word minimum, and your professor's grading rubric penalises submissions that fall short by even 50 words.

The built-in counters in Microsoft Word and Google Docs count words — but only words. They show no character count without enabling a secondary panel, they ignore sentence length entirely, and they cannot break down paragraph density. If you are writing for multiple targets simultaneously (say, a blog post that must be 1,200+ words, with a 160-character meta description derived from the introduction), switching between tools is friction you do not need.

What This Tool Measures

Paste or type your text and every metric updates in real time with no button press required:

  • Words — counted by whitespace-delimited tokens, matching the convention used by most academic submission systems.
  • Characters (with and without spaces) — crucial for Twitter, SMS, meta descriptions, and ad copy character limits.
  • Sentences — useful for measuring readability; high sentence count relative to word count signals short, punchy writing; low count signals dense prose.
  • Paragraphs — helps you audit content structure at a glance.
  • Estimated reading time — calculated at 225 words per minute, the median adult silent reading speed established by reading-speed research. Useful for setting expectations in article headers and email newsletters.

Platform-Specific Character Limits You Should Know

Different surfaces have different hard constraints that are not always documented in one place:

  • Google meta description: 155–160 characters visible in SERPs; Google may rewrite longer ones.
  • Twitter/X post: 280 characters; URLs are always counted as 23 characters regardless of actual length.
  • LinkedIn post: 3,000 characters before the "see more" truncation kicks in for feed display.
  • Google Ads headline: 30 characters per headline, 90 characters per description line.
  • App Store title (Apple): 30 characters.
  • SMS message: 160 characters per segment; messages exceeding 160 characters are split into multiple segments and billed accordingly.

Why Word Count ≠ Content Quality (But Still Matters)

A 3,000-word article padded with filler is worse than a focused 800-word piece. That said, word count functions as a proxy signal in several real-world contexts: search engines use content length as one of many ranking signals, academic institutions use it to ensure minimum effort, and advertisers use character counts as a hard technical constraint. This tool gives you the number — what you do with it is your call.

Questions

01 Does the word counter count hyphenated words as one or two? +

Hyphenated words like "well-known" are counted as one word. The counter splits on whitespace, so "well-known" is a single token. If you need to count compound words as two separate words, you would need to manually replace the hyphen with a space first.

02 My character count differs from what Twitter shows — why? +

Twitter counts URLs as exactly 23 characters regardless of their actual length, and some Unicode characters (like certain emoji or CJK characters) count as 2 characters in Twitter's system. This tool counts raw Unicode code points, so there may be a small discrepancy for tweets containing URLs or special characters.

03 How is reading time calculated, and is it accurate? +

Reading time is estimated at 225 words per minute, which is near the median adult silent reading speed from published research. It will be faster for simple listicles and slower for dense technical content — treat it as an approximation, not a guarantee.

04 Does the tool count words in different languages correctly? +

The tool splits words on whitespace and punctuation, which works well for space-separated languages like English, Spanish, French, and German. For CJK languages (Chinese, Japanese, Korean) where words are not separated by spaces, the character count is more meaningful than the word count.