Skip to content
Free Tool Arena

Text & Writing Utilities · Free tool

Word Count by Section

Get total words, characters, paragraphs, sentences, and reading time — plus a per-section breakdown for any Markdown-formatted document.

Updated June 2026
Words
86
Characters
467
Paragraphs
12
Sentences
11
Reading time
0.3 min

By section

SectionWordsParagraphs% of total
# Introduction12114.0%
# Background21124.4%
## Prior Work819.3%
# Method11112.8%
# Results12114.0%
# Discussion9110.5%
Reading time: calculated at ~250 words/minute (average adult reading speed for non-fiction). Adjust mentally if your audience reads denser/lighter content. Longer sections often warrant being split — most modern long-form sweet spot is 200-500 words per section.
Found this useful?EmailBuy Me a Coffee

Advertisement

What it does

Word count and section balance are two different writing-quality signals. Total word count tells you whether you're hitting an assignment, article, or submission length target. Per-section balance tells you whether your structure is actually doing what you intended — a 1,500-word essay with 60% of words in one section and 5% in another almost always has a structural problem (one section is doing too much heavy lifting; another is underdeveloped). Professional editors and writing coaches consistently flag imbalanced section weights as the most common revision target after wordy paragraphs.

The tool takes any Markdown-formatted document (using # / ## / ### headings to delimit sections), parses it, and reports: total words, total characters (with and without spaces), paragraph count, sentence count, estimated reading time at 200, 250, and 300 wpm (typical English silent reading speeds), and a per-section breakdown showing words in each ## heading section, plus that section's percentage of the whole. Section depth follows Markdown heading levels — ## sections are typically the structural divisions; ### are subsections within them.

Common applications: long-form blog post balancing (most posts work best when no single H2 section dominates more than 25-30% of total words), academic paper structure analysis (intro should be ~10%, methods ~20%, results ~30%, discussion ~30%, conclusion ~10% in typical scientific papers), book chapter pacing (consistent chapter length signals professional editing — wildly variable lengths feel sloppy), newsletter/article cropping (target word count for a specific publication — Atlantic features run 4,000-8,000; NYT op-eds 800-1,200), and conference presentation prep (slides at 100-150 words per minute of speaking time).

Embed this tool on your siteShow snippet

Paste this snippet into any page. Loads on-demand (lazy), no tracking scripts, and sized to most dashboards. Replace the height to fit your layout.

<iframe src="https://freetoolarena.com/embed/word-count-by-section" width="100%" height="720" frameborder="0" loading="lazy" title="Word Count by Section" style="border:1px solid #e2e8f0;border-radius:12px;max-width:720px;"></iframe>
Embed docs →

How to use it

  1. Paste your Markdown document — use # / ## / ### headings to define sections.
  2. Read total stats: words, characters, paragraphs, sentences, reading time.
  3. Scan the per-section breakdown — each H2 with word count and percentage of total.
  4. Identify imbalanced sections: any section >30% of total or <5% may need restructuring.
  5. Iterate — restructure outline, repaste, recompare until distribution feels right.

When to use this tool

  • Auditing structure of long-form blog posts, articles, or essays.
  • Verifying a paper meets word-count requirements (assignment minimums, journal max).
  • Checking book chapter consistency in a manuscript.
  • Pacing speeches or presentations — calculate speaking time at typical 130-150 wpm rate.
  • Editing client manuscripts where you need to summarize structure across multiple files.

When not to use it

  • Plain text without heading structure — no sections to break down; use a basic word counter instead.
  • Real-time word counting while writing — most editors (Word, Google Docs, Notion) show this natively.
  • Comparing across documents in different formats — best for a single Markdown source.
  • Multi-language documents (Chinese, Japanese without spaces) — tokenization assumes whitespace-separated languages.

Common use cases

  • Educational use &mdash; demonstrating the underlying concept
  • Onboarding a colleague who needs the same calculation/conversion
  • Verifying a number or output before passing it on
  • Quick use during a typical workday

Frequently asked questions

What's a balanced section distribution?
Depends on document type. Blog posts: aim for no H2 section above 30% of total. Academic papers: structure-dependent (IMRaD typically 10/20/30/30/10 for intro/methods/results/discussion/conclusion). Book chapters: similar lengths within ±20%. The tool flags imbalances; you decide if they’re intentional (a long methods section makes sense in a methodology paper) or a structural problem.
How is reading time calculated?
Standard adult silent reading speed in English is 200-300 wpm depending on text density, reader experience, and content type. The tool typically reports 200 wpm (slow/careful), 250 (typical), and 300 (fast skimming). Technical content reads slower (180-220 wpm); simple narrative reads faster (300+). For audiobook estimation, narrators read at 130-150 wpm, so divide word count by 140 for narration time.
Does it count Markdown formatting?
Most tools count words after stripping Markdown syntax — so the # in headings, ** in bold, [...] in links, etc. don’t count. Code blocks may or may not count depending on your tool’s behavior — typically excluded from prose word count for fairness. Confirm by counting a known sample.
Why do my word counts differ between tools?
Tokenization differences. Hyphenated compounds (state-of-the-art): some count as one word, some as four. Em-dashed phrases: same. Code blocks: included or excluded. Apostrophes (don’t): always one word. Numbers (3.14159): one word. The differences are usually under 5% for normal prose; the absolute number matters less than directional comparison within one tool.
Can I export the breakdown?
Most tools let you copy the section table to clipboard or export as CSV. Useful for tracking section growth across drafts (paste old breakdown vs new in a spreadsheet to see which sections grew and by how much). Some tools provide a JSON export for integration with editorial workflow scripts.
How accurate is sentence counting?
Roughly 90-95% accurate for typical English prose. Tricky cases: abbreviations with periods (Dr., U.S., e.g.), ellipses (…), parenthetical sentences, dialogue, and lists. The tool uses sentence-boundary heuristics (period/question/exclamation followed by space + capital letter) which fail at ~5-10% of edge cases. For exact counts, use a rigorous NLP library like spaCy.

Advertisement

Learn more

Explore more text & writing utilities tools

100% in-browserNo downloadsNo sign-upMalware-freeHow we keep this safe →

Found this useful?

The tools stay free thanks to readers who chip in or spread the word.

Buy Me a Coffee