Word Counter

Count words, characters, sentences, and paragraphs. See reading time as you type or paste. Everything stays in your browser.

Words

0

Characters

0

0 without spaces

Sentences

0

Reading time

0 paragraphs

Know the count before you hit the limit

College essays, App Store descriptions, cover letters, and social captions all come with a number attached. This word counter updates word count, character counts, sentences, paragraphs, and a reading-time estimate while you type or after you paste. There is no account and no upload, which matters when the draft is unpublished or confidential.

The layout keeps the stats visible above the box on a phone so you do not scroll away from the number you came for. Paste a chapter or a tweet-length string—the same engine handles both.

What each statistic means

Words are whitespace-separated tokens. “Don’t” is one word. “New York” is two. Characters with spaces match most social and SMS limits. Characters without spaces match some academic and SEO briefs. Sentences are split on end punctuation. That heuristic struggles with abbreviations (“U.S.A.”) and can over-count; treat it as guidance.

Paragraphs are blocks separated by blank lines or single newlines, depending on how you pasted. Reading time divides words by 200 words per minute and rounds up to a minute so a 50-word note does not claim “0 minutes.”

How to use it

Paste the text, read the stats, edit in the box if you want a live recount. For a hard limit, watch characters with spaces. For a book or article target, watch words. If you need a different letter case after you finish, jump to the case converter with a copy-paste; the two tools stay separate so a convert action cannot silently rewrite a counted draft.

Screen-reader users get labeled stats, not color-only indicators. The textarea is a standard control and works with dictation.

Examples and common limits

A 1,000-word blog post is about five minutes at 200 wpm. A 50,000-word draft is a NaNoWriMo-shaped novel. Meta titles are often kept near 50–60 characters. A classic 280-character cap is a character statistic, not a word statistic. College “500 words” usually means words, and professors notice if you hyphenate your way around the limit.

Resume bullets that must fit a PDF line are a character problem. Scholarship essays that must be “no more than two pages” are a formatting problem this counter cannot solve—you still need the real template.

Privacy

Drafts of novels, legal memos, and love letters should not be posted to a random counter that logs input. KindCalc’s counter is a client-side script. When you close the tab, the text is gone from the site. That does not protect you from malware on your own device, but it does mean we are not the leak.

If you need a shareable QR of a short URL instead of a wall of text, use the QR generator. Do not QR-encode a confidential essay.

Typical examples

InputResult
A 1,000-word articleAbout 5 minutes to read
280 charactersClassic X / Twitter limit
50,000 wordsNaNoWriMo novel target

Frequently asked questions

How does this tool count words?
It splits on whitespace and ignores empty tokens. Hyphenated compounds count as one word. A simple “hello world” is two words.
What is the difference between characters with and without spaces?
Some forms cap characters including spaces (SMS, Twitter-style limits). Academic publishers sometimes want characters excluding spaces. The counter shows both.
How is reading time estimated?
The default is 200 words per minute, a common silent-reading average for non-technical English. Dense or technical prose reads slower.
Is pasted text sent to a server?
No. Counting happens on your device. Refreshing the page clears the box.
Do you count markdown or HTML?
The tool counts visible text as pasted. Tags and hashes are characters like anything else. Strip formatting first if you need a prose-only count.

Related calculators