Text Statistics
This tool runs a quick structural audit on whatever text you paste: characters with and without spaces, word count, sentence count, paragraph count, syllable count, and average words per sentence. It is built for writers checking length limits, editors spotting run-on sentences, and students verifying essay requirements without opening a word processor.
How to analyse a piece of text
-
1
Paste your text
Drop in anything from a tweet to a 10,000-word draft: the analyser runs on the full string.
-
2
Hit analyze
The tool splits words with a Unicode-aware regex, so accents and apostrophes count correctly. It relies on spaces, so the word count fits space-separated languages best.
-
3
Read the breakdown
You get seven lines: character totals, word count, sentences, paragraphs, syllables and average sentence length.
-
4
Iterate
Edit the text and rerun to see the deltas as you tighten or expand the piece.
What each metric tells you
| Metric | Why it matters |
|---|---|
| Characters with spaces | Hard limit for tweets, SMS, meta descriptions |
| Characters without spaces | What most word-count-by-character billing uses |
| Words | Length vs brief, pacing vs audience |
| Sentences | Density; too few = run-ons, too many = choppy |
| Paragraphs | Structure; web copy breathes around every 3 - 5 sentences |
| Syllables | Input for readability formulas like Flesch-Kincaid |
| Average words per sentence | 14 - 20 reads naturally; 25+ starts to tire the reader |
Rules the counter uses
- Words: matched by
[\p{L}\p{N}']+, sodon't,20thandcaféall count as one word. - Sentences: any run of
.,!or?counts as one boundary. This overcounts with acronyms likeU.S.A.and does not recognise the full-width。,!or?used in Chinese and Japanese, so those languages register as a single sentence. - Paragraphs: separated by a blank line (two consecutive line breaks).
- Syllables: a lightweight heuristic, strip trailing
e, then count vowel groups. It is within ~5% of manual counts for English and is the same approach most readability libraries use.
Tips
- Aim for an average sentence length below 20 words for web copy.
- If your syllable count divided by word count exceeds 1.8, consider swapping polysyllabic words for shorter synonyms.
- Paragraph count of 1 on a long piece is almost always a sign you forgot to press Enter.
Frequently Asked Questions
Character, word, sentence and paragraph counts work fine in any language with whitespace and Latin-like punctuation. The syllable count is English-biased and will be inaccurate for other languages.
Abbreviations with periods (Dr., e.g., U.S.A.) inflate the count. If that matters, strip or replace them before analysing.
Sentence length is one input to readability formulas but not the whole story. Flesch-Kincaid, for example, also weighs syllables per word.
No hard cap, but very long documents (over ~200 KB) may take a moment to process.
Your text is sent to our server to run the counts and is not shared with any third-party service. It is processed only to return your statistics.
Related Tools
Random Object Generator
Generate random everyday objects for drawing prompts, writing ideas, classroom games, scavenger hunts and quick creative exercises.
Headcanon Generator
Create curated headcanon prompts for fictional characters and OCs. Choose focus, tone and canon distance; generate locally in your browser tab.
Grammar Checker
Quick grammar and spelling pass for English text: fixes common typos, missing apostrophes in contractions and repeated words.
Bibliography Generator
Create a reference entry for a book, journal article or web page in APA 7, MLA 9, Chicago 18 or Harvard, with italics that survive copy and paste.
IEEE Citation Generator
Create a single IEEE-style numbered reference for a journal article, conference paper, book, or website with DOI, URL, and access-date fields.
Random Word Generator
Generate random English word lists. Choose everyday, nature, creative, or tech words, set length and count, then copy the result.
Tool available in other languages
- テキスト統計 [JA]
- Estadísticas de texto [ES]
- Textstatistik [SV]
- สถิติข้อความ [TH]
- Thống kê văn bản [VI]
- Tekststatistieken [NL]
- Statystyki tekstu [PL]
- Textstatistik [DE]
- Estatísticas de texto [PT]
- Statistik Teks [ID]
- إحصاءات النص [AR]
- Statistiques de texte [FR]
- 텍스트 통계 [KO]
- Metin İstatistikleri [TR]
- 文本统计 [ZH]
- Statistiche del testo [IT]
- Статистика текста [RU]