Productive— faster every day
For your professionTeachersStudentsManagersMarketingDevelopersFreelancersParents

Tips & tricks · Apps · Windows · ~10 min a week · 2 min read

PowerRename: rename a hundred files by a rule

Last reviewed:

Illustration for: PowerRename: rename a hundred files by a rule
In this article
  1. How to do it
  2. A typical scenario
  3. What you get out of it
  4. Pro tip

A client rebrands, a project gets a new code, and you're left with a folder of eighty files that all carry the old name. Doing it by hand is half an hour of numbing work. With the PowerRename module from the free PowerToys suite, it's one operation: select the files, specify “replace what with what,” and see the result in a preview before anything actually changes.

How to do it

  1. Install PowerToys (Microsoft's free toolkit) and confirm the PowerRename module is turned on.
  2. In File Explorer, select the files, right-click, and choose PowerRename (on Windows 11 you may need to look under Show more options).
  3. In the Search field, type the text you want to find in the names; in the Replace field, the new text. The right-hand column instantly shows what the names will look like — nothing happens until you click Apply.
  4. Checkboxes let you fine-tune the details: case sensitivity, whether the change should apply to extensions too, to files only, or folders as well.
  5. More advanced tricks: PowerRename supports regular expressions (say, to rearrange parts of a name) and variables for numbers or the creation date — turning a mess into a consistent pattern like “2026-08_report_01.”
  6. If you make a mistake, Ctrl + Z in File Explorer undoes the whole batch.

A typical scenario

A designer gets 120 files named “IMG_20260812_143005.jpg” from a photographer, and the client wants them named “fall-collection” with sequence numbers. By hand, that's an afternoon. In PowerRename, she selects everything, strips the “IMG_” prefix with one rule, adds the collection name and numbering with a second — and checks the result in the preview before clicking Apply. Three minutes.

The same situation comes up for a developer refactoring data files, and for a freelancer archiving invoices who wants a consistent year-month order in the filenames so they sort chronologically.

What you get out of it

  • Minutes instead of half-hours: bulk renaming by a rule is exactly the kind of work a computer should do, not a human.
  • Confidence from the preview: you see all eighty future filenames in advance — no “oops” halfway through the batch.
  • Order that lasts: consistent naming patterns mean correct sorting and easy searching, permanently.

Pro tip

You don't need to open PowerRename for small stuff: plain F2 with the Tab key handles quick renaming of a few files in a row right in File Explorer. Save PowerRename for when you're dealing with dozens of files and an actual pattern. And if regular expressions aren't your thing, have AI suggest the expression for your specific rename: describe what the names should become, paste the expression into the Search field, and the preview in the right column shows you — before you click Apply — whether it does exactly what you wanted.