Your bank thinks it's protecting you. Every statement it emails you arrives as a PDF locked with a password — some combination of your birth date and postal code that you have to look up every single time.

Now your accountant needs twelve of them. Your mortgage application needs six more. And every recipient will need that password, which means you're about to email your birth-date-based password around like confetti. The "security" is now the least secure thing in the whole workflow.

This is the honest use case for removing a PDF password: documents that are already yours, protected by a lock you already have the key to, where the lock has outlived its purpose. Payslips, statements, insurance letters, tax documents. That's what this guide covers.

What it doesn't cover: getting into PDFs that aren't yours. Not because I'm pearl-clutching — because, as you'll see, for properly encrypted files it genuinely doesn't work. The math doesn't care about your reasons.

The two locks: know which one you're fighting

PDFs have two different password types, and everything downstream depends on which one you're dealing with. Adobe defines both in its password security documentation:

The Document Open password (also called a user password) is the real lock. Without it, the file will not open at all. The document is encrypted; the password is the key. This is what your bank puts on statements.

The permissions password is the soft lock. The PDF opens and reads normally without it — but printing, editing, or copying content is restricted until someone enters the password. It's the "you may look but not touch" password, and per Adobe, if a file has both, either one opens it but only the permissions password changes the restrictions.

Quick diagnosis: if the file won't open without a password, you're dealing with an open password. If it opens fine but refuses to print or lets you copy nothing, that's a permissions password. Remember your answer — the methods below split on it.

The clean way: Acrobat's Remove Security

If you have Adobe's paid Acrobat (not the free Reader — Adobe is explicit that Reader cannot change document security), the official route is simple:

  1. Open the protected PDF — entering the password, since you know it.
  2. Go to All tools > Protect a PDF > Remove security (or via document security settings, set Security Method to No Security).
  3. Confirm, save. The saved file is permanently unlocked.

Adobe's removal documentation carries the caveat that defines this whole topic: only someone with permission — meaning the password or author rights — can remove security. Adobe's advice when you don't know the password is simply to contact whoever created the file. That's not legal cover. That's the vendor of the format telling you there is no backdoor.

The free way: open it, then save a fresh copy

You don't need Acrobat for the everyday case. The trick is understanding what the password protects: that file. A new PDF you create from its visible contents is a brand-new document with whatever security you give it — which is none.

On a Mac: open the protected PDF (enter the password), then use the print dialog's built-in PDF export, straight from Apple's documentation:

  1. File > Print.
  2. Click the PDF pop-up menu in the print dialog.
  3. Choose Save as PDF, name it, save.

The saved copy opens without any password. Tellingly, Apple's same dialog offers Security Options for adding passwords to the new file — protection is something you apply at creation, which is exactly why your re-created copy doesn't inherit the old lock.

On Windows: same logic through the built-in virtual printer. Open the PDF in any reader or browser (enter the password), press Ctrl+P, and select Microsoft Print to PDF — the print-to-file printer Microsoft documents across its own apps. "Print" it, and Windows asks where to save the unlocked copy.

Two honest caveats:

  • A permissions password that blocks printing blocks this route. The print path needs printing to be allowed. If it isn't, you're back to Acrobat — or to asking the author for a clean copy.
  • The new file is a re-print, not the original. For statements and letters this is irrelevant. For a PDF with form fields, signatures, or attachments, the fancy machinery may not survive the round trip. Re-print for reading and sending; use Acrobat's Remove Security when the document's internals matter.

When nothing will work — and why that's good news

Here's the part every "unlock any PDF free!" website hopes you never think about.

A Document Open password isn't a velvet rope in front of your file — the file is encrypted with it. No password, no decryption, no contents. There is no reputable tool, desktop or online, that "removes" an open password you don't know. Anything claiming otherwise is either guessing passwords by brute force — which succeeds against "1234" and fails against anything decent — or lying to get your upload.

Sit with that second possibility for a second. The business model of a shady unlock site doesn't require unlocking anything. It requires you to upload a document you considered sensitive enough to encrypt. You hand over the locked file, and often the password too, to an anonymous server. If it works, a stranger has your decrypted bank statement. If it doesn't, they still have the file. I've written about why uploading documents to random sites is a losing trade — the unlock-site version is that trade at its absolute worst.

And the flip side is worth saying out loud: this is what you want. The encryption on your tax documents would be worthless if a free website could strip it. The wall being real is the feature.

