How to Import a Save File to Dolphin Wii Emulator
If you've been playing a Wii game on real hardware and want to continue on Dolphin — or if you've downloaded a save file from online — knowing how to import it correctly saves you from starting over. The process is straightforward, but the exact steps depend on your save file type, your version of Dolphin, and where the save came from. Here's what you need to know.
What Is a Dolphin Save File?
Dolphin handles saves in two distinct ways, and understanding the difference matters before you do anything else.
NAND saves are stored inside Dolphin's emulated Wii system memory — the same way a real Wii stores saves on its internal flash storage. These files typically use the .bin format and are managed through Dolphin's built-in Wii save import tool.
Memory card saves (GCN) apply only to GameCube games. These use virtual memory card files (.raw or .gci) stored in a separate location and imported differently.
Most Wii game saves you'll encounter are NAND-based. GameCube saves are their own separate category.
How to Import a Wii Save File (.bin) into Dolphin 🎮
This is the most common scenario — you have a .bin save file for a Wii game and want Dolphin to recognize it.
Step 1: Open Dolphin and Access the Tools Menu
Launch Dolphin. In the top menu bar, click Tools, then select Manage NAND. From there, choose Import Wii Save.
Step 2: Locate Your Save File
A file browser will open. Navigate to wherever your .bin save file is stored and select it. Dolphin will read the file and attempt to import it into its emulated NAND storage.
Step 3: Confirm and Launch
Once imported, launch your Wii game as normal. The game should detect the save data on startup, exactly as it would on a real Wii.
How to Import a GameCube Save File into Dolphin
GameCube saves work differently because they rely on virtual memory cards rather than NAND.
Using .GCI Files
If you have a .gci save file (a single-game save extracted from a memory card), you can import it using a tool like GCI Folder mode or by injecting it into a .raw memory card file using a utility such as GCMM or Dolphin's own memory card manager.
In Dolphin, go to Tools → GameCube Memory Card Manager. From there you can import .gci files directly into a virtual memory card that Dolphin uses.
Matching the Memory Card Slot
Make sure the memory card slot Dolphin is configured to use (Slot A or Slot B) matches where the save data is stored. You can check this under Options → GameCube → Memory Card.
Save File Formats: A Quick Reference
| Save Type | File Extension | Game Type | Import Method |
|---|---|---|---|
| Wii NAND Save | .bin | Wii | Tools → Import Wii Save |
| GC Memory Card | .raw / .gci | GameCube | GC Memory Card Manager |
| Dolphin State Save | .sav / .dtm | Either | Load State menu |
State saves (created with Dolphin's own Save State feature) are not the same as game saves. They capture an exact emulator snapshot and only work within Dolphin — they can't be transferred from real hardware.
Variables That Affect the Import Process
Not every import goes smoothly, and a few factors determine how cleanly it works.
Region locking is a real consideration. A save file created on a Japanese version of a game may not work with a North American ROM. The save is tied to the game's title ID, and mismatches will cause the game to ignore the save or fail to load it.
Dolphin version matters too. Older versions of Dolphin had more limited NAND management tools. The current stable release (available from the official Dolphin website) has the most reliable import functionality. If you're on a significantly outdated build, some menu options may be missing or behave differently.
Save file source affects reliability. Save files downloaded from community sites may be region-mismatched, corrupted, or formatted for a different game revision. Files exported directly from real Wii hardware using a homebrew tool like SaveGame Manager GX tend to be the cleanest.
Encryption and signing can be a factor with Wii saves. Wii save files are cryptographically signed to a specific console. Dolphin handles this by re-signing saves during import, but the process isn't guaranteed to work with every file, particularly heavily modified saves.
Exporting Saves From a Real Wii to Dolphin 🔄
If you want to move your real Wii progress into Dolphin, the most reliable pipeline is:
- Use SaveGame Manager GX (a Homebrew Channel app) to export your save as a
.binfile to an SD card - Copy the
.binfile to your PC - Import it into Dolphin using the Tools → Import Wii Save method described above
This path preserves the save data in a format Dolphin is designed to handle, and avoids the region and signing issues that sometimes affect saves from third-party sources.
What Can Go Wrong
- "Invalid Signature" errors — usually means the save file is corrupted or was created on a modified console in a way Dolphin can't re-sign
- Save not appearing in-game — often a region or title ID mismatch; double-check your game's region matches the save's origin
- GameCube save not detected — verify the virtual memory card slot in Dolphin's settings matches what the game expects
- Wrong file format — Dolphin's Wii import tool only accepts
.bin; raw data dumps in other formats need conversion first
The import process itself is simple once you know which type of save you're working with. Where things get complicated is in the details — the region your game copy uses, the version of Dolphin you're running, and where the save file originally came from all shape whether the import works cleanly the first time or requires some troubleshooting. Your specific combination of those factors is what determines the experience from here. 🗂️