Why Word’s File New Dialog Loads Slowly on First Launch After Reboot
🔍 WiseChecker

Why Word’s File New Dialog Loads Slowly on First Launch After Reboot

When you open Word after restarting your computer, the File New dialog can take 10 to 30 seconds to appear. This delay occurs because Word must rebuild its template cache and refresh the list of available online templates each time the operating system starts fresh. The root cause involves Windows prefetch behavior, Word’s startup file enumeration, and network latency when contacting Microsoft’s template servers. This article explains exactly why the delay happens and provides three methods to reduce or eliminate the lag.

Key Takeaways: Speeding Up the File New Dialog After Reboot

  • File > Options > General > Startup options > Disable hardware graphics acceleration: Prevents Word from reinitializing GPU resources on every launch, which can slow down dialog rendering.
  • Windows Settings > Apps > Startup > Disable Office startup tasks: Prevents Word from preloading template data at boot, reducing the workload on first launch.
  • File Explorer > %appdata%\Microsoft\Templates > Delete Normal.dotm: Forces Word to create a fresh template file, removing any corruption that slows down the New dialog.

ADVERTISEMENT

Why the File New Dialog Slows Down After a Reboot

Word’s File New dialog displays a gallery of blank documents, featured templates, and recently used templates. On first launch after a reboot, Word must perform several initialization tasks that are skipped on subsequent launches within the same Windows session.

The primary cause is template cache invalidation. Windows clears the system file cache during shutdown. When Word starts fresh, it enumerates the entire Templates folder and all subfolders, reads each template file to extract its thumbnail and metadata, then stores that data in a local cache file called ~$Normal.dotm or the Office File Cache. This enumeration takes 500 milliseconds to 5 seconds depending on the number of templates you have.

A second contributor is network latency. The New dialog contacts Microsoft’s Content Delivery Network to download the latest template thumbnails and descriptions. If your internet connection is slow or the DNS cache is empty after reboot, this network request can add 3 to 15 seconds. Word does not show the dialog until at least a partial response arrives.

Finally, Windows Superfetch or SysMain service may not have finished preloading Office binaries. Word must load several DLLs and COM components that are not yet in memory, causing additional disk I/O and CPU usage during the first launch.

Steps to Reduce the File New Dialog Delay

The following methods target each root cause. Apply them in the order shown for the best cumulative effect.

Method 1: Clear and Rebuild the Template Cache

  1. Close Word completely
    Make sure no Word processes are running. Open Task Manager with Ctrl+Shift+Escape and end any WINWORD.EXE processes.
  2. Open the Templates folder
    Press Windows+R, type %appdata%\Microsoft\Templates, and press Enter. This folder contains Normal.dotm and other template files.
  3. Delete the Normal.dotm file
    Select Normal.dotm and press Delete. Word will create a fresh copy the next time it starts. If you have custom styles or macros saved in Normal.dotm, back up the file first by copying it to your desktop.
  4. Delete the Office File Cache
    In File Explorer, navigate to %localappdata%\Microsoft\Office\16.0\OfficeFileCache. Delete all files in this folder. For Word 2019 or 2021, replace 16.0 with 15.0 or 17.0 as appropriate.
  5. Restart Word and test
    Open Word, click File > New, and measure the time the dialog takes to appear. It should now load within 5 seconds.

Method 2: Disable Online Template Loading

  1. Open Word Options
    In Word, click File > Options.
  2. Go to the General tab
    In the left pane, click General.
  3. Locate the Startup options section
    Scroll down to the Startup options area.
  4. Uncheck Show the Start screen when this application starts
    This prevents Word from contacting the template server on launch. The New dialog will still show local templates, but it will not wait for online thumbnails.
  5. Click OK and restart Word
    Apply the change and test the File New dialog speed.

Method 3: Optimize Windows Startup and Prefetch

  1. Disable Office startup tasks
    Press Ctrl+Shift+Escape to open Task Manager. Click the Startup tab. Find any entries named Microsoft Office, Microsoft Word, or OfficeBackgroundTaskHandler. Select each and click Disable.
  2. Clear the Windows Prefetch cache
    Press Windows+R, type prefetch, and press Enter. Delete all files in the folder. Windows will rebuild the prefetch data on the next boot, which can improve Word’s load time.
  3. Restart your computer
    Reboot to allow Windows to create fresh prefetch files. Open Word and test the File New dialog.

ADVERTISEMENT

If Word Still Has Issues After the Main Fix

Word Freezes When the New Dialog Opens

If the dialog appears but is unresponsive for more than 20 seconds, a corrupt add-in may be interfering. Go to File > Options > Add-ins. At the bottom, set Manage to COM Add-ins and click Go. Uncheck all third-party add-ins, restart Word, and re-enable them one by one to find the culprit.

The New Dialog Shows Only Blank Templates

This usually means Word cannot reach Microsoft’s template servers. Check your internet connection. If you are behind a corporate proxy, go to File > Options > Advanced > General and uncheck Show online content whenever possible. The dialog will then load only local templates instantly.

Word Takes Long to Start Even Without the New Dialog

A slow startup independent of the New dialog indicates a corrupted Normal.dotm or a problematic add-in. Follow Method 1 to delete Normal.dotm, then run Word in Safe Mode by holding Ctrl while clicking the Word icon. If Safe Mode starts instantly, an add-in is the cause.

Word New Dialog Performance: Local vs Online Templates

Item Local Templates Only Online Templates Enabled
First launch after reboot 2 to 5 seconds 10 to 30 seconds
Subsequent launches Under 1 second 2 to 5 seconds
Internet required No Yes
Template variety Only templates you created or installed Hundreds of Microsoft templates plus your own
Cache file location %appdata%\Microsoft\Templates %localappdata%\Microsoft\Office\16.0\OfficeFileCache

After applying the methods above, the File New dialog on first launch after reboot should load in under 5 seconds. If you rely on online templates, consider disabling them only on the first launch of the day and re-enabling them afterward. For a permanent speed improvement, keep the Show the Start screen option unchecked and use Ctrl+N to create a blank document instantly without opening the New dialog at all.

ADVERTISEMENT