Corrupt a Word Document Online
Corrupt a Word document (.docx or .doc) online for free. Browser-based DOCX corrupter that destroys the ZIP container so Word cannot open or recover it.
- Sin subidas
- Sin límite de tamaño
- Sin registro
Corrompe tu archivo Word
Ajustado para .docx, .doc, .docm, y funciona igual de bien con cualquier otro formato.
Por qué los archivos Word son difíciles de corromper como es debido
Since Office 2007 a .docx has been a ZIP archive full of XML. Random byte flips usually land inside a compressed stream, and Word's recovery reads the rest of the archive and opens the document anyway. Breaking a Word file properly means breaking the container, not the contents.
Qué destruye esta herramienta
- Local file headers. Every
PK\x03\x04record that marks the start of an entry inside the package is destroyed. - The central directory. The index mapping entry names to offsets is overwritten, so no unzip implementation can enumerate the archive.
- End of central directory. The EOCD record in the final 64 KB is destroyed. Without it the file stops being a valid ZIP entirely.
- Legacy .doc files. For pre-2007 documents the OLE compound-document header and its FAT sector map are targeted instead.
Qué verás después
| Aplicación | Comportamiento |
|---|---|
| Microsoft Word | "Word found unreadable content in document.docx." Recovery then fails. |
| Google Docs | "We're sorry. We were unable to open the file." |
| LibreOffice Writer | Reports a broken format filter and refuses to load. |
| Windows Explorer | Correct icon, correct size, correct type, nothing looks unusual until it is opened. |
Motivos habituales para hacer esto
- Testing an upload pipeline that ingests Word documents from users.
- Checking a document converter reports errors instead of producing empty output.
- Building a realistic damaged-file scenario for IT support training.
- Verifying a backup process detects corruption before overwriting a good copy.
Cómo corromper un archivo Word
- Suelta tu archivo .docx en la caja de arriba, o haz clic para explorar.
- Deja el nivel en Standard salvo que quieras un daño parcial (Light) o necesites derrotar al software de recuperación (Heavy).
- Pulsa Corromper archivo. El procesamiento ocurre en tu dispositivo, así que termina casi al instante.
- Descarga el resultado. De forma predeterminada conserva el nombre de archivo y la longitud en bytes originales.
Preguntas frecuentes sobre Word
Will Word's "Open and Repair" recover the document?
No. Open and Repair salvages readable parts of the archive. Standard level destroys the local file headers and the central directory, so there is nothing left to salvage from.
Does this work for .doc as well as .docx?
Yes. The engine detects legacy OLE compound documents and targets their header and sector allocation table, which is the equivalent structural landmark for that format.
Will the file keep its original name?
By default yes, the download uses the exact original filename. You can switch on the corrupted_ prefix in the options if you would rather label it clearly.
Can the original be recovered afterwards?
Not from the corrupted copy. The corruption is applied to a copy held in memory and the file on your device is never modified, but the output itself is permanently damaged.