Password-protected PDFs are useful right up until they aren't. If you have to type a password every time you open a statement, or a document you were sent won't let you copy text or print it, the protection has stopped guarding anything and started getting in your way. This guide explains how to remove a password you already know from a PDF, when that works, and when you're better off with a different approach.
Two kinds of PDF protection
PDFs can be locked in two different ways, and knowing which one you're dealing with matters.
- An open password (also called a user password) is the one you type to open and read the file at all. Without it, the content is genuinely encrypted and unreadable.
- Permission restrictions (governed by an owner password) let a document open freely but block actions like printing, copying text, or editing. You can often see the file fine but can't do anything with it.
A single PDF might have either, both, or neither. The good news is that once you can open a file โ because you know its password, or because it only carries restrictions โ removing the protection is straightforward.
Before you start: only unlock what's yours
Removing protection from a document you own, or one you're clearly authorized to change, is a normal housekeeping task. Removing it from someone else's confidential document to get around a restriction they intended is a different thing, and depending on where you are it can break the law or a contract. This guide assumes the file is yours to modify.
Also worth being clear about: this is not a password cracker. If you've genuinely forgotten the open password, there's no way here to guess or recover it. You need the password you already know, or a file that's restriction-only.
Steps to remove the password
The Unlock PDF tool on Every Boring Tool does this entirely inside your browser. The file is never uploaded โ the decryption happens on your own device, there's no account to create, and the result carries no watermark.
- Open the Unlock PDF tool and choose your PDF file.
- The tool inspects it and reports what it found: the encryption type (RC4, AES-128, or AES-256), whether an open password is needed, and which restrictions are currently in place.
- If the file needs a password to open, type it into the password field. If it only has restrictions, there's nothing to type โ the tool detects that automatically.
- Click Unlock PDF. The tool decrypts the document and strips out the security settings.
- Download the unlocked copy. It's saved as a new file (your original name with
-unlockedadded), so your source file stays untouched.
The downloaded copy opens with no password and allows printing, copying, and editing.
What happens under the hood
When you unlock a file, the tool derives the file's encryption key from your password, decrypts every text string and content stream in the document, and then removes the encryption dictionary so the saved copy is plain and open. It also checks its own work: the output has to re-open as a valid, unencrypted PDF with readable pages before you're offered the download. That verification step is why a bad result gets caught instead of handed to you silently.
Honest limits and failure modes
A few situations won't produce a result, and it's better to know them up front:
- Wrong password. If the open password is incorrect, the tool tells you and stops. There's no partial unlock.
- Unusual or unsupported encryption. The tool covers the standard security handlers used by the vast majority of PDFs. A file using a nonstandard scheme, certificate-based (public-key) encryption, or an oddly structured file may not be processable. If that happens, you'll see a clear message rather than a broken download.
- Corrupted files. A damaged PDF may fail to load at all.
When a different approach is better
If the tool can't handle your file but you can still open it in a normal PDF reader with the password, there's a reliable fallback that works on almost anything: open the file, choose Print, and select Save as PDF (or "Microsoft Print to PDF") as the destination. This produces a fresh, unrestricted copy. The trade-off is that the new file is essentially a re-print โ form fields, bookmarks, and some metadata may not carry over โ so use it when the direct unlock isn't available rather than as your first choice.
For a straightforward, private, one-file job where you know the password, the browser-based route is faster and keeps the document on your own machine the whole time.