Here’s an updated guide to managing save data for Stardew Valley on PC (Steam/GOG/Windows). The game uses a straightforward file system, but knowing where and how to handle saves is essential for backups, transfers, or recovery.
A typical save consists of:
If you open the save file in Notepad++ or VS Code, you'll see a massive text blob. Critical update for v1.6: The formatting uses strict UTF-8 encoding. Do not use standard Windows Notepad (it adds BOM headers that break the game). Use Notepad++ or Sublime Text.
Searchable tags in v1.6:
<money> – Your current gold.<totalMoneyEarned> – For achievement tracking.<friendship> – Relationship points.<items> – Your inventory.Solution: Do not panic-sync.
Saves folder.Steam automatically syncs saves unless disabled.
Disable for a specific game:
Locate Steam Cloud saves (if needed):
Steam stores a local cache, but the primary location is still %AppData%\StardewValley\Saves. Cloud just syncs that folder.
For modded saves, disable Cloud to avoid corruption or sync conflicts.
Each save is a folder containing two key files: save data stardew valley pc updated
FarmName_123456789 (folder name = farm name + a unique number ID)SaveGameInfo (used by the game's load menu)FarmName_123456789 (the main save file)Note: If you use SMAPI (modding API), your saves remain in the exact same folder. No changes needed.
Before 2024, finding your save file was straightforward. However, with the 1.6 update, the game handles save compression and backups slightly differently. Here is the updated location for your PC save folder.
Purpose: To provide a clear, updated guide for locating, backing up, restoring, and troubleshooting save files for Stardew Valley on Windows, macOS, and Linux. Here’s an updated guide to managing save data