How to Uninstall Dolphin Emulator on Windows, Mac, and Linux

By

Dolphin Emulator is one of those apps that can quietly become a major part of your gaming setup: a folder here, controller profiles there, shader caches somewhere else, and maybe a few save files you definitely do not want to lose. Uninstalling it is usually simple, but removing it cleanly depends on how you installed it and whether you want to keep your saves, settings, and game data for later.

TLDR: To uninstall Dolphin Emulator, remove the application itself first, then delete its user data folders if you want a complete cleanup. On Windows, check the installation folder and Documents\Dolphin Emulator; on macOS, remove the app and its files in Library/Application Support; on Linux, use your package manager and then delete the Dolphin user directory. Before deleting anything, back up save files, memory cards, screenshots, and controller profiles if you might reinstall Dolphin later.

Before You Uninstall: Decide What You Want to Keep

There are two kinds of uninstall: a standard uninstall and a complete removal. A standard uninstall removes the program but leaves personal data behind, which is useful if you plan to reinstall Dolphin later. A complete removal deletes the app, settings, caches, game lists, save states, controller profiles, memory card files, screenshots, and other leftovers.

Before you begin, open Dolphin one last time if possible and check where your important files are stored. Saves and settings may be more valuable than the emulator itself. Dolphin can be downloaded again in minutes, but a hundred-hour save file is not so easy to replace.

  • Save files: GameCube memory cards and Wii NAND saves.
  • Save states: Quick snapshots created inside Dolphin.
  • Controller profiles: Custom keyboard, controller, and motion input layouts.
  • Screenshots and recordings: Captured gameplay media.
  • Configuration files: Graphics, audio, hotkey, and path settings.

If you are not sure, copy the entire Dolphin user folder to your desktop or an external drive before removing anything. That way, you can restore your setup later without guesswork.

How to Uninstall Dolphin Emulator on Windows

On Windows, Dolphin is often used as a portable program. That means it may not appear in the usual “Apps & features” uninstall list. Many users simply extract Dolphin to a folder, run Dolphin.exe, and update it manually. Because of that, uninstalling Dolphin on Windows usually means deleting both the program folder and the separate user data folder.

Step 1: Close Dolphin Completely

First, close Dolphin Emulator. If it is still running in the background, right-click the taskbar, open Task Manager, and look for anything named Dolphin or Dolphin.exe. Select it and choose End task.

Step 2: Remove the Dolphin Program Folder

If you installed Dolphin using an installer, go to:

  • Settings > Apps > Installed apps on Windows 11
  • Settings > Apps > Apps & features on Windows 10

Search for Dolphin, click the menu next to it, and choose Uninstall. Follow the prompts.

If you used a portable version, find the folder where you extracted Dolphin. It may be in Downloads, Desktop, Documents, or a custom games/emulators folder. Delete the folder containing Dolphin.exe. If you created a desktop shortcut, delete that too.

Step 3: Delete Dolphin User Data on Windows

For a complete uninstall, remove Dolphin’s user folder. The most common location is:

  • C:\Users\YourName\Documents\Dolphin Emulator

Open File Explorer, go to Documents, and look for a folder called Dolphin Emulator. This is where Dolphin commonly stores configuration files, memory cards, save states, screenshots, logs, and other user data. Delete it only if you are sure you no longer need those files.

If you used Dolphin in portable mode, there may be a User folder inside the same folder as Dolphin.exe. Portable mode is usually enabled by a file named portable.txt. In that case, deleting the application folder may also delete your settings and saves, so inspect it carefully before removing it.

Step 4: Empty the Recycle Bin

After deleting the program and user data folders, empty the Recycle Bin to free disk space. If you want a safety net, wait a few days before emptying it, especially if you are unsure whether you backed up your saves.

How to Uninstall Dolphin Emulator on macOS

On macOS, Dolphin is usually installed like many other apps: you download a disk image, drag Dolphin into the Applications folder, and launch it from there. Removing the app is easy, but cleaning up user data requires visiting the hidden Library folder.

Step 1: Quit Dolphin

Make sure Dolphin is not running. Click Dolphin in the menu bar and choose Quit Dolphin, or press Command + Q. If it refuses to close, open Activity Monitor, search for Dolphin, and force quit it.

Step 2: Delete the Dolphin App

Open Finder, go to Applications, and locate Dolphin.app. Drag it to the Trash, or right-click it and choose Move to Trash. This removes the application itself.

Step 3: Remove Dolphin Support Files

To remove Dolphin’s settings and personal data, open Finder and click Go in the menu bar. Hold the Option key, then click Library when it appears. From there, check these locations:

  • ~/Library/Application Support/Dolphin
  • ~/Library/Preferences for Dolphin-related preference files
  • ~/Library/Caches for Dolphin-related cache files
  • ~/Library/Logs for Dolphin logs, if present

