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?

Open Automator from the Applications folder or by searching in Spotlight. When the new document dialog appears, choose Application to create a standalone rename tool or Quick Action to add a right click option in Finder.

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?

In the Automator workflow editor, search for "Rename Finder Items" in the action library on the left. Drag it into the workflow area. If you chose Application type, add a Get Specified Finder Items action above it to accept dropped files.

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?

Automator's Rename Finder Items action supports six modes: Replace Text, Add Date or Time, Make Sequential, Change Case, Add Text, and Single Number. Each mode provides a specific transformation with limited configuration options.

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?

Yes. Automator lets you drag multiple Rename Finder Items actions into the same workflow. Each action executes in sequence from top to bottom, applying its transformation to the output of the previous action.

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?

Save the workflow using File > Save. For Application type, choose a save location and the workflow becomes a .app file you can double click or drag files onto. For Quick Action type, the workflow saves to ~/Library/Services and appears in the Finder right click menu automatically.

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?

Apple Shortcuts is the official replacement for Automator starting with macOS Monterey. Terminal commands provide full regex support for advanced users. Batchio offers 9 composable rule types with live preview, EXIF and audio metadata renaming, conflict detection, and full undo support in a native macOS app.

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?
Yes. Automator includes a Rename Finder Items action that supports six rename modes: Replace Text, Add Date or Time, Make Sequential, Change Case, Add Text, and Single Number. You build a workflow by dragging actions into a sequence and saving the result as an application, Quick Action, or Folder Action.
What workflow type should you choose for renaming in Automator?
Application type creates a standalone app you can drag files onto. Quick Action adds a right click menu option in Finder. Folder Action watches a folder and renames files automatically when they are added. Application is the most flexible starting point for manual batch renames.
Can Automator rename files using regular expressions?
No. Automator's Replace Text mode only supports plain text matching. It cannot use regex patterns, capture groups, lookaheads, or any other regular expression syntax. For regex renaming on Mac, you need Terminal commands or a dedicated app like Batchio.
Is Automator still supported on macOS?
Apple introduced Shortcuts as the replacement for Automator starting with macOS Monterey. Automator still runs on current macOS versions but has received no updates since. Apple recommends migrating workflows to Shortcuts for long term compatibility.

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 Store
Marcel Iseli
Marcel Iseli

Creator of Batchio · Indie App Developer

LinkedIn ↗

Marcel 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.