← Back to troubleshooting

PDFUnlock Troubleshooting

Recovered Password Doesn't Work? Fix Guide

Your recovered PDF password does not work? This guide covers the most common causes — copy-paste issues, encoding mismatches, leading/trailing spaces, and case sensitivity — with fixes for each.

· PDFUnlock Team

troubleshooting password recovery encoding PDF

You paid for password recovery, the service says it found your password, but when you type it into the PDF dialog, the file refuses to open. This is frustrating, but it does not necessarily mean the recovery failed. In most cases, the password is correct — the issue is how it gets from the screen into the PDF reader’s input field.

This guide covers every known cause of “recovered password does not work” and how to fix each one.

Cause 1: Copy-Paste Introduced Invisible Characters

This is the single most common reason a recovered password appears not to work. When you copy text from a web page, email, or messaging app, the clipboard sometimes includes invisible characters that are not part of the actual password.

What gets added invisibly:

  • Zero-width spaces (Unicode U+200B) — inserted by some web frameworks and rich text editors
  • Zero-width joiners and non-joiners (U+200C, U+200D) — common in text copied from social media or messaging apps
  • Byte Order Mark (BOM, U+FEFF) — sometimes prepended when copying from certain applications
  • Soft hyphens (U+00AD) — inserted by word processors for hyphenation hints
  • Non-breaking spaces (U+00A0) — look identical to regular spaces but are different bytes

The fix: Do not paste the password. Instead, type it manually, character by character, looking at the recovered password on your screen and pressing each key individually on your keyboard. This eliminates any invisible characters that the clipboard might introduce.

If the password contains special characters that are hard to type, try pasting it into a plain text editor first (Notepad on Windows, TextEdit in plain text mode on macOS) and then copying from there into the PDF reader. Plain text editors strip most invisible formatting characters.

Cause 2: Leading or Trailing Spaces

When selecting text to copy, it is very easy to accidentally include a space before or after the password. A single extra space makes the password completely different to the encryption algorithm.

How to check: After pasting the password, look carefully at the input field. Move your cursor to the very beginning and very end of the text. If you can position the cursor before the first visible character or after the last one, there is likely a hidden space.

The fix:

  1. Paste the password into the PDF reader.
  2. Click at the very beginning of the input field and press Delete once to remove any leading space.
  3. Click at the very end and press Backspace once to remove any trailing space.
  4. Try submitting the password again.

Alternatively, type the password manually to avoid this issue entirely.

Cause 3: Character Encoding Mismatch (UTF-8 vs Latin-1)

This is a technical issue that affects passwords containing non-ASCII characters — accented letters (e with accent, u with umlaut, a with tilde), special symbols, or characters from non-Latin scripts.

The problem explained: PDF encryption standards have changed how passwords are encoded at the byte level:

  • PDF 1.x through 1.7 (Acrobat 2-9): Passwords are encoded in Latin-1 (ISO 8859-1) or PDFDocEncoding. This means the character “e with accent” is stored as a single byte (0xE9).
  • PDF 2.0 (Acrobat X+): Passwords are encoded in UTF-8. The same character “e with accent” is stored as two bytes (0xC3 0xA9).

If the recovery tool decoded the password in one encoding but your PDF reader is sending it in another, the bytes do not match and the password is rejected — even though the characters look identical on screen.

The fix:

  1. Try a different PDF reader. Adobe Acrobat Reader handles encoding most consistently. If you are using a third-party reader, try Adobe’s instead.
  2. Try the password without special characters. If the password contains accented letters, try replacing them with their ASCII equivalents (replace e-with-accent with plain e, u-with-umlaut with plain u). Some older PDF tools stored the unaccented version.
  3. Contact support. If you recovered the password through PDFUnlock and suspect an encoding issue, contact our support team. We can check the raw byte sequence and provide the password in the correct encoding for your specific PDF.

