Manatee

Partial recovery explained: what 34 of 41 pages really means

A partial recovery means the repair found and rebuilt every piece of the file that was still intact, and could not find the rest because it was never written, was overwritten, or was damaged beyond recognition. “34 of 41 pages” is a literal count: those 34 pages open and read normally, and the other seven are not in the file in any usable form. No further tool will find them in that file, but they may still exist somewhere else, and the end of this post covers where to look.

Why a file can be partly fine

Files are built from pieces. A PDF is a sequence of page objects plus a table that lists where each one starts. A video is a stream of frames plus an index. A Word document is a zip archive of XML parts. When a file is damaged, the damage hits specific bytes, and the pieces stored in those bytes are lost, while the pieces stored elsewhere are untouched.

A repair tool scans the whole file looking for pieces it recognizes. Every complete page object, every decodable frame, every readable XML part gets collected, and the tool writes a new file containing only those pieces with a freshly built table. If it found everything, the result is Fixed. If it found some, the result is Partial, with a count. If it found nothing usable, Not fixable.

So the number in a partial result is not an estimate or a confidence score. It is how many pieces the scan located versus how many the original claimed to have (from its own header or from the last table that could be read).

What the missing pieces usually were

The seven missing pages are not randomly scattered, as a rule. Damage tends to be contiguous, so the missing part is usually one of these:

The tail of the file. The write or transfer stopped before the end. A PDF generated by an export that was interrupted will have its first pages and not its last. A video that stopped recording at eleven minutes has the first eleven minutes and nothing after. This is the most common pattern and the easiest to reason about: everything before the cut is there.

A stretch in the middle. A bad sector on the disk, or a region that was overwritten by something else. You get pages 1 to 20 and 28 to 41, say, with the middle gone. The repair skips the hole and joins what is on either side.

The pieces that were updated last. Many apps save by appending. A PDF edited several times may have newer versions of some pages tacked onto the end; if the end is lost, those pages revert to their older version or disappear. A Word document saved repeatedly over a flaky network share can lose the parts that changed most recently.

The repair report will usually make the pattern clear. If the recovered pages are 1 through 34, it was a truncation. If they are scattered, it was disk damage.

What a partial result looks like by file type

PDF. The repaired copy has the recovered pages in their original order. Missing pages are simply absent, not blank, so the page count is lower than the original. Text, images, and links within the recovered pages are intact. Bookmarks and form fields that referred to lost pages may be gone.

Video. The repaired copy is shorter. “The first eleven minutes” means the recovered file plays from the start for eleven minutes and ends. If the missing stretch was in the middle, the recovered copy may jump at that point. Audio and video are rebuilt together when both survived; if only one did, the report will say so.

Word documents. A DOCX is a zip, so recovery works at the level of its internal parts. The main text is one part and is usually the one that matters. Partial here often means the text was recovered but embedded images, comments, or formatting from a damaged part were not. Open the result and check what came through.

Manatee reports all three this way, with a plain statement of what was recovered and what was not, and writes the result as a new file alongside the original. The original is never modified, so you can keep trying other approaches on it, send it to the app that made it, or hand it to a professional, with nothing lost.

The missing part is not in this file, but it may exist elsewhere

A partial result from a scan is final for that file. Running another repair tool on it will find the same pieces, because there are no others to find. Where it is worth spending effort is on other copies of the content.

  1. The source device. If the file came off a phone, camera, or card, check whether the original is still there. A half-copied file has a complete twin at the source until the source is overwritten or erased.
  2. Time Machine and local snapshots. Open the folder in Finder, then open Time Machine from the menu bar and step back to a date before the damage. Even Macs without an external backup drive keep local snapshots for a while.
  3. Cloud version history. iCloud Drive, and most sync services, keep earlier versions of files for days or weeks. Look for a “Browse All Versions” or version history option in the app or on the service’s website.
  4. The app’s own autosave. Word, Pages, and most editors keep recovery files. Reopen the app and look for a document recovery prompt, or check File > Revert To > Browse All Versions in Mac apps that support versions.
  5. Sent mail and messages. If you ever emailed or messaged the file, the attachment in Sent is a complete copy.
  6. The other party. Whoever created or received the file may have it.

For the seven missing pages in particular, any one of these sources may hold an intact copy, and merging the recovered 34 with those 7 in a PDF editor gives you the whole document back.

What does not help

A few things people try that do not change a partial result:

  • Running the repair again. The scan is deterministic; the same pieces are there both times.
  • Renaming the extension. It changes how apps interpret the file, not what is inside it.
  • Opening the damaged original repeatedly in different apps. Most will refuse; some will attempt their own silent repair and, if they save, can overwrite evidence. Work from the repaired copy and leave the original alone.
  • Undelete tools. A partially written file was never deleted; there is no earlier version on disk for them to find, unless a previous complete save existed at the same location, which is worth one attempt but rarely pays off.

Questions

The report says 34 of 41 pages, but the original opened last week with all 41. Where did they go?

Something changed the file after last week: a failed save, a sync conflict, a drive error. The seven pages were in the bytes that were damaged. Check the version history sources above; last week’s complete copy may well be in Time Machine or the cloud.

Can I tell which seven pages are missing?

Open the recovered copy and compare page numbers, headings, or footers against what you remember or against a table of contents. Manatee preserves page order, so a gap between page 20 and page 28 in the content means pages 21 to 27 were lost.

Is a partial video recovery playable in QuickTime, or do I need a special player?

It is a normal file. The repaired copy is written as a standard MP4 or MOV with a complete index, so it opens in QuickTime, plays on a phone, and uploads anywhere. It is just shorter than the original recording.

Will paying for a professional recovery service find the missing pages?

If the pages were never written to disk, no. If the disk itself has physically damaged sectors that a normal Mac cannot read, a lab with hardware-level tools sometimes can, and that is the one case where it is worth asking. See why-files-get-corrupted-and-what-can-actually-be-recovered for how to tell which situation you are in.