How to Delete a Password From a PDF File

Removing password protection from a PDF sounds simple, but the process depends on one critical detail: what kind of password is protecting the file in the first place. Get that distinction wrong and you'll spend time on the wrong solution.

Two Types of PDF Passwords — and Why It Matters

PDF files support two fundamentally different security layers:

1. Open Password (Document Open Password) This locks the file entirely. You must enter the correct password before the PDF will even display its contents. Without it, the file is inaccessible.

2. Permissions Password (Owner Password) This doesn't prevent opening the file — it restricts what you can do with it. Printing, copying text, editing, and annotating may all be blocked even though the document opens freely. This is sometimes called an "owner password" or "permissions restriction."

Deleting protection from each type requires a different approach, and in the case of an open password, you must already know the password to remove it. There is no legitimate bypass without the correct credentials — that distinction matters legally and practically.

How to Remove a PDF Password When You Know It

Using Adobe Acrobat (Pro or Standard)

Adobe Acrobat is the most complete tool for managing PDF security settings:

  1. Open the PDF and enter the password when prompted.
  2. Go to File → Properties → Security tab.
  3. Change the Security Method from "Password Security" to "No Security."
  4. Confirm and save the file.

This removes both open and permissions passwords in one step.

Using a Web Browser (Chrome, Edge, Firefox)

Most modern browsers can act as a basic PDF tool:

  1. Open the password-protected PDF in your browser (drag and drop, or right-click → Open With).
  2. Enter the password when prompted.
  3. Use the browser's built-in Print function (Ctrl+P / Cmd+P).
  4. Set the destination to "Save as PDF."
  5. Save the new file.

The saved version is typically free of password protection. This works reliably for open passwords but may not strip permissions restrictions in every case.

Using macOS Preview

On a Mac, Preview offers a clean native method:

  1. Open the PDF in Preview and enter the password.
  2. Go to File → Export as PDF.
  3. Click Show Details, then Security.
  4. Uncheck password options and export.

The exported file saves without the password. 🔓

Using Adobe Acrobat Reader (Free Version)

Note that the free Adobe Acrobat Reader does not include security editing features. You can view protected documents, but removing encryption requires Acrobat Pro, a third-party tool, or an online service.

Online PDF Password Removal Tools

Several browser-based tools — such as Smallpdf, ILovePDF, and PDF2Go — can remove passwords from uploaded files. The general process:

  1. Upload the protected PDF.
  2. Enter the password if prompted (for open-password files).
  3. Download the unlocked version.

These tools work across devices without any software installation, which makes them useful for occasional needs or on systems where installing software isn't practical.

Privacy consideration: Uploading documents to third-party servers carries inherent risk. For sensitive files — legal documents, financial records, personal data — carefully review the service's privacy policy and data retention practices before uploading. 🔒

Permissions Passwords: A Slightly Different Case

If a PDF opens freely but you can't print or copy from it, the file has a permissions restriction, not an open password. Some tools treat these differently:

MethodRemoves Open PasswordRemoves Permissions Restriction
Adobe Acrobat Pro✅ Yes✅ Yes
Browser Print-to-PDF✅ Usually⚠️ Inconsistent
macOS Preview Export✅ Yes✅ Often
Online tools✅ Usually✅ Often

Results for permissions passwords can vary depending on the PDF encryption standard used when the file was created (40-bit RC4, 128-bit AES, 256-bit AES). Newer, stronger encryption is more resistant to removal through unofficial routes.

Factors That Shape Your Experience

Several variables affect which method will work smoothly for you:

  • Operating system — macOS users have Preview built in; Windows users without Acrobat Pro need alternatives.
  • PDF encryption level — Older, weaker encryption is handled by more tools; modern 256-bit AES encryption is more restrictive.
  • File sensitivity — Whether cloud-based tools are acceptable depends entirely on the nature of your document.
  • Frequency of need — Someone removing passwords occasionally doesn't need the same setup as someone processing batches of files regularly.
  • Technical comfort level — Browser and Preview methods require almost no technical knowledge; command-line tools like qpdf (available on Linux and macOS) offer more control for those comfortable with terminals.

The right path for someone removing one personal PDF at home looks quite different from the workflow that makes sense for someone processing dozens of work documents across a corporate network. 🖥️

Legal and Ethical Context

It's worth being explicit: removing password protection from a PDF you legitimately own or have permission to modify is entirely reasonable. Removing protection from someone else's document — to bypass intentional access controls, reproduce copyrighted material, or circumvent licensing restrictions — raises legal and ethical issues under copyright law and, depending on jurisdiction, computer fraud statutes.

The method you need, the tool that's appropriate, and the setup that fits your situation all depend on details that only you can fully evaluate.