Guides

How files break, what repair can honestly do about it, and the habits that keep it from happening, written by the people building the repair engine. No hype, limitations included.

18 field guides · Updated July 2026

  1. 01July 22, 2026 · 11 min read

    Repairing files in the browser: how IntactFile works

    How IntactFile rebuilds broken MP4/MOV, ZIP, PDF, JPEG and more entirely client-side with WebAssembly — a clean-room moov reconstruction, honest outcomes, and no upload.
  2. 02July 21, 2026 · 8 min read

    Codec vs container: the distinction behind most unplayable videos

    The container is the box; the codec is the language inside. Which one broke decides whether you install a codec or repair the file.
  3. 03July 19, 2026 · 8 min read

    Fixing a corrupted PowerPoint (.pptx) without PowerPoint

    A .pptx is a ZIP of XML parts, so slides, text, and images usually recover even when PowerPoint won't open the deck.
  4. 04July 17, 2026 · 8 min read

    MOV vs MP4: why your iPhone video won't play on a PC

    MOV and MP4 are near-identical containers. The real blocker is usually HEVC or a broken index — and only one is a repair job.
  5. 05July 16, 2026 · 9 min read

    Recovering a corrupt SQLite database in your browser

    What "database disk image is malformed" means at the b-tree level, and how a raw page walk salvages every decodable row into a clean file.
  6. 06July 9, 2026 · 8 min read

    RAR vs 7z when the archive is damaged

    RAR's recovery record repairs in-place damage; 7z has none and dies on tail truncation. What salvage can do either way.
  7. 07June 30, 2026 · 8 min read

    OBS crashed mid-recording: recovering the MP4

    Why the forums say it's toast, why they're only half right, and how to record so it can't happen again.
  8. 08June 18, 2026 · 9 min read

    Recovering GoPro and drone footage after power loss

    Why a dead battery strips the index but not the footage, the free in-camera fix to try first, and the reference-clip rebuild.
  9. 09June 13, 2026 · 6 min read

    Is it safe to upload your files to an online repair tool?

    What “upload” really means, which files not to send, how to verify a tool's behavior in DevTools, and the in-browser alternative that sends nothing.
  10. 10June 9, 2026 · 8 min read

    "The file is damaged and could not be repaired" — fixing a broken PDF

    Why Acrobat's message points at a broken xref index, not lost pages, and how rebuilding it reopens the document.
  11. 11May 28, 2026 · 7 min read

    PNG won't open: chunks, CRCs, and what's recoverable

    Per-chunk checksums make some PNG damage a clean deterministic fix and some rows permanently gone. Which is which.
  12. 12May 19, 2026 · 9 min read

    Recovering a corrupted Excel file: what actually survives

    An .xlsx is a ZIP of XML, so values, formulas, and sheets usually recover even when Excel won't open the file.
  13. 13May 6, 2026 · 8 min read

    Recovered files won't open? Why data recovery is only half the job

    Recovery finds bytes; repair makes them a working file. Triage and format-by-format odds.
  14. 14April 29, 2026 · 6 min read

    Why half your JPEG is gray

    How a JPEG is built, the three failure classes, and an honest read on what comes back whole and what's gone.
  15. 15April 15, 2026 · 7 min read

    How to avoid corrupting files on SD cards

    A working photographer's checklist: the seven habits that prevent most card corruption, printable.
  16. 16April 8, 2026 · 7 min read

    "Unexpected end of archive" — what it means and what still comes out

    Why a cut-off ZIP or RAR download loses its index but not the files inside, and how much still extracts.
  17. 17March 27, 2026 · 10 min read

    MP4 anatomy: what the moov atom is and why your video won't play

    Inside the file format: boxes, the mdat data block, the index written last, and how it gets rebuilt.
  18. 18March 4, 2026 · 8 min read

    How video files get corrupted — and what's actually repairable

    The five real causes of video corruption, and an honest map of which ones a repair tool can fix.