How to Password-Protect a PDF — and What to Do If You Forget the Password
Sep 14, 2026
Contracts, medical records, financial statements, ID scans — some PDFs should not travel through email naked. Adding a password means that even if the file lands in the wrong inbox, the contents stay private. The reverse problem is just as common: the PDF you protected eight months ago, and the password you no longer remember.
Both directions, honestly explained:
The quick answer
To lock: open the free PDF password tool, upload the document, set a password, and download the encrypted PDF. To unlock a file you own: use the unlock tool with the password. Free, no signup, files deleted after processing.
How PDF passwords actually work (30-second version)
PDF encryption has two layers, and knowing them explains a lot of real-world confusion:
- The open password (user password) — required to open the file at all. This is what the protect tool sets, and what your recipient will be asked for.
- The permissions password (owner password) — controls what people can do after opening: printing, copying text, editing. Many "protected" PDFs you receive have only this layer — they open fine but refuse to be printed. Tools that "remove restrictions" are removing that second layer.
Encryption here is real cryptography (AES), not the printable-watermark kind — a properly encrypted PDF without the password is unreadable, full stop.
Step-by-step: protecting a PDF
Step 1 — Pick a strong password
The encryption is only as strong as the weakest part: the password. "Invoice2026" will fall to a patient attacker; a long passphrase will not. Good pattern: four or five unrelated words ("river-copper-tulip-mango-9"), or a password manager's generated string. Length beats cleverness.
Step 2 — Encrypt the file
Upload to the protect tool, enter your password, download the locked PDF. Opening it afterward requires the password on any device — Acrobat, browser, phone, everything.
Step 3 — Send the password separately
The classic mistake: emailing the locked PDF and the password in the same email. That protects against nobody except a very confused hacker. Send the file by email and the password by a different channel — a text message, a phone call, a chat app. Different channels, so one leaked channel does not expose both.
Forgot the password? The honest answer
If you know the password and just want the protection removed — say, the signed-and-locked contract now needs to go into a system that rejects encrypted files — the unlock tool does exactly that. Enter the password once, download a clean unlocked copy.
If you do not know the password, here is the truth most tools will not tell you: there is no legitimate way to simply "remove" it. AES-encrypted PDFs are not brute-forceable in any practical timeframe, and any tool claiming instant password removal is either lying or attacking weak passwords. Your real options:
- Ask the sender for the password or an unlocked copy. This works surprisingly often — people forget they even set one.
- Check your password manager — search its history for the period you created the file.
- Check the original source. If you printed to PDF from Word or downloaded it from a portal, you can often regenerate an unlocked copy.
And one ethical note: unlocking a document you do not own or are not authorized to open is not what these tools are for — the unlock tool exists for people with legitimate access to their own files.
Everyday uses worth knowing
- Sending tax documents to an accountant — lock the PDF, text the password.
- Archiving ID scans — protect your own copies before cloud-syncing them.
- Sharing a draft you do not want edited — combine with the flatten tool so annotations cannot be altered, then lock it.
- Reducing size after unlocking — unlocked files can then go through the compressor, since most tools cannot process encrypted PDFs.
Frequently asked questions
Is a PDF password the same as a zip password?
Conceptually yes — encryption wraps the file. PDF uses AES within the file format itself, so no extra software is needed to open a locked PDF, just the password.
Can I remove the password permanently?
Yes, with the unlock tool — provided you know the current password. It produces a normal, unprotected PDF.
Does protecting a PDF compress it?
No. Encryption changes file size only trivially. Compress first (if needed), then protect.
What if I lose both the password and the original?
Then the content is realistically gone. This is why the best habit is generating passwords in a password manager in the first place — the tool cannot help recover what was never stored anywhere.
The bottom line
Lock sensitive PDFs with a long passphrase, send the password through a different channel than the file, and keep that passphrase somewhere that does not depend on memory. The protect tool and unlock tool cover both directions — free, in your browser.