How to Rename Files with Automator on Mac
Automator is the built in macOS automation tool that lets you build file renaming workflows without writing code. This guide walks through every step: opening Automator, choosing a workflow type, adding rename actions, configuring rename modes, and saving your workflow for repeated use.
How Do You Open Automator and Create a Rename Workflow?
Application type creates a .app file that you can save anywhere on your Mac. Dragging files onto this app icon triggers the rename workflow automatically. This type works best when you want a reusable rename tool that sits in your Dock or on your Desktop.
Quick Action type integrates directly into the Finder context menu. After saving, right click any selection of files in Finder and your rename workflow appears in the Quick Actions submenu. Quick Actions also appear in the Finder preview panel and the Touch Bar on supported MacBooks. For automated renaming that triggers when files arrive in a folder, see the batch rename Automator workflow guide.
How Do You Add the Rename Finder Items Action?
The Get Specified Finder Items action serves as the entry point for your workflow. Files you drag onto the app pass through this action and flow into the next step. For Quick Action workflows, Automator handles file input automatically, so you only need the Rename Finder Items action itself.
Automator may ask whether you want to add a Copy Finder Items action before the rename step. This creates backup copies in a location you specify before renaming the originals. Adding this safety step is recommended because Automator provides no built in undo for rename operations. Batchio's live preview and full undo history eliminate the need for manual backup copies entirely.
What Rename Modes Does Automator Support?
Replace Text finds a plain text string in the filename and replaces it with another string. This mode does not support regular expressions, wildcards, or case insensitive matching. Add Date or Time appends or prepends a formatted timestamp to the filename using the file's creation date, modification date, or the current date. Make Sequential adds incrementing numbers with a configurable start value and format.
Change Case converts the entire filename to uppercase, lowercase, or title case. Add Text prepends or appends a fixed text string. Single Number replaces the entire filename with a base name and a single incrementing number. These modes cover basic renaming scenarios but lack the flexibility of regex patterns, EXIF metadata, or character removal that tools like Batchio provide.
Can You Chain Multiple Rename Actions in One Workflow?
Chaining actions lets you combine operations that a single rename step cannot handle alone. For example, you can add a Replace Text action to remove unwanted characters, followed by an Add Date or Time action to append a timestamp. The files pass through each action in order, accumulating all the transformations.
The limitation of chaining is that each action runs independently with no awareness of the others. There is no shared state, no conditional logic, and no way to reference the output of one action inside another action's configuration. Batchio solves this with composable rule chains where each rule sees the cumulative result of all previous rules in the real time live preview.
How Do You Save and Run an Automator Rename Workflow?
Running an Application workflow is straightforward: drag files onto the app icon. The workflow processes every dropped file through the action chain and renames them in place. You can also open the app first and use the Get Specified Finder Items action to browse for files manually.
Folder Action type offers a third option: the workflow triggers automatically whenever new files are added to a designated folder. This is useful for automated pipelines where files arrive from downloads, email attachments, or external devices. You can extend these fundamentals into more powerful configurations by chaining multiple rename actions in an advanced Automator workflow.
What Are the Alternatives to Automator for File Renaming?
Automator has not received updates since Apple introduced Shortcuts in macOS Monterey. While existing Automator workflows continue to function, Apple's investment is now focused on Shortcuts as the long term automation platform. Shortcuts supports a Rename File action but provides even fewer options than Automator for batch operations.
Batchio addresses every limitation of Automator for file renaming. The app supports regex with capture groups, EXIF and audio metadata renaming, live preview of every change before committing, conflict detection for duplicate names, and full undo history. All 9 rule types are included free, with a $4.99 Pro upgrade for saved presets, folder automation, Finder Quick Action, and Shortcuts integration.
Frequently Asked Questions
Can you use Automator to rename files on Mac?
What workflow type should you choose for renaming in Automator?
Can Automator rename files using regular expressions?
Is Automator still supported on macOS?
Ready to Rename Files Without Automator's Limits?
Download Batchio free on the Mac App Store. 9 rule types, live preview, full undo. Pro upgrade $4.99.
Coming Soon to the Mac App StoreMarcel Iseli is an indie app developer and the creator of Batchio. He builds native macOS utilities focused on productivity and file management, with a focus on lightweight, subscription-free tools.