How to Completely Uninstall Audacity and Preferences
Standard uninstallation of Audacity often leaves behind configuration files, custom plugins, macros, and temporary project data on your system. To perform a complete removal, you must remove the core application and manually delete these residual configuration folders. This guide provides the exact steps to completely eradicate Audacity and its associated preference files from Windows, macOS, and Linux systems.
Windows
1. Uninstall the Application
- Close Audacity if it is running.
- Open Settings (Win + I) and navigate to Apps > Installed apps (or Programs and Features in the classic Control Panel).
- Locate Audacity in the list, click the three-dot menu, and select Uninstall.
- Follow the on-screen prompts to finish the basic uninstallation.
2. Remove Residual Files and Preferences
- Press Win + R to open the Run dialog box.
- Type
%appdata%and press Enter. - In the
AppData\Roamingfolder, locate the audacity folder (which stores youraudacity.cfgpreferences, plugin registries, and chains/macros) and delete it. - Press Win + R again, type
%localappdata%, and press Enter. - Look for any remaining audacity folder in
AppData\Local(which may contain temporary data) and delete it. - Check
C:\Program Files\AudacityorC:\Program Files (x86)\Audacityand delete the folder if it still exists.
macOS
1. Remove the Application
- Quit Audacity completely (Command + Q).
- Open Finder and navigate to the Applications folder.
- Drag the Audacity icon to the Trash (or right-click and choose Move to Trash).
2. Remove Residual Files and Preferences
- In Finder, click Go in the menu bar at the top of the screen and select Go to Folder... (or press Command + Shift + G).
- Type
~/Library/Application Supportand press Enter. - Locate the audacity folder and move it to the Trash.
- Open the Go to Folder... prompt again and navigate
to
~/Library/Preferences. - Locate any files named
org.audacityteam.audacity.plistor similar Audacity preference files and move them to the Trash. - Empty your Trash to finalize the deletion.
Linux
The method depends on how you originally installed Audacity.
APT (Ubuntu/Debian)
- Open a terminal.
- Purge the application and system-level configuration files:
sudo apt purge audacity sudo apt autoremove
Flatpak or Snap
- If installed via Flatpak:
flatpak uninstall --delete-data org.audacityteam.Audacity - If installed via Snap:
sudo snap remove --purge audacity
Delete User Preferences
Regardless of the installation package used, remove any user-level configuration folders remaining in your home directory:
rm -rf ~/.audacity-data
rm -rf ~/.config/audacity