A "data storage location" in WhatsApp is the folder, SD card, or cloud account where WhatsApp writes its backup files, and the size shown for that location depends entirely on whether WhatsApp and your device count bytes by 1000 (decimal) or by 1024 (binary). When you change where WhatsApp stores its data — moving from internal phone storage to an SD card, switching the Google Drive account that receives backups, or restoring a backup to a new device — the same file can read as two different sizes on the same screen. That mismatch is not a bug, lost data, or hidden space: it is a unit-of-measure problem. WhatsApp's size label is computed with the binary 1024 prefix that Android and iOS use, while SD card makers and most cloud plans describe capacity with the decimal 1000 prefix that hard-drive labels use. Both numbers refer to the same bytes; they just count them in different chunks. Understanding that one fact is what makes every storage decision — copying, moving, freeing up space, choosing a backup destination — land where you expect.

Most people hit this the moment they check the size of a WhatsApp backup. The chat history shows, say, 12.4 GB in WhatsApp's "Chat backup" screen, but the same folder on the SD card reports 13.3 GB in the file manager, and Google Drive rounds it again to 13 GB. None of those numbers is wrong. They are simply using different bases. To pick the right destination — internal storage, SD card, or cloud — and know how much room will actually be free afterwards, you need a clean way to convert between the two standards. That is exactly what the Data Storage Converter is built for, and the same logic carries over to any cloud backup routine covered in the cloud storage units guide.

how to change data storage location in whatsapp
how to change data storage location in whatsapp

What "Data Storage Location" Means in WhatsApp

In WhatsApp, "data storage location" refers to the physical or cloud destination that holds three different things: media (photos, videos, voice notes, stickers, documents), chat history databases (the encrypted backup files), and app cache (thumbnails, temporary files). On Android, you can split media and backups — keeping media on the SD card while backups go to Google Drive — using WhatsApp's "Chat backup" and "Google Drive settings" path. On iPhone, the location is the iCloud account tied to your Apple ID, with a separate "Manage Storage" pane that lists per-chat sizes.

When you change that destination, WhatsApp recomputes the size it shows for the new location using the same binary units it always uses. That is why the size you see in WhatsApp's settings and the size you see in your file manager or cloud dashboard rarely agree to the digit. They are measuring the same bytes with two different rulers, and only one of those rulers matches the number printed on the SD card box or the cloud-plan page.

How to Change the WhatsApp Storage Location in Settings

WhatsApp keeps most of its data inside its own sandboxed folder, but a few user-controlled paths decide where backups, media, and downloaded files actually live. The exact menu names vary a little between Android and iPhone, but the routing is the same.

On Android, the "Chat backup" screen is where the backup destination lives. Open WhatsApp, tap the three-dot menu, choose Settings, then Chats, then Chat backup. Tap Google Drive settings to switch the Google account that receives the backup — that is, effectively, the cloud storage location. From the same screen, tapping Back up over lets you choose Wi-Fi only, which matters when you move large WhatsApp backups to a different cloud account. Photos and videos that you receive on WhatsApp are written into the phone's internal storage by default, in a folder called WhatsApp/Media. To shift large media files off the phone, copy the relevant subfolders (WhatsApp Images, WhatsApp Video, WhatsApp Voice Notes) to an SD card with your file manager, then point WhatsApp's in-app media visibility to that new path where supported.

On iPhone, the storage location is the iCloud account signed in to your Apple ID. In WhatsApp, go to Settings, then Chats, then Chat Backup. Tap Back Up Now to send the current backup to iCloud, or toggle Auto Backup and pick the frequency. To move a backup from one iCloud account to another, sign out of the old Apple ID in Settings on the iPhone, sign in with the new Apple ID, then back up again — WhatsApp will write to the new location from that point forward. Under Settings → Storage, the "Manage Storage" pane lists each chat and its size in the OS's binary units, which is the number to feed into a unit converter.

Regardless of platform, the moment a backup completes or a media folder is moved, the size shown in WhatsApp's UI will use binary units while the size shown in the destination — SD card label, Google Drive quota, iCloud bar — will use decimal units. That is the gap the converter is designed to close.

The Two Prefix Standards Behind WhatsApp's Size Numbers

Every storage size in WhatsApp, on your phone, and on your SD card is one of two kinds. The decimal (SI) standard uses powers of 1000: 1 KB = 1000 bytes, 1 MB = 1,000,000 bytes, 1 GB = 1,000,000,000 bytes, 1 TB = 1,000,000,000,000 bytes. This is the convention storage manufacturers and network providers use because it makes the on-box numbers larger and the math round. The binary (IEC) standard uses powers of 1024: 1 KiB = 1024 bytes, 1 MiB = 1,048,576 bytes, 1 GiB = 1,073,741,824 bytes, 1 TiB = 1,099,511,627,776 bytes. Operating systems — including the Android runtime and iOS that WhatsApp sits inside — divide and report using this binary base, which is why the IEC introduced the unambiguous names KiB, MiB, GiB, TiB, and PiB in the first place.

