File Extension File Extension Guide

What is an AUP File?Audacity

A technical reference for the .aup extension, an Audacity project file. What an AUP file really is, why it is not an audio file, why it needs its companion folder, how it differs from the newer AUP3, and how to turn a project into an MP3.

Project File 🎙️ Audacity 📄 XML Based 🗂️ Needs _data Folder
.AUP

Audacity Project File

Type:Project file
Extension:.aup
Holds audio:No, references it
Made by:Audacity
Replaced by:AUP3

📖 What is an AUP File?

An AUP file is an Audacity project file, the saved session from the free audio editor Audacity. It uses the .aup extension, and here is the part that surprises people, it is not an audio file. It holds instructions, not sound.

Rather than storing the recording itself, an AUP file is a plain-text list written in XML that tells Audacity how to rebuild your project, which pieces of audio to load, where each clip sits and what edits and effects to apply. The actual sound lives separately, in a companion folder.

That design is why an AUP on its own will not play. Think of it as a recipe rather than the meal. The recipe is short and readable, but you still need the ingredients, the audio data in the folder beside it, for the project to come together.

Key Characteristics

  • An Audacity session, saved to disk
  • Not an audio file, a set of instructions
  • Written in XML, plain and readable
  • Needs its folder, where the sound lives

Good to Know

  • The legacy format, replaced by AUP3
  • Opens only in Audacity, no other app
  • Export to get audio, such as MP3
  • Keep the pair together, file and folder
💡 Why it matters: Knowing an AUP is a project and not a recording saves a lot of confusion. It explains why you cannot email just the AUP and expect sound, and why the folder next to it is every bit as important as the file.

⚡ Quick Facts

File Extension.aup
Full NameAudacity Project File
CategoryAudio project session
Created ByAudacity, the audio editor
FormatPlain-text XML
Contains AudioNo, it references it
CompanionA matching _data folder
Replaced ByAUP3, from Audacity 3.0
Opened ByAudacity only
Related Extensions.aup3, .au, .wav, .mp3

🎧 Why It Is Not Audio

The single most useful thing to understand about an AUP is the split between saving a project and exporting audio. They sound similar but do very different jobs.

💡 Save keeps the session, export makes the sound: Saving writes the AUP project so you can carry on editing later. Exporting creates a finished audio file, an MP3 or WAV, that plays anywhere. One is for you, the other is for your listeners.
Two different things you can do with a project open project in Audacity Save = AUP + _data folder reopen later to keep editing Export = MP3 or WAV a file that plays anywhere saving keeps the editable session, exporting makes the playable sound

Because an AUP only points to audio, no media player and no general converter can turn it into sound on its own. The instructions mean nothing without Audacity to read them and the audio data to act on. This is also why renaming an AUP to .mp3 does nothing useful, there is no audio inside to rename, and why the so-called AUP to MP3 converters found online cannot work on the file alone.

🗂️ The _data Folder

Every AUP file has a partner, a folder with the same name ending in _data. If your project is song.aup, its folder is song_data, and the two belong side by side in the same location.

Two parts, kept side by side song.aup a short XML list of instructions song_data the folder of audio blocks .au points to the blocks keep both together, the AUP alone has no sound in it
Blocks

Audio Blocks

The folder holds many small block files, the real segments of sound the project uses.

Link

The AUP Links Them

The project file stitches those blocks into the clips and tracks you hear.

Names

Names Must Match

The file and folder base names have to agree, or Audacity cannot find the audio.

Together

Move Them Together

Copy or send both as a pair, since one without the other is incomplete.

🚫 Do not delete the folder: The _data folder is where all your audio actually lives. Deleting it, or separating it from the AUP, leaves you with a project that has no sound to rebuild from. Losing that folder means losing the recording.

🔤 AUP vs AUP3

In 2021, Audacity 3.0 changed how projects are saved, introducing the AUP3 format. The difference solves the biggest headache of the old design.

PointAUPAUP3
Separate _data folder yes no
Everything in one file no yes
Can break if folder is lost yes no
Audacity version2.x and earlier3.0 and later

AUP3 packs the whole project, audio and all, into one single file, so there is no folder to lose and no project to break. Audacity 3 still opens your old AUP projects and converts them to AUP3 as it does. Once saved that way, though, a project will not reopen in versions before 3.0.

📂 How to Open an AUP File

Opening an AUP means opening it in Audacity, the only program that reads the format. The steps are short, and the free software runs on Windows, Mac and Linux.

1

Get Audacity

