Audio Toolkit

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.

Frequently asked questions

Does renaming a WAV file damage it?
No. The audio data and the embedded metadata are untouched. Only the entry in the file system changes.
Will renaming break my timecode sync?
No. Timecode lives in the BWF chunk inside the file, not in the name. Sync tools read the chunk.
What is the safest moment to rename?
At ingest, before the files are imported into any session, and after you have backed up the original card.

Keep reading

No more channel headaches

Get your production audio edit-ready

Split poly WAVs, merge mono tracks, map channels, extract audio from video. Everything runs locally in your browser, nothing is uploaded.

Convert my file free