How to Change WhatsApp Storage Location on PC

WhatsApp on Windows stores your messages, media, and backups in a default folder that most users never think about — until the drive fills up, you're migrating to a new machine, or you want better control over where your data lives. Changing that storage location is possible, but it requires understanding what WhatsApp actually saves on your PC and which methods genuinely work.

What WhatsApp Stores on Your PC

Before moving anything, it helps to know what you're dealing with. The WhatsApp desktop app for Windows is primarily a companion to your phone — it mirrors conversations and media in real time rather than storing a fully independent database the way a traditional desktop app might. That said, it does write data locally, including:

  • Downloaded media (photos, videos, documents you've received or opened)
  • App data and session cache (used to keep you logged in and sync state)
  • Backup files, if you're using WhatsApp's built-in backup feature

By default, most of this ends up in your Windows user profile folder — typically something like C:Users[YourName]AppDataRoamingWhatsApp or within the Local subfolder, depending on how WhatsApp was installed (Win32 vs. Microsoft Store version).

The Two Versions of WhatsApp Desktop Behave Differently

This is one of the biggest variables that determines what's possible:

VersionDefault Install PathStorage Flexibility
WhatsApp for Windows (Win32)AppDataRoamingWhatsAppLimited — no built-in relocation option
WhatsApp from Microsoft StoreWindowsApps (managed by Windows)Even more restricted — Microsoft Store apps are sandboxed

The Win32 version gives you slightly more flexibility because the file structure is accessible. The Microsoft Store version sits inside a protected WindowsApps directory that standard users can't freely move without system-level workarounds.

Knowing which version you have matters before you attempt anything.

Method 1: Relocating the Media Download Folder

WhatsApp on PC doesn't have a built-in "change storage location" button the way Android does. However, the folder where downloaded media lands is accessible and can be redirected using a symbolic link (symlink) — a Windows feature that makes one folder path point to another physical location.

Here's the general approach:

  1. Close WhatsApp completely — right-click the system tray icon and exit.
  2. Locate the current data folder — navigate to C:Users[YourName]AppDataRoamingWhatsApp.
  3. Copy the folder to your preferred new location (e.g., D:WhatsAppData).
  4. Rename or delete the original folder after confirming the copy is complete.
  5. Create a symbolic link using Command Prompt (run as Administrator):
mklink /D "C:Users[YourName]AppDataRoamingWhatsApp" "D:WhatsAppData" 

This tells Windows to treat the new location as if it were the original path. WhatsApp continues working without knowing anything changed.

⚠️ This method requires Administrator access and comfort with Command Prompt. A mistake in this process — particularly deleting the original before confirming the copy — can disrupt your WhatsApp session and require re-linking your phone.

Method 2: Using a Second Drive or External Storage via Symlinks

The symlink approach works equally well for pointing WhatsApp's data to an external drive, secondary internal drive, or NAS location — as long as that drive is consistently connected and mounted at the same drive letter.

The key consideration here: if the target drive isn't available when WhatsApp launches, the app may fail to load, throw errors, or create a new default folder. This makes external drives a risky long-term home for WhatsApp's active app data, though they can work well for archiving older media manually moved out of the WhatsApp folder.

Method 3: Changing Where Windows Stores App Data (Advanced)

Some users redirect the entire AppData folder or their user profile to another drive using Windows' built-in folder redirection or junction points at the OS level. This affects all apps, not just WhatsApp, and is typically something IT administrators do in managed environments.

For individual users, this level of change carries significant risk — misconfigured folder redirection can break multiple apps simultaneously and is difficult to reverse cleanly.

Factors That Affect Which Approach Makes Sense 🗂️

No single method suits everyone. The right path depends on several variables:

  • Why you're moving the data — freeing up space on a full C: drive is a different problem than wanting media backed up to a NAS
  • How comfortable you are with Command Prompt and Windows file structure
  • Whether your target drive is always connected or only sometimes present
  • Which WhatsApp version you're running — Store vs. Win32
  • Whether you've enabled end-to-end encrypted backups, which may affect what's actually stored locally vs. in the cloud
  • Your Windows version — Windows 10 and Windows 11 handle some of these folder operations with slight differences in permissions behavior

A user on a laptop with a single SSD running low on space has a fundamentally different situation than someone on a desktop with multiple drives who wants to keep all media on a dedicated storage partition.

What You Can't Change Without Workarounds

WhatsApp desktop doesn't offer a preferences panel for storage location. There's no dropdown, no "move data" button, and no official documentation walking users through relocation. Every method described above is a filesystem-level workaround rather than a supported feature — which means updates to WhatsApp could, in theory, alter folder structures and break a symlink setup, though this is uncommon in practice.

The practical outcome of any storage change depends heavily on your specific drive configuration, Windows setup, and exactly which version of WhatsApp you're working with — and that's the piece only you can assess.