Download and install Audacity, which is free and open source, if it is not already on your computer.

2

Keep the pair together

Make sure the AUP file and its matching _data folder sit in the same place before you start.

3

Use File then Open

In Audacity, choose File then Open and pick the AUP. The project loads with your tracks and edits in place.

⚠️ It converts on save: When Audacity 3 opens an old AUP, saving turns it into an AUP3. That is fine to work with, but the project will no longer open in Audacity 2. Keep a backup of the original pair if you may need it.

🔄 Getting Audio Out

To end up with a file you can play or share, an MP3 or a WAV, you export from the project rather than convert the AUP directly. Audacity does this in a few clicks.

1

Open the project

Load the AUP in Audacity with its _data folder present, so all the audio is available.

2

Choose File then Export

Pick Export and the format you want, such as MP3 or WAV, then set a name and location.

3

Save the audio

Audacity writes a standard audio file from your project, ready to play anywhere or send on.

💡 There is no shortcut: No online tool can turn an AUP into an MP3 by itself, because the AUP holds no audio. Exporting from Audacity, with the _data folder in place, is the reliable route to a playable file.

📤 Sharing a Project

Sending someone an Audacity project is a common trip-up, because forwarding the AUP alone leaves out all the sound. There are two clean ways to do it.

To keep it editableZip the AUP file and its _data folder together into one archive, then send that. The other person unzips both and opens the project in Audacity.
To just share the soundExport an MP3 or WAV and send that instead. It plays for anyone, though they cannot edit your original tracks from it.
If they use Audacity 3Consider saving as an AUP3 first. That single file carries everything, so there is no folder to forget.

🛠️ If It Will Not Open

Most trouble with an AUP traces back to the link between the file and its folder. A few checks clear up the common cases.

Missing _data folderIf the folder is gone or misplaced, the project opens empty or errors. Put the matching _data folder back beside the AUP.
Renamed file or folderAudacity pairs them by name. If either was renamed, restore the matching base names so they line up again.
No Audacity installedNothing else opens the format. Install the free Audacity, then open the project from inside it.
Very old projectA project from Audacity 1.x may need opening in 2.x first, then saving, before a current version will take it.

♻️ Recovering a Lost Project

If Audacity crashed or closed before you saved, the work is often not gone. What you can get back depends on what survived on disk, and there are a few routes to try.

Automatic recoveryAfter a crash, reopening Audacity usually triggers its automatic crash recovery, a dialog listing the projects it can restore. Choose to recover, and it loads the waveforms so you can save each one properly.
The temporary folderIf a project was never saved, Audacity keeps working data in a SessionData temporary folder. You can import the audio it holds and rebuild a project from there.
Only the _data folder leftIf you still have the _data folder of blocks but lost the AUP, you can import those raw pieces as audio. Note this recovers the unedited sound, not your clip and track layout.
⚠️ Act before you save over it: When automatic recovery looks wrong, do not save or close the project yet, since that can overwrite what is recoverable. Sort out the audio first, then save a fresh copy.

🔀 Related Formats

AUP sits among the Audacity and audio formats you meet alongside it.

.aup3The newer Audacity project format, a single self-contained file with no separate folder.
.auThe small block files inside the _data folder, each a segment of the project's audio.
.wavA standard lossless audio file, a common export target that plays everywhere.
.mp3A compressed audio file, the usual choice for sharing a finished recording.
.flacA lossless compressed audio format, useful when you want quality at a smaller size.

❓ Frequently Asked Questions

Open it in Audacity, the free audio editor that created it, since no other program reads the format. First make sure the AUP file and its matching _data folder are together in the same place. Then, in Audacity, choose File and Open and select the AUP. The project loads with your tracks, edits and effects in place. Audacity runs on Windows, Mac and Linux, so the same steps work everywhere.

An AUP file is an Audacity project file, the saved editing session from the free Audacity audio editor. It is not an audio file. Instead of holding sound, it is a plain-text XML file that records how to rebuild your project, which audio to load, where clips sit and what edits to apply. The actual audio lives in a separate _data folder beside it, and the two work only as a pair.

Because an AUP is not an audio file, so a media player has nothing to play. It only stores instructions that point to audio held in its _data folder. To hear the project, open it in Audacity, which reads those instructions and loads the sound from the folder. To get a file that plays anywhere, export an MP3 or WAV from Audacity rather than trying to play the AUP itself.

