Unlock PDF
Remove the password from a PDF you can already open, producing a normal, unencrypted copy. The file and its password are processed entirely in your browser and never uploaded anywhere.
- Files never leave your device
- Free, no signup
- No watermarks
- Works offline once loaded
How to unlock pdf
- 1
Add the protected PDF
Drop the password-protected document onto the page.
- 2
Enter its current password
Type the password you already use to open the file.
- 3
Download the unlocked copy
A new PDF is saved with the password removed — the original is untouched.
What a PDF password actually protects
The PDF format supports two distinct passwords, and it is worth knowing the difference. A user password (sometimes called an "open password") encrypts the document itself — without it, a PDF reader cannot decrypt the content at all, and the file is unreadable to anyone who does not have it. An owner password instead sets permission flags on an otherwise-readable file — restrictions like "no printing" or "no copying text" — which well-behaved software respects but which are not real access control, since a file without a user password can be opened and read by anything that ignores those flags. This tool works with the user password: the one that actually gates whether the file opens at all, which is the case that matters for almost everyone who has a PDF they genuinely cannot get into without typing something first.
Removing the password does not touch anything else about the file. The pages, text, images, fonts and layout are carried over unchanged — only the encryption wrapper and the requirement to supply a password before reading it are gone. The result is a completely ordinary PDF that any reader can open without a prompt.
Why this has to run on your device, not a server
Unlocking a PDF means typing its password into a tool, and a password is one of the few pieces of data that should never be sent anywhere it does not strictly have to go — not logged, not transmitted, not held in a server's memory even momentarily. Doing this entirely in the browser, inside a Web Worker, means the file bytes and the password are read, decrypted and re-saved on your own machine; the network is never involved at any point in the process. For a tool whose entire job is handling a password, that is not an optional nicety — it is the only design that avoids asking you to trust a third party with the very thing you are trying to keep private.
Legitimate reasons to remove a password you set
PDF passwords tend to accumulate for reasons that made sense once and stop mattering later: a contract shared with a client years ago that no longer needs protecting, a folder of encrypted scans inherited from an old backup routine, a report password-protected before an internal review that has long since concluded. Re-typing the same password every time one of these files is opened, forwarded or searched is friction with no ongoing benefit once the original reason for protecting it has passed. It is also common to need a batch of protected archives searchable or indexable by tools that skip encrypted files outright — removing a password you already know turns a locked pile of scans into something you can actually search through on your own device.
Frequently asked questions
Can this crack, guess or bypass a password I don't know?
No, and it is not meant to. Removing a password requires typing the correct existing one — the tool decrypts the file with it and saves an unencrypted copy. There is no brute-force, no dictionary attack, no bypass of forgotten passwords. If you do not know the password, this tool cannot help, and that is a deliberate boundary, not a missing feature.
Is my file, or the password I type, ever uploaded?
No. Both the PDF and the password stay on your device — the file is decrypted and re-saved inside a Web Worker running in your browser, and nothing is sent over the network. That matters especially here: a password is exactly the kind of thing that should never leave your machine, even briefly, to unlock a file.
What does "unlock" actually change in the PDF?
It removes the encryption and the password requirement itself — the copy you download opens without any prompt. It does not touch the pages, text, images or layout in any way; the content is byte-for-byte the same document, just no longer wrapped in a password.
Why would I want to remove a password I set myself?
Common cases: an old PDF you protected years ago and no longer need locked down, a batch of scanned archives you want to search or index on your own device (most indexers skip encrypted files), or a document you originally shared with a password that you now want to store or forward without one. In each case you already have the password — this just saves you re-typing it every time the file is opened.
Does this remove owner-level restrictions like print or copy locks?
It removes the file entirely as an encrypted object, which includes both the password needed to open it and any permission flags — such as restrictions on printing, copying or editing — stored alongside it. Either way, you need the password used to protect the file in the first place; permissions set without a user password are a weaker, easily-bypassed convention rather than real encryption.
You might also need
Add Watermark to PDF
Stamp DRAFT or CONFIDENTIAL across every page
Compress PDF
Shrink scanned PDFs, with the trade-off spelled out
Merge PDF
Combine several PDFs into one document
JPG to PDF
Turn photos and scans into a single PDF
PDF to JPG
Turn every PDF page into an image
PDF to Word
Extract a PDF's text into an editable Word document
Rotate PDF
Turn sideways pages the right way up
Split PDF
Extract pages or split a PDF into separate files