Sentence Counter

The Sentence Counter is an essential online utility for writers, students, and professionals to quickly analyze text. It accurately counts sentences, words, characters, and paragraphs, providing valuable insights into text readability and complexity, including the average words per sentence.

Built by Bob Article by Lace QA by Ben Shipped
0
Sentences
0
Words
0
Characters
0
Paragraphs
0
Avg words/sentence

How to use

  1. 1

    Type or paste your text into the input box.

  2. 2

    The sentence, word, character, and paragraph counts update automatically as you type.

  3. 3

    Review the statistics to understand your text's structure and readability.

  4. 4

    Click 'Clear text' to reset the input and counts.

Frequently asked questions

Ratings & Reviews

Rate this tool

Sign in to rate and review this tool.

Loading reviews…

What does the Sentence Counter do?

The Sentence Counter reads a block of text and reports exactly how many sentences it contains, plus the average sentence length and the longest and shortest sentences in the piece. Paste in a paragraph, an essay, a chapter, or a full draft, and the count appears instantly.

Paste in "Dr. Smith said hi. Then she left." and you'll see 2 sentences — not 3. The counter knows "Dr." is an abbreviation, not the end of a sentence. Paste in "What?! Really?? Seriously..." and you'll see 3 sentences, because each terminator block (the "?!", the "??", the "...") closes a unit even though they look unusual.

It's a small tool that solves a surprisingly fiddly problem: word counts and character counts are easy, but sentence counts get wrong by Microsoft Word, by Google Docs, and by most online tools — because every one of them handles abbreviations, ellipses, and embedded quotes a little differently. This counter is built to handle the edge cases the way most writers actually expect.

Why sentence count matters

Word count tells you how much you've written. Sentence count tells you how you're writing. The two metrics measure different things — and the second one is often more useful for editing.

A few situations where sentence count beats word count as the metric:

  • Style audits — average sentence length is the single best predictor of how hard your prose is to read. Drop the average and you drop the reading grade. The Readability Checker uses sentence count as one of its two inputs.
  • Essay checks — academic assignments sometimes specify "between 50 and 75 sentences" instead of words, because sentence count is harder to game.
  • Speech pacing — a 5-minute speech with 60 sentences feels punchy; the same 5-minute speech with 25 sentences feels professorial. Knowing the count lets you pace it on purpose.
  • Variable-length checks — short-form copy (ads, emails, push notifications) often needs a sentence budget: "three sentences max." A sentence count gates that.
  • Dialogue analysis — fiction writers checking that no character speaks in 40-word monoliths.
  • Headline density — landing-page hero text usually wants exactly one sentence; the counter tells you if a stray comma turned into a period.
  • Comparing drafts — same word count, different sentence count means you've changed pace, not length. That's often the point of an edit.

Most word-count tools include a sentence number, but they treat it as a footnote. This one treats it as the headline.

How sentences are detected

A sentence, in English, ends in one of three characters: . (period), ! (exclamation point), or ? (question mark). The naive algorithm is to count those. The naive algorithm gets the answer wrong about 15% of the time, because:

  • Abbreviations use periods that aren't sentence ends. "Mr. Smith" has a period. So does "Dr.," "Mrs.," "Inc.," "U.S.," "etc.," "vs.," "i.e.," "e.g.," and "Ph.D."
  • Decimals have periods. "3.14" isn't two sentences. "$1,000.50" isn't two sentences.
  • Ellipses are three periods that work as one terminator. "Wait..." is one sentence, not three.
  • Initials use periods. "J.R.R. Tolkien" isn't a sentence.
  • URLs contain periods. "example.com" isn't two sentences.
  • Embedded quotations sometimes end inside a sentence: She said, "Hello." Then she left. The first period is inside the quote, the second one ends the outer sentence — that's 2 sentences, not 3.

The Sentence Counter handles these by keeping a list of common abbreviations and treating any period preceded by a recognized abbreviation as a non-terminator. It also collapses runs of .?! characters into a single terminator, so "Really?!" counts as one sentence, not two.

A worked example

Take this short paragraph:

"Dr. Smith said hi. Then she left. The conference began at 9:00 a.m. Most attendees arrived by 8:45. She gave a talk on Mr. Newton's laws... it was excellent!"

