Right-click the Trash icon and select . The uninstall is complete.
: %APPDATA%/RenPy/ (Copy and paste this into your File Explorer address bar). macOS : ~/Library/RenPy/ . Linux : ~/.renpy/ .
When you run Ren’Py, it automatically generates external configuration files, text editor data, and compiled script caches. These files are intentionally stored outside the main installation directory so that your settings and development projects persist when you update to a newer version of the engine. If you want a truly clean slate, you must manually purge these hidden directories. Step 1: Back Up Your Projects (Optional)
Type %appdata% and hit . This opens the Roaming folder. Locate and open the RenPy folder. uninstall renpy
A simple restart releases file locks held by the OS or other programs.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
Manually delete any remaining shortcuts on your desktop or start menu. cleanly reinstall a specific version of Ren'Py after this? How to uninstall a game in Windows 11 & 10 the SAFE way Right-click the Trash icon and select
If you downloaded the .zip file from renpy.org and simply extracted it, your operating system does not "know" Ren’Py is installed. You cannot uninstall it via the standard Windows uninstaller because it was never technically installed.
To fully uninstall Ren’Py, you need to remove the application files and the persistent data stored in your system folders
Even after deleting the app, Ren'Py often leaves behind "persistent data" (save files and configuration settings) in a separate system folder. If you want a completely clean slate, delete these folders: , and hit Enter. Look for a folder named macOS : ~/Library/RenPy/
If you reinstall Ren’Py and notice your old projects automatically populate the project list, your system is reading the old directory pathing from a residual cache file.
Ren'Py stores global settings, persistent data, and game saves in a hidden directory separate from the SDK. If you want a clean slate, you must delete these as well. Press Win + R on your keyboard. Type %appdata% and hit Enter . Locate the folder named RenPy .
Remove the hidden configuration files stored in your home directory: rm -rf ~/.renpy Use code with caution. Method B: For Flatpak Installations