Share via

Can't find Normal.dot

Anonymous
2013-09-24T03:04:53+00:00

I can't find the NORMAL.DOTX or NORMAL.DOTM when I search for them although I have display hidden folders and drives enabled

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Suzanne S Barnhill 278.1K Reputation points MVP Volunteer Moderator
    2013-09-24T03:32:53+00:00

    Normal.dotm is what you would be looking for, and by default it will be in C:\Users<ProfileName>\AppData\Roaming\Microsoft\Templates. Note that it will not exist until you have made changes that need to be saved to it.

    If you're looking to open it to edit it directly, here's a way to do it that doesn't require actually locating it:

    In Word, press Alt+F11; the Visual Basic Editor opens. Press Ctrl+G to activate the Immediate window. In that window, type

         NormalTemplate.OpenAsDocument

    and press Enter. Normal opens, but note that it may not be on top of all windows. You can close the Visual Basic Editor. Make the desired changes to the Normal file, and then save and close it. If the changes you have made have not been recognized as changes (the Undo button is not activated), press Spacebar, then Backspace to "dirty" the file, thus ensuring that the template will actually be saved.

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments