How To Display Document Properties In Powerpoint – Edit PowerPoint Document Properties Quickly

If you need to check the metadata of your presentation, learning how to display document properties in PowerPoint is a simple but essential skill. Document properties in PowerPoint include metadata like author and title, which you can view in the Info panel. This guide walks you through every method to find, edit, and use these properties effectively.

PowerPoint presentations often contain hidden information. This includes the author’s name, the date created, and even company details. Knowing how to access this data helps you manage your files better.

You might need to check properties before sharing a file. Or maybe you want to update the title for search engines. Whatever the reason, the steps are straightforward.

What Are Document Properties In PowerPoint?

Document properties are pieces of metadata attached to your PowerPoint file. They describe the presentation itself, not the slides content. Common properties include the author, title, subject, and keywords.

There are two main types of properties: standard and custom. Standard properties are pre-defined fields like “Author” and “Last Modified”. Custom properties let you add your own fields, such as “Project Name” or “Client ID”.

Properties help with organization and searchability. When you upload a presentation to a document management system, these fields make it easy to find later. They also appear in file explorer details.

How To Display Document Properties In Powerpoint: The Main Method

The quickest way is through the Backstage view. This method works in PowerPoint 2010, 2013, 2016, 2019, and Microsoft 365. Follow these steps:

  1. Open your PowerPoint presentation.
  2. Click on the File tab in the top-left corner.
  3. Select Info from the left-hand menu.
  4. Look on the right side of the screen. You will see a section labeled Properties.
  5. Here you can see fields like Size, Slides, Hidden Slides, Title, Tags, Categories, and more.

That is the basic method. But you can get more details by clicking “Show All Properties” at the bottom of the list. This expands the view to include fields like “Author”, “Last Modified By”, “Revision Number”, and “Total Editing Time”.

This is the most direct way to display document properties in PowerPoint. It requires no extra add-ins or complicated steps.

Accessing The Advanced Properties Dialog Box

For even more control, you can open the advanced properties dialog. This gives you access to custom fields and a summary tab. Here is how:

  1. Go to File > Info.
  2. Click on Properties (the word itself, not the dropdown).
  3. Select Advanced Properties from the menu.
  4. A new window opens with several tabs: General, Summary, Statistics, Contents, and Custom.

The General tab shows file system info like location and size. The Summary tab is where you edit the title, subject, author, and keywords. The Statistics tab shows editing time and revision count. The Custom tab lets you add new fields.

This dialog box is useful when you need to add or modify custom properties. For example, you can add a field called “Department” and assign it a value.

How To Display Document Properties In Powerpoint Using File Explorer

You don’t always have to open PowerPoint to see properties. Windows File Explorer shows basic metadata directly. This is handy when you have many files and want to compare them quickly.

  1. Open File Explorer (Windows key + E).
  2. Navigate to the folder containing your PowerPoint file.
  3. Right-click on the file and select Properties.
  4. Click on the Details tab.
  5. Scroll down to see fields like Title, Subject, Tags, Categories, Author, and Last Saved By.

This method does not require launching PowerPoint at all. It is perfect for quick checks before emailing or uploading files. However, you cannot edit most properties from here unless you have the file open in PowerPoint.

Note that some properties might be blank if they were never filled in. You can add them from within PowerPoint to make File Explorer more useful.

Using File Explorer Columns To View Properties

You can also add property columns to File Explorer’s detail view. This lets you see properties for multiple files at once. Here is how:

  1. Open the folder with your PowerPoint files.
  2. Switch to Details view (View tab > Details).
  3. Right-click on any column header (like Name or Date modified).
  4. Select More… from the context menu.
  5. Check the boxes for properties you want to see, such as Author, Title, or Tags.
  6. Click OK.

Now you can see those properties as columns. This makes it easy to sort or filter presentations by author or title. It is a powerful way to manage large collections of files.

How To Display Document Properties In Powerpoint On Mac

PowerPoint for Mac works a bit differently. The steps are similar but the interface varies. Here is how to view properties on a Mac:

  1. Open your presentation in PowerPoint for Mac.
  2. Click on File in the menu bar.
  3. Select Properties from the dropdown menu.
  4. A dialog box appears with tabs: General, Summary, Statistics, Contents, and Custom.
  5. Click on each tab to view different types of metadata.

Alternatively, you can go to File > Info to see a basic properties panel on the right. This shows the file size, slide count, and other standard fields.

On Mac, you cannot add custom columns to Finder easily. But you can view properties by right-clicking the file and selecting Get Info. This shows basic metadata like file size and creation date.

Editing Document Properties In PowerPoint

Viewing properties is useful, but editing them is often necessary. You might need to update the author name or add keywords for SEO. Here is how to edit properties from the Info panel:

  1. Go to File > Info.
  2. Click on a property field that you want to change. For example, click on the Title field.
  3. Type your new value directly into the field.
  4. Press Enter or click outside the field to save.

You can edit most standard properties this way. For fields like “Author”, you might need to use the Advanced Properties dialog. In the Summary tab, you can change the author name and other details.

Be careful when editing properties. Some fields, like “Last Modified By”, are automatically updated by PowerPoint. You cannot manually change them.

Adding Custom Properties

Custom properties are great for adding business-specific information. For example, you can add a “Project Code” or “Client Name” field. Here is how:

  1. Open the Advanced Properties dialog (File > Info > Properties > Advanced Properties).
  2. Click on the Custom tab.
  3. Type a name for your custom property in the Name field.
  4. Choose a Type (Text, Date, Number, or Yes/No).
  5. Enter a Value for the property.
  6. Click Add.
  7. Click OK to save.

