Uninstall Renpy

Ensure no Ren’Py processes are running. Open Task Manager (Ctrl + Shift + Esc), look for renpy.exe or python.exe, right-click, and select End Task.

Ren’Py on macOS is also portable. Follow these steps for a complete removal.

In the world of software, installation is a moment of optimism—a gateway to creativity, productivity, or play. For aspiring visual novel developers, installing Ren'Py, the popular open-source engine, is exactly that: a first step toward crafting interactive stories. However, there comes a time when a developer or user may need to part ways with the software. Whether to clear space, resolve conflicts, or move on to other tools, uninstalling Ren'Py is a process that, while simple, deserves a thoughtful guide. Unlike many modern applications, Ren'Py does not embed itself deeply into an operating system. Consequently, its removal is refreshingly straightforward, yet it requires attention to detail to ensure a clean break.

The first thing to understand about uninstalling Ren'Py is that it typically does not come with a traditional installer or an uninstaller executable. On Windows, there is no entry in the "Add or Remove Programs" list; on macOS, no drag-to-Trash removal from the Applications folder will suffice. Instead, Ren'Py operates as a self-contained, portable application. This design choice is a double-edged sword. On one hand, it means that uninstalling is as simple as deleting the folder where Ren'Py resides. On the other hand, users accustomed to automated uninstallers may feel uncertain about whether they have removed every trace of the program.

To uninstall Ren'Py properly, one must locate the main Ren'Py directory. This folder contains the launcher executable (renpy.exe on Windows, renpy.app on macOS, or renpy.sh on Linux), the renpy and lib subdirectories, and crucially, the rapt and renios folders for mobile builds. Deleting this entire folder removes the engine itself. However, the user’s projects—the visual novels they have created or are developing—are usually stored elsewhere, often within a projects or games subfolder inside the same directory. If the user intends to keep their creative work, they must first move these project folders to a new location before deletion. Ren'Py also generates persistent data, such as recent project lists, editor preferences, and SDK update caches. On Windows, these are sometimes saved in %APPDATA%\RenPy; on macOS, in ~/Library/RenPy; and on Linux, in ~/.renpy. A thorough uninstall should include deleting these hidden folders as well.

One nuance that often surprises users is that uninstalling Ren'Py does not automatically remove the Python packages or modules that the user may have installed for specific projects. Since Ren'Py bundles its own Python environment, deleting the main folder takes care of those dependencies. However, if the user installed additional system-wide Python packages for use with Ren'Py (e.g., via pip for external tools), those remain and must be uninstalled separately.

From a best-practices perspective, the process can be summarized in three steps: backup, delete, and verify. First, back up any projects or custom scripts. Second, delete the main Ren'Py directory and the associated hidden preference folders. Third, verify that the launcher no longer appears in the start menu or application search (since no registry entries were created, it will not). On Windows, it may also be wise to run a disk cleanup or registry cleaner, though the latter is generally unnecessary due to Ren'Py's non-invasive nature.

In conclusion, uninstalling Ren'Py is an exercise in understanding portable software. It is a clean, almost surgical removal that respects the user’s control over their system. There are no lingering DLLs, no bloated registry keys, and no background services. Yet its simplicity is also its potential pitfall: the user must remember to save their projects and delete the hidden config files. For the aspiring game developer who has decided to move on, the act of deleting Ren'Py can feel like closing a chapter. But because the process is so transparent, it leaves no digital ghosts—only the space for new tools, new stories, and new beginnings.

To uninstall Ren'Py, you do not use a standard Windows "Add or Remove Programs" uninstaller because Ren'Py is distributed as a portable SDK. This means removing it is as simple as deleting its files manually. 🗑️ Core Uninstallation Process

Since Ren'Py does not install itself into your system registry, follow these steps to remove the engine:

Locate the Folder: Find the directory where you originally unzipped the Ren'Py SDK (e.g., renpy-8.x.x-sdk).

Delete the Folder: Right-click the folder and select Delete. This removes the launcher and the engine files. uninstall renpy

Empty Trash: Permanent removal requires clearing your Recycle Bin or Trash. 🛠️ Removing Residual Data

Ren'Py stores configuration and persistent data (like save files) outside of the main folder so that settings aren't lost when you update the engine. To completely wipe all traces, you must clear these locations: 1. Persistent Settings and Saves Ren'Py saves data in platform-specific application folders:

Windows: Press Win + R, type %APPDATA%/RenPy, and delete the folders related to your projects. macOS: Look in ~/Library/RenPy/. Linux: Check ~/.renpy/. 2. Project Files

If you have created games, they are typically stored within the /projects folder inside the Ren'Py directory.

Note: If you want to keep your games but remove the engine, move your project folders to a safe location before deleting the main Ren'Py folder. ⚠️ Important Considerations

