Turn IMG_4821.JPG, IMG_4822.JPG… into Beach Trip 001.jpg, Beach Trip 002.jpg in one go. Build your rules, check the live preview of every new name, then take the result.
Renaming rules
- Find & replace — plain text, or tick regular expression for patterns.
- New name — replace the whole name (combine with numbering for sequences).
- Prefix / suffix — e.g. add
2024-07in front of every file. - Numbering — start value, digits (
001), separator, and whether numbers go at the start or end. - Case — lowercase, UPPERCASE, Title Case, kebab-case or snake_case.
- Tidy-up — strip
- Copyand(1)from duplicated files, and lowercase.JPG→.jpg.
Characters Windows doesn't allow in names (\ / : * ? " < > |) are replaced automatically, and clashing names get (2) added so nothing is overwritten.
Two ways to apply the names
1. Download renamed copies (.zip). Your browser zips copies of the files under their new names. Simple and safe, best for up to a few hundred MB.
2. Download a Windows rename script (.ps1). For big folders — videos, thousands of photos — copying is wasteful. The script renames the original files in place:
- Save
rename-files.ps1into the same folder as the files. - Right-click it → Run with PowerShell.
If Windows blocks the script, run powershell -ExecutionPolicy Bypass -File .\rename-files.ps1 from that folder. Test on a copy of the folder first — renames by script can't be undone with Ctrl+Z.
Why can't a website rename my files directly?
Browsers are deliberately sandboxed: a web page can read files you hand it, but it can't change anything on your disk. That's good security, and it's why this tool offers copies or a script.
Renaming photos by the date they were taken
Numbering by selection order is fine for many jobs, but photos from several phones need sorting by capture time first. Bulk File Renamer for Windows renames photos and videos by date taken (from JPG, HEIC, MP4, MOV metadata), renames in place with a highlighted preview, and keeps a full history with Undo — even days later.
More files & folders
- Duplicate File FinderFind exact duplicate files in any folder by comparing their contents, not just names. See how much space copies waste and export the list. Nothing is uploaded.
- Folder Size AnalyzerSee which subfolders, file types and individual files take up the most space in any folder. Sorted bar charts and a top-50 largest files list. Private and free.
- Base64 Encoder & DecoderEncode text to Base64 or decode Base64 back to text, right in your browser. Handles emoji and accented characters correctly, with URL-safe output.
- HTML Entity Encoder & DecoderEscape HTML so tags display as text, or decode entities back into characters. Supports all HTML5 named entities, in your browser.