So if you genuinely don't know the open password: ask the sender for the password or an unprotected copy. That's the entire list of legitimate options.

Your move, by situation

The practical map. Find your row, use it today:

Situation What works
Know the password, own Acrobat Remove Security — clean, permanent, keeps document internals
Know the password, Mac Open > File > Print > PDF pop-up > Save as PDF
Know the password, Windows Open > Ctrl+P > Microsoft Print to PDF
Opens fine, won't print/copy Permissions password: Acrobat with the password, or request a clean copy
Don't know the open password Contact the author/sender. Nothing else is real.
Any case, sensitive document Do it on your device. Never an unlock website.

After the unlock: two minutes of hygiene

Removing the password moves responsibility from the file to you. Worth two minutes of thought.

Store the unlocked copies somewhere that's already protected. Your encrypted laptop, your password-protected cloud drive — locations with real access control. The statement no longer defends itself; its folder has to.

Name them like you'll need them in three years. "statement-2026-07-op.pdf" beats "download (3).pdf" forever. You're unlocking these files precisely because you use them — mortgage applications, tax season, accountant handoffs — so make future-you's search trivial.

Delete the email copies you no longer need. The locked originals sitting in your inbox plus the password you've mailed around are the leakiest copies in the system. The unlocked file in a safe folder is more secure than a locked file whose password lives one search away in the same account.

And send them sensibly. If the accountant's portal offers a secure upload, use it over email. You stripped the transport lock; pick a decent transport.

None of this is paranoia. It's the same move throughout: replace theatrical security — passwords taped to the document they protect — with boring, real security in the places you control.

Stop creating the problem for others

While you're here: don't become the sender everyone curses.

If you're protecting a PDF you'll share, the open password only helps if you deliver it through a separate channel — password by text, file by email, not both in one message. And ask whether encryption is doing anything: a locked PDF plus the password in the same email thread protects nobody and annoys everyone for years.

Same discipline applies to every document workflow, not just passwords. The principle behind this whole guide — your documents stay on hardware you control — is the reason I built ConvertApps the way I did: conversions between images and PDFs happen entirely on the device, nothing uploaded, nothing "processed" on a stranger's server. Whether you're unlocking, converting, or reshaping documents, the safe pattern is the same one.

For actually editing the unlocked files on your phone afterward — filling, signing, rearranging — I compared the tools in PDF editors for your phone.

FAQ

Can I remove a password from a PDF without knowing the password?

If it's a Document Open password: no — the file is encrypted, and Adobe's own guidance is to contact the file's author. Tools claiming otherwise are brute-force guessers that fail against any decent password, or upload traps. If it's only a permissions password, the file already opens for you, and where printing is allowed, a re-saved copy sheds the restrictions.

Why do banks password-protect PDF statements in the first place?

Because email isn't a secure channel and statements carry your name, address, account numbers, and transactions. The password means an intercepted or misdelivered email doesn't expose the contents. The protection makes sense in transit; it just becomes friction once the file is safely in your own storage — which is exactly when removing it is reasonable.

Is it legal to remove a password from a PDF?

For your own documents — statements, payslips, files where the sender gave you the password — removing the protection for your own convenience is the normal, intended use of the tools above. Circumventing protection on documents you have no rights to is a different matter entirely, and depending on jurisdiction and intent, potentially a legal one. The line is ownership, and you already know which side you're on.

Are online "unlock PDF" websites safe?

You're uploading a document someone considered sensitive enough to encrypt — often with its password — to a server you can't audit, run by a business model you can't see. Even when the operator is honest, you've expanded the set of places your decrypted document exists. Every legitimate case has an offline answer, so the upload buys nothing worth that trade.

Why does my PDF open fine but refuse to print or copy?

That's the permissions password at work — the second of the two lock types. The document isn't hidden from you; specific actions are restricted until the permissions password is entered. If you have a legitimate need to print, ask the author for the password or an unrestricted copy; with one of those in hand, the methods above apply.

The takeaway

Know the password? The lock comes off in under a minute, on your own machine — Acrobat if you have it, a fresh save if you don't. Don't know it? The wall is real, no website changes that, and your own encrypted files are safer for it. Either way, documents this sensitive follow one rule: they get handled on your device. It's the rule I build by — ConvertApps does every conversion on the phone itself for exactly this reason — and it's the same offline-first principle that should cover every file you'd hesitate to email a stranger.

The password was there to protect the document. So are you — act like it.

— Dolce