Unlock PDF

Unlock PDF
Online

Decryption runs inside your browser's memory. The file stays here, the password stays here. We could not see them even if we wanted to.

Drop your protected PDF here
We'll detect the encryption and prompt for your password locally.

Verify yourself: open DevTools → Network tab → drop a file. Watch zero uploads happen.

You must know your password We can't recover forgotten passwords
Free
No Sign-Up
No Upload
AES-256
HOW IT WORKS

Three steps. Password never leaves this tab.

1

Drop your PDF

We detect encryption type (RC4 / AES-128 / AES-256) entirely client-side.

2

Enter your password

The password is used in-memory to decrypt the file. It is never sent anywhere.

3

Download unprotected copy

Save the decrypted PDF. Your original file stays untouched.

When you'd want to unlock a PDF

Two different cases come up most often. The first: a PDF that won't open at all without a password. A bank statement, a salary slip, a tax document, a payroll PDF — many institutions ship them encrypted and tell you the password (often your tax ID, your date of birth, the last four digits of your account). You enter it once a month, get the document, and move on. But when you want to merge that document with others, sign it, or attach it to a portal that doesn't accept encrypted files, you need a copy without the password.

The second case is subtler: a PDF that opens fine, but won't let you print, copy text from it, or edit it. That's owner-only protection — the file isn't asking you for a password to open, but the author flagged it as restricted. If you have a legitimate reason to copy text or print (you wrote the document, you bought it and want to mark it up, your accountant needs to extract numbers), removing the restriction is the right move.

What this tool does, and what it doesn't

The tool detects automatically which case you're in:

  • If the file needs a user password to open, the tool prompts you for it. You type the password, it decrypts the file in your browser, and you download an unprotected copy. The original file on your disk is untouched.
  • If the file opens but has restrictions only, no password is required — the tool re-saves the file without the restrictions and you download the result. (Owner restrictions are honoured by readers as a polite request, not a cryptographic lock; removing them is straightforward.)
  • If the file isn't encrypted at all, the tool will tell you and just re-save it as-is. Nothing to remove.

What the tool does not do is guess your password. If you don't know it, this won't help. Modern PDF encryption (AES-256 in particular) is designed to be unguessable; brute-force attempts on anything but the weakest passwords are infeasible. If you've forgotten the password to your own document, your best bet is to recover it from where you originally got the file (your bank's online portal usually lets you re-download).

What encryption standards are supported

The tool uses qpdf — the reference implementation of the PDF specification — compiled to WebAssembly so it runs in your browser. That gives full coverage of every standard PDF encryption type:

  • RC4-40 and RC4-128 — older formats still common in scanned documents and older bank PDFs.
  • AES-128 — the standard for most PDFs produced after 2008.
  • AES-256 — the modern format used by recent versions of Adobe Acrobat and most newer tools.

If the tool can't unlock your file, the most common reason is a wrong password. The error message will say so. Less common reasons: a corrupted file, or a non-standard encryption that some software adds on top of standard PDF encryption (DRM systems used by some publishers). Standard PDF passwords are always supported.

What you should and shouldn't unlock

Worth being clear about: this tool removes encryption, but it doesn't grant you rights you don't have. Use it for:

  • Your own documents — bank statements, payslips, tax PDFs, contracts you signed and saved with a password.
  • Documents your organisation owns — internal reports, vendor contracts, anything you have legitimate access to.
  • Documents where you have explicit permission to remove restrictions — a colleague sent a restricted PDF and asked you to extract a section.

Don't use it for: copyrighted material you don't own (academic articles, ebooks, paid courseware) — removing technical protection from copyrighted works is illegal in many jurisdictions even if technically possible. The fact that the tool runs locally and leaves no trace doesn't change the legal status of what it's used for.

Practical notes

  1. Test your password by trying to open the file in a regular PDF reader first. If your reader accepts the password, this tool will too. If your reader rejects it, the password is wrong.
  2. For restricted files, no password is needed — just drop the file in. The tool detects that there's no user-password prompt needed and unlocks the restrictions immediately.
  3. After unlocking, you can do anything with the file — sign it with sign-pdf, edit it with edit-pdf, merge it with merge-pdf, compress it with compress-pdf. None of these can work on an encrypted file, so unlocking is usually the first step in a longer workflow.
  4. Going the other direction. To add a password to a PDF, see protect-pdf.

Privacy

Your password is at least as sensitive as the document it protects, and possibly more — many people reuse the same password across files. This tool runs entirely in your browser. The password you type stays on your device, gets used to decrypt the file in browser memory, and is discarded when you close the tab. Nothing is uploaded; no server sees the password or the document. You can verify it: open DevTools, watch the Network tab while you unlock — you'll see no outgoing requests carrying file content or password.

FAQ

Frequently asked

Does my password leave this browser tab?

No. The password is used in-memory to decrypt the PDF. Nothing is transmitted — you can verify in DevTools → Network.

Can you recover a forgotten password?

No. We do not brute-force, dictionary-attack, or guess passwords. You must know the password.

What encryption types are supported?

RC4-40, RC4-128, AES-128, AES-256. This covers every PDF created by Acrobat, Word, Preview, and common tools.

Is it legal to unlock a PDF?

Yes — if you have legal authorization to access and modify the document. You must own the file or have explicit permission.