Helping millions of people navigate the world of technology.

3 Easy Ways to Batch Rename Files on Windows 11

Quick Tips
  • File Explorer: Select files > click Rename, and type a new name to rename files quickly.
  • Command Prompt: Use the ren command for batch renaming based on file extensions.
  • PowerShell: Execute a script to rename files with specific patterns.
  • PowerToys: Utilize the PowerRename feature for advanced renaming with more customization options.

1. How to Rename Files in Bulk on Windows 11 Using File Explorer

Step 1: Open File Explorer and navigate to the files and folders you want to rename.

navigate to the files and folders

Step 2: Click on the View tab and select Details.

Click on the View tab

Step 3: Select all the files you want to rename. Then, go to the Home tab and click the Rename button.

Alternatively, you can select the first file, press and hold the shift key, and click the last file to select all files, or simply press Ctrl + A.

select all the files you want to rename

Step 4: Rename the first file and press Enter

Type the name/rename for the first file

That’s it! The selected files will be renamed using the specified structure name, with a count number in parentheses to make each file name different. Ex: telegram group (1).jpg, telegram group (2).jpg, and so on.

2. How to Rename Multiple Files at Once on Windows 11

Method 1: Using Command Prompt

Step 1: Open Windows Search, type Command Prompt, and press Enter. Press Yes on the prompt.

Step 2: In the Command Prompt, type the following command and hit Enter.

Note: In PATH\TO\FILES, copy the file’s location or folder and paste it. Ex: ‘:cd %USERPROFILE%\Documents\files’.

cd c:\PATH\TO\FILES
type the following command ‘cd c:\PATH\TO\FILES

Step 3: Now, type ‘ren *.FILE-EXTENSION ???-FILE-NAME.*’ to rename the files in bulk and press Enter.

The asterisk (*) tells the command to rename everything with a specific extension, while the question mark (?) represents a character of the original name you want to keep as part of the new name. Enter the file extension in ‘FILE-EXTENSION’ and enter rename file in ‘-FILE-NAME’. Ex: *.jpg ???-resetinstagram.*

rename the files in bulk and press Enter

And there you go. All the files you selected will be renamed.

Method 2: Using Powershell

Step 1: Open Windows Search, type PowerShell, and click Run as Administrator.

Press Yes on the prompt.

Step 2: In the PowerShell, type the following command and hit Enter.

Note: In PATH\TO\FILES, copy the file’s or folder location and paste it. Ex: ‘:cd %USERPROFILE%\Documents\files’.

cd PATH\TO\FOLDER
type the following command ‘cd PATH\TO\FOLDER’

Step 3: Now type the following command and press Enter.

ls | %{Rename-Item $_ -NewName ("NEW-FILE-NAME-{0}.EXTENSION" -f $nr++)}
Type the following command ls | %{Rename-Item $_ -NewName ("NEW-FILE-NAME-{0}.EXTENSION" -f $nr++)}

Replace ‘NEW-FILE-NAME’ with the structure name you want to use and add the proper file extension instead of ‘EXTENSION’.

And that’s it. Following the above steps, the selected files will be renamed using the specified format. If you want more customization and options to bulk modify files, there is PowerToys; continue reading.

3. Using Microsoft’s PowerToys to Batch Rename Files in Windows 11

Power Tools offers batch rename files on Windows 11 using PowerRename, which is far more capable than the default tool on Windows 11. 

Step 1: Download PowerToys from GitHub and install it.

Download PowerToys from GitHub

Step 2: Open PowerToys, and under Administrator mode, click Restart PowerToys as administrator.

Open PowerToys, and under Administrator mode

Step 3: The app will restart automatically. Once open, choose PowerRename from the side menu and turn on the toggle to Enable PowerRename if you have not already done so.

Ensure the PowerRename feature is enabled

Step 4: Navigate to the files you want to rename, select them all, right-click, and choose Show more options.

Navigate to the files you want to rename

Step 5: Now, choose PowerRename to open all selected files on the PowerRename interface.

Right-click and choose 'See more options.'

Step 6: Choose the current file names to replace with a new one and click Apply

Example: image_2022 to be replaced by ‘Access BIOS on Windows PC’ 

choose PowerRename to open all selected files

So there you have it. All the file names will be changed in a go. 

All the file names will be changed in a go

Many tools are available for batch renaming files, including Bulk Rename Utility and Advanced Renamer. However, the interfaces of these tools are complex, and they do not offer easy ways to carry out the renaming process.

Therefore, we recommend using the tools mentioned in this article to batch rename files in Windows efficiently.

FAQs About Renaming Files on Windows 11

1. Is there a quick way to rename files in Windows 11?

The quickest way to rename files in Windows 11 is by using File Explorer. Select the files you want to rename > right-click> go to rename > rename the files > click save.

2. What is the shortcut key to renaming a file or folder?

The keyboard shortcut to rename a file in Windows is F2.

All the listed ways to rename files are practical and efficient. You can select the method that is most convenient for you or the easiest for you to complete your task.

Was this helpful?

Thanks for your feedback!

Last updated on 18 August, 2024

Leave a Reply

Your email address will not be published. Required fields are marked *

The article above may contain affiliate links which help support Guiding Tech. The content remains unbiased and authentic and will never affect our editorial integrity.