Backups: Always back up your project directory before uninstalling if you plan to continue development later.

Text Editors: If you installed Visual Studio Code or Atom through the Ren'Py launcher, those are often separate installations. You may need to uninstall them individually through your OS settings if you no longer need them.

Registry: Because it is portable, Ren'Py won't leave "ghost" entries in your Windows Registry, making it a "clean" removal by nature.

If you're having trouble with a specific version, many developers recommend simply downloading a new version into a different folder rather than performing a full uninstallation, as Ren'Py handles multiple versions side-by-side without conflict. If you tell me why you're uninstalling, I can help with:

Troubleshooting specific errors (e.g., "borked" launcher or label errors). Updating to a newer version (like moving from 7.x to 8.x).

Moving your projects to a new computer without losing save data. How tf do I uninstall renpy? - Lemma Soft Forums Ensure no Ren’Py processes are running

To fully uninstall , you need to remove the launcher, the game projects, and the persistent data stored in your system folders. Since Ren'Py is typically distributed as a standalone folder rather than a traditional installer, the process often involves manual deletion. 1. Remove the Ren'Py Launcher If you installed Ren'Py by downloading a ZIP or 7z file: Locate the Folder

: Find the directory where you extracted the Ren'Py files (e.g., C:\renpy-8.x.x-sdk or your Downloads folder). : Right-click the folder and select . Empty your Recycle Bin to complete the process. Programs and Features : If you used an executable installer (less common), go to Control Panel > Programs and Features , find "Ren'Py" in the list, and select 2. Delete Persistent Data & Global Saves

Ren'Py stores configuration and save data in your system’s application data folders. Deleting the launcher does not automatically remove these files. , and hit Enter. Locate the folder and delete it. : Open Finder, press Cmd + Shift + G , and go to ~/Library/RenPy/ . Delete the folder. and remove the directory. 3. Remove Specific Game Projects

If you have created games or downloaded visual novels built with Ren'Py: Project Folders

: If your projects were stored outside the main Ren'Py folder, you must manually delete those individual directories. Game-Specific Saves

: Some games store saves directly within their own subfolders (e.g., game/saves/

). To completely clear a specific game's history, delete these folders as well. 4. Android Uninstallation If you are using Ren'Py on an Android device: App Uninstall : Long-press the Ren'Py (or specific game) icon and select Clear Storage : To ensure all data is gone, go to Settings > Apps > [Game Name] > Storage and select Clear Data before uninstalling. before you delete everything? Delete Ren'py Saves

To "uninstall" the Ren'Py engine, you do not use a standard uninstaller; instead, you simply delete the folder where you extracted it. Because Ren'Py is a standalone "portable" application, it doesn't register itself in your operating system's programs list or create a Start Menu shortcut automatically. How to Completely Remove Ren'Py

Delete the SDK Folder: Locate the renpy- folder (often found in your Documents or Downloads) and move it to the Trash/Recycle Bin.

Remove Project Data (Optional): Deleting the engine folder usually won't delete your game projects unless you saved them inside that folder. Most projects are stored in a separate directory defined in your Ren'Py Preferences.

Clear AppData/Persistent Files: Ren'Py stores configuration settings and "persistent" save data outside the main folder. To wipe these: Alternatively, you can also uninstall Ren'Py by using

Windows: Press Win + R, type %AppData%, and delete the RenPy folder. macOS: Look in ~/Library/RenPy/. Cleaning Up Game Artifacts for Developers

If your goal is to "clean" a game for distribution rather than uninstalling the engine itself: Delete Ren'py Saves


Alternatively, you can also uninstall Ren'Py by using the "Add or remove programs" settings in Windows 10/11:

If you have saved game data or persistent data:

rm -rf ~/.renpy/persistent

And for individual projects:

rm -rf ~/.local/share/renpy

Ren’Py is a powerful and popular visual novel engine used by thousands of developers and hobbyists worldwide. Whether you are cleaning up your hard drive, troubleshooting a corrupted installation, or moving to a newer version, knowing how to uninstall RenPy properly is crucial.

However, Ren’Py is unique. Unlike traditional software, it does not always install itself into the Windows Registry (unless you use the launcher’s "Install" mode). Consequently, many users struggle to remove it completely. Simply dragging the folder to the Trash often leaves behind project files, preferences, and SDK caches.

In this article, we will walk you through every method to uninstall RenPy on Windows, macOS, and Linux. We will also cover how to remove lingering projects and configuration files to ensure a squeaky-clean system.


A small Ren’Py uninstaller will appear. Confirm that you want to remove the program. This process will delete the main executable files and registry entries.

rm -rf ~/renpy-8.0.3-sdk

(Adjust the path to where you extracted Ren’Py.)