Page numbers in Word: start from page 3 without breaking your TOC
Section breaks, the linked-to-previous trap, and the right way to number a document with a cover page, table of contents, and main body.
Mona Steele
Microsoft 365 enthusiast
Affiliate disclosure: Some links in this article may earn us a commission at no extra cost to you. Learn more.
I once watched a paralegal recreate a 62-page brief from scratch because she could not get page numbers to start at 1 on the right page. From scratch. At 11 PM on a Sunday. She had been fighting Word for about three hours and decided rebuilding the whole document was faster than figuring out what was wrong.
She was not wrong, by the way. Once Word's page numbering goes sideways, untangling it can feel like defusing something. But there's a clean way through, and it does not break your table of contents. It just requires you to understand two Word concepts most people have spent their entire careers ignoring.
So let's get into it.
Why this is harder than it should be
Page numbers in Word aren't a property of the page. They're a property of the section. By default every Word document has exactly one section, which is why numbering applies to the whole thing the moment you turn it on. To number "from page 3" you have to physically split the document into two sections. Front matter (cover plus TOC) on one side, main body on the other. Then you tell Word those sections are independent of each other.
Then. And this is the bit nobody mentions. You have to break a link Word automatically creates between the headers and footers of adjacent sections. Otherwise changing one quietly changes the other and you lose your mind.
That's the whole mental model. Everything below is just clicking buttons in the right order.
Step 1: Insert Next Page section breaks (NOT regular page breaks)
This is where most people go wrong. Ctrl+Enter inserts a page break, which moves text to a new page but stays in the same section. A section break creates a new section. They look identical on screen. Identical. You cannot tell them apart visually.
To insert one correctly:
- Click at the very start of the line where your main content begins (usually your "Introduction" heading on what will become the new page 1).
- Layout tab, then Breaks, then Next Page under the Section Breaks group.
Don't use "Continuous" unless you really know what you're doing. It creates a section break without forcing a new page, and you'll spend an hour wondering why your numbering is off by one.
To check, turn on formatting marks (Ctrl+Shift+8, or that pilcrow button on the Home tab). You should see :::::::: Section Break (Next Page) :::::::: printed across the page. If you don't see it, you inserted the wrong kind. Delete and try again.
If your document has a cover page AND a TOC AND main content, you need two section breaks. One between cover and TOC, another between TOC and main body. Three sections total. Each one independently numberable.
Step 2: Break the "Link to Previous" chain
Word automatically links every new section's header and footer to the previous one. Helpful for a 200-page thesis where you want a consistent running header. Catastrophic for what you're trying to do here.
- Double-click the footer area on the first page of your main body (the new section, not the TOC).
- The Header and Footer ribbon tab pops up. Find the Link to Previous button. It will be highlighted.
- Click it once. The "Same as Previous" tag in the top-right of the footer should disappear.
Repeat for the header if you have header content. Repeat at every section boundary in the document.
This is the single most overlooked step in the whole process. Skip it and every change you make to the main body's numbering quietly leaks back into the TOC and cover, and you end up convinced Word is broken. It isn't. You just left the chain connected.
Step 3: Set up the front matter numbering
Now configure the cover page and TOC section. The convention in most professional documents: cover page shows nothing, TOC pages use lowercase roman numerals (i, ii, iii) starting from "i" on the TOC's first page.
Add the number, then format it
- Double-click the footer on the TOC page.
- Insert tab, then Page Number, then Bottom of Page, and pick your alignment. Plain Number 2 for centred is the standard choice.
- With the cursor still in the footer, Insert tab, then Page Number, then Format Page Numbers.
- Number format:
i, ii, iii, ... - Page numbering: Start at: i
- OK.
Hide the number on the cover
If your cover page is in its own section already, just delete the page number from that section's footer. Done.
If the cover page sits in the TOC section (no break between them), use the Different First Page option instead:
- Double-click the cover footer.
- Header and Footer tab, then tick Different First Page.
- The first page footer is now blank. Leave it.
Cover shows nothing. TOC pages show i, ii, iii. Front matter sorted.
Step 4: Number the main body from 1
- Double-click the footer on the first page of the main body section.
- Confirm "Same as Previous" is NOT showing (you killed it back in Step 2).
- Insert tab, then Page Number, then Bottom of Page, then Plain Number 2.
- Insert tab, then Page Number, then Format Page Numbers.
- Number format:
1, 2, 3, ... - Page numbering: Start at: 1
- OK.
Your main body now shows 1, 2, 3 starting from what used to be page 3 of the document. Roman numerals on the TOC. Blank cover. The way you wanted it twenty minutes ago.
The "Page X of Y" trap
You add "Page 3 of 38" to your footer. It works. Then you notice the "of Y" is the total page count of the entire document, including cover and TOC. So your main body says "Page 1 of 40" instead of "Page 1 of 38." Annoying.
That's because the NUMPAGES field counts every page in the document. You want SECTIONPAGES, which only counts pages in the current section.
How to switch the field
- Click on the "of Y" number in your footer. It should highlight grey.
- Press Shift+F9 to toggle field codes. You'll see something like
{ NUMPAGES }. - Change
NUMPAGEStoSECTIONPAGES. Keep the braces and the spaces. - Press Shift+F9 again to toggle back.
- Right-click the field and pick Update Field, or just press F9.
The "of Y" now reflects only the main body's page count. Much better.
Field codes reference
| Field | What it counts |
|---|---|
{ PAGE } |
Current page number using current section's format |
{ NUMPAGES } |
Total pages in entire document |
{ SECTIONPAGES } |
Total pages in current section only |
{ SECTION } |
Current section number (debugging aid) |
If you can't get the field-code edit to work for some reason, just delete the entire footer line and rebuild it from scratch using Insert, then Quick Parts, then Field, and pick SectionPages from the field list. The GUI inserts a clean field every time. Fewer chances to fat-finger something.
Updating the TOC after all this
Once you've renumbered everything, your existing TOC still shows the old page numbers. Right-click the TOC, pick Update Field, then Update entire table. The page numbers refresh to match the new scheme. Roman numerals show up for any front matter entries, Arabic numbers for the body content. Magic, sort of.
If the TOC shows what look like weird page numbers (your "Chapter 1" entry says page 1 but you can see it's actually on physical page 5), the TOC is reading section-relative page numbers. That is what you want. Ignore the gut reaction to "fix" it.
Common things that go wrong
"My TOC numbers all changed to roman numerals." You forgot Link to Previous on the main body section's footer. Number format leaked backward through the chain. Go back to Step 2.
"My cover page now shows page number 1." You set Start At: 1 in the cover's section instead of the main body's. Click into the main body footer and re-do Format Page Numbers there.
"Numbers vanished entirely from page 3 onward." You inserted a regular page break instead of a Next Page section break. There's no new section, so Word can't apply a different format. Turn on formatting marks and check.
"Some pages have numbers, others don't." Different First Page is enabled on the wrong section. Check each section's footer one by one. Tedious. Necessary.
A clean re-do recipe
If your document is in such a state that fixing it piece by piece feels hopeless, just nuke and rebuild:
- Click into any header or footer.
- Header and Footer tab, then Page Number, then Remove Page Numbers. Repeat in each section.
- Layout tab, click into each section break, verify which type it is. Replace any wrong ones with Next Page section breaks.
- Disable Link to Previous on every section's header and footer.
- Apply numbering to each section fresh, using Format Page Numbers each time.
Faster than chasing the bug. I've timed it. About fifteen minutes for a thirty-page document, versus an hour-plus of poking at the existing mess.
A few last things
- Use Next Page section breaks between front matter and main body. Never plain page breaks.
- Disable Link to Previous on every section's footer (and header) before changing numbering. Every. Time.
- Use Format Page Numbers and Start At to control where each section's numbering begins.
- For "Page X of Y" in a sectioned document, swap
NUMPAGESforSECTIONPAGESvia Shift+F9. - After all changes, right-click the TOC and Update entire table.
Word's page numbering isn't broken. It's just designed for documents far longer and weirder than yours, which means it makes you spell out boundaries it would otherwise have to guess at. Once you accept that sections are the unit of numbering and not pages, the rest is muscle memory.
The paralegal, by the way, called me back the next week. She'd printed out these steps and taped them to her monitor. Says she hasn't rebuilt a brief from scratch since.
One Microsoft 365 tip every Tuesday.
Practical tutorials, troubleshooting, and shortcuts — straight to your inbox. No spam. Unsubscribe anytime.
Related articles
'Locked for editing by another user' — when no one else has the document
monasteele.com
'Locked for editing by another user' — when no one else has the document
Word's ghost-lock error is one of the most common and least-explained Microsoft 365 frustrations. Here is what is actually holding the lock and how to release it without losing changes.
Why Word Styles will save your sanity (and how to use them)
monasteele.com
Why Word Styles will save your sanity (and how to use them)
Stop manually formatting every heading. Word's Styles feature is the single biggest productivity unlock for anyone who writes long documents — here's how they work, why they exist, and how to use them properly.