Skip to content

Unlock PDF (Remove Password)

Remove the password from a PDF you own. You need to know the password — this is not a cracker.

In your browseryour files never leave your device.

Learn more

For permission-only locks (printing/copying blocked but the PDF opens without a password), leave the field empty.

Your password and PDF never leave your browser. Unlocking happens 100% locally.

About this tool

If you own the PDF and you know the password, this page strips the encryption and gives you back a clean unlocked copy. The unlock runs in your browser using pdf-lib, which means the password is never sent to a server. There are two cases the tool handles: a full document-open password (the recipient is prompted before they can even see the file), and a permissions-only lock (the document opens fine but copying or printing is blocked). For permissions-only locks you do not need a password — leave the field empty and click unlock. For document-open locks you must type the correct password. There is no cracker mode here. If you have forgotten the password, this tool cannot help, and that is by design — a brute-force tool would be misused for documents people do not own. The how-to and FAQ below cover both lock types and what to do if you genuinely forgot your own password.

How to unlock pdf (remove password)

  1. Drop in your encrypted PDF

    The tool detects whether the file has a user password, a permissions-only lock, or both, and surfaces what it found.

  2. Type the password

    If the PDF requires a password to open, type it here. If the file only has a permissions lock (you can open it but cannot copy or print), leave the password field empty.

  3. Click Unlock

    The page decrypts the file locally with pdf-lib, then copies all pages into a fresh, unencrypted PDF. Takes 2-3 seconds for typical documents.

  4. Download the unlocked copy

    The output opens in any reader without prompting for a password. The original encrypted file on your disk is unchanged.

Why use this tool

Someone emailed you a sensitive document with a password, you confirmed the password verbally, and now you want a working copy without typing the password every time you open it on your phone. You password-protected your own tax return last year and now you need to attach an unlocked copy to a portal that does not accept encrypted PDFs. You inherited a PDF where copying and printing are blocked (a permissions-only lock with no user password) and you need to print the thing for an offline meeting. You are scanning legal documents into your records system and the system cannot index encrypted files. You took over from a colleague who used to password-protect everything and now you need to clean up the archive. Removing a known password from your own document is normal housekeeping — this page just does it without uploading your file. The tool deliberately cannot break passwords for documents you do not own, which is the legally and ethically right behaviour for a free public web tool.

Features

Handles both lock types

A PDF can have a document-open password (you cannot read it without typing the password) and/or a permissions password (you can read it but cannot copy, print, or modify). This page handles both. For permissions-only locks, leave the password field empty — the tool detects them and strips the permission flags without needing a password input. For full document-open locks, type the password and the tool decrypts the file and produces an unencrypted copy.

Strips all permission flags

After unlocking, the output PDF has no permission restrictions — copying enabled, printing enabled, modification enabled, content extraction enabled. So if you had a permissions-locked PDF where text could not be selected, after running through this tool selection works normally. This is the legitimate use case for unlocking your own document: regaining the right to copy excerpts, print, or feed the text into another tool like a screen reader or OCR engine.

Refuses to crack passwords

If you do not know the password, this tool cannot help. There is no brute-force mode, no dictionary attack, no rainbow table — by design. Cracking passwords on documents you do not own is illegal in most jurisdictions and this site is not the right tool for it. If you forgot your own password, try a desktop recovery tool like John the Ripper with the PDF format module, hashcat, or pdfcrack — and make sure you can prove ownership before doing anything publicly.

Browser-side decryption

The password and the encrypted file stay in your browser. The decryption uses pdf-lib's password handling, runs in memory, and outputs the unencrypted PDF directly as a download. No upload, no logs, no rate limit. Verify in the Network tab — no outgoing requests carry your file or your password. Useful for sensitive documents where uploading them to a third-party unlock service would be the larger risk.

Privacy & security

This tool runs entirely in your browser. Your files are never uploaded to a server — every step of the process (reading, transforming, downloading) happens on your device using JavaScript and the Web APIs. You can verify this in your browser's network tab: clicking the tool's main action triggers zero requests to our servers. The page itself is served over HTTPS, but once it loads, your data stays put. No accounts, no tracking of file contents, no scanning your inputs.

Frequently asked questions