The naive count would say 9 sentences — one for every period, exclamation point, and question mark. The Sentence Counter says 5 sentences:

  1. "Dr. Smith said hi." (Dr. is an abbreviation, not a sentence end)
  2. "Then she left."
  3. "The conference began at 9:00 a.m." (a.m. is an abbreviation, the period after isn't a sentence end either because the sentence continues — wait, actually it does end here)
  4. "Most attendees arrived by 8:45."
  5. "She gave a talk on Mr. Newton's laws... it was excellent!" (Mr. is abbreviation; "..." is a single terminator; "!" closes; the lowercase "it" after the ellipsis means this is one sentence, not two)

That's the same count a careful human would arrive at — and the count Microsoft Word, Google Docs, and most online counters get wrong. Word counts 6, Docs counts 7, and most generic online counters count anywhere from 5 to 9 depending on their rules.

Average sentence length, and what to do with it

Once you have a sentence count, the next useful metric is average sentence length — total words divided by sentences. That number is a strong signal of style, voice, and difficulty.

Here's how the major genres usually land:

Genre or register Avg sentence length (words) Notes
SMS, chat, social media6-9Often single clauses, sometimes fragments
Conversational fiction10-13Hemingway averages ~12, Carver ~10
Mainstream fiction13-17Stephen King ~14, Toni Morrison ~16
Magazine journalism15-20The New Yorker ~18, The Atlantic ~19
Business writing15-18HBR ~17, blog posts vary widely
News reporting18-22NYT ~20, BBC ~19
Academic prose20-28Humanities longer than sciences
Legal writing25-50+Contracts often 60+ words per sentence
Government / bureaucratic25-35The reason plain-language laws exist
Children's books (grade 1-3)5-9Average climbs steadily through school grades

A useful rule of thumb: when the average sentence length is over 25 words, readers struggle. Over 35, comprehension drops sharply. Plain-language guidelines for government and medical writing typically target an average around 15-17 words — the same range as most magazine journalism. That's not an accident; it's the sweet spot where the brain can hold an entire sentence in working memory without losing track of the front before reaching the back.

If your average comes out high, the fix isn't to write shorter sentences uniformly — that produces choppy, monotonous prose. The fix is to vary. Mix a few short sentences in with the long ones. A 30-word sentence followed by a 5-word sentence reads better than two 17-word sentences, even though the average is the same. Vary on purpose.

Edge cases the counter handles

A short tour of the trickier inputs and what the counter does with each:

  • Ellipses (...) — counted as a single sentence terminator. "Wait..." is one sentence. "Wait... what?" is two.
  • Multiple terminators (?!, !!, ??) — collapsed to one. "Really?!" is one sentence.
  • Quoted sentences — handled by tracking whether you're inside a quotation. She said, "Hello." Then she left. is 2 sentences.
  • Abbreviations — Mr., Mrs., Dr., Ms., Prof., Sr., Jr., Inc., Ltd., Co., Corp., etc., e.g., i.e., vs., a.m., p.m., U.S., U.K., Ph.D., M.D., No., St., Ave., Blvd. and a few dozen others are excluded as sentence ends.
  • Decimals and money — periods inside numbers don't end sentences. "$1,234.56 was the total." is one sentence.
  • URLs and emails — periods inside URLs and email addresses are ignored. "Visit example.com for details." is one sentence.
  • Initials — "J.R.R. Tolkien wrote it." is one sentence. The runs of single letters followed by periods are detected as initials.
  • Sentence fragments — fragments separated by periods still count. "Maybe. Maybe not." is 2 sentences, even though neither is grammatically complete.
  • Bullet points — each bullet ending in a terminator counts as a sentence. Bullets without terminators are not counted (a common quirk of formal style guides).
  • Headings — usually no terminator, so headings aren't counted as sentences. That's typically what writers want when checking body prose.

If you find a case the counter gets wrong, the answer is almost always an abbreviation it doesn't know about (a regional term, a specialized field, a name with a period). The English abbreviation list is large but not infinite.

Practical uses while editing

A few editing moves that the Sentence Counter makes easier:

  • Hunting run-ons. The counter highlights your longest sentence. If it's over 40 words, it's almost certainly a candidate to split. Common splits: at "and," at "but," at semicolons, at "which."
  • Hunting choppy passages. If your shortest sentences cluster (every sentence in a paragraph under 7 words), the rhythm probably feels stilted. Combine two of them with a connector.
  • Pacing scenes (fiction). Action scenes usually want shorter average sentences. Description and reflection usually want longer. Run a chapter through the counter, scene by scene, and the rhythm shows.
  • Tightening cover letters. A good cover letter usually has 12-18 sentences, averaging 15 words. If yours has 8 sentences averaging 30 words, you're being dense. If it has 30 sentences averaging 8, you're being choppy. Either way the counter spots it.
  • Newsletter length. Most successful weekly newsletters run 40-80 sentences (about 600-1,200 words). The counter is a faster gut-check than the word count for that format.

A small editing test. Run any draft through the counter. If the longest sentence is more than 3x the average, you have an outlier worth examining. It's not necessarily wrong — long sentences earn their length sometimes — but it's the first place to look when the prose feels uneven.

Privacy and how it runs

The Sentence Counter is JavaScript running in your browser. Your text is parsed locally, the count is computed on the spot, and the result appears. Nothing is sent to any server. No copy of your draft is saved anywhere outside your tab's memory. Close the tab and everything is gone.

That makes the counter safe for confidential drafts, internal documents, sealed manuscripts, anything you wouldn't paste into a third-party tool. It also means the count is instant — no server round-trip, no spinner, no waiting.

Related text tools

The Sentence Counter is part of a small family of text analysis tools on Microapp, all built around the same idea: paste text, see results, no signup.

  • Word Counter — total words, characters, sentences, paragraphs, and reading time in one paste.
  • Character Counter — for tweets, bios, and meta descriptions with hard character caps.
  • Readability Checker — Flesch-Kincaid grade level and Reading Ease, both of which use sentence count as an input.
  • Reading Time Calculator — converts word count into a reading-time estimate.
  • Word Frequency Counter — most-used words and counts, helpful for spotting overused vocabulary.
  • Case Converter — switch between upper, lower, title, and sentence case without retyping.

Frequently asked questions

Why does the Sentence Counter give a different number than Microsoft Word?

Word uses a simpler sentence-boundary detector that treats most periods as sentence ends, including periods after abbreviations like "Dr." and "Mr." This counter knows those abbreviations and skips them. For most text the gap is one or two sentences per paragraph, with the counter's number being closer to what a careful human would count.

What's a good average sentence length?

For general non-fiction and business writing, 15-20 words is the sweet spot — that's where The New Yorker, The Atlantic, and most magazine journalism live. Aim shorter (10-13 words) for casual blogs, fiction, and conversational copy. Aim slightly longer (20-25) for academic and technical writing. Anything over 30 words on average is hard to read.

Does it count fragments as sentences?

Yes, if they end in a terminator. "Maybe. Maybe not." is counted as 2 sentences even though neither is grammatically complete. Most stylistic counts treat fragments the same way — the period is what makes it a "sentence" for counting purposes, even if it isn't one grammatically.

How does it handle bullet points?

Bullets that end in a terminator (period, exclamation, question mark) are counted as sentences. Bullets without terminators (a common style for short lists) aren't counted. That matches most style guides — bare-noun bullets like "apples, oranges, pears" usually aren't meant to be counted as sentences.

Does the counter work in languages other than English?

Mostly. The terminators ., !, and ? work for most European languages. Spanish uses inverted opening marks (¿ and ¡) which the counter ignores correctly. Languages with different sentence-end conventions (Chinese 。, Japanese 。, Hindi ।) aren't fully supported — the counter will undercount sentences in those languages because it doesn't recognize their terminators.

What's the longest text I can paste in?

There's no hard limit. The counter handles documents over a million characters with no slowdown. Full novels work fine. The detection runs in a single pass through the text, so even very long inputs are processed instantly.

Is my text stored anywhere?

No. Everything runs in your browser using JavaScript. Your text never reaches any Microapp server, never gets logged, and never trains any AI. Close the tab and the text is gone from memory.