Custom properties appear in the Info panel under “Properties”. They also show up in File Explorer if you add the right column. This is a powerful way to organize presentations across a team.

Why Display Document Properties Matters

There are several practical reasons to view and manage document properties. First, it helps with file organization. When you have hundreds of presentations, searching by author or title saves time.

Second, properties affect search results. If you upload a presentation to SharePoint or a website, the title and keywords help search engines index it correctly. This is important for SEO.

Third, properties can reveal hidden information. Before sharing a file with clients, you might want to remove personal metadata like the author’s name. Viewing properties lets you check for this.

Fourth, some properties track editing time and revision history. This is useful for project management and version control.

Common Issues When Displaying Properties

Sometimes properties do not show up as expected. Here are a few common problems and solutions:

  • Properties are blank: This usually means they were never filled in. You can add them manually from the Info panel.
  • Cannot edit properties: Some properties are read-only, like “Size” and “Slides”. You can only edit fields like “Title” and “Author”.
  • Properties not updating: If you change a property but it does not appear in File Explorer, try saving the file and refreshing the folder.
  • Missing custom properties: Custom properties only appear if you added them. They are not standard for all files.
  • Properties hidden in File Explorer: Make sure you have the correct columns selected. Right-click the column header and choose “More…” to add missing fields.

If you still have trouble, try opening the file in a newer version of PowerPoint. Older versions might not support all property fields.

How To Display Document Properties In Powerpoint Using VBA

For advanced users, VBA (Visual Basic for Applications) can display properties programmatically. This is useful if you need to extract properties from many files at once. Here is a simple macro:

  1. Press Alt + F11 to open the VBA editor.
  2. Go to Insert > Module.
  3. Paste the following code:
Sub DisplayProperties()
    Dim ppt As Presentation
    Set ppt = ActivePresentation
    MsgBox "Title: " & ppt.BuiltInDocumentProperties("Title") & vbCrLf & _
           "Author: " & ppt.BuiltInDocumentProperties("Author") & vbCrLf & _
           "Subject: " & ppt.BuiltInDocumentProperties("Subject")
End Sub
  1. Press F5 to run the macro.

This macro shows a message box with the title, author, and subject. You can modify the code to display other properties. VBA is powerful but requires some coding knowledge.

Be cautious when using macros. They can contain malicious code if downloaded from untrusted sources. Always test macros on a copy of your file first.

Best Practices For Managing Document Properties

To get the most out of document properties, follow these tips:

  • Fill in properties early: Add the title, author, and keywords when you create the presentation. This saves time later.
  • Use consistent naming: For custom properties, use the same names across all files. This makes sorting and filtering easier.
  • Remove personal info before sharing: Use the Document Inspector (File > Info > Check for Issues > Inspect Document) to remove author names and other metadata.
  • Check properties regularly: Make it a habit to review properties before saving or sending files.
  • Use templates with pre-filled properties: Create a template with standard properties already filled in. This ensures consistency.

These practices help you maintain clean, organized files that are easy to find and share.

How To Display Document Properties In Powerpoint For Older Versions

If you are using PowerPoint 2007 or earlier, the steps are slightly different. In PowerPoint 2007:

  1. Click the Office Button (top-left).
  2. Select Prepare > Properties.
  3. A properties panel appears at the top of the slide area.
  4. Click the Document Properties dropdown and choose Advanced Properties.

In PowerPoint 2003 and earlier, go to File > Properties. This opens a dialog box similar to the advanced properties window.

These older versions have fewer options. But you can still view and edit basic properties like author and title.

Using Document Properties For Accessibility

Document properties also play a role in accessibility. Screen readers and assistive technologies use the title and author fields to identify presentations. If these fields are blank, the file may be harder to navigate for users with disabilities.

To improve accessibility:

  • Always fill in the Title field with a descriptive name.
  • Add a Subject that summarizes the presentation’s content.
  • Use Tags to include keywords related to the topic.

These steps help all users, including those using assistive tools, to understand what the presentation is about.

Frequently Asked Questions

How Do I View Document Properties In PowerPoint Without Opening The File?

You can right-click the file in File Explorer, select Properties, and go to the Details tab. This shows basic metadata without launching PowerPoint.

Can I Display Document Properties In PowerPoint Online?

PowerPoint for the web has limited properties. You can see the file name and size, but not advanced fields like author or custom properties. Use the desktop version for full access.

Why Can’t I See All Properties In The Info Panel?

Click “Show All Properties” at the bottom of the Info panel. This expands the view to include more fields like “Author” and “Revision Number”.

How Do I Add Custom Properties To A PowerPoint File?

Go to File > Info > Properties > Advanced Properties > Custom tab. Type a name, choose a type, enter a value, and click Add.

Is There A Way To Display Document Properties In PowerPoint Using A Keyboard Shortcut?

There is no direct shortcut. But you can press Alt + F to open the File menu, then I for Info. From there, use the arrow keys to navigate to properties.

Conclusion

Knowing how to display document properties in PowerPoint is a small but valuable skill. It helps you manage files, improve searchability, and maintain professionalism. Whether you use the Info panel, File Explorer, or advanced dialogs, the process is quick and easy.

Start by checking your own presentations. Fill in missing properties and remove personal data before sharing. With these steps, you will have cleaner, more organized files that work better for you and your team.

Remember to use the methods that fit your workflow. The Info panel is best for quick edits, while File Explorer is great for batch viewing. Custom properties add extra flexibility for business needs.

Now you have all the tools to display, edit, and manage document properties in PowerPoint. Put them into practice and see the difference in your file organization.