Fixing the words and pictures stored inside your MP3 files
The music is fine but the player shows the wrong artist, the title is garbled, and there is no album art. That is a tag problem, not a sound problem, and it takes about ten seconds to fix. This article walks through every field on the editor, explains what ID3 tags are and how they sit inside the file, shows a full worked example, and covers the common mistakes that send people back to do the job twice.

What an ID3 tag actually is
An MP3 file is not just sound. At the very front of the file there is a block of text and, usually, a picture. That block is called an ID3 tag. Music players read it to show a title, an artist name, an album and a cover image. The sound starts after the tag ends, and the boundary between the two is written into the first few bytes so the player knows where to begin decoding.
Because the tag sits apart from the audio, you can change it without touching a single sample of the sound. The editor on this page does exactly that. It reads the existing tag, lets you fill in new values, then writes a fresh tag followed by the original audio bytes, copied across untouched. There is no decoding and no encoding, which is why the result sounds identical to what you started with.
The tags are written as ID3 version 2.3 with 16-bit text. That combination is the one the widest range of players, phones and car stereos read correctly. Some newer standards look tidier on paper, but older hardware quietly ignores them, so v2.3 remains the safest bet for files that will travel between many devices.
Opening a file and reading what is already there
Drop an MP3 onto the drop zone, or press the choose a file button and pick one from your disk. The page reads the file in your browser and fills in whatever tags it finds. If the file has no tags at all, the boxes come up empty. If it already has some filled in, you see them immediately and can change whichever ones need fixing.
Only MP3 files are accepted here. M4A, FLAC and OGG store their information in completely different structures, so this editor does not open them. If your file is one of those formats, you will need a different tool.
The seven text fields and what each one does
Title is what appears as the song name. Artist is the performer. Album groups songs together in your library. Album artist is a separate field that keeps compilation albums from splitting apart. If ten different artists appear on one record, set each song's Artist to the performer but set Album artist to the same compilation name on every track. Your player then groups them under one album instead of scattering them across ten.
Year takes any text up to ten characters, though a four-digit year is the convention. Track number can be a plain number like 3, or a fraction like 3/12, which tells the player both the position and the total. Genre is free text. Comment holds anything else you want to store, up to five hundred characters.
Adding or replacing the cover picture
Below the text fields there is a cover picture section. Press Choose a picture and select a JPG or PNG from your disk. A preview shows what you picked. If the file already had cover art, the old picture appears first and your new one replaces it. Press Remove it if you want no picture at all.
Square images work best because most players display cover art as a square. A size around 600 by 600 pixels is plenty. Very large pictures make every file bigger and some car stereos refuse to show them. Keeping art under about a megabyte is a safe rule.
Saving the result
Two buttons sit at the bottom. Save the MP3 writes a new file with your updated tags and the original audio copied across. Save with no tags at all strips every tag out and gives you just the raw sound. Both options download a new file to your computer and leave the original on disk completely untouched.
Saving is fast regardless of how long the recording is. A three-minute pop song and a two-hour lecture finish in about the same time, because the tool is only writing a small text block and then copying bytes. There is no re-encoding step.
A worked example from start to finish
Suppose you have a file called track07.mp3 that your player lists as Unknown Artist. Drop it onto the page. The Title box shows something garbled from an old rip. The Artist box is empty. There is no cover art.
Type the correct song title into the Title field. Type the band name into Artist. Fill in the album name. Set Year to the release year. Type 7/12 into Track number to mark it as track seven of twelve. Pick Rock for Genre. Now press Choose a picture and select the album cover you saved from the band's website. The preview confirms it looks right.
Press Save the MP3. A new file downloads in a second or two. Open it in your music player and you see the correct title, artist, album name, track number and cover art. The old file on your disk has not changed at all.
Common mistakes and how to fix them
The most frequent complaint is that tags do not show up in the player after saving. This happens because many players cache old information about files they have seen before. Remove the file from your library, then add the new copy. The cached data clears and the fresh tags appear.
Another common issue is a compilation album that splits into twenty separate entries. The fix is the Album artist field. Set it to the same value on every track in the compilation and the player groups them together. Leaving Album artist empty tells the player to use Artist instead, which is different on every track.
A few very old portable devices only read a tiny tag stored at the end of the file, called ID3v1. This editor writes ID3v2.3 at the front, which is the standard that the widest range of modern players, phones and car stereos read correctly. If your device is old enough to ignore v2.3 tags, you may need a desktop tagger that writes both versions.
Situations where people reach for a tag editor
Cleaning up a ripped CD is the classic case. Ripping software sometimes writes the wrong artist or leaves track names as generic numbers. A quick pass through the tag editor fixes the whole set in a few minutes.
Downloaded files from the internet often arrive with messy or missing tags. Podcast episodes may carry no album art. Files shared between friends may have the title buried inside a long file name but nothing in the tag itself. All of these are straightforward fixes once you know where to type.
DJs who build playlists on USB sticks find that the player in a car or at a venue reads the tag, not the file name. If the tag is blank, the screen shows nothing useful. A minute of tagging before you leave the house saves confusion later.
When this tool is not the right choice
If your files are M4A, FLAC or OGG, this page will not open them. Those formats use different container structures and different tagging systems. You need a tagger built for those formats.
If you want to change the actual sound - trim silence, adjust volume, convert the format - this is not the place. A tag editor only touches the metadata block. For sound changes, an audio cutter or converter is what you need.
Privacy and where the work happens
Your file never leaves your device. The page reads it in your browser, you make your changes, and the new file is built right there on your machine. Nothing is uploaded to any server. You could disconnect from the internet after the page loads and everything would still work exactly the same way. That means you can safely tag files that contain private recordings, personal voice notes, or unreleased music without worrying about where they go.
