AudioKit 4 min read Metadata

Nothing says "unfinished" like a track that shows up as "track01.mp3" with no artwork. The title, artist, album and cover art baked into an MP3 are its ID3 tags — and they're what every player, phone and platform reads. Cleaning them up takes two minutes, makes your music look professional wherever it lands, and — done right — doesn't touch the audio at all. Here's how.

What ID3 tags are, and why they matter

An MP3 carries a small block of metadata at the front — the ID3 tags. It holds the title, artist, album, album artist, composer, year, track number, genre, a comment, and the embedded cover art. Your phone, your car stereo and music apps all read this block to show a proper name and artwork instead of a raw filename. Clean tags are the difference between a file that looks like a finished release and one that looks like a rough export. And crucially, editing them doesn't re-encode the audio — only the tag block is rewritten, so the sound stays bit-for-bit identical.

Watch the cover art size. Embedding a huge image bloats every copy of the MP3. A cover around 1000×1000 px and under ~1 MB looks sharp everywhere without making the file heavy. AudioKit warns you when an embedded image is over 1 MB.

5 reasons to clean up your ID3 tags

1. Make a release look finished

Proper title, artist, album and cover art turn a raw export into a file that looks professional wherever it's played or shared.

2. Embed your cover art

Add or replace the artwork so your face or design shows up in every player instead of a blank grey square.

3. Fix wrong or messy metadata

Correct a misspelt artist name, a wrong album, or junk left over from a download so your library stays tidy.

4. Prep files before sending them out

Tag demos, promos or stems with your name and contact in the comment so they're traceable back to you.

5. Get albums to sort correctly

Set the track number and album artist so a record plays in the right order instead of shuffling alphabetically.

How to edit ID3 tags with AudioKit

1-Abakan_Polaroids.mp37.2 MB
ReplaceRemove
Heads-up: this image is over 1 MB. It will increase the MP3's file size.
Title
Polaroids
Artist
Abakan
Album
Polaroids
Year
2026
Genre
Soul
The audio is not re-encoded — only the ID3 tag block is rewritten. Quality stays strictly identical to the original.
Export tagged MP3 Load another file
A representation of the ID3 tag editor — edit metadata and cover art, export without re-encoding.
  1. Drop an MP3. Its existing tags and embedded cover art are read locally — nothing is uploaded.
  2. Edit the fields. Title, artist, album, album artist, composer, year, track number, genre and comment — and replace, keep or remove the cover art.
  3. Export the retagged MP3. A fresh tag block is written in front of the audio; the audio itself isn't re-encoded, so quality is strictly identical.
Edit your ID3 tags Title, artist, album, cover art — clean metadata with no re-encoding, free, nothing uploaded.
Open ID3 Tag Editor →
Need cover art first? Generate album artwork from a prompt, ready to embed in your tags.
Open Cover Art Generator →

FAQ

What are ID3 tags?

ID3 tags are the metadata stored inside an MP3 file — the title, artist, album, album artist, composer, year, track number, genre, comment and embedded cover art. They're what your music player, phone and streaming services read to show the right name and artwork instead of just a filename.

Does editing ID3 tags change the audio quality?

No. Editing tags only rewrites the small metadata block at the front of the file — the audio data itself is never touched or re-encoded, so the sound quality stays strictly identical to the original. This is different from converting or re-exporting, which can degrade lossy files.

Which tags should I fill in before distributing music?

At minimum: title, artist, album and album artist, plus the year and track number so albums sort correctly. Add a genre and embedded cover art for a complete, professional file. Distributors usually take their metadata from their own forms, but clean tags matter wherever the raw file is played or shared directly.

Related tools

Written by AudioKit — free audio tools that run in your browser.