ID3 Tag Editor (MP3)
Edit title, artist, album, year, genre and cover art of your MP3s. 100% in your browser.
Drag your MP3 here or click to select
MP3 files only (ID3v2 tags)
Built by
Miguel Ángel Colorado Marin (MACM)
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.
The ID3 tag editor reads and writes the metadata of an MP3 file (title, artist, album, year, genre, comment and cover art) directly in your browser, with no external library. Upload your MP3 and the fields will fill in automatically if it already had tags; edit them as you like, upload an image for the cover art (or change or remove it), and save the result. Any other tag the file already had that this tool doesn't explicitly edit is kept intact, nothing is lost on save. It only works with MP3 files, the format the ID3 standard exists for.
Features
- ✓Title, artist, album, year, genre and comment
- ✓Add, change or remove the cover art
- ✓Preserves any other existing tag
- ✓Reads and writes ID3v2 (v2.3 and v2.4)
- ✓100% in browser, no uploads
How to edit an MP3's tags?
- 1
Upload your MP3
Drag the file or click to select it. The fields fill in if it already has tags.
- 2
Edit the fields
Title, artist, album, year, genre and comment.
- 3
Manage the cover art
Add, change or remove the cover image.
- 4
Save and download
Download the MP3 with the new tags, without losing the rest of the metadata.
Frequently asked questions
Is my MP3 uploaded to a server?
No. Tags are read and written directly in your browser with JavaScript, with no external library or server.
Do the tags I don't edit get lost?
No, any ID3 tag the file already had that this tool doesn't explicitly show is kept unchanged when saving.
Why does it only support MP3?
ID3 is the metadata standard specific to MP3. Other formats (WAV, FLAC, M4A) use different tagging systems that aren't compatible with ID3.
What image format can I use for the cover?
Any your browser can read, typically JPG or PNG.
Related tools
Embed ID3 Tag Editor on your site
Add ID3 Tag Editor to any web page with a simple iframe. Free, with attribution to miguelacm.es.
<iframe
src="https://miguelacm.es/embed/audio-id3-editor"
width="100%"
height="700"
frameborder="0"
title="ID3 Tag Editor — miguelacm.es"
></iframe>View embed in new tab →