Word takes 30 seconds or longer to open even on a fast computer. The delay often has nothing to do with the application itself. A common cause is Word scanning network drives during startup to find templates and add-ins. This article explains why network drives slow down Word and shows you how to stop the scanning so Word opens in seconds.
Key Takeaways: Stop Word From Scanning Network Drives at Startup
- File > Options > Trust Center > Trust Center Settings > Add-ins > Disable all application add-ins: Prevents Word from loading add-ins stored on network drives during startup.
- File > Options > Trust Center > Trust Center Settings > Trusted Locations > Remove network locations: Stops Word from searching network folders for templates.
- Windows Registry edit for Trusted Locations: Disables the network path scanning that Word performs even when no network location is listed in the UI.
Why Network Drives Cause Word to Start Slowly
When you start Word, the application checks several locations for templates, add-ins, and startup files. By default, Word scans the user Templates folder, the Workgroup Templates folder, and all Trusted Locations listed in the Trust Center. If any of these paths point to a network drive, Word must wait for the network to respond. A slow or disconnected network drive can cause a timeout of 30 seconds or more before Word gives up and opens with default settings.
The root cause is the network latency between your computer and the file server. Even if the drive is mapped and shows files in File Explorer, the network round-trip time is much longer than a local SSD read. Word does not cache the result of network scans — it performs the check every time you start the application. Add-ins stored on network drives compound the delay because Word loads each add-in synchronously.
Which Network Locations Word Checks
Word checks the following network-related locations during startup:
- Trusted Locations in the Trust Center — any path that starts with a drive letter mapped to a network share or a UNC path.
- Workgroup Templates folder — often set by IT to a network share.
- User Templates folder — if redirected via Group Policy to a network path.
- Add-in paths in the COM Add-ins, Word Add-ins, and Application Add-ins lists.
- Startup folder — any .dotm or .wll file in the Word Startup folder, which may be on a network drive.
Steps to Stop Word From Scanning Network Drives at Startup
Follow these steps in order. After each step, restart Word to test if the delay is resolved. If the delay persists, move to the next step.
Step 1: Remove Network Locations From Trusted Locations
- Open Trust Center
In Word, go to File > Options > Trust Center. Click the Trust Center Settings button. - Open Trusted Locations
In the left pane, click Trusted Locations. The right pane shows a list of paths that Word scans at startup. - Identify network paths
Look at the Path column. Network drive letters such as X:\ or Z:\ or UNC paths such as \\server\share are network locations. Local paths such as C:\Users\… are safe to keep. - Remove each network location
Select a network path and click Remove. Repeat for every network path in the list. Do not remove paths that point to a local drive. - Clear the Workgroup Templates folder
In the same Trusted Locations pane, look at the Workgroup Templates location at the bottom. If it points to a network path, clear the text box and click OK.
Step 2: Disable Add-ins Stored on Network Drives
- Open the Add-ins dialog
Go to File > Options > Add-ins. At the bottom, next to Manage, select COM Add-ins from the dropdown and click Go. - Uncheck network-based add-ins
In the COM Add-ins dialog, uncheck any add-in whose location shows a network drive or UNC path. Click OK. - Check Word Add-ins
In the Manage dropdown, select Word Add-ins and click Go. Uncheck any add-in that points to a network location. - Check Application Add-ins
In the Manage dropdown, select Application Add-ins and click Go. Repeat the same process.
Step 3: Disable Network Scanning via Registry (Advanced)
If the delay continues after removing all visible network locations, Word may still be scanning network paths that are not shown in the Trust Center UI. A registry setting can stop this behavior.
- Open Registry Editor
Press Windows key + R, type regedit, and press Enter. Click Yes in the User Account Control prompt. - Navigate to the Word key
Go to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word. For Word 2013, use 15.0; for Word 2016 and later, use 16.0. - Create or modify the Options key
Right-click the Word key, select New > Key, and name it Options if it does not already exist. - Add the DWORD value
Right-click the Options key, select New > DWORD (32-bit) Value. Name it NoNetworkDriveScan. Leave the value data as 0. - Set the value to disable scanning
Double-click NoNetworkDriveScan, set Value data to 1, and click OK. Close Registry Editor. - Restart Word
Open Word. The startup time should now be under 5 seconds.
Step 4: Move Templates and Startup Files Locally
- Find the current Templates folder
Go to File > Options > Advanced. Scroll to the General section and click File Locations. The User Templates line shows the current path. - Change to a local folder
Select User Templates and click Modify. Browse to C:\Users\YourName\AppData\Roaming\Microsoft\Templates and click OK. - Copy network templates
Open the network Templates folder in File Explorer. Copy all .dotm and .dotx files to the local Templates folder. Do the same for the Startup folder if it was on a network drive.
If Word Still Starts Slowly After These Fixes
Word Still Hangs at the Splash Screen
If Word hangs for 30 seconds at the splash screen, the issue may be a printer driver that queries the network. Go to File > Options > Advanced. Under Print, check the box for Use draft quality and uncheck Print in background. Restart Word. If the delay disappears, update or reinstall the default printer driver.
Word Shows a Network Error Message on Startup
If you see a message such as “Word cannot access the network location” on startup, a Trusted Location or add-in path still points to an unreachable network share. Repeat Steps 1 and 2 and verify that every path in the Trusted Locations and Add-ins lists is local. Also check the Workgroup Templates path in File Locations.
Network Drive Is Required for Work
If your organization requires a network drive for templates or add-ins and you cannot remove it, use a local copy of the templates and sync changes manually. For add-ins, ask your IT department to migrate them to a local installer so they reside on C:\Program Files or C:\Program Files (x86). The performance gain from removing the network dependency is significant.
| Fix Method | Effect on Startup Speed | Effort Level |
|---|---|---|
| Remove network Trusted Locations | Fast — eliminates template scanning delay | Low |
| Disable network add-ins | Moderate — removes synchronous add-in loading | Low |
| Registry NoNetworkDriveScan | Fast — stops all network path scanning | Medium |
| Move templates and startup files locally | Fast — removes network dependency entirely | Medium |
You can now open Word in under 5 seconds by removing network drive scanning. Start with the Trust Center steps because they require no registry changes. If the delay returns after a network drive reconnection, check the Trusted Locations list again — some IT policies re-add network paths at login. The NoNetworkDriveScan registry value is the most reliable long-term fix because it survives policy updates and drive reconnections.