PowerPoint Workgroup Templates Folder: How to Set Across Domain
🔍 WiseChecker

PowerPoint Workgroup Templates Folder: How to Set Across Domain

If your organization uses a shared network location for PowerPoint templates, you may need to configure the workgroup templates folder so all users in a domain can access the same set of custom templates. By default, PowerPoint looks for templates only in the local user folder, which prevents team members from seeing centrally stored templates. This article explains how to set the workgroup templates folder for PowerPoint across a domain using Group Policy, registry edits, and manual configuration. You will learn the exact steps to ensure every user in your domain sees the same template library when they click File > New.

Key Takeaways: Configuring PowerPoint Workgroup Templates Folder

  • Group Policy Object (GPO) for registry path HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\Options\PersonalTemplates: Enforces the workgroup templates folder path for all domain users.
  • Registry value named “PersonalTemplates” with a string (REG_SZ) data type: Points to the UNC path of your shared network folder containing .potx template files.
  • File > Options > Save > Default personal templates location: Manual per-user setting that works for single machines or test environments without domain management.

ADVERTISEMENT

Why PowerPoint Does Not Show Shared Templates by Default

PowerPoint stores the path for personal templates in the Windows registry under the current user hive. The default value points to %userprofile%\Documents\Custom Office Templates. This location is local to each user and is not shared across a network. When an administrator places template files on a network share, PowerPoint ignores that location unless the registry value is changed to the UNC path of that share. The workgroup templates folder feature exists specifically to override the local path with a shared network folder. Without this configuration, users see only their own local templates or the built-in Office templates when they choose File > New > Personal.

Prerequisites for Setting the Workgroup Templates Folder

Before you configure the folder, confirm the following requirements are met:

  • A shared network folder accessible by all domain users. Example: \\fileserver\templates\powerpoint
  • Read permissions for all users who need to access the templates. Write permissions are optional unless users must save new templates to the folder.
  • PowerPoint template files saved in the .potx format placed inside the shared folder.
  • Administrative rights on a domain controller or a computer with Group Policy Management Console installed to deploy the setting via GPO.
  • Office 365 or Office 2016 or later installed on all client machines. The registry path differs slightly for older versions (Office 2013 uses 15.0 instead of 16.0).

ADVERTISEMENT

Method 1: Set the Workgroup Templates Folder Using Group Policy

This method applies the registry change to all domain-joined computers. It requires Active Directory and the Group Policy Management feature.

  1. Open Group Policy Management Console
    Press Windows + R, type gpmc.msc, and click OK. Expand your forest and domain.
  2. Create a new GPO or edit an existing one
    Right-click your domain or an organizational unit, select Create a GPO in this domain, and Link it here. Name it PowerPoint Workgroup Templates.
  3. Navigate to Registry preferences
    Right-click the new GPO and select Edit. Go to Computer Configuration > Preferences > Windows Settings > Registry. Alternatively, use User Configuration for per-user targeting. Right-click Registry, select New > Registry Item.
  4. Configure the registry item
    Set the following values:
    Action: Update
    Hive: HKEY_CURRENT_USER
    Key Path: Software\Microsoft\Office\16.0\PowerPoint\Options
    Value name: PersonalTemplates
    Value type: REG_SZ
    Value data: \\fileserver\templates\powerpoint (replace with your actual UNC path)
  5. Apply the GPO
    Close the Group Policy Management Editor. In the GPMC window, right-click the GPO and select Enforced if you want to prevent inheritance conflicts. Run gpupdate /force on a test client to verify the policy applies.
  6. Test the configuration
    Open PowerPoint on a domain-joined computer. Click File > New > Personal. The templates from the shared folder should appear in the gallery.

Method 2: Set the Workgroup Templates Folder Using Registry Editor

Use this method for a single machine or for testing before deploying via GPO. This change affects only the current user.

  1. Open Registry Editor
    Press Windows + R, type regedit, and click OK.
  2. Navigate to the PowerPoint Options key
    Go to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\Options. If the Options key does not exist, right-click the PowerPoint key, select New > Key, and name it Options.
  3. Create the PersonalTemplates value
    Right-click in the right pane, select New > String Value. Name it PersonalTemplates. Double-click the new value and enter the UNC path to your shared folder, for example \\fileserver\templates\powerpoint. Click OK.
  4. Close Registry Editor and restart PowerPoint
    Close all instances of PowerPoint. Reopen PowerPoint and verify the templates appear under File > New > Personal.

Method 3: Set the Workgroup Templates Folder Using PowerPoint Options

This is the simplest method but must be performed manually on each user’s computer. It does not require registry editing.

  1. Open PowerPoint Options
    Click File > Options.
  2. Go to the Save tab
    In the PowerPoint Options dialog, click Save in the left pane.
  3. Set the default personal templates location
    In the right pane, locate the field Default personal templates location. Type the UNC path to your shared folder, for example \\fileserver\templates\powerpoint. Click OK.
  4. Restart PowerPoint
    Close and reopen PowerPoint. Click File > New > Personal to confirm the shared templates appear.

Common Issues When Setting the Workgroup Templates Folder

Templates do not appear after configuring the folder

The most common cause is incorrect file format. PowerPoint displays only files with the .potx extension in the workgroup templates folder. If you placed .pot, .pptx, or .ppt files in the folder, they will not appear. Convert any legacy template files to .potx by opening each file and choosing File > Save As > PowerPoint Template (potx). Also verify that the user has at least Read permissions on the network share. Check permissions by navigating to the folder in File Explorer and confirming you can see the files.

GPO registry change does not apply to some users

If the registry value is set under Computer Configuration but the user profile does not load the registry hive during policy refresh, the setting may not apply. Use User Configuration > Preferences > Windows Settings > Registry instead of Computer Configuration. User Configuration settings apply when a user logs on. Run gpresult /r on a client to verify the GPO is being applied. If the GPO is filtered by security group, ensure the user is a member of the allowed group.

PowerPoint still shows old local templates

PowerPoint caches the template list. Clear the cache by deleting the files in %appdata%\Microsoft\PowerPoint\ except for the AutoRecovery folder. Alternatively, rename the Custom Office Templates folder in %userprofile%\Documents\ to Custom Office Templates.old and restart PowerPoint. The workgroup folder should then be the only source for personal templates.

Network path is not accessible when user is offline

PowerPoint does not cache the workgroup templates folder locally. If the user disconnects from the network, the Personal section under File > New will be empty. There is no built-in offline sync for the workgroup templates folder. Consider using a DFS namespace path that provides high availability, or instruct users to connect to the VPN before opening PowerPoint.

Item Group Policy (GPO) Registry Editor (Manual) PowerPoint Options (Manual)
Deployment scope Entire domain or OU Single user per machine Single user per machine
Administrative effort High initial setup, then automatic Medium, must run on each computer Low, but repeated for each user
Registry key used HKCU\Software\Microsoft\Office\16.0\PowerPoint\Options\PersonalTemplates Same key Same key, set via PowerPoint UI
Requires Active Directory Yes No No
Persistence after Office update Persists Persists May reset if user profile is reset

You can now configure the workgroup templates folder for PowerPoint across a domain using Group Policy, registry editing, or the Options dialog. For enterprise environments, Group Policy is the preferred method because it enforces the setting on all domain-joined computers without manual intervention. After the folder is set, instruct users to click File > New > Personal to find the shared templates. As an advanced tip, consider using a DFS namespace path such as \\domain\dfs\powerpoint-templates to provide redundancy if the file server goes offline.

ADVERTISEMENT