How to Remove a Password From a PDF Document

Passwords on PDF files come in two distinct forms, and understanding which type you're dealing with changes everything about how you can remove it.

The Two Types of PDF Passwords

Document open passwords (also called user passwords) lock the file entirely. You can't open or read the PDF without entering the correct password first.

Permission passwords (also called owner passwords) allow the file to open normally, but restrict what you can do with it — printing, copying text, editing, or annotating may be blocked. These are often invisible until you try to do something the creator restricted.

Removing a password is straightforward when you know it. Recovering or bypassing one you've forgotten is a different situation entirely, and the legal and technical complexity increases significantly.

How PDF Password Removal Works

PDF encryption is built on the AES (Advanced Encryption Standard) protocol — typically 128-bit or 256-bit depending on which version of the PDF specification was used. When you "remove" a password you already know, you're essentially re-exporting the document without the encryption layer applied.

This is a lossless process. The content doesn't change. You're just producing an unencrypted copy of the same file.

Methods for Removing a Known Password 🔓

Using Adobe Acrobat (Pro or Standard)

Adobe's own software offers the most direct path:

  1. Open the PDF and enter the password when prompted
  2. Navigate to File → Properties → Security
  3. Change the Security Method to No Security
  4. Save or export the file

This works for both open passwords and permission passwords, provided you have the credentials for both.

Using a Web Browser (Chrome, Edge, Firefox)

Modern browsers handle this surprisingly well for owner-password-protected files:

  1. Open the PDF in your browser (drag and drop, or open via the browser's PDF viewer)
  2. Enter the password if prompted
  3. Use File → Print and select Save as PDF as the printer destination
  4. The downloaded file will often lack the original restrictions

This method is quick, free, and requires no extra software — but it works best with permission-restricted PDFs rather than fully locked files. Output quality is generally good, though some formatting nuances can occasionally shift.

Using Preview on macOS

Mac users have a native option:

  1. Open the PDF in Preview
  2. Enter the password
  3. Go to File → Export as PDF
  4. Save the file — Preview exports without re-applying the original password

This is one of the cleanest free methods available on macOS and handles both types reasonably well when you have the original credentials.

Using Third-Party PDF Tools

A wide range of desktop applications — including PDF-XChange Editor, Foxit PDF Editor, and Smallpdf — offer password removal as a feature. Web-based tools like ILovePDF and PDF24 allow you to upload, unlock, and download files through a browser interface.

MethodRequires Knowing PasswordFreeWorks Offline
Adobe AcrobatYesNo (subscription)Yes
Browser Print-to-PDFYesYesYes
macOS PreviewYesYesYes
Web-based toolsYesUsuallyNo
Dedicated PDF editorsYesVariesYes

What Happens When You Don't Know the Password

This is where the situation becomes more complicated — technically and legally.

If you've forgotten the password to your own document, some tools offer brute-force or dictionary attack options. These work by systematically trying possible passwords until one matches. The time required scales dramatically with password complexity: a short, simple password might be cracked in minutes, while a long randomized one could take years or longer on consumer hardware.

256-bit AES encryption, used in PDFs created with Acrobat X and later, is meaningfully harder to brute-force than older 128-bit formats. The encryption version is embedded in the file metadata and affects which recovery approaches are viable.

It's worth noting that using password removal tools on files you don't own or don't have permission to access raises serious legal issues under laws like the DMCA in the US and equivalent legislation elsewhere. Most reputable tools won't market themselves as bypass tools for this reason.

Factors That Affect Which Method Works for You 🖥️

Several variables shape the practical outcome:

  • Which PDF specification version was used — older PDFs use weaker encryption that more tools can handle; newer ones are significantly more resistant
  • Whether it's an open password or permission password — the browser print method is often effective for the latter, rarely for the former
  • Your operating system — macOS users have Preview as a built-in option; Windows users don't have a comparable native tool
  • File size and complexity — large, graphically rich PDFs can behave inconsistently through some export methods
  • Your existing software setup — if you already have an Adobe subscription or a PDF editor, the path is different than starting from scratch

The simplest cases — a permission-restricted PDF where you know the password and just want a clean, unrestricted copy — are handled by almost any method above. The more locked-down the file, and the less information you have about how it was created, the narrower your practical options become.

How you approach this ultimately depends on which type of protection is applied, what software you already have access to, and what you need the unlocked file to do.