Word counter

Counts words, characters, sentences and reading time while you type.

Paste your text and the counters update instantly. Words, characters with and without spaces, sentences, lines, paragraphs, reading time — all of it, live, as you type. Useful for essays with a word limit, meta descriptions, ad copy and social posts.

What counts toward a word count — and what your marker counts

The most common question about word counts is not how the number is produced but what belongs in it, because a tool and a person can disagree. A counter measures every word you give it. Your university, journal or client, on the other hand, has rules about which parts of the document the limit applies to — and those rules decide whether you are over.

The short version, following the guidance most universities publish: the word count normally includes the main body of your text, in-text citations, quotations and (usually) footnotes. It normally excludes the title page, the reference list or bibliography, appendices, and tables and figures. But this varies by institution and by assignment, so the rule that matters is the one on your brief — the points below are the common default, not a guarantee.

Because a counter cannot know which of these your document contains, the reliable method is to paste only the parts that count. If references are excluded, leave them out of the box.

Try:
0Words
0Characters
0No spaces
0Sentences
0Paragraphs
0Lines
0Pages
0Reading
0Speaking

Runs entirely in your browser. Your text is never uploaded — open DevTools, Network tab, and you will see zero requests while you use this tool.

How to use it

  1. Paste or type your text in the box above.
  2. Read the counters below the box — they update on every keystroke.
  3. To match your marker, paste only the parts that count toward the limit — usually the body and citations, not the reference list.
  4. Use Copy to take the text back, or Download .txt to save it.

What this tool does

The word counter reads the text in the box on every keystroke and reports six numbers: words, characters, characters without spaces, sentences, lines and estimated reading time. Nothing is submitted and there is no button to press — the figures move while you type or paste.

A word here is any run of letters, digits or apostrophes bounded by spaces, tabs or line breaks. That single rule decides most of the edge cases people argue about:

Sentences are counted by terminal punctuation, so a period, question mark or exclamation mark ends one. Abbreviations such as e.g. can inflate that number slightly; treat the sentence figure as a guide to rhythm rather than an exact count.

How Google Docs, Microsoft Word and Excel count words

Every editor uses a slightly different rule, which is why the same paragraph gives three different numbers. If a tutor or a client set the limit in a specific program, check the number there before you submit.

ProgramWhere the count livesWhat it includes
Google DocsTools → Word count, or Ctrl+Shift+C (Cmd+Shift+C on Mac). Tick Display word count while typing to pin it to the corner.Body text and footnotes if the box is ticked. Headers, footers and text inside images are excluded. Select a passage first and it counts only the selection.
Microsoft WordThe status bar at the bottom, or Review → Word Count.Body text by default. The dialog has a checkbox for Include textboxes, footnotes and endnotes, which is off in some templates — a common reason Word and Docs disagree.
Excel / Google SheetsNo built-in word count. Use =LEN(TRIM(A1))-LEN(SUBSTITUTE(TRIM(A1)," ",""))+1 for one cell, and wrap it in SUMPRODUCT for a range.Counts gaps between words, so it is spacing-based: two spaces between words break it unless you keep the TRIM.
TextFizzLive under the box.Everything you paste, including numbers and URLs, with the rule described above.

Differences of one or two percent between tools are normal. If you are writing to a 500-word cap, aim for 480–495 and no editor will call it over.

Typical length targets

Most writing tasks have a conventional length rather than a hard rule. These are the numbers people actually check against:

Piece of textWordsCharactersNote
Post on X~55280The limit is in characters, so links eat into it.
Meta description20–25150–160Google truncates by pixel width, not character count.
Page title7–950–60Front-load the important words.
Paragraph40–80250–500On screen, shorter is easier to read than on paper.
College essay500–1500Most graders allow ±10%.
Blog article800–1500Ranking pages in competitive niches often run far longer.
Conference talk~130 per minuteSpoken pace, not reading pace.

When you need it

The counter earns its keep whenever a number is attached to the text:

Doing it without this tool

If you would rather stay in the program you already have open:

All of these work. The reason to paste into a browser tab instead is that you often want the count for something that is not in a document yet — a caption, a form field, a chunk of an email.

Privacy: your text never leaves your browser

The counting is plain JavaScript running on the page you already loaded. There is no upload, no background request, no server-side copy and no database. Close the tab and the text is gone; reload the page and the box is empty.

That matters more than it sounds. Drafts pasted into a counter routinely contain unpublished articles, cover letters, legal wording and client material under NDA. You can confirm the behaviour yourself: open the Network tab of your browser developer tools, type into the box, and watch that no request is made.

Related tools

YouTube counterLive counts against YouTube title, description, tag and comment limits.Word frequencyRanks every word in your text by how often it appears and shows the top 100.Vowel counterCounts vowels, consonants, letters and digits in any text.Sentence counterCounts sentences and paragraphs, and shows your average sentence length.Username generatorReadable names built from real words. No xX_ padding, no forced digits.How random is randomGood enough for a raffle, not good enough for a password. Here is the actual…What is a URL slugThree to five words, lowercase, hyphens, no dates. And why changing it later…

See all text tools →

Frequently asked questions

How are words counted?

A word is any sequence of letters, digits or apostrophes between spaces or line breaks. So hyphenated forms like state-of-the-art count as one word, and numbers count as words.

Why does Microsoft Word give a different number?

Word can include or exclude footnotes and text boxes depending on a checkbox in the Word Count dialog, and it treats some hyphenated and dashed forms differently. A gap of one or two percent is normal.

How do I see the word count in Google Docs?

Open Tools then Word count, or press Ctrl+Shift+C (Cmd+Shift+C on Mac). Tick "Display word count while typing" to keep it visible in the corner of the document.

How is reading time calculated?

At 200 words per minute, the average adult silent reading speed. Reading aloud is slower, around 130 words per minute, so divide by that for a script.

Can I count words in only part of my text?

Yes. Paste just the section you care about, or delete the rest, and the counters update instantly either way.

Does it count words in other languages?

Yes for anything that separates words with spaces, including Cyrillic, Greek and accented Latin. Chinese and Japanese do not use spaces, so use the character count for those.

Is my text sent anywhere?

No. All counting happens in your browser, the text never leaves your device and nothing is stored.