HomeWindowsHow to Batch Rename Multiple Files in Windows 10

How to Batch Rename Multiple Files in Windows 10

Author

Updated On

Reading Time

Renaming a file is an easy task. But, imagine the time you need to spend when renaming a lot of files on your computer. Doing it one at a time for multiple files can mean hours of the tedious work.

Now, you can rename multiple files in your Windows 10. Check out the options below.

Renaming Multiple Files in Windows 10

Method #1 – Use the File Explorer

Batch-rename-multiple-files-using-Windows-10-File-Explorer

To rename multiple files using the File Explorer, you will need to put all of your files in one folder.

  • Open the folder containing all the files that you want to rename.
  • Click a file and hold Shift. Drag the cursor up to the last file that you want to rename. This will select all the files.
  • Right-click on the files and select Rename.
  • Type the new name and press Enter.
  • Now, it will rename all the files automatically.

Method #2 – Rename Multiple Files Using the PowerShell

batch-rename-multiple-files-powershell

Another way to batch rename files is to use the Windows PowerShell. It is a bit complicated for beginners but some users prefer using the app.

  • Open your Cortana Search and look for Windows PowerShell.
  • Type cd followed by the path location of your files.
  • To rename your files, type the following command: dir | rename-item -NewName {$_.name -replace “A”,”B”}. A is the old name and replaced by the new name B.

Method #3 – Using the Command Prompt

Batch-Rename-Multiple-Files-in-Windows-10-using-Command-Prompt

You may be familiar with the Command Prompt instead of the Windows PowerShell. To rename batch files using the Command Prompt, follow the steps below.

  • Using your Cortana Search, open the Command Prompt.
  • Type the following command to rename your files: ren . A-B*. The *.* means to select all the files. A is the old name and replaced by the new name B. Add a * to retain the file extension.
  • You can also change the extension of the file using the following command: rename *.jpg *.png. jpg is the old extension file replaced to png.

Which method above works for you best? Let us know in the comments below.

READ MORE ON:

Windows Dispatch is a website supported by its readers & community. Some pages may contain affiliate links which may allow us to earn a little money when you buy through them.

Eddie Mendoza Jr
Eddie Mendoza Jr
Eddie has a degree in Information Technology with a natural inclination towards troubleshooting devices. With more than 10 years of blogging experience in different niches, he has found it most satisfying when writing easy-to-follow guides and simplified articles related to computers, smart TVs, mobile devices and Internet-based services.

Further Readings

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Recent Articles

Trending