How to Remove a Password From a PDF File

Passwords on PDF files come in two forms, and understanding the difference is the first step to removing one successfully. Many people discover this distinction the hard way — expecting a simple unlock and finding the process more nuanced than anticipated.

The Two Types of PDF Passwords

Open passwords (also called user passwords) prevent the file from being opened at all. Without the correct password, the document stays locked.

Permission passwords (also called owner passwords or restrictions) allow the file to open but block certain actions — printing, copying text, editing, or annotating. These restrictions are enforced by the PDF reader application rather than by encryption of the content itself.

Removing each type follows different logic and carries different implications.

Removing a Password You Already Know

If you have the correct password, removing it is straightforward across most platforms.

Using Adobe Acrobat (full version):

  1. Open the PDF and enter the password when prompted
  2. Go to File → Properties → Security
  3. Change the security method to No Security
  4. Save the file

Using a web browser (Chrome, Edge, Firefox): Open the PDF in your browser, enter the password, then use the browser's built-in Print → Save as PDF function. The exported copy typically strips the open password, though permission restrictions may or may not carry over depending on the browser.

Using macOS Preview: Open the file with the password, then go to File → Export as PDF. Uncheck the password option before saving.

Using online tools: Services like Smallpdf, ILovePDF, and Adobe's own online tools allow password removal when you supply the correct password. You upload the file, enter the password, and download an unlocked copy. The key consideration here is privacy — you're sending your document to a third-party server.

Removing a Permissions Password (Restrictions Only)

Permission passwords are a weaker form of protection. Because the file content itself isn't encrypted, some PDF readers and tools can strip restrictions without needing the owner password. This is generally considered legitimate use when you own the document or have authorization to modify it.

Tools that handle restriction removal include desktop PDF editors, some free online services, and command-line utilities like Ghostscript — a free open-source tool that processes PDFs and can output an unrestricted copy.

A basic Ghostscript command for this purpose works by rendering the document and writing a new, unrestricted version. It's effective but requires comfort with a terminal or command prompt.

What You Cannot Easily Do

Removing an open password without knowing it is a fundamentally different situation. The PDF specification uses AES encryption (typically 128-bit or 256-bit in modern files), which means brute-force approaches are the only technical avenue — and for anything beyond a simple or guessable password, this is not practical.

Tools marketed as "PDF password crackers" work by testing large numbers of password combinations. Their success depends entirely on:

  • The complexity and length of the original password
  • The encryption standard used when the PDF was created
  • The processing power available

For a professionally secured document with a strong password, these tools are unlikely to succeed in any reasonable timeframe. 🔒

Factors That Shape Your Approach

FactorWhat It Changes
Password typeOpen vs. permissions — different removal methods apply
Whether you know the passwordDramatically simplifies or complicates the process
Operating systemmacOS, Windows, and Linux each have different native options
Software availableFull Acrobat vs. Reader vs. free alternatives
File sensitivityDetermines whether cloud/online tools are appropriate
Technical comfort levelAffects whether CLI tools like Ghostscript are viable

Privacy and Security Considerations 🔐

Before uploading any PDF to an online removal tool, consider what the file contains. Financial documents, legal contracts, medical records, and personal identification should not be sent to third-party services unless you've reviewed their privacy policy and data retention practices.

For sensitive documents, local tools — whether a full PDF editor, Preview on macOS, or Ghostscript — are the safer route.

When PDF Passwords Are Set by Someone Else

If a PDF was sent to you password-protected by an organization, employer, or third party, the appropriate path is to contact the sender for an unlocked version or for the password itself. Attempting to bypass security on documents you don't own raises both legal and ethical questions that vary by jurisdiction and context.

The legitimate use cases for password removal are clear: you created the file, you've forgotten the password, or you have explicit authorization from the document owner. Outside those situations, the process sits in more complicated territory.


Your best method depends on which type of password is involved, what software you have installed, how sensitive the document is, and your comfort level with different tools. Each of those variables points toward a meaningfully different solution — and only your specific situation determines which path actually makes sense.