You set Word to save files to a local folder, but every time you open the Save As dialog, it jumps back to OneDrive. This forces you to navigate away from your preferred folder each time you save a new document. The issue occurs because Word’s default save location is tied to a registry setting that OneDrive’s integration constantly overwrites. This article explains the root cause and provides a permanent fix using the Windows Registry and Word options.
Key Takeaways: Stop OneDrive From Resetting Your Save Location
- File > Options > Save > Default local file location: Sets the folder Word uses when saving locally, but OneDrive can override this setting.
- Registry key HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options\DefaultSaveLocation: The exact registry value that controls the default save folder; editing it permanently stops OneDrive from resetting it.
- Disable OneDrive save location sync via Group Policy or Registry: Prevents Microsoft 365 apps from redirecting saves to OneDrive on domain-joined or managed computers.
Why Word Keeps Changing Your Default Save Location to OneDrive
Word’s default save location is controlled by two competing systems. The first is the Default local file location setting in File > Options > Save. The second is a Windows Registry value named DefaultSaveLocation located under HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options.
When you install or sign into OneDrive, Microsoft 365 automatically sets the DefaultSaveLocation registry key to point to your OneDrive folder. Each time Word starts, it reads this registry value. If the value exists, Word uses it as the default save folder, ignoring the setting you entered in the Save options dialog. Even if you change the path in File > Options > Save, the registry key remains and overrides it.
This behavior is intentional: Microsoft wants to encourage saving to OneDrive for cloud backup and cross-device access. However, if you prefer local storage, the registry key must be removed or modified. Simply unchecking the OneDrive save location option in File > Options > Save does not remove the registry entry, so the problem returns after restarting Word.
Steps to Permanently Change Word’s Default Save Location Away From OneDrive
You need to modify both the Word Save options and the Windows Registry. Follow the steps in order. If you skip the Registry step, the change will not stick.
Step 1: Set the Default Local File Location in Word Options
- Open Word and go to File > Options
Click the File tab, then click Options at the bottom of the left pane. This opens the Word Options dialog box. - Select Save from the left sidebar
In the Word Options dialog, click the Save category to view save-related settings. - Change the Default local file location
In the Save documents section, find the Default local file location text box. Enter the full path to your preferred folder, for exampleC:\MyDocuments. Do not include a trailing backslash. Click OK to close the dialog. - Restart Word
Close and reopen Word. Press Ctrl+S to open the Save As dialog. If it still shows OneDrive, proceed to Step 2.
Step 2: Remove the DefaultSaveLocation Registry Key
Editing the Windows Registry permanently removes the OneDrive override. Back up your registry before making changes.
- Open Registry Editor
Press Windows+R, typeregedit, and press Enter. If prompted by User Account Control, click Yes. - Navigate to the Word Options key
In the left pane, expand the folders in this order:HKEY_CURRENT_USER>Software>Microsoft>Office>16.0>Word>Options. - Delete the DefaultSaveLocation value
In the right pane, look for the string value named DefaultSaveLocation. Right-click it and select Delete. Confirm the deletion when asked. - Close Registry Editor and restart Word
Exit Registry Editor. Open Word and press Ctrl+S. The Save As dialog should now default to the folder you set in Step 1.
Step 3: Disable OneDrive Save Location Sync (Optional for Managed Computers)
If you are on a work or school computer with Group Policy, OneDrive may reapply the registry key on each sign-in. Use this method to block that behavior.
- Open Local Group Policy Editor
Press Windows+R, typegpedit.msc, and press Enter. This tool is available only in Windows 11 Pro, Enterprise, or Education editions. - Navigate to OneDrive policies
Go toComputer Configuration>Administrative Templates>Windows Components>OneDrive. - Enable the policy to prevent OneDrive from saving to OneDrive by default
Double-click Prevent OneDrive from generating network traffic until the user signs in to OneDrive. Set it to Enabled. Click OK. This stops OneDrive from overriding the save location before you sign in. - Alternatively, block the registry key from being recreated
Use a startup script or manual permission change: right-click theOptionskey in Registry Editor, select Permissions, click Advanced, and deny Write permission toSYSTEMandAdministrators. This prevents any process from writing to that key.
If Word Still Defaults to OneDrive After the Fix
Word Still Shows OneDrive as Default Save Location
If the Save As dialog still opens to OneDrive after you deleted the registry key, check for a second registry location. Open Registry Editor and navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Internet. Look for a value named SaveLocation or UseOnlineContent. Delete any value that contains a OneDrive path. Restart Word.
OneDrive Recreates the Registry Key After Restart
OneDrive may recreate the DefaultSaveLocation value each time you sign into the OneDrive app. To stop this, open OneDrive settings by right-clicking the OneDrive cloud icon in the system tray and selecting Settings. Go to the Office tab and uncheck Use Office apps to sync Office files that I open. This prevents OneDrive from modifying Word’s save behavior. Restart Word afterward.
The Default Local File Location Box Is Grayed Out
If the text box in File > Options > Save is grayed out, your organization has enforced a Group Policy that locks the save location. Contact your IT administrator to change the policy. If you have local admin rights, you can override it by setting the registry key HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Word\Save and creating a DWORD value named DefaultSaveLocation with the path data.
Word Save Location Behavior Without OneDrive vs With OneDrive
| Item | Without OneDrive | With OneDrive (Default) |
|---|---|---|
| Default save folder | Local path set in File > Options > Save | OneDrive folder (Documents or Personal) |
| Registry key present | No DefaultSaveLocation value | DefaultSaveLocation set to OneDrive path |
| Effect of editing Options > Save | Change sticks until next registry write | Change is overridden on next Word start |
| Cloud backup | Manual only | Automatic with OneDrive sync |
| Multi-device access | Not available | Files available on all signed-in devices |
| Fix required | None | Delete registry key or disable Office sync in OneDrive settings |
You can now set Word to save to any local folder without OneDrive overriding your choice. Start by applying the registry fix in Step 2, then disable the Office sync option in OneDrive settings to prevent the key from returning. For an extra layer of control, use the Group Policy method to block the registry key on managed computers.