There is no direct converter, because the AUP holds no audio to convert. Instead, open the project in Audacity with its _data folder present, then choose File, Export and pick MP3. Set a name and location and save. Audacity builds a standard MP3 from your project. The same route produces a WAV, FLAC or other audio file. This export step is the only reliable way to get playable audio from a project.

It is where your project's audio actually lives. The folder shares the AUP's name with _data added, so song.aup pairs with song_data. Inside are many small block files, the real segments of sound, and the AUP links them into your clips and tracks. The file and folder must stay together with matching names. If the folder goes missing, the project has no audio to rebuild from.

No. Deleting the _data folder removes all the audio your project relies on, leaving an AUP that cannot rebuild any sound. The AUP itself is only a small list of instructions and holds none of the recording. If you want to free up space but keep the work, export an audio file such as WAV first, and only then decide what to keep. Losing the folder means losing the project's sound.

AUP is the older format, which keeps a small project file alongside a separate _data folder of audio. AUP3, introduced with Audacity 3.0 in 2021, packs the whole project, audio included, into one single file. That means no folder to lose and no project to break by moving files. Audacity 3 opens old AUP projects and saves them as AUP3, though once saved that way they will not reopen in Audacity 2.

No. The Audacity project format is read only by Audacity, so no other audio app or general converter opens it. This is because the AUP is a set of editing instructions tied to Audacity's own way of storing audio in the _data folder. If you only need the sound rather than the editable project, ask whoever sent it to export an MP3 or WAV, which any player opens.

Sending the AUP alone leaves out all the sound, so zip the AUP file and its _data folder together and send that single archive. The other person unzips both, keeps them side by side, and opens the project in Audacity. If they only need to hear the result rather than edit it, export an MP3 or WAV and send that instead, since it plays for anyone without Audacity.

An AUP itself is a plain-text XML file with no program code inside, so it carries little risk on its own and just describes a project. As always, a file from an unknown source deserves normal care. The bigger danger with AUP projects is not malware but data loss, since separating the file from its _data folder, or deleting that folder, can destroy hours of work. Keep the pair together and backed up.

Almost always the _data folder is missing, misplaced or renamed, so Audacity cannot find the audio the project points to. Put the matching _data folder back in the same location as the AUP, with the base names lined up, and reopen the project. If the folder is truly gone, the audio it held cannot be recovered from the AUP alone, which is why keeping the two together matters so much.

Yes. Current versions of Audacity open older AUP projects, including those from 2.x versions, and import them into the newer AUP3 format. Very old projects from Audacity 1.x may need a stop in a 2.x version first, saved there, before a current release will take them. Keep in mind that once a project is saved as AUP3, it can no longer be opened in Audacity versions before 3.0.

You can open an AUP in a text editor and read it, since it is plain XML, but there is little reason to edit it by hand and doing so can break the project. The file lists references and coordinates that Audacity manages precisely. Real editing, cutting, mixing and applying effects, is meant to happen inside Audacity with the project open, not by changing the instructions directly.

Reopen Audacity first. After a crash it usually shows an automatic recovery dialog listing the projects it can restore, so choose to recover and then save each one properly. If a project was never saved, Audacity keeps working data in a SessionData temporary folder that you can import audio from and rebuild. If recovery looks wrong, do not save or close the project yet, since that can overwrite what is still recoverable.

Partly. The _data folder holds the raw audio blocks, so you can import those pieces into Audacity as sound and save a new file from them. What you cannot get back this way is the project layout, since the clip positions, edits and effects lived in the missing AUP. In short, the recording can often be salvaged as plain audio, but the arrangement of your session is lost with the AUP.

Not a working one, despite what some sites claim. An AUP holds no audio, only instructions that point to sound in its _data folder, so a web tool given the AUP alone has nothing to convert. The reliable way to get an MP3 is to open the project in Audacity with its _data folder present and choose File, then Export. That builds a real MP3 from your project, which any player then opens.

📝 Summary

An AUP file is an Audacity project file, not an audio file. It is a plain-text XML session that records how to rebuild your edit, which audio to load and what to do with it, while the sound itself lives in a matching _data folder beside it. The file and folder are a pair, and separating them, or deleting the folder, leaves a project with no audio to rebuild. You open an AUP only in Audacity, the free editor that made it, using File and Open, and you get a playable file by exporting an MP3 or WAV rather than converting the AUP directly. AUP is the legacy format, replaced in 2021 by AUP3, which bundles the whole project into one single file so there is no folder to lose. Audacity 3 still opens old AUP projects and converts them. To share a project, zip the AUP and its _data folder together, or export audio if the other person only needs to listen.