If you create multiple PowerPoint presentations that need the same layout, colors, or fonts, rebuilding those elements each time wastes hours. A .potx file is a PowerPoint template that stores slide masters, theme colors, fonts, effects, and placeholders. This article explains what the .potx format does, how to build your own template, and how to reuse it across any number of presentations.
The .potx format is a standard Office Open XML file that cannot contain macros. It acts as a starting point for new presentations. When you open a .potx file, PowerPoint creates a new .pptx file based on the template, leaving the original .potx unchanged. This lets you enforce brand consistency or personal design standards across teams and projects.
You will learn the exact steps to create a .potx file, save it to the default Templates folder, and apply it to new and existing presentations. The article also covers common mistakes like broken theme references and how to share templates with other users.
Key Takeaways: Building and Reusing PowerPoint .potx Templates
- File > Save As > PowerPoint Template (.potx): Saves your current slide master, layouts, and theme as a reusable template file.
- File > New > Personal (or Custom) templates: The default location where PowerPoint looks for .potx files so they appear in the New presentation gallery.
- Designer or Theme variants in a .potx: Adding multiple color variants to a template lets users switch themes without breaking slide layouts.
What a .potx File Contains and Why It Matters
A .potx file is not a complete presentation. It is a container for the slide master, one or more slide layouts, a color theme, a font theme, and effect settings. When you base a new presentation on a .potx, the new file inherits all these design assets. The template itself remains untouched.
The .potx format replaced the older .pot format starting with Office 2007. The key difference is that .potx is based on Open XML and does not support VBA macros. If you need macros in your template, use the .potm format instead. For most business users who only need consistent layouts and branding, .potx is the correct choice.
Templates are stored in two possible locations. The default user Templates folder is at %userprofile%\Documents\Custom Office Templates. The workgroup templates folder can be set by an IT administrator via Group Policy. PowerPoint displays templates from both locations in File > New under the Personal or Custom tabs.
Steps to Build a .potx Template From Scratch
Before you start, open a blank presentation in PowerPoint. You will design the slide master, add layouts, and apply your company colors and fonts. Then you will save the file as a .potx.
- Open the Slide Master view
Go to View > Slide Master. This opens the master editing environment. The top thumbnail in the left pane is the slide master. All layouts below it inherit changes from the master. - Set the theme colors and fonts
With the slide master selected, go to Colors and choose Customize Colors. Set the accent, hyperlink, and background colors to match your brand. Then go to Fonts and choose Customize Fonts to set the heading and body typefaces. - Modify individual slide layouts
Click each layout thumbnail below the master. Add or remove placeholders using Slide Master > Insert Placeholder. Common placeholders are Title, Text, Picture, Chart, and Table. For a title slide layout, keep only a title and subtitle placeholder. For a content slide, keep a title and a body text placeholder. - Add background graphics or logos
Insert a logo image on the slide master so it appears on every layout. Right-click the image and choose Send to Back. To hide the logo on specific layouts, select that layout and uncheck Hide Background Graphics in the Slide Master tab. - Create additional theme variants
In Slide Master view, click Variants > Colors and select a different color scheme. PowerPoint adds a new variant to the template. Users can switch variants in Normal view without breaking layout structure. - Save the file as .potx
Go to File > Save As. Choose the location%userprofile%\Documents\Custom Office Templates. In the Save as type dropdown, select PowerPoint Template (.potx). Name the file and click Save. Close the file.
How to Reuse a .potx Template in New Presentations
Once the .potx file is saved in the Custom Office Templates folder, it appears in PowerPoint’s New presentation gallery. You can also apply a template to an existing presentation.
- Start a new presentation from the template
Go to File > New. Click the Personal or Custom tab. You will see thumbnail icons for each .potx file in the folder. Click the template to create a new .pptx file based on it. - Apply a template to an existing presentation
Open the existing presentation. Go to Design > More (the down arrow in the Themes group) > Browse for Themes. Navigate to the .potx file, select it, and click Apply. The slide master and layouts from the template replace the current design. Some content may shift if the new layouts have different placeholder positions. - Set a default template for your organization
IT administrators can deploy a .potx file to the workgroup templates folder using Group Policy. Users then see the template under File > New > Shared or Organizational templates. This method requires Active Directory and proper permissions.
Common Mistakes When Building or Reusing .potx Templates
Placeholders disappear after applying the template
If you delete a placeholder on a layout and later apply that layout to a slide that had content in that placeholder, the content is lost. Always keep a title and body placeholder on every layout unless you are certain no slide will need them. Test the template by creating a few sample slides before distributing it.
Theme colors break when sharing the .potx file
Custom theme colors are embedded in the .potx file, but if you apply the template to a presentation that already has a different theme, some color references may map incorrectly. To avoid this, create the template from a blank presentation and never apply another theme to it. When sharing, send only the .potx file, not a .pptx that was derived from it.
The template does not appear in File > New
This happens when the .potx file is saved outside the Custom Office Templates folder. Move the file to %userprofile%\Documents\Custom Office Templates and restart PowerPoint. If the folder does not exist, create it manually. On a managed computer, the workgroup templates folder may override the personal folder.
Macros are missing or disabled
The .potx format does not support macros. If you need VBA code in your template, save the file as PowerPoint Macro-Enabled Template (.potm). You must also enable macros in Trust Center settings for the .potm file to run.
PowerPoint .potx vs .pptx vs .potm
| Item | .potx Template | .pptx Presentation | .potm Macro-Enabled Template |
|---|---|---|---|
| File extension | .potx | .pptx | .potm |
| Macro support | No | No | Yes |
| Opens as new file | Yes, creates a new .pptx | No, opens the file directly | Yes, creates a new .pptm |
| Use case | Branded layouts and themes | Final or working presentations | Templates with automated actions |
| Default save location | Custom Office Templates folder | Any folder | Custom Office Templates folder |
Once you have built and saved a .potx file, you can reuse it across any number of presentations without rebuilding slide masters or theme settings. The template stays in the Custom Office Templates folder until you delete it. To update a template, open the .potx file directly, make changes, and save it again. Future presentations based on that template will still use the old version unless you reapply the updated .potx. For teams, store the master .potx file on a shared network drive and instruct users to copy it to their local Custom Office Templates folder. This ensures everyone uses the same design baseline.