Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, and 2021. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Sequentially Numbering Footnotes.

Sequentially Numbering Footnotes

Written by Allen Wyatt (last updated September 19, 2023)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and 2021


The footnote feature in Word is quite flexible, allowing you to set up your footnotes in the format that is best for your needs. Normally, footnotes are numbered sequentially, either within the document or within a section of the document. As you add or remove footnotes, Word automatically renumbers the remaining footnotes, so they are sequential.

If you notice that the numbering on your footnotes is getting out of whack (no longer sequential) there could be a couple of different reasons. This problem can crop up if you have Track Changes turned on and you do quite a bit of copying and pasting in the document. In those instances, Word may not renumber the footnotes until you resolve all the outstanding changes by accepting them or rejecting them.

Another possibility is that you have somehow changed the properties of some of the footnotes so that their numbering is no longer continuous. Finding and correcting the properties of some wayward footnotes can be bothersome but is made much easier through the use of a macro. The following macro will step through each footnote in a document and make sure that it is set for continuous numbering.

Sub MakeFootnotesAuto()
    Dim f As Footnote

    For Each f In ActiveDocument.Footnotes
        f.Range.FootnoteOptions.NumberingRule _
          = wdRestartContinuous
    Next f
End Sub

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (12815) 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: Sequentially Numbering Footnotes.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Invalid Names when Opening Workbook

Don't you hate opening a workbook and seeing error messages? If you see a message that some "invalid names" were detected ...

Discover More

Getting Rid of Blue Squiggly Underlines

In an effort to make your writing better, Word uses "squiggly" underlines to mark things it thinks you may need to ...

Discover More

Specifying a Default Building Block Location

When you create a Building Block in Word, it is saved in a particular location by default. If you want to change that ...

Discover More

Discover the Power of Microsoft Office This beginner-friendly guide reveals the expert tips and strategies you need to skyrocket your productivity and use Office 365 like a pro. Mastering software like Word, Excel, and PowerPoint is essential to be more efficient and advance your career. Simple lessons guide you through every step, providing the knowledge you need to get started. Check out Microsoft Office 365 For Beginners today!

More WordTips (ribbon)

Getting Rid of Extra Spaces at the End of a Footnote

If you use Find and Replace to get rid of trailing spaces in a paragraph, you may have noticed that it doesn't work ...

Discover More

Understanding Footnotes and Endnotes

Footnotes and endnotes are often used in scholarly and formal writing as a way to provide additional information about a ...

Discover More

Using Multiple References to the Same Footnote

Do you want to have multiple footnote references to the same actual footnote in a document? The easiest way to do this is ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 4 - 4?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

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.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.