Where WhatsApp actually stores status files on your phone

The exact folder, why it is hidden, and why the path changed on newer Android versions. Knowing this explains almost every status-saving problem.

2 min read
whatsappstatusandroid

Almost every question about saving statuses has the same answer underneath: WhatsApp already put the file on your phone, in one specific folder, and it deletes it again after 24 hours.

Knowing where that folder is turns a mysterious app behaviour into something you can check yourself.

The path

On current Android versions:

Android/media/com.whatsapp/WhatsApp/Media/.Statuses

WhatsApp Business uses its own, and it is a genuinely separate folder — not a subfolder:

Android/media/com.whatsapp.w4b/WhatsApp Business/Media/.Statuses

Why you can't see it

Two reasons, and both trip people up.

The leading dot. .Statuses starts with a period, which on Android and Linux means "hidden". Most file managers skip these folders unless you turn on "show hidden files". The folder is there; your file manager is politely ignoring it.

It moved. Older guides point at WhatsApp/Media/.Statuses at the top level of internal storage. That was correct for years. Android's scoped-storage changes pushed app data under Android/media/<package>, and WhatsApp followed. The old path may still exist on an upgraded phone and be empty — which is why an old tutorial can leave you staring at an empty directory that genuinely exists.

Why the file is only there after you watch

WhatsApp downloads a status when you view it, so it can play smoothly. Before you have watched it, nothing is on your phone and no app can reach it. This is the single most common cause of an empty status list — not a bug, just the order of operations.

Why it disappears

When the status expires at 24 hours, WhatsApp deletes its copy. The file is gone from the device, not merely hidden. Nothing on the phone can recover it, which is why saving is worth doing when you see something rather than later.

What this means for saving

"Saving a status" is really "copying a file that is already on your phone into somewhere permanent before WhatsApp cleans it up". That is why Status Saver works with no account and no internet connection — there is nothing to download, only a copy to make.

It also explains the permission step. Android requires an app to be granted access to that specific folder through the Storage Access Framework. Grant the wrong directory and the app is looking somewhere real that simply has no statuses in it.