PrefixDecimal (SI) valueBinary (IEC) value
Kilobyte (KB) vs Kibibyte (KiB)1,000 B1,024 B
Megabyte (MB) vs Mebibyte (MiB)1,000,000 B1,048,576 B
Gigabyte (GB) vs Gibibyte (GiB)1,000,000,000 B1,073,741,824 B
Terabyte (TB) vs Tebibyte (TiB)1,000,000,000,000 B1,099,511,627,776 B
Petabyte (PB) vs Pebibyte (PiB)1,000,000,000,000,000 B1,125,899,906,842,624 B

These conversion factors are defined by NIST's Prefixes for Binary Multiples and IEC 80000-13:2008, so they hold whether the number came from a WhatsApp dialog box, an SD card label, or a Google Drive dashboard.

How to Convert WhatsApp Backup Sizes Step by Step

The fastest way to read a WhatsApp storage number correctly is to put it through the Data Storage Converter with the right standard selected. The tool runs entirely in your browser, so chat-size values never leave the device.

  1. Type the amount from WhatsApp's "Chat backup" screen into the storage value field — for example, 5.
  2. Pick the prefix standard that matches what WhatsApp is reporting. If WhatsApp says "5 GB" on an Android or iPhone, choose Binary (1024) because the OS is dividing by 1024 each step even though it still prints "GB". If you are comparing against an SD card label, switch to Decimal (1000) to match the maker's number.
  3. Select the source and target units — for example, source = GB, target = MB — to get a number you can subtract directly from your free-space indicator.
  4. Read the converted result. Tick "Show all units at once" to see the same 5 bytes expressed as bits, bytes, KB, MB, GB, TB, and PB at the same time so you can spot the standard shift at a glance.

Worked example: WhatsApp reports a chat backup at "5 GB". Because WhatsApp inherits the OS binary standard, that label means 5 × 1024^3 = 5,368,709,120 bytes — about 5.369 decimal GB (roughly 5,368.71 decimal MB), or 5,120 MiB. Switch the converter to Decimal (1000) and the same value reads as about 5.369 GB / 5,368.71 MB; switch to Binary (1024) and it reads as exactly 5 GiB / 5,120 MiB. The file did not shrink; the unit changed. Seeing both numbers side by side tells you how much room to budget on the destination before tapping "Back up now" or moving media to a new SD card.

Reading WhatsApp Storage Warnings the Right Way

The practical reason anyone cares about this is room: how much free space will be left after the backup, will it fit on the new SD card, and how much of the monthly cloud quota will it consume. Because WhatsApp reports in binary and almost every destination is advertised in decimal, a usable rule of thumb is that a "GB" label in WhatsApp occupies roughly 1.074 GB on an SD card or in Google Drive. For larger backups the gap widens: a 100 GB chat history in WhatsApp will claim about 107.4 GB of decimal quota, which can push a 128 GB SD card over its real limit.

ScenarioWhatsApp reportsSD card or cloud sees (decimal)Use this standard
Moving media folder to a new SD card"GB" on Android SettingsManufacturer's "GB" on the cardCompare binary to decimal
Backing up to Google Drive"GB" in WhatsApp chat backupGB quota in Google DriveCompare binary to decimal
Reading WhatsApp "Storage usage" per chatMiB-sized entries in MB labeln/a (read-only)Use Binary (1024)
Buying a card for WhatsApp mediaEstimated backup sizeCard's advertised TB / GBConvert decimal to binary

For each row above, the conversion direction tells you which toggle to pick on the converter. When WhatsApp is the source and the destination is labelled by a maker, run Binary to Decimal. When the maker's label is the source and you want to predict how much room WhatsApp will say it uses, run Decimal to Binary.

Why Your WhatsApp Download Speed Looks Wrong

The other place units trip WhatsApp users is download speed. WhatsApp shows media downloads in megabytes per second (MB/s) or bytes per second, while your phone's status bar and your internet plan are quoted in megabits per second (Mb/s). The two are separated by a factor of 8, because 1 byte is exactly 8 bits in both the decimal and binary standards. So a 100 Mb/s Wi-Fi link can move at most about 12.5 MB/s, and a "downloading at 2 MB/s" progress bar in WhatsApp is the same as a 16 Mb/s link — fast, but not nearly the number your ISP advertised.

The Data Storage Converter handles bits too, so you can punch in "100 Mb/s", set the source to megabit per second and the target to megabyte per second, and read "12.5 MB/s" without having to remember the factor. That single check is often enough to explain why a WhatsApp video that "should" take ten seconds actually takes a full minute, and to spot when the bottleneck is the SD card write speed rather than the network.

Practical Tips Before You Move WhatsApp Storage

Three habits keep the storage-location change clean. First, always read the free-space number in the same standard WhatsApp uses before tapping "Move" or "Restore" — switching to Binary in the converter turns WhatsApp's "GB" into the byte count your destination will actually consume. Second, leave a 10–15% buffer on SD cards and cloud quotas because the binary-to-decimal gap compounds at terabyte scale. Third, when comparing two backup destinations — internal vs SD vs Drive — convert every size through the converter with the same toggle so the comparison is apples to apples; mixing standards is what produces "the card should have had room" surprises.

With the right standard selected and a quick conversion in hand, moving WhatsApp data to a new storage location becomes a clean decision: you know the real byte count, the real decimal footprint on the destination, and the real transfer speed your network can deliver. The arithmetic stops being the bottleneck, and the choice between internal storage, SD card, and cloud becomes a trade-off about reliability and quota rather than a guessing game about what each label means.