ID3 Tag Editor
Edit an Audio File's Metadata Tags
Need to use ID3 Tag Editor right now?
FFmpeg handles the appropriate tag format automatically for whatever container you upload.
Drop an audio file, or click to browse
Processed locally in your browser — never uploaded
Writes tags directly into the file without re-encoding the audio, so quality and file size stay exactly the same — only the metadata changes.
Features
- Runs entirely in your browser
- Privacy-first — your data is never uploaded
- Real-time, instant results
- 100% free, no sign-up required
- Works on desktop, tablet, and mobile
- No installation needed
Who uses this tool?
People also search for
About ID3 Tag Editor
Audio files carry metadata tags separately from the actual sound data — title, artist, album, and year fields that music players and file managers display, often filled in incorrectly, left blank, or inherited from a generic default when a file is exported from somewhere. This tool reads and lets you rewrite these tags directly.
A real FFmpeg build compiled to WebAssembly writes the tags entirely inside your browser using FFmpeg's metadata options, and critically, does this with stream copy (-c copy) rather than re-encoding the audio — only the metadata block changes, so quality and file size stay exactly the same as the original.
Only the fields you actually fill in get written — leaving a field blank means it simply isn't set on the output, rather than being forced to an empty explicit value, giving you control over exactly which tags to touch.
This works on whatever audio format you upload, since the metadata tagging conventions vary by container format but FFmpeg handles the appropriate tag format automatically for the file type involved, whether that's ID3 tags for MP3 or the equivalent metadata structure for other formats.
How it works
- Upload your audio file. The file loads into the browser-based FFmpeg engine.
- Fill in the tag fields. Title, artist, album, and year — leave any blank to skip it.
- Save and download. Tags update with zero change to audio quality or file size.
Examples
Fixing missing song information
Input
audio file with no title/artist tags
Output
the same file with proper metadata filled in