How to redact a Word document without leaving traces
If the redaction can be undone with Ctrl+Z, a copy-paste, or a peek at the file's XML, it isn't redaction. Here's what actually removes the data.
Why the usual tricks fail
- Black highlight / black font: the text is still there, just invisible. Select-all and copy reveals it.
- A black box or shape on top: move or delete the shape and the text is back.
- "Delete" without checking metadata: tracked changes and document properties keep their own copy of what you removed.
A Word file is a ZIP of XML. Anything you only hid is still sitting in that XML, fully readable to anyone who unzips it.
What true redaction means
Real redaction removes the characters from the underlying file data — in every part of the document — and then verifies they're gone. That means scanning the body and:
- Headers and footers
- Comments
- Tracked changes (revisions)
- Footnotes and endnotes
- Document properties (author, company, etc.)
How CleanDoc does it
CleanDoc rewrites the document's XML to delete the matched text from every one of those locations, then runs a self-check: it searches the whole file again and refuses to export if any of the original sensitive text remains. So a file you export is a file with nothing left to recover.
And because it all runs in your browser, the document is never uploaded anywhere in the process.
Redact without traces now →First time? Start with how to remove personal information from a Word document.