About the Word Counter
Writing to a length target is one of the most common constraints in practical writing: a 280-character tweet, a 160-character SMS, a 500-word cover letter, a 2,500-word essay. This counter gives you every useful measure at once — words, characters (with and without spaces), sentences, paragraphs, and an estimated reading time — so you can shape a piece without constantly re-pasting it elsewhere.
Word counting sounds simple, but there are edge cases. Is an em-dash separating two words one token or two? Does a hyphenated compound count as one? This tool uses a pragmatic approach: any run of non-whitespace characters counts as one word, which matches what Google Docs, Microsoft Word, and most publishing systems do.
Reading time is estimated at roughly 200 words per minute, the common average for silent reading of non-technical prose. Use it as a rough guide rather than a precise figure — technical material, material read aloud, and second-language readers will all differ.
How to Count Words and Characters
- Paste or type text into the input area. Counts update live as you edit.
- The statistics panel shows word count, character count with spaces, character count without spaces, sentence count, paragraph count, and estimated reading time.
- For social platforms with strict limits, keep an eye on the character-with-spaces figure — that is what Twitter, SMS, and most meta-description fields use.
Examples
A short paragraph
Input
The quick brown fox jumps over the lazy dog.
9 words, 44 characters with spaces, 36 without, 1 sentence, 1 paragraph.
Common Use Cases
- Writing content to a publisher's word-count guideline (blog posts, academic essays, application letters).
- Keeping marketing copy under platform limits (tweets, SMS, meta descriptions, ad headlines).
- Estimating how long a blog post or article will take a reader to finish.
- Trimming a long draft toward a target length without counting manually.
- Counting characters for translation work, where per-character pricing is common.
Tips
- For Twitter and other platforms with character limits, URLs are usually replaced with shortened versions on their side — the raw character count may differ from the platform's count by a few characters per link.
- Reading time varies significantly by content type. Dense technical writing reads at 100–150 wpm; light prose at 250–300 wpm. Adjust expectations accordingly.
- If you are editing toward a target, copy and paste versions of your draft into different positions and compare counts to see whether a section needs tightening.
Frequently Asked Questions
What exactly counts as a word?
Any sequence of characters separated by whitespace counts as one word. Hyphenated compounds (well-known) are one word; em-dash-separated phrases are two. Numbers count as words. Standalone punctuation does not.
How is reading time calculated?
Word count divided by 200 words per minute, which is a widely used average for silent reading of general-interest prose. Times are rounded to the nearest minute.
Does it count characters including emoji?
Yes, each emoji is counted as one character. Note that on some platforms an emoji may take multiple UTF-16 code units, so platform-specific character limits can differ from what you see here.
Is my text sent to a server?
No. All counting happens in your browser.