How to Unlock a PDF (Remove a Known Password) — Free

Updated for 2026

Forgot the password on your own PDF? If you know (or have the right to use) the password, removing it is quick and free. This guide covers the legal ways — and draws the line at what you must not do.

Quick answer: If you know the password, open the PDF in Adobe Acrobat and use Tools → Protect → Remove Security (enter the password), or run qpdf --password=YOURPASS --decrypt in.pdf out.pdf on the command line. Only do this for files you own or are authorized to open.

Try it now — free, in your browser

Real-world use — what we verified

We unlocked a PDF whose password we knew, then it opened without prompting.

Honest note: this only removes a password you already have — it won't recover or brute-force an unknown one, by design and by law.

The legal line (read this first)

These methods only work when you already know the password — e.g. your own document, or one a colleague shared with you. They cannot and should not be used to break into someone else's protected files. Password protection exists for a reason; respect it.

Method 1: Adobe Acrobat (free trial / subscription)

  1. Open the PDF in Acrobat and enter the password.
  2. Tools → Protect → Remove Security.
  3. Enter the password again to confirm removal.
  4. Save. The file is now openable without a password.

Method 2: qpdf command line (free, open-source)

Install qpdf, then run:

qpdf --password=YOURPASS --decrypt locked.pdf unlocked.pdf

This decrypts a file you can already open, producing an unprotected copy.

AdSense slot — paste your in-article display ad <ins> code here (mid-content, per SEO best practice)

What unlocking does NOT do

Can removeCannot do
Open password (you know it)Crack an unknown password
Permissions (print/copy locks)Access files you aren't authorized for

After unlocking

FAQ

Can this open a PDF when I don't know the password?

No — and it shouldn't. These steps require the password you already have.

Is qpdf safe?

Yes, it's a widely used open-source tool; it only decrypts files you can already open.

Will removing security change my content?

No. The pages and text are unchanged; only the password protection is removed.