Count words, characters, lines and sentences in any text.
How to use the Word Counter
Paste or type your text into the input panel.
Press Run to analyse it.
Read the word, character, line and sentence counts in the output card.
The Word and Character Counter gives you an instant breakdown of any text: words, characters with spaces, characters without spaces, lines and sentences. Paste or type, and the figures update so you always know where you stand against a limit.
All of this happens in your browser the instant you paste, so even long documents are analysed immediately and nothing you enter is uploaded or stored.
Length limits are everywhere, and overshooting them is easy to do by accident. A tweet caps at 280 characters, an SMS at 160, a search engine typically shows about 155 to 160 characters of a meta description, and essays, abstracts and form fields often have their own word or character ceilings.
Words are counted by splitting on whitespace, so any unbroken run of non-space characters counts as one word and leading or trailing spaces are ignored. It is a simple, predictable rule that matches what most word counts mean in practice.
The two character figures answer different questions. Characters counts everything, including spaces and line breaks, which is what messaging and meta-tag limits measure. Characters without spaces excludes all whitespace, which is closer to how much you actually typed.
Character counting is done by code point, so an emoji or an accented letter counts as one character rather than the two or more units some naive counters report. Sentences are estimated by splitting on . ! and ?, and a block with no ending punctuation still counts as one.
Frequently asked questions
Text is split on whitespace, so any run of non-space characters counts as one word. Leading and trailing spaces are ignored.
Characters counts everything including spaces and line breaks. Characters without spaces excludes all whitespace, so it reflects only the visible characters you typed.
Sentences are estimated by splitting on . ! and ? A block of text with no ending punctuation still counts as one sentence.
Yes. Characters are counted by code point, so an emoji or an accented letter counts as a single character rather than the multiple units some counters report.
Search engines usually show about 155 to 160 characters of a meta description, and a post on X is capped at 280 characters. The character count helps you stay just under these limits.
No. The analysis runs entirely in your browser, so nothing you paste is sent to a server, stored or logged.
Embed this tool
Add this tool to your own website. Copy the snippet below; it stays up to date automatically.
<iframe src="https://monu.tools/embed/en/word-counter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>Related tools
Compare two texts and highlight the exact lines and words that changed, instantly and in your browser.
Generate placeholder text by paragraphs, sentences or words, with one click.
Remove duplicate lines from a list or text, with options to ignore case, trim and sort.
Reverse text by character, word or line, or flip it upside down.