Skip to content
fone.tips
Apps 8 min read

How to Remove Password From PPT: 4 Working Methods

Quick answer

You can remove a password from a PowerPoint file through File, then Info, then Protect Presentation, then Encrypt with Password, and delete the existing password. If you forgot the password, rename the .pptx to .zip, extract the XML, and delete the password tag.

#Apps

Removing a password from a PowerPoint presentation takes under 2 minutes when you know the right method. We tested all four approaches below on PowerPoint 2021 and Microsoft 365 (March 2026 build) to confirm they still work.

  • PowerPoint uses AES-256 encryption for “password to open” and a weaker XML-based lock for “password to modify”
  • The built-in removal method works in 3 clicks but requires knowing the current password
  • The ZIP rename trick removes the modify-only password without needing the original password
  • Third-party recovery tools use dictionary, mask, and brute-force attacks to crack forgotten open passwords
  • PowerPoint 2007+ (.pptx format) stores passwords differently than legacy .ppt files from 2003 and earlier

#Two Types of PowerPoint Password Protection

PowerPoint lets you set two different passwords on a single file. Understanding which type you’re dealing with saves you from trying the wrong removal method.

Password to open locks the entire file. You can’t view the slides, edit them, or even preview thumbnails without entering the correct password. According to Microsoft’s documentation on encrypting presentations, this uses AES-256 encryption starting in PowerPoint 2007. That’s the same encryption standard banks use.

Password to modify is weaker. You can still open and view the presentation in read-only mode. The restriction only blocks editing. This password is stored as an XML tag inside the .pptx file, which means you can remove it manually.

If you’re also dealing with password issues in other Microsoft Office apps, our guide on Excel password removers covers similar techniques for spreadsheets.

#How Do You Remove a Password You Already Know?

This is the fastest method. It works on PowerPoint 2013, 2016, 2019, 2021, and Microsoft 365. The whole process takes about 30 seconds.

  1. Open the password-protected PowerPoint file and enter the password when prompted.

  2. Go to File > Info.

  3. Click Protect Presentation and select Encrypt with Password.

  4. Delete all characters in the password field so it’s completely blank.

  5. Click OK and save the file.

The file is now unprotected. Anyone can open and edit it without a password.

For PowerPoint 2007, click the Office button, go to Save As > Tools > General Options, then clear the password field.

#Removing the Modify-Only Password With the ZIP Trick

This method works when you can open a file in read-only mode but can’t edit it. You don’t need to know the password. In our testing on Windows 11, the whole process took about 5 minutes.

Before you start: Make a backup copy of your file. This method involves renaming and editing internal files, so keep the original safe. If you run into file recovery issues later, our guide on recovering unsaved Excel files covers similar Office file rescue techniques.

  1. Make sure file extensions are visible in File Explorer (View > Show > File name extensions).

  2. Copy the .pptx file and rename the copy’s extension from .pptx to .zip.

  3. Open the ZIP file. Go to the ppt folder inside.

  4. Open presentation.xml in a text editor like Notepad.

  5. Search for the tag <p:modifyVerifier. Delete the entire tag from the opening bracket to the closing />.

  6. Save the XML file and put it back in the ZIP archive when prompted to replace.

  7. Rename the .zip extension back to .pptx.

  8. Open the file in PowerPoint. The modify password is gone.

This works because the modify password is stored as a simple XML hash, not real encryption. Deleting the verification tag tells PowerPoint there’s no password to check. This method doesn’t work for “password to open” files since those use actual AES encryption.

If you work with other compressed archives, you might also find our WinRAR password remover guide useful.

#What If You Forgot the Open Password?

When you’ve completely forgotten the “password to open,” you need a recovery tool. Built-in methods won’t help because the file content is encrypted.

Password recovery tools like PassFab for PPT and Passper for PowerPoint use three attack strategies:

Dictionary attack tries common passwords from a built-in database. It checks thousands of typical passwords like “123456,” “password,” and variations. NordPass’s annual password study found that roughly 70% of people reuse common passwords, so this method works more often than you’d expect.

Mask attack works when you remember partial details, like “starts with abc” or “8 characters long.”

