How to unlock a PDF
You must know the password — this is not a cracker.
Select the PDF
We detect if it's protected.
Enter password
The one you already know.
Download
An unlocked copy.
What "unlock PDF" actually means
Unlocking a PDF means removing the password that prevents the file from being opened or modified, producing an unencrypted copy you can read, search, edit, and merge with other PDFs. People reach for an unlock tool when they have a PDF they own — a bank statement, an invoice, a contract — that they need to combine with other files or rework, but the password layer keeps every other PDF tool from touching it.
Importantly, "unlock PDF" only works when you know the correct password. This page is not a password cracker. If you have lost the password, the strong encryption used by modern PDFs (AES-128 or AES-256) is designed to make recovery effectively impossible. Use unlock when you have the password but want a permanent unprotected copy for downstream editing.
How unlocking works in your browser
When you drop the protected PDF, our code first probes whether the file is actually encrypted or just damaged. If it is encrypted, you enter the password. We then pass the password to pdf-lib, which decrypts the file in your browser memory the same way Adobe Reader does — using the encryption key derived from your password to read the document streams. Once decrypted, pdf-lib rewrites the PDF without the security dictionary, producing a clean unlocked copy.
Everything happens locally. The password and the PDF bytes both stay inside your tab. There is no upload, no log, and no copy kept on a server. You can confirm by running the tool offline — once the JavaScript is loaded, unlock works without a network connection.
What unlock removes vs what Protect PDF adds
Unlock PDF removes the open password (the one prompting you when you double-click the file) and clears the security dictionary — any owner-password restrictions on printing or copying are also lifted because they live inside the same encrypted layer. The unlocked file is fully readable, editable, and shareable by anyone with access to it.
If you need a locked copy again afterwards, our Protect PDF tool adds AES-128 or AES-256 encryption with a new password and granular permission controls (allow or block printing, copying, modifying, annotating, filling forms). Unlock and Protect are inverses of the same workflow.
Common use cases for Unlock PDF
- Merging a protected statement. Many banks send password-protected statements. Unlock the PDF, then use Merge PDF to combine three months of statements into a single annual file.
- Editing a signed contract you own. A counterparty may have returned a signed copy with restrictions enabled. With permission, unlock it before adding follow-up annotations or splitting out specific pages.
- Archiving without per-file passwords. Storing dozens of locked PDFs in a personal archive means juggling dozens of passwords. Unlock and re-encrypt the archive folder at the operating-system level instead.
- Running OCR on a protected scan. The OCR process needs to read every page; an encrypted scan blocks it. Unlock first, then run OCR on the clean copy.
- Converting a locked PDF to Word or Excel. No conversion tool can read an encrypted PDF. Unlock removes the barrier so PDF to Word and PDF to Excel work normally.
Privacy & security
Unlock is exactly the kind of operation where privacy matters most: you are sending the actual password of a sensitive document somewhere. Most online unlock services upload both the PDF and the password to their servers and ask you to trust their deletion promises. imisspdf does the decryption in your browser — neither the password nor the PDF ever leaves your device. See our iLovePDF privacy review for the standard upload-based model and imisspdf vs iLovePDF for the side-by-side comparison.
Frequently asked questions
No. This tool is not a password cracker. You must know the correct password — we use it to decrypt the file legitimately, the same way Adobe Reader does. If you have lost the password, there is no recovery option on this page. The strong encryption used by modern PDFs (AES-128 or AES-256) is mathematically designed to make brute-force unreasonable, which is why responsible tools refuse to attempt it.
An open password (the user password) is what stops anyone from reading the PDF — without it, no software can display the pages. An owner password is a softer restriction that limits actions like printing or copying within a PDF reader. Unlock PDF removes the open password so the file becomes readable again; owner-password restrictions in most PDFs are removed at the same time once the file is decrypted.
No. We decrypt the file with your password and write the same pages, text, images, and form fields back out without the encryption layer. Bookmarks and metadata are preserved. The unlocked PDF is byte-different from the original only in that the security dictionary has been removed, and any digital signatures will be invalidated because the underlying bytes have changed.
Yes. The PDF and the password you type both stay inside your browser. pdf-lib decrypts the file locally, no upload happens, and nothing is logged or retained. You can verify by running the tool offline — once the page has loaded, the unlock works without a network connection.
No. This tool handles standard password-based encryption (the typical AES-128 / AES-256 cases). Certificate-based encryption (sometimes called PKI or "digital ID" protection) requires the matching private key from a smart card, key store, or certificate file — that is a different security model than a password and is out of scope for in-browser tooling.
Tips for using Unlock PDF
- Only unlock PDFs you have the right to modify. Removing a password from a file you do not own (a confidential document leaked to you, for example) may breach the original sender\'s terms. Stick to your own files and files where the owner has explicitly given permission.
- Type the password carefully. Use the eye icon to reveal the password while typing so you can catch typos. PDFs do not give error messages — the unlock either succeeds or fails silently with the wrong password.
- Re-protect sensitive files after editing. If the file is confidential, run it through Protect PDF after you finish editing the unlocked copy. Pick AES-256 for stronger encryption.
- Keep the original locked file. Save the unlocked PDF under a new name. Keeping the locked original gives you a clean rollback point if something goes wrong downstream.
- Lost password? Check secure stores first. Many enterprise PDFs use a shared password documented in a team password manager. Check there before assuming the password is gone for good.
Related PDF tools
- Protect PDF — the inverse: add password and permission controls to a clean PDF.
- Merge PDF — combine unlocked PDFs once the password has been removed.
- Edit PDF — add or update text on a PDF after unlocking it.
- Sign PDF — sign an unlocked PDF before re-protecting it.