Batch File Renamer
Preview and rename multiple files with prefixes, suffixes, replacements, and numbering
Preview names
Batch File Renamer — what it does
Select any number of files and this tool builds a new name for each one using find-and-replace, a prefix, a suffix and optional sequential numbering with zero padding. Every proposed name is shown in a preview table before anything happens, and the renamed set is delivered as a ZIP so your original files are never touched.
When this tool helps
- Cleaning up a folder of downloads where names carry copy suffixes, random hashes or spaces that break scripts.
- Preparing a numbered delivery set for a client, so files sort in the intended order in any file manager.
- Stripping a customer name or project code out of dozens of filenames before sharing a folder externally.
How to use it
- Choose the files you want to rename.
- Set find-and-replace text, a prefix or a suffix.
- Turn on sequential numbering and set the starting number and padding.
- Check the preview table, then download the renamed ZIP.
Accuracy, limits, and good practice
- Keep the preserve-extension option on unless you deliberately want to change file types; renaming an extension does not convert a file.
- Zero padding matters for sorting: file2 sorts after file10 in most file managers, but file002 does not.
- Because output is a ZIP, this cannot rename files in place on disk. Extract the archive and delete the originals once you have checked them.
Frequently asked questions
Are my files uploaded to rename them?
No. The file list, the new names and the ZIP are all built in your browser using the File API. Nothing leaves the machine.
What happens if two files end up with the same name?
Add sequential numbering. Without a numbering component, identical inputs produce identical names and one entry can overwrite another when extracted.
Is there a size limit?
The practical limit is memory. Hundreds of documents are fine; several gigabytes of video in one batch will exhaust the browser tab.
Related tools on this site
- Expense Report Generator — Create a printable expense report with categorized line items and totals
- Local Time Tracker — Track task time locally and export a CSV log
- Quotation Generator — Create a printable business quotation with line items
Everything above runs inside this page. Batch File Renamer needs no account, no upload, and no server round trip — close the tab and nothing is left behind.
批量檔案重新命名能做什麼
選取任意數量的檔案,工具會以尋找取代、前綴、後綴與可選的補零流水號,為每個檔案組出新名稱。所有預計名稱都會先列在預覽表中,確認後再以 ZIP 形式輸出,原始檔案完全不會被更動。
什麼時候用得上
- 整理下載資料夾:名稱裡有副本後綴、亂碼雜湊或空白,容易讓腳本出錯。
- 為客戶準備編號交付檔,讓檔案在任何檔案總管中都依預期順序排列。
- 對外分享資料夾前,把數十個檔名中的客戶名稱或專案代號整批移除。
使用步驟
- 選擇要重新命名的檔案。
- 設定尋找取代文字、前綴或後綴。
- 開啟流水編號,設定起始號碼與補零位數。
- 檢查預覽表,再下載重新命名後的 ZIP。
精確度、限制與實務建議
- 除非刻意要換檔案型別,否則請保持「保留副檔名」開啟;改副檔名並不會轉換檔案格式。
- 補零會影響排序:多數檔案總管中 file2 會排在 file10 之後,但 file002 不會。
- 輸出是 ZIP,因此無法直接改硬碟上的檔案。請解壓縮確認無誤後,再刪除原始檔。
常見問題
重新命名需要上傳檔案嗎?
不需要。檔案清單、新名稱與 ZIP 都是在瀏覽器內以 File API 產生,資料不會離開你的電腦。
如果兩個檔案算出同一個名稱怎麼辦?
請加上流水編號。若沒有編號成分,相同輸入會產生相同名稱,解壓縮時可能互相覆蓋。
有檔案大小限制嗎?
實際限制在記憶體。數百份文件沒問題,但一次處理好幾 GB 的影片會讓分頁耗盡記憶體。
本站相關工具
以上步驟全部在這個頁面內完成,批量檔案重新命名 不需要註冊、不上傳檔案、也不經過伺服器,關閉分頁後不會留下任何資料。