OOnDevice

Word Counter

Count words, characters, sentences, and paragraphs — right in your browser. Estimate reading and speaking time.

Works offlineNothing uploaded

0

Words

0

Characters

0

No Spaces

0

Sentences

0

Paragraphs

1 min

Reading Time

1 min

Speaking Time

How to use it

1

Paste or type text

Enter or paste your text into the input area.

2

View live statistics

Word, character, sentence, and paragraph counts update instantly as you type.

3

Check reading time

See estimated reading and speaking times based on your word count.

When to use Word Counter

You are writing a college application essay with a 650-word cap and you have no idea if you're over or under. Paste your draft here and the count updates on every keystroke — words, characters, sentences, paragraphs, and estimated reading time all at once. The counting happens through plain JavaScript string splitting and Intl.Segmenter calls, so there is nothing to load and no network round-trip. Walk away with exact numbers before submitting to a portal, a journal, a grant form, or any system that enforces a hard limit. The reading-time and speaking-time estimates (200 wpm and 130 wpm respectively) are handy when you are prepping a conference talk or a podcast script and want to know if your draft fits the slot.

  • Check a college essay is under 650 words before submitting
  • Time a conference talk draft at 130 words per minute
  • Verify a blog post hits the 1,500-word minimum before publishing

About this tool

Paste any text and see word count, character count (with and without spaces), sentence count, paragraph count, and estimated reading and speaking time — instantly. Useful when you're up against a submission limit, checking whether a blog post hits minimum length, trimming an abstract to 250 words, or timing a speech. Updates as you type, so you can watch the numbers change while editing. Your text stays on your device — nothing uploads, no account needed. The reading time estimate uses a 200 words-per-minute baseline; the speaking time estimate uses 130 words per minute for a natural presentation pace.

Frequently asked

Is this counter private? Do you upload my text?
No. Counting uses JavaScript string splitting and Intl.Segmenter in this tab — the text you paste is never transmitted anywhere.
How does the word counter work?
It counts words by splitting your text on whitespace. Characters, sentences, and paragraphs are counted using standard rules.
Does it count special characters?
Yes — the character count includes all characters. The 'without spaces' count excludes spaces.
Is my text stored anywhere?
No. The word and character counts are derived from your input using Intl.Segmenter in this tab — the text clears when you navigate away and is never stored or transmitted.