Unlock PDF
Remove password protection from PDF files online for free. Unlock PDFs to edit, print, copy, and share. No signup, no software. Instant browser-based unlocking.
Unlock PDF removes password protection from documents you have the right to access. The tool handles two distinct scenarios: owner-only protection (where the PDF has restrictions on printing/copying but no password to open) and user-password protection (where a password is required to open the file at all). Owner-only PDFs unlock instantly — we use pdf-lib's ignoreEncryption flag to bypass the restrictions since they're just flags in the /P permission dictionary, not cryptographic locks.
For user-password PDFs we run a multi-stage unlock: first a common-password dictionary (200+ entries including date patterns 2020-2025, common words, and keyboard patterns), then a numeric brute-force (0000-9999 for 4-digit passwords). The tool also analyzes the first 4 KB of raw PDF bytes to detect the encryption type before starting — it tells you up front whether the protection is owner-only (instant unlock), user-password (brute force needed), or unbreakable (40-bit or 128-bit RC4 which we won't attempt without the password). This saves you waiting for a process that won't succeed.
Features
- Owner-only PDF unlock — instant removal via pdf-lib ignoreEncryption flag
- Encryption type detection — analyzes first 4 KB of raw bytes to tell you what kind of protection is in place
- Common password dictionary — 200+ entries including "password", "123456", "admin", date patterns, keyboard walks
- Numeric brute force — checks 0000-9999 for 4-digit passwords in under 30 seconds
- Permission flag extraction — shows what the /P field restricted (print, copy, edit, etc.)
- Runs in browser — your document never uploads
- Handles PDFs with combined owner + user passwords — unlocks owner restrictions even if user password is unknown
- Zero cost, zero signup, zero watermarks
How to use Unlock PDF
- Drop your password-protected PDF into the drop zone
- The tool analyzes the encryption type and reports back: owner-only (instant unlock) or user-password (you'll need the password or brute force)
- For owner-only PDFs: click Unlock and the restrictions are removed in seconds
- For user-password PDFs: either enter the password you know, or click "Try Common Passwords" to run the dictionary and numeric brute force
- Download the unlocked PDF. It's a fresh file with no encryption, no restrictions, and no watermarks.
Frequently asked questions
Is it legal to unlock a password-protected PDF?
If you have the right to access the document, yes — unlocking a PDF you own or have permission to use is the same as unlocking any other file you own. Unlocking a document you don't have rights to (copyrighted material you're not licensed to copy, a stolen file, someone else's private document) is not legal and is not what this tool is for. Use only on your own PDFs.
What's "owner-only" protection and why does it unlock instantly?
Owner-only protection (often called "restricted PDF") is when the PDF has no open-password but has restrictions on printing, copying, or editing via the /P permission flag in the PDF structure. These restrictions are honored by Adobe Reader and most viewers but aren't cryptographically enforced — any tool that ignores the /P flag can read the file freely. Our unlock tool does exactly that: we bypass the flag via pdf-lib's ignoreEncryption option.
Can you brute-force any password?
No — and this is important. We check a common-password dictionary (200+ entries) and 4-digit numeric PINs (0000-9999), which catches many weak passwords. But a strong password (12+ characters, mixed case, digits, symbols) with proper AES-256 encryption is not feasibly brute-forceable on any current hardware. If the encryption type detector says "strong AES-256" and you don't know the password, this tool won't help.
How do I know if my PDF is owner-only or user-password protected?
Upload it here — the first thing the tool does is analyze the encryption bytes and tell you. If you can open the file in any PDF viewer without typing a password, it's either owner-only (restrictions but no open-password) or unencrypted. If a PDF viewer prompts you for a password before showing content, it's user-password protected.
Does unlocking preserve the document's content and formatting?
Yes, byte-for-byte. The unlock process removes the /Encrypt dictionary and /P flags from the PDF but doesn't touch any page content, fonts, images, or form fields. The output is a clean copy of the original minus the encryption layer.
What happens to the PDF after upload?
Nothing uploads. The tool runs entirely in your browser via pdf-lib — the file stays on your device from start to finish. This is especially important for sensitive PDFs (legal, medical, financial) where uploading to a third-party server would defeat the point of trying to unlock them.