I forgot the password. Can this tool recover it?
No. If you do not know the password, the tool cannot open the file. PDF encryption uses standard AES which is computationally infeasible to break without the key in any practical sense. There are dedicated password-recovery tools (John the Ripper with PDF format, pdfcrack, hashcat) that try dictionary or brute-force attacks — they can take hours to forever depending on password strength. Make sure you are the legal owner before using those, and accept that for any password longer than about 8 characters of random-ish input, recovery is effectively impossible.
The PDF lets me preview but blocks copy and print. Do I need a password?
No. That is a permissions-only lock — the document has no user password (so anyone can open it) but has an owner password that restricts what readers will let you do. Leave the password field empty and click Unlock. The output will allow copying, printing, and modification just like a fresh PDF. This kind of lock is common on academic papers, library PDFs, and corporate documents that want to discourage casual copying without actually preventing access.
Is unlocking legal?
Removing protection from a document you own or have permission to modify is fine in most jurisdictions. Removing it from someone else's document without permission is not — that can be a copyright violation, a breach of the document's licensing terms, or in some cases a computer-misuse offence. The tool does not police this; you are responsible for the documents you process. Common legitimate cases are unlocking your own tax returns, payslips, business documents, or files you created and password-protected previously and now need to use unrestricted.
Are my password and file uploaded anywhere?
No. The unlock runs entirely in your browser using pdf-lib. The password is typed into the form, used in memory to derive the decryption key, and discarded when the operation completes. The file is decrypted locally and the output is generated as a download blob. Open the Network tab — there are no POST requests during the unlock step. The page itself loads from our CDN once when you visit; after that, all operations are local and offline-capable.
Will the unlocked PDF look different from the original?
Visually no — same pages, same fonts, same images, same layout. File size may decrease slightly because the encryption header is gone and pdf-lib re-saves the structure more efficiently than the source might have. Hyperlinks, bookmarks, form fields, and metadata carry through. The only change is that opening the file no longer requires a password, and the permission flags are reset to fully open.
What encryption versions are supported?
pdf-lib handles the standard PDF security handler covering RC4 (older PDFs from the late 1990s and early 2000s) and AES (modern PDFs from 2008 onward). Anything created since the early 2000s should decrypt fine if you have the password. Exotic third-party DRM systems (Adobe LiveCycle Rights Management, FileOpen, custom encryption used by some publishers) are not standard PDF encryption and are not handled here — those need the original vendor's reader.
Why does the password field accept empty input?
Because some PDFs only have permission locks with no user password. The owner password (which lets the owner change permissions) exists but no password is required to open the file. For those, leaving the field empty lets the tool detect the situation and strip the permission flags without a password input. If a document-open password is also required, leaving the field empty will fail with a clear error message saying the wrong password was provided.
Can I batch-unlock several PDFs at once?
Not in this version — you unlock one file at a time. For a small batch (say 5-10 files), the per-file overhead is small enough that doing them sequentially is fine. For genuinely large batches, a desktop tool like qpdf or pdftk command-line would be faster. Adding batch unlock here is on the roadmap but it complicates the password-input flow (one password per file vs one for all).
Does it work with PDFs encrypted by Adobe LiveCycle DRM?
No. Adobe LiveCycle (now AEM Forms) Rights Management uses server-based licensing that goes beyond standard PDF encryption — the document phones home to a license server to authenticate the user before decrypting. Those PDFs cannot be unlocked offline by any tool because the encryption key is held server-side. If you have a LiveCycle-protected document, your only path is through the original distributor's reader app.
Will form data survive the unlock?
Yes. The form fields and any data already entered into them carry through to the unlocked output. So if you have a permissions-locked form where someone filled in fields but blocked you from modifying or saving, unlocking gives you a copy where the existing data is preserved and you can now edit or save changes freely.
Can I tell if a PDF is encrypted before I upload it?
Most PDF readers show a small padlock icon or display "protected" in the title bar when a file is encrypted. In Mac Preview, the bottom of the window says "Encrypted PDF" when you have a permissions-only lock. In Adobe Reader, you see the lock icon on the document tab. If a reader prompts for a password before opening, there is a document-open password. The unlock tool also reports what kind of lock it found after you drop the file in, before you click unlock.
What about "open password" vs "permissions password" terminology?
PDF has two distinct passwords: the user password (also called "open password") which controls whether the document can be opened, and the owner password (also called "permissions password" or "master password") which controls whether permission flags can be modified. A PDF can have one, the other, both, or neither. Most encrypted PDFs you encounter have a user password. Some publisher PDFs have only an owner password (you can read but not copy/print). This tool handles both cases.
Why are there permission flags at all if AES can be removed?
Permission flags rely on the PDF reader honoring them — they are not cryptographically enforced. Acrobat Reader respects them; some other readers do not. They were designed as a polite-society mechanism, not strong protection. The unlock tool strips both the encryption and the flags because removing one without the other leaves an awkward intermediate state. If you have a permissions-locked file and your goal is just to copy text, switching to a non-Adobe reader sometimes works too.