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.
- Yükleme yok
- Boyut sınırı yok
- Kayıt yok
Word dosyanızı bozun
.docx, .doc, .docm için ayarlandı ve diğer tüm biçimlerde de aynı şekilde çalışır.
Word dosyalarını düzgün bozmak neden zordur
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.
Bu araç neyi yok eder
- 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.
Sonrasında ne göreceksiniz
| Uygulama | Davranış |
|---|---|
| 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. |
Bunu yapmanın yaygın nedenleri
- 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.
Word dosyası nasıl bozulur
- .docx dosyanızı yukarıdaki kutuya bırakın veya seçmek için tıklayın.
- Kısmi hasar (Light) istemiyorsanız ya da kurtarma yazılımını alt etmeniz (Heavy) gerekmiyorsa seviyeyi Standard bırakın.
- Dosyayı boz düğmesine basın. İşlem cihazınızda yapılır, bu yüzden neredeyse anında biter.
- Sonucu indirin. Varsayılan olarak özgün dosya adını ve bayt uzunluğunu korur.
Word hakkında sık sorulanlar
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.