100% offline
Text & Content
Free · no signup
Updated

Word & Character Counter

A Word Counter analyses any block of text and instantly reports the word count, character count (with and without spaces), sentence count, paragraph count, and estimated reading and speaking times — all calculated in your browser as you type.

Your text
Platform character budget
X (Twitter)0 / 280
Bluesky0 / 300
LinkedIn (post)0 / 3000
SMS (single)0 / 160

About Word & Character Counter

Paste an article, essay, social post, or any text and watch the metrics update on every keystroke. Reading time is estimated at 238 words per minute (the average adult reading rate in 2026 research). Speaking time is estimated at 150 words per minute. Includes per-platform character-limit indicators for X, LinkedIn, Bluesky, and SMS so you know where your content stands.

What Word & Character Counter does

  • Live counts for words, characters (with and without spaces), sentences, and paragraphs
  • Reading time estimate at 238 wpm (peer-reviewed adult silent reading rate)
  • Speaking time estimate at 150 wpm
  • Per-platform character-limit indicators for X, LinkedIn, Bluesky, and SMS
  • Grapheme-cluster-aware counting so emoji and CJK do not double-count

When to reach for Word & Character Counter

  • Hitting a word count target for an essay or article
  • Checking whether a tweet, LinkedIn post, or SMS fits the platform limit
  • Estimating how long a presentation script will take to read aloud
  • Spotting empty paragraphs and runaway sentences in a draft

How to use Word & Character Counter

  1. 01

    Paste your text

    Paste anything — an essay, social post, transcript — into the editor.

  2. 02

    Read the metrics

    Counts and reading-time estimates update on every keystroke.

  3. 03

    Pick a platform

    Toggle the X, LinkedIn, Bluesky, or SMS indicator to see if you are inside the character limit.

When to use Word & Character Counter vs alternatives

AlternativeUse Word & Character Counter when…Use the alternative when…
Word's built-in word countthe text is in a browser tab, email, or chat instead of an open document.you are already in Word and want it built into the document.
`wc -w` in the terminalyou also want platform character limits, reading time, and sentence/paragraph counts.you are scripting and want a single integer.

Frequently asked questions

How is reading time calculated?
Reading time = word count divided by 238 (the median adult silent reading rate per peer-reviewed reading research). We round up so a 100-word post still shows ~1 minute.
Does it count words inside code blocks or URLs?
Yes. Any sequence of non-whitespace characters separated by whitespace counts as a word. If you want raw character throughput, the no-space character count is more useful.
Does the counter run offline?
Yes. The entire analysis is performed locally via plain string operations. Nothing about your text leaves the page.