How to export audio without metadata: creating a blank file
Learn how to remove metadata from an audio file for privacy, anonymous distribution or technical needs.
Try it now
Use our free online tool
Audio files often contain much more than sound. ID3 metadata, copyright information, software used, creation date: all this data is invisible but present in your file.
In some situations, you need a "clean" audio file, without any personal or technical information. Anonymous distribution, confidentiality, or simply to prevent incorrect information from spreading.
This article explains what audio metadata is, why you might want to remove it, and how to create a perfectly blank audio file.
Table of Contents
What metadata does an audio file contain?
Audio metadata is textual information stored in the file itself, invisible during playback but accessible with the right tools.
ID3 TAGS (MP3): Title, artist, album, year, genre, track number, comments, lyrics, cover image. The most visible as displayed by players.
TECHNICAL INFORMATION: Encoding software used (e.g.: "LAME 3.100"), encoding date, compression parameters, codec version.
SYSTEM METADATA: File creation and modification date, original path, sometimes the computer username.
EXIF-LIKE DATA: Some formats (FLAC, WAV) can contain extended fields similar to photos: GPS (rare but possible), recording equipment, etc.
COPYRIGHT AND RIGHTS: License information, ISRC, database identifiers (MusicBrainz, etc.), legal notices.
EMBEDDED DATA: Images (artwork), synchronized lyrics, chapters, links to websites.
Why remove metadata?
CONFIDENTIALITY/ANONYMITY: You want to share a file without revealing your identity, software, or location. Useful for whistleblowers, anonymous artists, or sensitive content.
NEUTRAL DISTRIBUTION: You're providing a file to a client who will add their own metadata. Existing information could create conflicts or confusion.
FILE SIZE: High-resolution cover images can add several MB to the file. Removing metadata reduces size.
COMPATIBILITY: Some older or embedded systems may poorly handle complex metadata (ID3v2.4, images, etc.).
ERROR CORRECTION: Incorrect metadata (wrong artist, wrong year) propagates from file to file. Starting from scratch is sometimes simpler.
TECHNICAL USE: For tests, development, or audio analyses, you need a "pure" file without parasitic data.
RESALE/LICENSES: Audio library files often need to be delivered without metadata to allow the client to customize them.
Types of metadata by format
MP3: Primarily uses ID3 tags (v1, v2.3, v2.4). Can also contain APE tags and Lyrics3. Removal must target all these types.
FLAC: Uses Vorbis Comments tags (artist, title, etc.) and can contain PICTURE blocks for images. Format very rich in potential metadata.
WAV: Uses INFO chunks and BWF (Broadcast Wave Format). Less standardized than MP3, but can contain descriptions, originator, coding history.
AAC/M4A: Uses iTunes atoms (MP4 metadata). Very complete: artwork, lyrics, tempo, rating, iTunes purchase, etc.
OGG: Uses Vorbis Comments, similar to FLAC. Supports extended metadata and images.
AIFF: Uses ID3 chunks and AIFF annotations. Less common for metadata but can contain some.
Metadata removal methods
METHOD 1 - CONVERTLY AUDIO: Import your file and export it by unchecking the metadata inclusion option. This is the simplest and most reliable method.
METHOD 2 - FULL RE-ENCODING: Decode the file to raw WAV then re-encode it in the target format. This eliminates all metadata as a side effect.
METHOD 3 - SPECIALIZED TOOLS: Software like Mp3tag (Windows), Kid3 (cross-platform), or ExifTool allow selective metadata removal.
METHOD 4 - COMMAND LINE: FFmpeg with the -map_metadata -1 option removes all metadata during conversion.
CAUTION: Simply removing visible ID3 tags can leave residues (ID3v1 at end of file, unused blocks, etc.). Re-encoding is safer.
VERIFICATION: After removal, use a tool like MediaInfo or FFprobe to confirm no metadata remains.
Verifying a file is truly blank
After removing metadata, it's crucial to verify the cleanup is complete.
MEDIAINFO (free): Open the file and verify all metadata fields are empty. Watch for "hidden" sections like comments or embedded data.
FFPROBE (command line): The command ffprobe -i file.mp3 displays all metadata. A blank file will only show minimal technical information.
AUDIO PLAYER: Open the file in a player (VLC, iTunes). Verify that title, artist, album are empty or display the file name.
HEX EDITOR: For the paranoid, a hex editor reveals hidden text strings in the file.
FILE SIZE: A file without artwork will be significantly smaller. If size didn't change after "removal", metadata may still be there.
CROSS TEST: Send the file to another device/system and check how it displays.
Special cases and considerations
DRM FILES: Protected files (old iTunes, some services) contain protection metadata. Removing them can make the file unreadable or is potentially illegal.
AUDIO FORENSICS: Metadata can serve as proof of authenticity. Don't remove it if the file may have legal value.
STREAMING: Some services re-inject metadata during upload. Check after publication, not just before.
AUDIO WATERMARKS: Some protection systems embed watermarks in the audio itself (inaudible). This is not classic metadata and won't be removed.
USEFUL METADATA: Before removing everything, make sure you won't need this information later. ISRC, for example, is important for royalties.
AUTOMATION: If you need to process many files, create a script or automated workflow to ensure consistency.
Ready to try?
Try Convert audioHow to do it in 3 steps
Import your audio file containing metadata to Convertly Audio.
Select the export option without metadata or choose complete re-encoding.
Download the blank file and verify with MediaInfo that no metadata remains.
Pro Tips
- Always keep a copy of the original file with metadata before removing them.
- For maximum anonymization, re-encode rather than simply removing tags.
- Check the file's system metadata (dates) which can reveal information even without audio tags.
Common mistakes to avoid
- ✗Only removing ID3v2 tags and forgetting ID3v1 (at end of file). Solution: use a tool that removes all types.
- ✗Forgetting embedded cover images (can contain EXIF). Solution: check file size before/after.
- ✗Changing file extension thinking it removes metadata. Solution: metadata is in the file, not the name.
- ✗Sharing the file before complete verification. Solution: always verify with MediaInfo before distribution.
- ✗Using a tool that "hides" metadata instead of removing it. Solution: re-encode for safe removal.
- ✗Forgetting system metadata (creation date, path). Solution: create a fresh copy of the re-encoded file.