Pcsx2 Save Game Location Info
PCSX2 uses two distinct methods for saving progress, each stored in its own location. By default, these files are found in your user's folder or the emulator's installation directory , depending on how you installed it. Default Save Locations
The exact path depends on your operating system and whether you are using a standard installer or a portable version. Windows (Installer) C:\Users\[YourName]\Documents\PCSX2 Windows (Portable) : In the same folder where is located $XDG_CONFIG_HOME/pcsx2 (typically ~/.config/pcsx2 ~/Library/Application Support/PCSX2 Steam Deck (EmuDeck) /primary/Emulation/saves/pcsx2/saves/ Specific Save Folders
Inside the main PCSX2 directory, your progress is split into two folders: : Contains
files. These act like physical PS2 memory cards. You must save your game at an in-game save point for these to update.
: Contains "Save States". These are snapshots of the game at any exact moment, created by pressing or using the System > Save State How to Find Your Folders Quickly
If you can't find these directories manually, use the emulator's built-in shortcuts: Managing PCSX2 Save Datas 20 Feb 2023 —
The location of your saves depends on your operating system and whether you are using a portable or standard installation. Generally, saves are stored within virtual memory card files ( ) rather than individual game files. Default Locations by Operating System Windows (Standard Installation): Documents\PCSX2\memcards\ Windows (Portable Installation): Inside the folder located within the main directory where is stored. $XDG_CONFIG_HOME/PCSX2/memcards/ (typically ~/.config/PCSX2/memcards/ Usually found in ~/Library/Application Support/PCSX2/memcards/ Steam Deck (EmuDeck): Emulation/saves/pcsx2/saves/ Quick Access Tip
You can find your specific data directory directly through the emulator: Open Data Directory
to jump straight to the folder containing your saves and logs. Types of Save Data
The save game location for PCSX2 depends on whether you are looking for virtual memory card files (standard in-game saves) or Save States (emulator-specific snapshots). Default Directory Paths
The easiest way to find your specific folder is to open PCSX2 and go to Tools > Open Data Directory . By default, the folders are located as follows: Windows (Installer version): Documents\PCSX2\ Windows (Portable version): Inside the main PCSX2 application folder. $XDG_CONFIG_HOME/PCSX2/ ~/.config/PCSX2/ Steam Deck (EmuDeck): /home/deck/Emulation/saves/pcsx2/saves/ Save File Types
Within these directories, your progress is split into two subfolders: \memcards\ pcsx2 save game location
files, which act as virtual PlayStation 2 memory cards. These store the standard saves you make at in-game save points.
Contains save state files. These are snapshots of the exact moment you saved using the emulator's "Save State" feature (often mapped to hotkeys like How to Manage Saves Browsing in App: You can manage or change these paths by navigating to Settings > Memory Cards Importing Saves: To add a save file from another source, use the PCSX2 Memory Card Manager found in the settings to import supported formats like To backup your progress, simply copy the entire folders to another drive. transfer these saves to a different device or convert them for use on a physical PS2
PCSX2 stores game saves in virtual memory cards (typically files with a .ps2 or .mcd extension) or as save states. The default location depends on your operating system and whether you are using a standard or portable installation. Default Save Locations
Windows (Standard): C:\Users\[YourUsername]\Documents\PCSX2\memcards
Windows (Portable): Inside the installation folder under a subfolder named \memcards macOS: ~/Library/Application Support/PCSX2/memcards
Linux: ~/.config/PCSX2/memcards (or $XDG_CONFIG_HOME/PCSX2/memcards) Steam Deck: /home/deck/Emulation/saves/pcsx2/saves/ Quick Access from Emulator
The easiest way to find your specific folder is through the emulator itself:
Finding your PCSX2 save game location depends on whether you are looking for standard in-game saves (Memory Cards) or Save States. The location also varies based on your operating system and whether you are using the Installer or Portable version of the emulator. 1. Memory Card Save Locations (Standard Saves)
These are the files that act like physical PS2 memory cards (.ps2 files). When you save in-game at a typewriter, inn, or save point, the data goes here.
Windows (Installer Version): C:\Users\[YourUsername]\Documents\PCSX2\memcards
Windows (Portable Version): The memcards folder located inside the main PCSX2 program folder. Linux: ~/.config/PCSX2/memcards macOS: ~/Library/Application Support/PCSX2/memcards 2. Save State Locations PCSX2 uses two distinct methods for saving progress,
Save states are "snapshots" of the game at a exact moment, created using hotkeys (usually F1 to save and F3 to load). These are separate from memory card saves.
Windows (Installer Version): C:\Users\[YourUsername]\Documents\PCSX2\sstates
Windows (Portable Version): The sstates folder inside your PCSX2 directory. Linux: ~/.config/PCSX2/sstates macOS: ~/Library/Application Support/PCSX2/sstates 3. How to Verify or Change the Location
If you cannot find your saves in the default folders, you can check the exact path directly through the PCSX2 interface: Open PCSX2. Go to Settings (or Config in older versions). Select Memory Cards.
The Folder path at the top of the window shows exactly where your .ps2 files are stored. You can click Browse to change this location to a different folder or even a cloud-synced drive (like Dropbox or OneDrive). 4. Important File Types to Know
Mcd001.ps2 / Mcd002.ps2: These are your primary and secondary virtual memory cards.
.p2s: These are the files found in the sstates folder. Each one corresponds to a specific save slot for a specific game. Pro-Tip: Moving Saves Between Versions
If you are upgrading from an older version (like 1.6.0) to the latest Nightly/Qt versions (1.7+), you can simply copy the files from your old memcards folder and paste them into the new one. PCSX2 will recognize them automatically as long as the "Memory Card" settings point to that folder.
PCSX2 save files are generally located in a memcards folder within the Documents directory for Windows installers, or directly inside the program folder for portable versions [1]. Linux users typically find saves in ~/.config/pcsx2/memcards, while macOS users should check ~/Library/Application Support/PCSX2/memcards [1].
3.3 Linux
- Root config folder:
~/.config/PCSX2/ - Memory Cards:
~/.config/PCSX2/memcards/ - Save States:
~/.config/PCSX2/sstates/
How to Locate Your Save Folder Directly from PCSX2
If you are tired of digging through hidden folders, let the emulator do the work for you. This is the most reliable method regardless of your operating system.
- Open PCSX2.
- In the top menu bar, click on Settings.
- Select Memory Cards from the dropdown.
- A new window will appear.
- Look at the File Path section at the top. It will show you the exact directory where your memory cards are stored. You can click "Open Directory" (or the folder icon) to instantly open that location in your file explorer.
This method guarantees you will never lose your saves again, even if you use a portable version of the emulator. Root config folder: ~/
Linux/macOS (Terminal)
find ~ -name "*.ps2" 2>/dev/null
find ~ -name "*.p2s" 2>/dev/null
PCSX2 Save Game Location: A Complete Guide for All Systems
One of the most common questions for new and even experienced PCSX2 users is: "Where are my saved games stored?"
Unlike traditional PC games that store saves in a single Documents folder, PCSX2 mimics the PlayStation 2's memory card system. This means your progress is stored in virtual memory card files (.ps2 or .bin).
However, the exact location depends on three factors:
- Your operating system (Windows, Linux, macOS).
- Whether you installed PCSX2 normally or used a portable version.
- Which version of PCSX2 you are using (v1.6 or older vs. v1.7+ "Nightly").
Option 1: The "Quick Answer" Guide (Best for Forums or Reddit)
Title: [Guide] Where to find your PCSX2 Save Files (Memory Cards & Savestates)
If you are looking to back up your progress, transfer files to a new PC, or download a save from the internet, here is exactly where you need to look.
1. The Default Location (Windows)
By default, PCSX2 stores your data in your Documents folder. Navigate to:
C:\Users\YOUR_USERNAME\Documents\PCSX2
2. What am I looking for? Inside that folder, you will see two important subfolders:
-
Memory Cards (The "Real" PS2 Saves):
- Go to the
memcardsfolder. - Look for files ending in
.ps2. Usually namedMcd001.ps2andMcd002.ps2. - Note: This is where your in-game saves (saving at the pause menu or save points) are stored.
- Go to the
-
Savestates (The "Instant" Saves):
- Go to the
savestatesfolder. - Look for files ending in
.p2s. - Note: These are the saves created when you press F1 (or the save button in the UI). They are tied to the specific version of PCSX2 you are running.
- Go to the
3. Can't find it? If you installed a portable version or changed your settings, the location might be different.
- Open PCSX2.
- Go to Settings > Appearance.
- Look for the "Open Data Folder" button. This will take you directly to the root directory.