How to Back Up Data on Steam Deck

The Steam Deck is a surprisingly capable gaming PC packed into a handheld form factor — but like any computer, it's vulnerable to data loss from software corruption, failed updates, or hardware failure. Knowing how to back up your data isn't just good practice; it's essential if you've put hours into games, tweaked system settings, or installed non-Steam software you'd rather not reconfigure from scratch.

What Data Actually Lives on Your Steam Deck

Before backing anything up, it helps to understand what's worth protecting:

  • Save files — stored locally for most games, especially non-Steam titles
  • Game installations — large but re-downloadable; usually low backup priority
  • Custom configurations — shader caches, controller layouts, Proton settings
  • Non-Steam game data — emulators, ROMs, launchers like Heroic or Lutris
  • Steam library shortcuts — custom entries you've added manually
  • OS-level customizations — if you've used Desktop Mode to install apps or modify system files

Steam's cloud save system handles a portion of this automatically, but it's not a complete solution on its own.

Method 1: Steam Cloud Saves

Steam Cloud is the easiest layer of protection and works passively in the background. When a game supports it, your save data syncs to Valve's servers automatically whenever you exit the game or connect to the internet.

To check if a game uses Steam Cloud:

  • Open your library, right-click a game → PropertiesGeneral
  • Look for the Steam Cloud indicator

⚠️ The critical limitation: not every game supports Steam Cloud, and some that do only sync partial save data. Non-Steam games and emulator saves are entirely outside this system.

Method 2: Manual Save File Backup

For games that don't use Steam Cloud — or when you want a local copy regardless — you can manually copy save files using the Steam Deck's Desktop Mode.

Most Steam game saves on Linux/Steam Deck are stored here:

/home/deck/.local/share/Steam/userdata/[your Steam ID]/[AppID]/remote/ 

Non-Steam and emulated game saves vary by application but are typically somewhere under /home/deck/.

To back these up:

  1. Switch to Desktop Mode (Power button → Switch to Desktop)
  2. Open the Dolphin file manager
  3. Navigate to the relevant directories
  4. Copy folders to a microSD card or USB drive via a USB-C hub

This method gives you full control but requires you to know where each game stores its data.

Method 3: MicroSD Card as Supplementary Storage

The Steam Deck's microSD card slot isn't a backup system by itself — it functions as extended storage for game installations. However, you can intentionally use a second microSD card as a portable backup drive for save files and non-game data.

Keep in mind:

  • MicroSD cards can fail, especially with frequent hot-swapping
  • This works well as a secondary copy, not a sole backup
  • Cards formatted for the Steam Deck use ext4, which isn't natively readable on Windows without third-party tools

Method 4: Full System Image with Clonezilla or Similar Tools 🖥️

For users comfortable with Linux, creating a full disk image of the Steam Deck's internal SSD captures everything — the OS, installed games, saves, settings, and any Desktop Mode customizations.

Tools like Clonezilla (bootable via USB) can clone the entire drive to an external SSD or large flash drive. This is the most comprehensive backup method and the most technically involved.

This approach makes sense if you've:

  • Done significant system-level customization in Desktop Mode
  • Installed a large library of emulation software
  • Modified SteamOS in ways that would take time to replicate

The tradeoff is complexity and storage requirements — a full image of a 512GB drive needs at least 512GB of destination space, even if much of the drive is empty.

Method 5: Cloud Storage for Non-Game Files

If you're using the Steam Deck as a light productivity or media device alongside gaming, services like Dropbox, Nextcloud, or rclone can sync specific folders to cloud storage from Desktop Mode. This isn't designed for game saves, but it's useful for documents, screenshots, or personal files you've stored on the device.

Comparing Backup Approaches

MethodWhat It CoversTechnical Skill NeededStorage Required
Steam CloudSupported game saves onlyNoneCloud (automatic)
Manual file copyAny files you chooseLow–MediumExternal drive or card
MicroSD as storageGame installs + manual copiesLowDepends on card size
Full disk imageEverythingMedium–HighLarge external drive
Cloud sync (rclone, etc.)Selected foldersMediumCloud subscription

The Variables That Change Everything

Which method — or combination of methods — makes sense depends heavily on factors specific to your setup:

  • How many non-Steam or emulated games you play — these are entirely outside Valve's ecosystem and have no automatic safety net
  • Whether you've customized Desktop Mode — light users may not need anything beyond Steam Cloud; power users might need a full image
  • Your storage situation — if your internal SSD is nearly full, a disk image becomes a larger logistical challenge
  • How often you play — daily players face more cumulative risk than occasional ones, and more frequent backup windows matter
  • Your comfort with Linux terminal commands — some of the most effective tools require basic command-line familiarity

A casual player who sticks to popular Steam titles with cloud save support has very different needs than someone running a heavily customized emulation setup with hundreds of hours of local save data. The right backup strategy sits at the intersection of those specifics — what's on your device, how it's configured, and how much any of it would hurt to lose.