What to do when you can't remember a PDF's password
August 27, 2026 · 3 min read
You encrypted a PDF months ago, or received one that's password-protected, and the password is gone — forgotten, stored in a password manager you no longer have access to, or never actually shared with you. What happens next depends entirely on what kind of "locked" the file actually is.
Two different things people mean by "locked"
A PDF encrypted with a real user password (the kind Protect PDF and most tools apply) requires that exact password to even open the file — there's no backdoor, because the encryption is genuinely strong; that's the whole point of using AES-256 rather than something weaker. A PDF with only owner-level restrictions (no open password, but printing or copying disabled) is a different case: it opens without a password, and removing those restrictions is a much lighter operation since there's no real encryption to break.
If you don't have the open password
There's no legitimate shortcut here, and that's by design — the same strength that protects your files from someone else also means you can't skip past it if you forget it yourself. The only real path forward is finding the password: checking a password manager, asking whoever sent you the file, or checking if you reused a password you can remember through other means. Brute-forcing a genuinely random password is not realistic; brute-forcing a weak, guessable one raises the question of whether the file was ever meaningfully protected to begin with.
If it's just restrictions, not an open password
Unlock PDF removes owner-level restrictions (no printing, no copying, no editing) from a file that already opens without a password — entirely in your browser, since no real decryption is needed for that case. This only works on files you're authorized to modify; the tool doesn't distinguish intent, so use it on your own documents or ones you have explicit permission to unrestrict.
Remove restrictions from a PDF
Open Unlock PDF