The most important folder is usually Application Support/Dolphin. It may contain saves, settings, cache files, and other user data. If you want a clean uninstall, move the Dolphin folder to the Trash. If you want to keep your saves, copy it somewhere safe first.

Step 4: Empty the Trash

Once you are certain you no longer need the deleted files, right-click the Trash and choose Empty Trash. macOS may ask for your password depending on where files were located.

How to Uninstall Dolphin Emulator on Linux

Linux is the most flexible operating system here, which also means there are several possible uninstall methods. Dolphin may have been installed through a distribution package, Flatpak, Snap, AppImage, or compiled manually. The correct removal method depends on how it got onto your system.

Uninstall a Native Linux Package

If you installed Dolphin through your distribution’s package manager, use the appropriate command. Open a terminal and try the command that matches your system:

  • Ubuntu, Debian, Linux Mint: sudo apt remove dolphin-emu
  • Fedora: sudo dnf remove dolphin-emu
  • Arch Linux, Manjaro: sudo pacman -Rns dolphin-emu
  • openSUSE: sudo zypper remove dolphin-emu

On Debian-based systems, you can also use sudo apt purge dolphin-emu if you want to remove system-level configuration files. However, this usually will not delete personal files in your home directory.

Uninstall Dolphin Flatpak

If you installed Dolphin from Flathub, remove it with:

  • flatpak uninstall org.DolphinEmu.dolphin-emu

Flatpak applications often store their user data separately. For a deeper cleanup, check:

  • ~/.var/app/org.DolphinEmu.dolphin-emu

Delete that folder only if you want to remove Flatpak-specific settings and data.

Uninstall Dolphin Snap

If you installed a Snap version, remove it with:

  • sudo snap remove dolphin-emulator

If that package name does not work, run snap list and look for the exact Dolphin package name installed on your system.

Remove an AppImage Version

An AppImage is usually just a single executable file. To uninstall it, delete the .AppImage file wherever you stored it. Also remove any desktop shortcut or launcher entry you created. AppImage versions can still create user data folders, so check your home directory afterward.

Delete Dolphin User Data on Linux

For a full cleanup, look for Dolphin’s personal files in your home directory. Common locations include:

  • ~/.local/share/dolphin-emu
  • ~/.config/dolphin-emu
  • ~/.cache/dolphin-emu
  • ~/.var/app/org.DolphinEmu.dolphin-emu for Flatpak installs

You can remove these folders through your file manager by enabling hidden files, usually with Ctrl + H. You can also use terminal commands, but be very careful with rm -rf. A safer approach is to move folders to a temporary backup location first, then delete them once you confirm nothing important is missing.

What About Games, ISOs, and ROM Folders?

Dolphin does not usually store game files inside its own application folder unless you put them there yourself. Your game library may be in a separate folder such as Games, ROMs, ISOs, or an external drive. Uninstalling Dolphin will not necessarily remove those files.

If your goal is to free disk space, check where your game files are stored. Game disc images can be large, and deleting only the emulator may reclaim very little space compared with removing unused game backups. Make sure you understand your local laws and only keep game images you are legally allowed to use.

How to Reinstall Dolphin Later Without Losing Everything

If you backed up your user folder, reinstalling Dolphin later is straightforward. Install or extract Dolphin again, launch it once, close it, and then copy your backed-up files into the new user data location. This can restore your saves, controller profiles, graphics settings, and game list paths.

For the smoothest reinstall, label your backup clearly. A folder named Dolphin Backup June 2026 is much more helpful than something vague like old files. If you use cloud storage, remember that save states and memory cards may change frequently, so keep your most recent version backed up.

Troubleshooting Leftovers and Stubborn Files

If Windows says a file is in use, restart your computer and try again. If macOS refuses to delete a file, check whether Dolphin or a related process is still open. On Linux, permissions can sometimes prevent deletion, especially if you launched Dolphin with elevated privileges in the past. In that case, inspect ownership before forcing removal.

If Dolphin still appears in a launcher after uninstalling it, remove the leftover shortcut. On Windows, check the Start Menu and desktop. On macOS, remove Dock icons by dragging them away from the Dock. On Linux, check ~/.local/share/applications for old desktop entries.

Final Thoughts

Uninstalling Dolphin Emulator is not difficult, but doing it properly means knowing the difference between the app and the data it creates. If you only want a fresh start, delete the settings and caches but keep your saves. If you want Dolphin completely gone, remove the app, user folders, shortcuts, and package leftovers. The best rule is simple: back up first, delete second. That way, whether you are cleaning your system, troubleshooting a problem, or simply taking a break from emulation, you can uninstall Dolphin with confidence.