Written by Allen Wyatt (last updated October 26, 2019)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and 2021
When writing a document that is divided into sections or chapters, it is not unusual to have each new chapter or section start on an odd-numbered page. Word makes it very easy to accommodate this need when you are creating a document. You control this through the use of sections. All you need to do is create a new document section whenever you want to start a new chapter in your document. Follow these steps:
Anything that is typed immediately after the section break will appear on an odd-numbered page when printed. If necessary, Word will insert a blank page between information in the previous section and the information in the new section to achieve this directive.
If you already have your document divided into sections (you have already inserted section breaks, in other words), you can make sure that a section will start on an odd-numbered page by following these steps:
Figure 1. The Layout tab of the page Setup dialog box.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (8725) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Word here: Starting a New Section on an Odd Page Number.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
Want different numbers of columns all on the same page? Word makes it easy to use, for instance, a heading that uses a ...
Discover MoreGetting your document onto paper is the whole purpose of word processing. Here are some concepts that are important when ...
Discover MoreThe Page Setup dialog box is indispensable in setting up the overall look of your document. You can display the dialog ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2019-10-28 10:11:51
Jessica Davis
I use odd-section breaks frequently and was annoyed by the fact that Word does not propagate the headers and footers on the blank page it inserts. It makes the blank page look like an error. However, I found a tip online with a field code that automatically returns a page break and a blank-page string when the section ends on an odd page. This might be a helpful addition to this tip or even warrant a separate tip. Here's the field code:
{IF{ =MOD({Page \* Arabic },2) } = 0 " " "[page break]This page in intentionally blank." }
Here is a link to the article in case you want to give credit: https://wordmvp.com/FAQs/TblsFldsFms/InsEvnPgEndChap.htm
Thanks,
Jessica Davis
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments