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.

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.

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.