# Why Can I Still See Redacted Text in a PDF?

> If you can still see redacted text in a PDF, the redaction is not real. The black box was added on top of the text, but the underlying content is intact.

- **Author:** Neetusha
- **Published:** 2026-04-26
- **URL:** https://www.redactifyai.com/answers/why-can-i-still-see-redacted-text-in-pdf/

---

If you can still see redacted text in a PDF, by copying it, opening it in a different viewer, or running a search, the redaction is not real. The black box was placed on top of the text as a visual annotation, but the underlying content remains in the PDF content stream and is fully recoverable. The fix is to apply true redaction in a tool that deletes the underlying text, then save the file as a new PDF.

## The three most common ways false redaction happens

1. **Black highlight or shape annotation**: Most PDF editors let users draw a rectangle and fill it with black. The shape sits on top of the text. Anyone can move it, delete it, or copy the text behind it.
2. **Highlighter set to black**: Same problem, the highlight is a visual layer, not a content-stream modification.
3. **Image overlay**: Pasting a black image over text. The text is still in the file content stream.

## How to apply real redaction

Use a tool that modifies the PDF object structure to delete the underlying text. Adobe Acrobat Pro's Redact tool (Tools > Redact > Mark for Redaction, then Apply) does this correctly. Dedicated redaction software like RedactifyAI does this automatically with AI-based PII detection. After applying, save as a new file. The redaction tool should also flatten any annotations and strip metadata in the same pass.

## How to verify the redaction actually worked

Try four checks. First, copy from the redacted area and paste into a text editor (should be empty). Second, search the document for any name or number that should have been redacted (zero matches). Third, open the file in a different PDF viewer (overlay tricks fail across viewers). Fourth, run a text extraction tool like `pdftotext`. If any of these surfaces the redacted content, the redaction failed.

**Try it free:** RedactifyAI applies permanent redaction that passes all four verification checks. [Try it at redactifyai.com](https://redactifyai.com). Free tier available, no card required.