Where Are Renpy Saves Stored Jun 2026

C:\Users\[YourUsername]\AppData\Roaming\RenPy\[GameName]\saves

Saves are stored in app-private directories and are not directly accessible without rooting/jailbreaking.

The exact path depends on your operating system and the config.save_directory defined by the game developer. where are renpy saves stored

Ren'Py save files are typically stored in rather than the game's installation folder to prevent data loss when games are updated or deleted. On Windows, this is generally %APPDATA%/RenPy/ , while Mac and Linux use hidden directories in the user's home folder. Ren'Py Save Locations by Operating System

(if the developer enabled it):

(Remember that files starting with a dot are hidden by default in Linux file managers; you may need to press Ctrl+H to show hidden files.)

The exact path depends on your platform and how the developer configured the config.save_directory : On Windows, this is generally %APPDATA%/RenPy/ , while

/Users/[YourUsername]/Library/RenPy/[GameName]/saves

Scroll to Top