Instructions apply to Windows 10.

Batch Rename Files in Windows 10 Using File Explorer

Renaming a file on Windows 10 is simple.

You just right-click and selectRename.

Screenshot of original files in File Explorer

But doing this for a few dozen or a few hundred files gets tedious.

OpenFile Explorerand navigate to the folder that contains all the files you want to rename.

SelectView>Detailsin theLayoutgroup in the ribbon.

Screenshot of Details in File Explorer

This lets you view the entire file name for each file in the folder.

Or you’re free to selectCtrl+Ato select all files as well.

SelectHome>Renamefrom theOrganizegroup in the ribbon.

Screenshot of selecting all files in File Explorer

This will change the first file to a field so you could pop in the new file name.

punch in the file name you’d like to use to rename all the files.

go for the Start menu, pop in Powershell, and selectWindows PowerShellto kick off the app.

Screenshot of renaming the first file when renaming multiple files

Navigate to the directory where your files are stored by using thecdcommand to navigate folders.

Once you’re in the correct directory, punch in the command:

Then pressEnter.

How the parameters for this function work:

TheDir command in PowerShellhas a lot of functionality.

Screenshot of renamed files in File Explorer

The rename-item command in PowerShell has other syntax you’re able to use.

When the command finishes, you’ll notice all your files have been renamed in the manner you specified.

(question mark) wildcard.

Screenshot of opening PowerShell on Windows 10

Launch the command prompt and navigate to the folder where your files are stored.

Screenshot of navigating directories with PowerShell

Screenshot of using PowerShell to rename multiple files

Screenshot of files renamed with PowerShell

Screenshot of navigating to folder in command prompt

Using ren command in command prompt

Renaming files using command prompt