Share via

Why does one User affects the styles in a doc when other users do not?

DeanH 30 Reputation points
2026-04-01T12:50:14.9433333+00:00

I send a document based on our corporate template/style-set to several users; say by email or can be via Teams;
The users see the document perfect except one user; as soon as thy open it the styles are all affected.

Example, body text, from helv to TNR, Headings to white so invisible, etc, etc.

Specifics is not the issue, How does this one user affect the document when others do not.

We have done tests, email individually, still this one user has issues; others do not.

When he has time I am going to get him to remove his Normal.dot and let MS create a new one. Worth a go :)

But what can be happening on that user's machine?

Thanks

Microsoft 365 and Office | Word | For business | Windows
0 comments No comments

3 answers

Sort by: Most helpful
  1. Charles Kenyon 166.2K Reputation points Volunteer Moderator
    2026-04-01T16:55:41.4766667+00:00

    Make sure the document is not set to automatically update styles from the template.

    This can be found on the Developer tab under Document Template. It is a checkbox.

    2 people found this answer helpful.
    0 comments No comments

  2. Nam-D 3,545 Reputation points Microsoft External Staff Moderator
    2026-04-01T13:41:06.5266667+00:00

    Hi @DeanH

    Thank you for reaching out to the Microsoft Q&A forum.

    Since the same document opens normally for other users, but only one user sees the styles change, the issue is most likely coming from Word on that user’s computer, not from the document itself.

    This can happen if Word is pulling in something local on that device, such as:

    • a damaged Word template file (Normal.dotm)
    • a Word add-in
    • a missing font
    • or a local template/ style setting that is overriding the document when it opens
    • The first things I would suggest are:
    1. Test Word in Safe Mode

    This helps check whether an add-in or local Word setting is causing the issue.

    • Close Word
    • Press Win + R
    • Type: winword /safe

    Open the same document again

    User's image

    If the file looks normal in Safe Mode, then the issue is likely caused by something loading in Word on that PC.

    Microsoft article for your reference: Open Office apps in safe mode on a Windows PC - Microsoft Support

    1. Reset the Word default template

    This is definitely worth trying.

    • Close all Office apps
    • Go to: Win+R and type %appdata%\Microsoft\Templates

    User's image

    • Rename: Normal.dotm to: Normal.old

    - Then reopen Word and test the document again. Word will automatically create a fresh new template file.

    Change the Normal template (Normal.dotm ) - Microsoft Support

    1. Check if the document is updating styles from a local template

    On the affected user’s PC, open the file in the Word desktop app, then check which template the document is using.

    • If the Developer tab is not showing:

    Open Word

    Go to File > Options > Customize Ribbon

    On the right side, check Developer

    • Click OK

    User's image

    • Then:
    • Open the affected document
    • Go to Developer > Document Template

    User's image

    A window will open showing the template attached to that document. Then check if:

    • the wrong template is attached, or
    • “Automatically update document styles” is enabled

    If that setting is on, Word may replace the document’s styles with local settings from that user’s machine. Document.UpdateStylesOnOpen property (Word) | Microsoft Learn

    4. Check the font If your corporate template uses a font that is missing on that user’s PC, Word may replace it with something like Times New Roman. 

    So if possible, compare the installed fonts on the affected PC with one of the working PCs.

    Hope this will help.


  3. Q&A Assist
    2026-04-01T12:50:33.4333333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The most likely cause is that the problematic user’s local Word configuration (especially the global template Normal.dotm and/or add‑ins) is overriding the styles in the shared document when it is opened.

    Key points from the provided information:

    1. Word uses a global template (Normal.dotm/Normal.dot)
      • The global template stores custom styles, toolbars, macros, AutoText, etc.
      • If this template is customized or corrupted, it can affect how documents open and how styles behave.
      • Renaming Normal.dotm/Normal.dot forces Word to create a fresh, default global template, which is a standard troubleshooting step when Word behaves differently on one machine compared to others.
    2. Multiple Normal.dotm/Normal.dot files can exist
      • Certain configurations (multiple Word versions or multiple workstation installs on the same PC) can create more than one Normal template.
      • If the affected user has an unusual or wrong Normal.dotm in use, it can cause style behavior that no one else sees.
    3. Why only one user is affected
      • That user’s Normal.dotm may contain:
        • Custom definitions for styles with the same names as the corporate template (for example, a different font for Normal or Heading styles).
        • Corruption or conflicting settings that cause Word to reformat document content on open.
      • Other users, with default or clean Normal.dotm files, open the same document and see the intended corporate styles.
    4. Practical next steps on that user’s machine
      • Exit all Office programs.
      • Rename the global template so Word creates a new one:
        • For Word 2007 and Word 2010 (example from the context):
          • Run cmd and execute:
            • ren %userprofile%\Application Data\Microsoft\Templates\Normal.dotm OldNormal.dotm
        • For older versions (Word 2002/2003), the file is Normal.dot instead of Normal.dotm.
      • Restart Word so it creates a new Normal.dotm with default settings.
      • Then reopen the corporate template–based document and verify whether the styles now remain correct.

    If the issue disappears after renaming Normal.dotm, the root cause was that user’s global template (or associated add‑ins) overriding or corrupting styles when documents are opened.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.