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:
- 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

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
- Reset the Word default template
This is definitely worth trying.
- Close all Office apps
- Go to: Win+R and type %appdata%\Microsoft\Templates

- 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
- 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

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

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.