September 9, 2026 · Damien B., Founder of Redact PDF AI

How to Unredact a PDF: Remove a Redaction (and When You Can't)

Whether you can remove a redaction from a PDF depends entirely on how it was made. If the "redaction" is a black rectangle drawn with a shape, annotation or markup tool, the text underneath is still in the file: you can select and copy it, search for it, extract it, or delete the shape and read it. If the redaction was applied (Acrobat's Apply Redactions, Preview's Redact tool, or a rasterized export like Redact PDF AI's), the content was deleted from the file and no tool can bring it back. The only way to "undo" a real redaction is to go back to the original document.

A drawn box can be lifted: select underneath, paste, and the original text spills out. Nothing spills from a real redaction.

First, find out which kind of redaction you have

Open the PDF in any viewer and run three checks on a black area:

  1. Select it. Drag the text cursor across the black box. If text highlights, it is still there.
  2. Search it. Press Cmd+F / Ctrl+F and type a word you expect under the box. A hit means the text is in the file.
  3. Copy it. Select the whole page (Cmd+A / Ctrl+A), copy, and paste into a plain text editor. Read what comes out.

If all three come back empty, the content was removed and the sections on "removing a redaction" below will not help. If any of them finds text, the redaction is cosmetic and can be undone.

How to remove a fake redaction (a drawn black box)

When the box is an annotation or a shape, removing it is trivial, which is exactly why it is not a redaction:

  • Delete the shape. Open the file in a PDF editor (Preview on a Mac, Acrobat, or a free online editor), click the rectangle, and press Delete. The text is underneath, intact.
  • Extract the text. Even without an editor, copy-paste, "Save as text", or a command-line tool such as pdftotext outputs everything on the page, black box or not.
  • Check hidden copies. Names removed from the page often survive in document properties, comments, bookmarks or an earlier version embedded in the file.

Do this to your own documents to verify them before sending. Doing it to someone else's document may breach confidentiality obligations or the law depending on where you are and what the document is; a leaked redaction is the sender's failure, but that does not make exploiting it yours to do.

How to remove your own redaction marks before they are applied

Redaction tools work in two stages: you mark content, then you apply the marks. Marks can be removed; applied redactions cannot.

  • Adobe Acrobat Pro: marked (unapplied) redactions show as red outlines. Click one and press Delete, or right-click and choose Delete. Once you click Apply, Acrobat removes the content and asks you to save a new file; from then on the only route back is your unredacted original.
  • Preview on macOS: the Redact tool applies on save. Before saving, Cmd+Z undoes the mark; after saving, the content is gone.
  • Redact PDF AI: every redaction is a mask you can keep, remove or redraw in the Studio editor until you export. Masks are saved with the document, so you can reopen it, change your mind, and export again while the document is retained. The exported PDF itself is flat and final.

Why a real redaction cannot be undone

A properly applied redaction removes the text objects and image data from the page content stream and writes a new file. There is nothing to "uncover": the bytes are not in the document. Tools that promise to unredact a PDF work only on drawn boxes, and sometimes by inference. A 2023 study by Maxwell Bland and colleagues ("Story Beyond the Eye: Glyph Positions Break PDF Text Redaction") showed that even applied text redactions can leak: if the surrounding text is kept as text, the exact positions of the remaining glyphs can narrow a redacted name down to a handful of candidates. The defence is to rasterize the page, so no glyph positions survive at all. That is what a flattened export does, and why Redact PDF AI produces one by default.

How to test a redacted PDF before you send it

Run this on every file that leaves your hands:

  • [ ] Text inside every black area cannot be selected
  • [ ] Cmd+F / Ctrl+F for three redacted words finds nothing
  • [ ] Select-all, copy, paste into a text editor shows no redacted content
  • [ ] Document properties (title, author, subject, keywords) are clean
  • [ ] Comments, bookmarks and attachments are removed
  • [ ] The file was saved as a new copy; the original is stored separately

A redactor that rasterizes and strips metadata passes all six by construction. For a walkthrough of doing the redaction itself, see how to redact a PDF, or redact a PDF online now.

Frequently asked questions

Can you unredact a PDF? Only if the redaction was cosmetic, a shape or annotation over intact text. Then the text can be selected, searched, copied, or exposed by deleting the shape. A redaction that was applied or rasterized removed the content and cannot be unredacted.

How do I see redacted text in a PDF? Try to select it, search for it with Cmd+F / Ctrl+F, or copy the page into a text editor. If those find nothing, the text is not in the file and there is nothing to see.

How do I remove a redaction in Adobe Acrobat? Before applying, click the red redaction mark and press Delete. After Apply Redactions and saving, the content is removed; open your original unredacted file instead.

Does printing to PDF or flattening remove the text under a black box? Printing a PDF to PDF flattens annotations into the page but keeps the text as text, so the words under the box are usually still extractable. Rasterizing the page (converting it to an image) is what removes them.

Can redacted text be recovered from the file's metadata? Sometimes. Names can survive in document properties, comments, bookmarks or an embedded previous version even when the page content was removed. A complete redaction strips those too.

Is it illegal to unredact a document? It depends on the document, your relationship to it, and your jurisdiction. Verifying your own files is fine. Exposing text someone else intended to redact can breach confidentiality, court rules or data protection law; check before you do it.

Related guides