How long should a chapter be?

Most published chapters run between 1,500 and 5,000 words, with 2,500 to 3,500 the commonest band across fiction and nonfiction alike. But the number is downstream of the decision that matters: a chapter is one complete movement of the book, and it ends when that movement does. Length is what you measure afterwards to check the pacing, not what you aim at while writing.

The question is nearly always asked while writing, and it is nearly always the wrong question at that moment. Still, the ranges are real and useful for a sanity check, so here they are, followed by the thing they are a proxy for.

The ranges, by what you are writing

Kind of bookWords per chapterPages (trade paperback)
Thriller / commercial fiction1,200–2,5004–9
Literary fiction3,000–6,00011–21
Middle grade800–1,5003–5
Young adult1,500–3,0005–11
Business / self-help nonfiction2,000–4,0007–14
Memoir2,500–4,5009–16
Technical / reference1,500–8,000Varies wildly
Lead magnet or short guide400–1,2002–5 at A4

Two of these are worth reading carefully. Thrillers are short deliberately — a chapter that ends in four pages is a chapter the reader will start another of at midnight, and that is the entire commercial mechanism of the genre. Technical books have no meaningful range because a chapter is a subject, and subjects are not the same size.

What a chapter actually is

A chapter is a unit of attention. It is a promise that something will resolve before the reader has to put the book down, and it is the place the book offers them a decision: continue, or stop here. Everything about chapter length follows from that.

Which means the useful test is not "how many words" but what changed. A chapter should contain one complete movement — a scene that turns, an argument that lands, a problem stated and answered. If you can summarise the chapter in one sentence and that sentence has a verb in it, the chapter has a shape. If the summary is "they talk about the plan and also there is a flashback and then a new character arrives", you have two or three chapters wearing one hat.

The inverse is just as common in nonfiction: three chapters that are really one idea, split because each felt too short. A reader can feel that. The chapters end without ending.

Length as a pacing control

Once you accept that chapters are units of attention, length becomes a lever you can pull on purpose:

  • Short chapters accelerate. More endings per hour, more places to keep going, more momentum. This is why thrillers run four pages and why business books aimed at busy readers do the same.
  • Long chapters immerse. Fewer interruptions, more room for a scene to develop its own weather. Literary fiction earns its length this way.
  • Varying them is the real technique. A 900-word chapter after three 4,000-word ones reads as urgency without a word of the prose changing. Uniform chapter lengths flatten a book's rhythm even when every individual chapter is good.

So the answer to "is this chapter too long" is usually a question about its neighbours. A 6,000-word chapter is fine. Nine of them in a row is a pacing problem.

What chapter length does to the page

There is a production side to this that nobody mentions until the first proof arrives, and it is the one that costs money.

If chapters start on a fresh page — the standard convention, and the right one — then every chapter ends with a part-empty page. On average you waste half a page per chapter. A book of 40 short chapters carries roughly 20 pages of white space that print-on-demand charges you for, because print pricing is per page. Thirty chapters is fine; ninety is a decision with an invoice attached.

Two conventions soften it. Traditional books start chapters on the recto — the right-hand page — which looks better and wastes more, up to a full page per chapter. And a drop folio (the page number moved to the foot on chapter openings, or dropped entirely) is what keeps a chapter opening from looking like an ordinary page with a big heading on it.

Scene breaks, for when a chapter is not the right unit

Often the thing you want is not a new chapter but a break inside one: time passes, the viewpoint shifts, the scene changes. That is a scene break, and it is a smaller signal — a printed ornament or a blank line, not a fresh page.

In bukpress the two are different marks in the same file. A line of three dashes is a hard page break, so it starts the next chapter on a new sheet. A line of four dashes is a printed divider — the small rule between scenes:

The door closed behind her.

----

By the time the train reached Leeds, she had decided.

---

# 12. The Ledger

The next chapter opens on a fresh page.

Getting these two right is most of what makes a manuscript read as a book. Page breaks in Markdown covers the mechanics; the editorial point is that reaching for a chapter break when you needed a scene break is how a book ends up with ninety chapters and no rhythm.

The only check worth running

When the draft is done, list your chapters with their word counts in a column and look at the shape of the numbers. You are not looking for consistency — you are looking for whether the variation matches the book. The long ones should be where the book slows on purpose. The short ones should be where it drives.

Then set the type and look at the real pages, because word counts are an abstraction and chapter openings are not. Where each chapter falls, how much white space it leaves behind, whether chapter 12 opens on a left-hand page — those only become visible once the book is paginated. bukpress repaginates as you write, so the shape of the book is something you watch rather than something the first proof tells you about. The sample book is eight pages of what that looks like finished.

Read next

Explainers · 4 min read

How many pages is your book? Word count to page count

As a working figure, a typical trade paperback runs about 250 to 300 words a page, and a typeset A4 page at 11pt with generous margins runs about 450 to 500. Anything more precise than that requires knowing your type size, line spacing and margins, because those three settings can move the same manuscript by 40 percent.

Read it
How-to · 5 min read

How to control page breaks in Markdown

Markdown has no page break because it describes structure, not pages — so every method is really an instruction to whatever renders it. The three that work are a raw HTML div with a CSS page-break rule, a LaTeX \newpage command through Pandoc, or a renderer that assigns a meaning to a plain-text marker.

Read it
How-to · 6 min read

Headings in Markdown: turning a file into a book's structure

Use a single `#` for the book's title, `##` for every chapter and `###` for the sections inside them, and never skip a level. Those three marks are the only structure a Markdown file has, and everything downstream — the running hierarchy on the page, the printed contents, the EPUB's navigation — is read straight off them.

Read it

Write it in Markdown. Ship a book.

bukpress turns the file you are already writing into a typeset PDF and EPUB — your type, your covers, no watermark on any plan.

Start free — no card required