A word counter is a tool that automatically measures the words and characters in a piece of text. Measuring text length matters in a lot of situations: staying within an assignment or article word limit, keeping a social media post under its character cap, estimating a blog post's reading time, or fitting an SEO meta description to its recommended length. This tool shows character (with/without spaces), word, sentence, paragraph, reading, and speaking time live as you type.
How are words counted?
Simple counters that only recognize the basic Latin alphabet can split words incorrectly on accented or non-English characters, inflating the word count. This tool uses Unicode letter-class (\p{L}) matching to avoid that, and treats digits (e.g. "2026") as valid words too.
What's the difference between character count with and without spaces?
How is reading time calculated?
Reading speed varies by person and by how technical the content is (technical text is slower, fiction is faster). 200 words per minute is a common average and the standard used by most "reading time" badges on blogs. For rehearsing a presentation or voiceover, the 130 words-per-minute speaking rate is more realistic.
How are sentences and paragraphs counted?
How do social media and SEO character limits work?
Staying inside these limits avoids a truncated headline in search results, a cut-off social caption, or a text message split into extra segments (and extra cost). The reference tables below list the current limits for the most common platforms and SEO fields.
Can I upload a .txt or .docx file instead of pasting?
For .docx files, the tool unpacks the file's internal XML (a .docx is technically a ZIP archive) and pulls out the plain text — formatting, images, tables, and comments aren't preserved, only the words themselves. For .txt files, the raw text is loaded as-is. This is handy for checking the word count, reading time, or readability score of a document you've already written without needing to open and copy-paste it manually.
What do the readability grade-level scores mean?
These formulas approach the same idea from slightly different angles: Flesch-Kincaid and ARI weigh average sentence length against word/syllable or word/letter complexity; Gunning Fog and SMOG instead focus on the density of "complex" words (three or more syllables), which makes them popular for flagging jargon-heavy technical or academic writing. A children's book typically scores around grade 2-4 on all four formulas, while a legal contract or academic paper often scores grade 14+ (college level). None of the formulas is definitive on its own — comparing several gives a more reliable picture than relying on a single score.