Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, 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: Setting Default Options for Track Changes.

Setting Default Options for Track Changes

Written by Allen Wyatt (last updated September 17, 2022)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021


Diane uses Word's Track Changes feature with most documents. Despite this routine use, she frequently launches into editing without remembering to go to Track Changes options and re-select her standard set of features (e.g., the "Always" setting for the editing, blue font for insertions, etc.). She notes that her memory isn't improving, so she is wondering if Word provides a way to change the default settings for Track Change options.

How Track Changes operates can sometimes be a mystery. In general, if you set options for Track Changes, those settings should be persistent; they should be saved by default. What is the mystery is where those settings are saved.

The Track Changes settings are saved in the Windows Registry, in the Word data key. This means that the settings can be easily pulled by Word from the data key anytime Track Changes is turned on. This can be verified by following these general steps:

  1. Create a new document and place some text within it.
  2. Turn on Track Changes.
  3. Change the Track Changes settings, as desired.
  4. Make some edits in the document to see that the settings are as you want them.
  5. Save and close the document, then exit Word.
  6. Start Word; a new document should be visible. Track changes should not be turned on in this document. (The only reason that it should be turned on by default is if your Normal template has Track Changes turned on in it.)
  7. Change the Track Changes settings to something different, and make sure the settings would affect how the edits you made in step 4 would be displayed.
  8. Close the new document, without saving anything, and exit Word.
  9. Open up the document you saved in step 5.

At this point, the way in which the changes are displayed should be according to the settings you made in step 7, not according to the settings you made in step 2. That is because the settings are stored in the Registry, not with the document itself. The only thing that is saved with the document itself (relative to Track Changes) is whether Track Changes is turned on or off for the document.

If your Track Changes settings are not persistent as described above, then there are four potential reasons. First, there could be a macro on your system that is changing the settings in some way. For instance, you could have a macro that runs when you start Word or when you open a document, and this macro could be modifying the settings. You'll need to poke around in your system to see if such a macro could be the culprit.

Secondly, you may have an add-on that is loaded when Word starts, and this add-on is modifying the Track Changes settings. You can inspect your system to see if there are any add-ons, and if there are, disable or delete them to see if the problem is fixed.

Third, it could be that your Word data key is somehow corrupted. (Remember—the Track Changes settings are stored in the Registry.) This is easy enough to fix using the Registry Editor, as described in the Microsoft Knowledge Base:

https://support.microsoft.com/kb/921541

Fourth, if you are using Word in a corporate, networked environment, there could be some startup script that is executed every time Word is started. It is possible for such a script to "reset" the Track Changes settings to a predetermined state. If this describes your Word setup, then you'll need to talk with your network administrator to see if such a script is in place. If the script cannot be changed, then you may want to create your own macro to make the settings changes you want to see. The following is an example of such a macro:

Sub TrackOptions()
    With Options
        .InsertedTextMark = wdInsertedTextMarkUnderline
        .InsertedTextColor = wdBlue
        .DeletedTextMark = wdDeletedTextMarkStrikeThrough
        .DeletedTextColor = wdByAuthor
        .RevisedPropertiesMark = wdRevisedPropertiesMarkColorOnly
        .RevisedPropertiesColor = wdBrightGreen
        .RevisedLinesMark = wdRevisedLinesMarkOutsideBorder
        .RevisedLinesColor = wdAuto
        .CommentsColor = wdByAuthor
        .RevisionsBalloonPrintOrientation = wdBalloonPrintOrientationPreserve
    End With
End Sub

This macro should obviously be modified to reflect the settings you want to see on your system. You could then set the macro up so that it runs every time you start Word.

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 (10969) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021. You can find a version of this tip for the older menu interface of Word here: Setting Default Options for Track Changes.

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

Editing the Custom Spelling Dictionaries

Excel provides spell-checking capabilities on the text you enter in a worksheet. It utilizes the same dictionaries and ...

Discover More

Setting the Wrapping Default for Objects

Want to have objects such as text boxes and shapes always appear using some formatting you like? Here are some ideas on ...

Discover More

Generating Random Strings of Characters

If you need to generate a random sequence of characters, of a fixed length, then you'll appreciate the discussion in this ...

Discover More

Do More in Less Time! Are you ready to harness the full power of Word 2013 to create professional documents? In this comprehensive guide you'll learn the skills and techniques for efficiently building the documents you need for your professional and your personal life. Check out Word 2013 In Depth today!

More WordTips (ribbon)

Rejecting Changes in a Document

When a group of people edits a document with Track Changes turned on, it can be tempting for one of the editors to use ...

Discover More

Protecting Tracked Changes

Track Changes is a great tool for editors and collaborators to use when creating documents. An author, seeking changes ...

Discover More

Accepting All Deletions in a Document

When you use Track Changes in a document, it is easy to amass quite a few edits that you need to accept of reject. If you ...

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 nine minus 5?

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.