Cause 4: Case Sensitivity Confusion

PDF passwords are case-sensitive. “Password”, “password”, and “PASSWORD” are three completely different passwords. If you are reading the recovered password and typing it manually, a single wrong capitalization will cause failure.

Common mistakes:

  • Confusing the number “1” with lowercase “l” (el) — they look nearly identical in many fonts
  • Confusing uppercase “O” with the number “0” (zero)
  • Confusing uppercase “I” with lowercase “l” or the number “1”
  • Missing that the first letter is capitalized
  • Not noticing a character is uppercase in the middle of the word

The fix: Use a monospaced font to view the password. Most recovery services, including PDFUnlock, display recovered passwords in a monospace font (like JetBrains Mono or Courier) where each character is visually distinct. Look at each character individually before typing.

If the recovery service provides a “copy” button, use it — it copies the exact bytes without any visual ambiguity.

Cause 5: Wrong Password Type

PDFs can have two separate passwords: a user password (to open the file) and an owner password (to modify permissions). If the recovery service found the owner password but you need the user password (or vice versa), entering the recovered password in the wrong context will not work.

How to tell:

  • If the PDF does not open at all and asks for a password before showing any content, you need the user password.
  • If the PDF opens but certain features (printing, editing, copying) are restricted, the recovery tool may have found the owner password — which does not help with opening the file.

The fix: Check what the recovery service reported. If it found an owner password but you need a user password, you may need to run a separate user password recovery. On PDFUnlock, the analysis step clearly identifies which type of password the file has, and the recovery targets the correct one.

Cause 6: The PDF Reader Is Buggy

Not all PDF readers handle password entry correctly, especially for files with unusual encryption configurations.

Known issues:

  • macOS Preview has historically had problems with AES-256 encrypted PDFs. The password dialog may reject the correct password.
  • Older Foxit Reader versions (before version 10) had AES-256 compatibility issues.
  • Browser-based viewers (Chrome, Firefox, Edge PDF viewer) may not support all encryption types and silently fail.
  • Mobile PDF readers may have limited encryption support.

The fix: Download and install Adobe Acrobat Reader DC (the free version). It has the most complete and correct PDF encryption support of any reader. If the password works in Acrobat but not in your preferred reader, the problem is the reader, not the password.

Cause 7: The PDF Was Re-Encrypted

In rare cases, a PDF may have been modified after the original encryption. If someone opened the PDF with the original password and then re-saved it with a different password, the recovered password corresponds to the original encryption — not the current one.

How this happens:

  • A colleague opened the PDF, changed permissions, and re-encrypted with a new password
  • PDF editing software automatically re-encrypted the file when saving changes
  • A cloud service or document management system modified the file

The fix: This is difficult to diagnose without comparing file versions. If you have access to older versions of the file (from email, backup, or version history), try the recovered password on those. If it works on an older version, the file was re-encrypted at some point.

Still Not Working? Contact Support

If you have worked through all seven causes above and the recovered password still does not work:

  1. Try the password on a different device. This rules out OS-level encoding or input method issues.
  2. Use the copy button if the recovery service provides one, then paste directly into Adobe Acrobat Reader (not a third-party reader).
  3. Contact the recovery service. If you used PDFUnlock, our support team can verify the raw password bytes against your specific PDF file and help troubleshoot encoding or compatibility issues. We stand behind our recoveries — if we said the password was found, we will help you use it.

Conclusion

A recovered password that “does not work” is almost never actually wrong. The issue is nearly always in the transport from screen to PDF reader — invisible characters from copy-paste, encoding mismatches, stray spaces, or reader incompatibility. Type the password manually in Adobe Acrobat Reader as your first troubleshooting step. If that does not resolve it, work through the causes above or contact PDFUnlock support for hands-on help.

Unlock your PDF in the next 60 seconds

Free for owner passwords. Pay-on-success for user passwords. No account. No card. Just the file and a result.