Word counter

Count words, characters, sentences, and reading time — live as you type.

0 words
0 characters
0 chars (no spaces)
0 sentences
0 min read

Character limits worth knowing

Most people reach for a word counter because something has a limit. These are the limits that come up most often, current as of 2026. Paste your text above and read the characters chip against this table.
WhereLimitCounts as
Google title tag~60 charactersPixel width, not characters — 60 is the safe approximation
Google meta description~160 charactersTruncated around 920px on desktop
X / Twitter post280 charactersLinks always count as 23
Instagram caption2,200 charactersOnly the first 125 show before “more”
Instagram bio150 charactersIncludes spaces and emoji
LinkedIn post3,000 charactersTruncated at ~210 in the feed
YouTube title100 charactersAround 70 display in search
Email subject line~60 charactersMobile clients often cut at 35
SMS (single message)160 characters70 if any non-GSM character is present
One caveat that trips people up: emoji and accented characters are a single character visually but can occupy two or more bytes. Platforms that count bytes rather than characters will see a longer string than this counter reports.

How reading time is estimated

The reading time above assumes 200 words per minute, the widely cited average for an adult reading general prose on a screen. It is a reasonable default, but reading speed varies enormously with material, so treat the number as a planning aid rather than a measurement.
MaterialTypical speed1,000 words takes
Light web article230–250 wpmabout 4 minutes
General prose (default)200 wpm5 minutes
Technical documentation120–150 wpm7–8 minutes
Dense academic text80–120 wpm8–12 minutes
Read aloud / narration130–150 wpmabout 7 minutes
If you are timing a talk or a voiceover, use the read-aloud row rather than the default. Speakers consistently overrun because they plan against silent reading speed, which is roughly 40 percent faster than comfortable speech.

Typical length targets by format

Useful when you are writing to a brief rather than to a hard limit.
FormatTypical range
Blog post that ranks in search1,200–2,000 words
News or update post300–600 words
Product description150–300 words
University essay1,500–3,000 words
Cover letter250–400 words
Conference talk (20 minutes)2,400–3,000 words
Executive summaryunder 500 words

Exactly how each metric is counted

Different counters disagree, which is why the same document can produce three different numbers. Here is precisely what this one does, so you can reconcile it with Word or Google Docs.
MetricMethod
WordsText is trimmed, then split on any run of whitespace. A hyphenated compound counts as one word; an em-dash between spaces does not.
CharactersEvery character including spaces, tabs and line breaks.
Characters (no spaces)All whitespace removed, including newlines.
SentencesSplit on periods, question marks and exclamation marks. Abbreviations such as “e.g.” will inflate this count slightly.
Reading timeWords divided by 200, rounded up to the next whole minute.
Microsoft Word counts words the same way for ordinary prose, so the two usually agree within a few words. Google Docs excludes text inside headers, footers and footnotes from its total, which is the most common source of a mismatch.

Privacy

Everything above runs in your browser. The text you paste is held in memory on your own device, is never transmitted, and disappears when you close the tab — which makes this safe for unpublished drafts, client work, legal text and anything else you would not paste into a server-side tool.

Frequently asked questions

Why does my word count differ from Microsoft Word?

For ordinary prose the two agree closely, because both split on whitespace. Differences usually come from text in headers, footers, footnotes, text boxes or comments, which Word may include or exclude depending on your settings.

Does the counter update as I type?

Yes. Every metric recalculates on each keystroke — there is no button to press and nothing to submit.

How are hyphenated words counted?

As one word. "State-of-the-art" is a single word here, which matches Microsoft Word and Google Docs.

Do numbers count as words?

Yes. Any whitespace-separated token counts, so "2026" and "$1,200" each count as one word.

Why is my sentence count too high?

Sentences are detected from periods, question marks and exclamation marks. Abbreviations like "Dr.", "e.g." and decimal numbers each add a false sentence break. Treat the count as an estimate.

Is there a limit on how much text I can paste?

There is no imposed limit. Very large documents — hundreds of thousands of words — may briefly slow the browser, since counting runs on every keystroke.

Is my text uploaded anywhere?

No. The tool is entirely client-side. Nothing is sent to a server, stored, or logged.

Related free tools

Case converterSlug generatorJSON formatterBase64 encoder