All articles

5 PDF Redaction Mistakes That Leak Data (and How to Avoid Them)

June 4, 2026 · 8 min read

Redaction failures make the news more often than they should. A court filing, a government report, a settlement agreement or a corporate PDF goes out with "redacted" text that anyone can recover in seconds — sometimes just by selecting the black bar and copying. The names of confidential informants, the dollar figures in a sealed deal, the home addresses of protected witnesses: all of it sitting in plain text underneath a rectangle that only looks solid.

The frustrating part is that these leaks are rarely sophisticated attacks. They are almost always the same handful of avoidable mistakes, made by people who genuinely believed the document was safe. Below are the five most common, what each one actually leaks, and how to redact a PDF properly and privately so the data is gone — not just hidden.

Why redaction is so easy to get wrong

A PDF is not a picture of a page. It is a structured document that stores text as text, images as images, and a surprising amount of invisible bookkeeping alongside them. When you look at a PDF on screen, you are seeing a rendering of that data — not the data itself.

That distinction is the root of almost every redaction failure. Most "redaction" techniques change what the page looks like without changing what the file contains. The text you think you hid is still stored, still indexed, still copyable. The viewer simply paints something on top of it.

True redaction has to do something fundamentally different: it must remove the underlying content from the document — the actual characters, the actual image pixels in the marked region — and only then draw a bar to show where the removal happened. Covering is cosmetic. Removing is permanent. Keep that contrast in mind as we go through the mistakes, because every fix comes back to it.

Mistake 1: Drawing a black box over the text

This is the classic, and still the most common. Someone places a black rectangle — or a black highlight, or a filled-in annotation — on top of sensitive text and saves the file. It looks redacted. It is not.

The text is still there, sitting underneath the box in the document's content stream. Anyone who opens the PDF can drag-select across the bar and copy the hidden words straight out. Even easier: run the file through PDF to text and the "redacted" content drops out as plain text, box and all. The rectangle is decoration layered above the data, not deletion of it.

This exact mistake is behind many of the high-profile leaks you have read about — legal teams and agencies shipping documents where the protected names were one copy-paste away. The box held up to a glance and failed to anyone who looked closer.

Fix: use real redaction that removes the underlying text and image content inside the marked area, then draws the bar over the now-empty region. The Redact PDF tool does exactly this — it deletes what is under the mark, so there is nothing left to select or extract.

Mistake 2: Recoloring text to "hide" it

A quieter version of the same error: instead of a black box, the text is set to white, or highlighted in the same color as the page background, so it disappears against the paper. On screen it looks gone.

It is not gone. White text on a white page is still text — fully searchable, fully selectable, fully copyable. Select the area, paste it somewhere with a dark background, and the words reappear. Worse, this method often survives printing-to-PDF and conversion tools that helpfully "clean up" colors, exposing the content again downstream.

The same trap applies to flattening a page to an image while leaving an invisible text layer underneath (common with scanned-then-OCR'd documents). The picture looks like a redacted scan; the searchable layer beneath it still holds every word.

Fix: the content has to be removed from the document, not merely made invisible or recolored. If a copy-paste or text extraction can bring it back, it was never redacted.

Mistake 3: Forgetting the hidden metadata

Suppose you do the visible redaction correctly — the bars genuinely remove the text underneath. You are still not done, because a PDF carries a layer most people never see: metadata.

That includes the author name, the originating software, creation and modification timestamps, and sometimes the title, keywords, or revision traces. A document written to protect an anonymous source can still name the person whose computer created the file. A "public" version of a contract can reveal the internal codename in its title field, or the exact time it was finalized. Redacting the body of the page does nothing to any of this.

Fix: after redacting, remove the metadata before you share. It is a fast, separate step, and it closes a leak that even careful redactors routinely miss.

Mistake 4: Uploading the original to redact it

Here is the most counterintuitive failure. To redact a sensitive file, many online tools require you to upload the un-redacted original to their server, where the redaction happens remotely and the cleaned file comes back.

Think about the timing. The single most sensitive version of the document — the one with every name, number and secret still in it — leaves your control before a single word is removed. You have handed the full, raw file to a third party precisely because it was too sensitive to share. Whatever their privacy policy says, the un-redacted document now exists on infrastructure you do not own, for some retention window you cannot verify.

For genuinely confidential material — legal discovery, medical records, HR files, anything under NDA — that upload is itself the breach, regardless of what happens afterward.

Fix: redact in your browser, so the file never leaves your device in any state. Tools like Redact PDF process everything locally. You do not have to take that on faith, either — open DevTools, switch to the Network tab, and run the redaction; you will see no upload of your file.

Mistake 5: Trusting redaction you cannot verify

The final mistake ties the others together: assuming the job is done because the document looks redacted. "We redacted it" is not the same statement as "the data is gone." If you have not checked, you do not actually know which one is true — and as Mistakes 1 and 2 show, the two often diverge.

The good news is that verification is quick and decisive. With true redaction there is nothing left to recover, so a recovery attempt should come back empty.

Fix: after redacting, test it before you send it — see the next section for exactly how.

How to test your redaction (in under a minute)

Do not ship a redacted PDF you have not tried to break. Run these checks on the final file:

  • Select and copy. In any PDF viewer, drag-select across each redacted bar and try to copy. Paste into a plain text editor. Nothing should appear.
  • Search for it. Use the viewer's find feature to search for a name or number you redacted. Zero results is the goal.
  • Extract the whole document. Run the finished file through PDF to text and read the output end to end. If a redacted value shows up anywhere in that text dump, the redaction did not remove it — it covered it.
  • Check the metadata. Open the document properties, or pass the file through remove metadata, and confirm the author, title and timestamps no longer reveal anything.

If all four come back clean, the redaction held. If anything leaks through, you caught it before your reader — or an adversary — did.

How to redact a PDF properly: the checklist

Put it all together into a repeatable routine:

  1. Work from a copy. Never redact your only original — keep the source file separate.
  2. Open the Redact PDF tool. It runs entirely in your browser; nothing uploads.
  3. Mark every sensitive region. Cover names, numbers, signatures and any identifying images. You can also auto-detect emails, phone numbers and ID numbers so nothing is missed by eye.
  4. Apply the redaction. The underlying text and image content in each marked area is deleted, then the bar is drawn over the emptied space — removal, not cover-up.
  5. Strip the metadata with remove metadata so the author, title and timestamps cannot identify the source.
  6. Verify using the copy, search and PDF to text checks above.
  7. Only then share the file.

That sequence — remove, clean, verify — is what separates a document that is safe from one that merely looks safe.

The bottom line

Almost every redaction leak comes from the same root cause: covering content instead of removing it, then trusting the appearance without checking. Add ignored metadata and the habit of uploading the raw original, and you have the full recipe for a document that fails the moment someone copies a bar.

Do it the other way. Use true, in-browser redaction that deletes the underlying content, strip the metadata, and verify by trying to extract the data yourself — if nothing comes out, nothing is left. Redact your PDF properly, privately, on your own device.