Word Counter
Count words, characters, sentences and paragraphs as you type. Nothing is uploaded.
- Words
- 0
- Characters
- 0
- No spaces
- 0
- Sentences
- 0
- Paragraphs
- 0
- Reading time
- 0:00
This tool runs entirely in your browser. Nothing you enter is uploaded to a server.
This word counter reports the number of words, characters, sentences and paragraphs in your text as you type, along with an estimated reading time. It counts using the browser's Unicode segmentation rules, so emoji, accented letters and non-Latin scripts are measured the way a reader would count them. Your text is processed on your own device and is never uploaded.
How to use it
- Paste your textType directly into the box or paste from a document, email or web page. Formatting is ignored; only the text matters.
- Read the countsWords, characters, sentences, paragraphs and reading time update on every keystroke. There is no button to press.
- Copy or clearUse Copy text to take your edited version back with you, or Clear to empty the box and start again.
What this tool is for
Length limits are everywhere. A meta description that runs past roughly 155 characters gets truncated in search results. An academic abstract has a hard word ceiling. A client brief asks for eight hundred words and means it. A social post is cut off mid-sentence if you overrun. In each case you need a number before you commit, and you need it without opening a word processor.
That is the job here. The box is focused when the page opens, the counts update live, and six different measurements are visible at once so you rarely need to switch tools to answer a slightly different question.
What each number means
Words counts word-like segments under the Unicode standard, which is the count most editors and clients have in mind. Characters counts what you see on screen, including spaces and line breaks — this is the figure that matters for social posts and meta descriptions. No spaces strips all whitespace first, which is what some form fields and older database columns actually limit.
Sentences counts runs of text ending in a full stop, question mark, exclamation mark or ellipsis, plus any trailing fragment. Abbreviations like "e.g." will inflate it slightly; no simple counter avoids that. Paragraphs counts blocks separated by a blank line, which matches how text pastes out of most documents.Reading time is words at 225 per minute, rounded to the second.
Limitations worth knowing
This is a counter, not a checker. It will not tell you whether your sentences are too long, whether your spelling is right, or whether the piece is any good. It also has no memory — there is no autosave, no history and no draft recovery, so keep your actual writing somewhere designed for that and use this to measure it.
Because the counts recalculate on every keystroke, extremely large inputs can make typing feel less responsive on older phones. Pasting rather than typing avoids the issue entirely.
Privacy
Nothing you paste here is uploaded, logged or stored. The page is a static file; the counting happens in JavaScript on your device. You can verify this yourself by opening your browser's network panel and watching it stay silent while you type. That matters if you are counting an unpublished manuscript, a client's copy or anything else you would rather not hand to a third party in exchange for a number.
Frequently asked questions
How do you decide what counts as a word?
The counter uses Intl.Segmenter, the browser's implementation of the Unicode text-segmentation standard, and counts every segment the standard classes as word-like. That means "don't" is one word, "state-of-the-art" is counted as its component words, and languages that do not separate words with spaces — Japanese, Thai, Chinese — are segmented correctly rather than counted as one enormous word.
Why does my word processor give a different number?
Most word processors split on whitespace, which is faster but disagrees on hyphenated compounds, contractions with punctuation, numbers with separators and any script without spaces. For plain English prose the two methods usually agree to within a percent; for anything else the segmented count is the more defensible one.
How is reading time calculated?
Words divided by 225 words per minute, which is a common average for adult silent reading of general prose. It is an estimate, not a measurement: technical material reads slower and light fiction reads faster, so treat it as a rough guide rather than a promise.
Do emoji count as one character?
Yes. A flag or a family emoji is stored as several code points but displays as one character, and this tool counts what you see. Tools that report string length instead will tell you a single emoji is two, four or seven characters.
Is there a limit on how much text I can count?
No limit is imposed. Very large documents — tens of megabytes — may make typing feel sluggish because the count is recalculated on every keystroke, but the numbers stay correct.
Is my text uploaded anywhere?
No. The counting code runs inside your browser tab. Nothing is sent over the network, nothing is stored, and closing the tab discards the text entirely.
Can I use this to check a character limit?
Yes, and the two character counts are there for exactly that. Social platforms and meta description limits usually count characters including spaces; some database fields and legacy systems count without. Both are shown side by side.