Skip to content
Home » How to simultaneously rename several files on Windows 10 ?

How to simultaneously rename several files on Windows 10 ?

A single file can be renamed easily on Windows 10, but it becomes more complicated when you need to rename or change the extension of several files in the same folder.

Even though you may use third-party tools (like Microsoft PowerToys to ensure speed), Windows 10 offers multiple options to change the names of files through File Explorer or PowerShell. In this guide, we will guide you How to simultaneously rename several files on Windows 10, including their extension, without using a third-party tool.

How to simultaneously rename several files on Windows 10 Using Windows File Explorer ?

In Windows 10, File Explorer provides the fastest way to rename one or more files.

First Way using file explorer to simultaneously rename several files on Windows 10

  • Open a folder with the files you wish to rename once you have File Explorer.
How to simultaneously rename several files on Windows 10 ?
  • You can choose them by clicking an empty field right from the file and dragging the pointer over the file you wish to select the fastest way to rename your files.
  • They would be highlighted in blue if they were chosen correctly.
  • After the files have been selected, right click and rename any file.
How to simultaneously rename several files on Windows 10 ?
  • Give a new name to your file and the new name applies to all the files when you press Enter.
How to simultaneously rename several files on Windows 10 ?

Second way using file explorer to simultaneously rename several files on Windows 10

  • Go to the folder with the files you wish to rename without leaving File Explorer.
How to simultaneously rename several files on Windows 10 ?
  • To see the details, click on the tab View.
How to simultaneously rename several files on Windows 10 ?
How to simultaneously rename several files on Windows 10 ?
  • Then the Select All option will show. (You can also select all files with the Ctrl+A keyboard shortcut. You can also try using the Ctrl Button, then click on the files, if you need to rename various files, but not every one.)
How to simultaneously rename several files on Windows 10 ?
How to batch rename several files on Windows 10
  • Near the upper right side of File Explorer, click on the tab Home,
How to simultaneously rename several files on Windows 10 ?
How to batch rename several files on Windows 10

  • Clicking on the Enter key will have the same name once you have finished. The last option is to click the Home tab, then the Rename option.
How to simultaneously rename several files on Windows 10 ?
How to batch rename several files on Windows 10

Rename files using the Command Prompt

  • Locate the folder containing the files that you wish to rename.
  • While pressing Shift, right-click anywhere in that folder and select Open command prompt here.
    • If command prompt option is not visible then taskbar search write cmd it will show cmd program open it. Copy path of folder from file explorer address bar.
How to simultaneously rename several files on Windows 10 ?
How to batch rename several files on Windows 10
  • In command prompt write cd <path>
How to simultaneously rename several files on Windows 10 ?
  • When the Command Prompt window appears, type the ren command, followed by the current file type and the file type to be converted.
  • `While Command Prompt provides greater flexibility than the standard method, it is not the most advanced choice.
    • This is the most convenient tool if you wish to alter numerous file extensions simultaneously. Therefore, if you want to swiftly convert text files to HTML files utilise the Command Prompt.
How to simultaneously rename several files on Windows 10 ?
  • That's it; after running this command on the Command Prompt, all of your selected files will be converted to the new format.
How to simultaneously rename several files on Windows 10 ?
How to batch rename several files on Windows 10

Rename files using the PowerShell

  • Open PowerShell by typing powershell in the Search box.
  • Press Enter after entering the command 'cd' and the path to the folder containing the files you wish to rename.
  • Always keep the files you wish to rename in a separate folder to avoid accidentally renaming other files.
  • Now, you may modify the renaming of your files by adding numerous instructions.
    • We'll use a command that replaces "1" with blank "New",
    • There are additional commands available here.
    • In our situation, we'll input the following command:
      • Dir | Rename-Item –NewName { $_.name –replace “ 1“,”New” }
How to simultaneously rename several files on Windows 10 ?
How to batch rename several files on Windows 10

This feature provides the most possibilities, but it is time consuming and hard for novices, which is why we anticipate that the majority of customers will bypass this solution. If you have some spare time and wish to learn more about this programme, you can experiment with various options and commands.

Read More | The best way to log out of Facebook across all of your devices.

Leave a Reply

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