What Is .aup

Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.

Last updated: April 10, 2026

Quick Answer: .aup is the native project file format used by Audacity, a free and open-source audio editor founded in 1999, which stores project metadata in XML format alongside separate audio data folders. The format served as Audacity's default until version 3.4.0 (released September 2023) introduced the newer .aup3 SQLite-based format, though .aup projects remain widely used and supported.

Key Facts

Overview

.aup is the native project file format used by Audacity, a free and open-source digital audio editor and recording software available across Windows, macOS, and Linux platforms. The file format has been the standard for Audacity projects since the software's inception in 1999, making it one of the most widely-used audio project formats for amateur and professional audio editors worldwide.

The .aup format is an XML-based text file that functions as a project container, storing metadata about audio tracks, effects, edits, and arrangement information rather than the actual audio data itself. This design separates the project file from audio data stored in an accompanying _data folder, a structural approach that remained Audacity's default until the release of version 3.4.0 in September 2023, which introduced the newer .aup3 SQLite-based format.

How It Works

.aup files operate on a specific structural principle that distinguishes them from modern audio project formats:

Key Comparisons

Aspect.aup Format.aup3 FormatOther DAW Formats
File StructureXML text file + separate _data folderSingle SQLite database fileVaries: .flp (FL Studio), .als (Ableton Live), .cpr (Cubase)
PortabilityRequires both .aup and _data folder to moveSingle file (fully self-contained)Mixed: some DAWs self-contained, others require asset folders
Audio CompressionUncompressed AU format in _data folderCompressed audio within databaseVaries by DAW, typically compressed
Default Since1999–September 2023Audacity 3.4.0 (September 2023)N/A—industry standard formats vary
Human-ReadableYes (XML plain text)No (binary SQLite database)No (binary formats for most professional DAWs)

Why It Matters

While .aup format is becoming legacy as Audacity shifts to .aup3, it remains crucial for understanding the software's history and managing existing projects. Users working with .aup files should maintain organized folder structures, backup both the .aup file and _data folder together, and plan migration strategies if upgrading to newer Audacity versions that default to .aup3 format.

Sources

  1. Audacity Official WebsiteGPL-2.0
  2. Audacity Project File Formats DocumentationCC-BY-SA-4.0
  3. Audacity GitHub RepositoryGPL-2.0

Missing an answer?

Suggest a question and we'll generate an answer for it.