A family of Microsoft word processing software products for creating web, email, and print documents.
Hi @Sarah Sagan,
Welcome to the Microsoft Q&A forum.
Thank you for the detailed information and the examples. What you’re seeing is a known behavior when Word stores file system hyperlinks that were inserted from a local sync folder (OneDrive/SharePoint) or when a document has a Hyperlink base set. Those links resolve correctly on your PC (because the local C:\… path exists) but fail for coworkers whose machines don’t have the same local path or drive mapping.
When Word rewrites hyperlinks to a local C:\… path, it’s usually because the link was inserted from a local sync folder (e.g., OneDrive under C:\Users<you>\…), so Word stores that local path, which recipients don’t share; or because the link uses a mapped drive letter like S:, which varies across PCs; or because the document’s Hyperlink base property forces relative paths to resolve against a local folder, all of which lead to unexpected C:\… targets that fail for others.
Here are a few options you can choose to link:
A. Use UNC paths (recommended for on‑prem shares):
Insert links as UNC (double‑backslash) paths, not mapped drives:
\server\share\Team\Folder\Report.xlsx
- Type or paste the UNC directly in Insert > Link > Link > Address.
- Don’t browse via local sync folders when inserting.
- Make sure recipients have network access (VPN if remote) and share permissions.
B. Use SharePoint/OneDrive web URLs for cloud libraries (recommended):
Copy the https link from SharePoint/OneDrive (“Copy link”) and insert that web URL:
https://contoso.sharepoint.com/sites/Finance/Shared%20Documents/Report.xlsx
- This works across devices without relying on local paths or drive maps.
- If users prefer the desktop app, Office will usually hand off from web to client.
To prevent Word from rewriting your link:
1/ Clear the document’s Hyperlink base:
- File > Info > Show all properties > Hyperlink base > blank, then save. Reinsert any affected links.
You can see: Revise Hyperlink Base in MS Word
2/ Disable “Update links on save” to stop auto‑relativizing:
- File > Options > Advanced > Web Options > Files > clear Update links on save > OK.
3/ Insert links by pasting an absolute UNC or https URL:
- Insert > Link > Link… > Address.
- Verify the stored target with Alt+F9, you should see { HYPERLINK "\\server\share\..." } or { HYPERLINK "https://..." }
You can see: After the most recent Word update, the hyperlinks show up as code
4/ Avoid mapped drive letters in shared docs:
- S:\… works only if everyone has the same mapping, UNC avoids that dependency.
If the links still fail on your coworkers’ PCs after trying these suggestions:
- Confirm they can open the same \server\share\… in File Explorer. If not, it’s a network/permissions issue, not Word.
- Your org may block certain file links or show warnings, adjust Trust Center/hyperlink warnings as appropriate (admins can also use policy).
Reference:
- How to create absolute hyperlinks and relative hyperlinks in Word documents
- List of field codes in Word
- Block or unblock external content in Office documents
- Enable or disable hyperlink warning messages in Office applications
- Error message in Office when a file is blocked by registry policy settings
I hope this information is helpful. Please follow these steps and let me know if it works for you. If not, we can work together to resolve this.
Thank you for your patience and your understanding. If you have any questions or need further assistance, please feel free to share them in the comments on this post so I can continue to support you.
I look forward to continuing the conversation.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.