4 March 2026 | 6 min read
How to rename audio files in batch without breaking your session
The rename itself takes four seconds. The relink that follows can take a day. Do it in the right order and it takes neither.
Batch renaming is the fastest way to turn an unusable dump of recordings into a library, and the fastest way to orphan every clip in an open session. The difference is entirely about when you do it.
Rename before you edit, never during
A DAW session references media by filename and path, sometimes with a unique ID as backup. Rename files that an open project points to and you get the relink dialogue, once per file. Do your renaming at ingest, before anything is imported.
A pattern that survives contact with reality
- Keep the original recorder name somewhere in the string, usually at the end. It is your last resort when something goes wrong.
- Never use slashes, colons or question marks. They are illegal on at least one operating system your file will visit.
- Avoid accented characters in filenames destined for shared servers or older tools.
- Zero pad numbers. Take2 sorts after Take10, Take02 does not.
Filename and metadata are not the same thing
Renaming a file does not touch what is written inside it. The BWF description, the originator, the iXML track names and the embedded timecode all stay as recorded. That is usually what you want, and it is why a rename never damages sync.
Check before you commit
Run a handful of files through an inspector first and confirm channel count, sample rate and embedded track names are what you assume. A batch rename applied to a wrong assumption is a batch mistake.
The audio inspector on this site reads all of that locally in your browser, so nothing leaves your machine while you audit a folder.
Split first, rename second
If you are working from poly WAVs, split them into mono stems before renaming. Split files inherit the embedded track names, which gives you a much better starting string than Track 1 through Track 8.