← Back to the catalog

Phone or Tablet Data Loss

Data loss on a phone or tablet doesn't play by the same rules as a PC, mostly because of two things nearly every modern smartphone does that a typical computer doesn't: encrypting all storage by default, and soldering the flash memory directly onto the board.

What's actually happening

Modern iOS and Android devices normally use hardware-backed storage encryption, with keys tied to the device and often protected by the user credential. As a result, simply reading or transplanting flash storage from a damaged modern phone usually does not produce usable plaintext, even when the memory itself is intact. This is the opposite of most scenarios in this catalog: the barrier is usually not damage to the data, it's access to a device that can decrypt it.

How recoverable this really is

Strongly depends on what the actual failure is. A cracked screen or a dead charging port, where the device otherwise still functions internally, is often the most recoverable version of this — connecting the device to a computer, or repairing just the broken component, can restore full normal access. A device that won't boot at all, or that's been physically destroyed, is a much harder problem specifically because of the encryption point above: data extraction at the chip level is possible in principle but generally requires the device's own passcode to make sense of what's extracted.

The general approach

Where the device still partly functions, recovery focuses on getting any form of data access working again — an alternative display path, a repaired port, a boot into a recovery mode — since that access, combined with the correct passcode, unlocks everything at once far more reliably than any deeper extraction attempt. Where the device doesn't function at all, options are genuinely more limited and device-specific, and usually depend more on whether recent backups exist — a manufacturer cloud backup, or a computer the device was previously synced to — than on any recovery technique applied to the device itself.

The one thing not to do

Don't repeatedly guess a screen-lock passcode. Modern devices impose delays or lockouts after failed attempts, and some can be configured to erase data after repeated failures. If the credential is uncertain and the data matters, preserve the device state rather than testing guesses. If the passcode isn't known for certain, stop before guessing.

The encryption boundary here is the same reason ordinary storage recovery cannot simply bypass a missing credential; see Locked Out of an Encrypted Volume. For storage that is removable rather than hardware-bound to a phone, see Memory Card Recovery.

This page describes the general situation, not a guaranteed fix for your specific case. If you'd rather have someone experienced take a look before you try anything, see what a hands-on evaluation looks like.