id3mp3 tagsaudio metadatamp3 cover art

Why Your MP3s Say "Unknown Artist" and How to Fix It

What ID3 tags on an MP3 actually are, why they're not the same as the filename, and how to edit them (title, artist, album, cover art) without re-encoding the audio.

August 22, 2026·5 min read

You import an MP3 into your music player and it shows up as "Track 01 - Unknown Artist - Unknown Album", even though the file is named my-favorite-song.mp3. The filename and the information the player displays are two completely different things — and the one that matters for organizing your library is the second one.

The filename isn't the same as its tags

A music player (or an app like Spotify, iTunes, or any library manager) doesn't read a song's title from the filename. It reads metadata embedded inside the MP3 file itself, in a block called ID3v2, placed at the start of the file before the compressed audio data. If that block is empty or incomplete (common in carelessly downloaded or ripped MP3s), the player has nowhere to pull the title, artist or cover art from, and shows "unknown" no matter what the filename says.

What information gets stored in ID3 tags

  • Title: the song's name.
  • Artist: who performs it.
  • Album: which record it belongs to.
  • Year: when it was released.
  • Genre: the musical category.
  • Comment: a free-text field.
  • Cover art: an image embedded directly inside the file, exactly what Spotify, iTunes or any modern player shows as the album artwork.

Why it can be edited without re-encoding the audio

Since the ID3v2 block is separate from the compressed audio data, editing it doesn't require decoding or re-encoding anything — it's a byte-level operation that only rewrites the metadata block at the start of the file, leaving the audio exactly as it was, with no additional quality loss. That's the same reason you can change an MP3's cover art in any modern player without the file taking long to process: only a small portion of the file gets touched, not the audio itself.

How adding or changing the cover art works

The cover image gets embedded directly inside the MP3 file itself as part of the ID3v2 block — it's not a separate file that has to travel alongside the MP3, it goes with it wherever you copy it. This explains why changing the cover only in your player's own library sometimes doesn't show up when you move the file to another device: if the player stores the cover in its own database instead of writing it into the file, it's lost when you copy it elsewhere.

Frequently asked questions

Why does my player still show "unknown" after I renamed the file? Because the filename has no relationship to ID3 tags at all — you need to edit the metadata directly, not the name.

Does this work with formats other than MP3? This tool works specifically with ID3v2 tags, MP3's metadata standard.

Do I lose audio quality when editing tags? No, the editing happens at the metadata level only; the compressed audio is never touched.

Where is the cover art I add stored? Directly inside the MP3 file, so it travels with it to any device or player.


Edit title, artist, album, year, genre and cover art of your MP3s without re-encoding the audio with the ID3 tag editor, 100% in your browser.

Try it without code

ID3 Tag Editor

Edit title, artist, album and cover art of your MP3s.

Open ID3 Tag Editor

Built by

Miguel Ángel Colorado Marin (MACM)

Full-Stack Developer · Guadalajara, España

I develop web apps, digital tools and full projects — from design to deployment.

Contact me