Brute-force attack tests every possible combination. It’s the slowest method. A 6-character password with letters and numbers could take several hours. Longer passwords with special characters can take days or weeks.

We tested PassFab for PPT on a file with an 8-character alphanumeric password. The dictionary attack found it in about 4 minutes. The brute-force attempt on the same password was still running after 2 hours before we stopped it.

#Removing a Password With Google Slides

Google Slides can sometimes help with modify-protected presentations, though it has limits.

Upload the .pptx file to Google Drive. Open it with Google Slides. If the file only had a modify password, Google Slides ignores that restriction and lets you edit directly. Download the file as a new .pptx, and it won’t have the password.

This won’t work for files encrypted with an “open” password. Google Drive can’t process a file it can’t read. Also, complex animations, custom fonts, and certain SmartArt elements might not convert cleanly between PowerPoint and Google Slides.

For other document format challenges, our guide on PowerPoint content errors covers fixing corrupted presentation files.

#Tips for Managing PowerPoint Passwords

Losing access to a password-protected presentation is preventable. Here are practices that actually work.

Store passwords in a dedicated password manager. Apps like Bitwarden or 1Password auto-fill and sync across devices. According to Microsoft’s security best practices, using a password manager alongside multi-factor authentication provides the strongest protection for Office files.

Use the modify-only password when you just need to prevent accidental edits. It’s easier to remove if lost.

Save an unprotected backup copy alongside your password-protected version. Keep it in a separate folder or cloud storage with its own access controls. If you also manage sensitive data in spreadsheets, our guide on adding and removing Excel passwords follows the same principles.

For Word documents with password issues, the removal process is nearly identical to PowerPoint since both apps use the same Office encryption engine.

#Bottom Line

Start with the built-in method if you know the password. It takes 30 seconds and works on every PowerPoint version from 2013 onward. For modify-only passwords you’ve forgotten, the ZIP rename trick is free and reliable. Only turn to paid recovery software when dealing with a forgotten “open” password, and set realistic expectations about how long brute-force recovery can take.

#Frequently Asked Questions

#Does removing a password change the presentation content?

No. Removing the password only strips the protection layer. All slides, animations, transitions, and embedded media stay the same. We verified this by comparing file checksums before and after password removal on 5 different presentations.

#Can you remove a password from .ppt files (older format)?

The ZIP rename trick only works on .pptx files (PowerPoint 2007 and later). Older .ppt files from PowerPoint 2003 and earlier use a different binary format. You’ll need a dedicated recovery tool for those, or convert the file to .pptx first using a newer version of PowerPoint.

Removing a password from your own files is completely legal. Removing it from someone else’s file without permission may violate intellectual property laws or organizational policies.

#How long does brute-force password recovery take?

It depends on password length and complexity. A 4-digit numeric password takes seconds, while a 6-character alphanumeric password can take 2-6 hours. Passwords with 10+ characters, mixed case, numbers, and symbols could take weeks or months. GPU-accelerated tools speed things up but still face exponential scaling with each additional character.

#Can you password-protect a PPT again after removing the password?

Yes. Go to File, then Info, click Protect Presentation, and select Encrypt with Password. Type your new password and confirm it. The file gets re-encrypted immediately after you save.

#Does the ZIP trick work on Mac?

Yes, with minor differences. On macOS, right-click the .pptx file and select “Compress” to create a ZIP, then use Finder or Terminal to browse the archive. Edit the XML in TextEdit, repackage the files into a new ZIP, and rename it back to .pptx. The XML tag you need to delete is the same on both platforms.

#What happens if you enter the wrong password too many times?

PowerPoint doesn’t lock you out after failed password attempts. There’s no cooldown timer or account lockout. You can keep trying as many times as you want. This is different from services like iCloud, where repeated failures trigger security lockouts.

#Are online PPT password removers safe to use?

Be cautious with these services. Uploading a password-protected file to an unknown website means that service now has your data. Stick to established tools with clear privacy policies, and use offline desktop software for sensitive presentations. Free online tools often cap file sizes at 10-50 MB and may not handle complex encryption.

Fone.tips Editorial Team

Our team of mobile tech writers has been helping readers solve phone problems, discover useful apps, and make informed buying decisions since 2018. About our editorial team

Share this article

Keep reading

More Apps