How to Rename Folders in Windows 11
Renaming folders in Windows 11 changes the labels of your directories in File Explorer or on your desktop so you can find your files faster. You can update any folder name in just two clicks or by pressing the F2 key on your keyboard.
Windows 11 restricts certain special characters in folder names, including the slash (/), backslash (\), colon (:), and question mark (?).
Select the folder, press F2, and type the new name. Alternatively, click the folder name slowly twice, or right-click and select Rename. You can also use the Rename button on the File Explorer command bar.
1Rename Using Keyboard Shortcut
You can rename folders in Windows 11 instantly by pressing the F2 key on your keyboard. Select the folder you want to change inside File Explorer , press F2, type your new name, and press Enter to save it. This shortcut is the fastest way to update folder names without digging through menus or using your mouse.
You’ll need: File Explorer open on your computer.
- Find the folder you want to rename.
- Click the folder once to select it.
- Press the
F2key on your keyboard. - Type the new name for the folder.
- Press
Enter.

2Rename With a Single Click
You can rename folders in Windows 11 using a slow double-click with your mouse inside File Explorer . Click once to select the folder, pause for a second, and click the name a second time to make the text editable. Type your new folder name and press Enter to finish the process.
You'll need: File Explorer open on your computer.
- Click the folder you want to rename once to select it.
- Click the folder name text once more (slowly). The name becomes editable.
- Type the new name.
- Press
Enter.

3Rename Using File Explorer Command Bar
Why use this method? The command bar shows you a clear Rename button.
You'll need: File Explorer open on your computer.
- Select the folder you want to rename.
- Click the Rename button on the top command bar.
- Type the new folder name.
- Press
Enter.

4Rename Using Right-Click Menu
You can rename folders in Windows 11 using the right-click context menu in File Explorer. Right-click the folder you want to change, select the Rename option from the menu, type your new folder name, and press Enter. This traditional mouse method is reliable and easy to remember.
- Open File Explorer.
- Right-click on the folder you want to rename.
- Click Rename from the menu.
- Type the new name.
- Press
Enter.
If a smaller menu appears, click Show more options to see the full list, including 'Rename.' You can also hold down the SHIFT key while right-clicking to bring up the complete menu immediately.

5Rename Using PowerShell (for advanced users)
You can rename folders in Windows 11 using PowerShell when you want to change multiple folder names at once or automate file management tasks. Open Windows Terminal with administrator privileges, run the Rename-Item command with your old and new folder paths, and let PowerShell update the names for you.
What happens: You type a command. PowerShell renames the folder for you.
⚠️ Admin privileges required
- Open Windows Terminal and select the PowerShell tab.
- Type the following command. Replace the text in quotes with your folder's full path and the new name you want.
Rename-Item -Path "FullPathToFolder" -NewName "NewFolderName" -Force
Example:
Rename folders in Windows 11 using Command Prompt. After opening Command Prompt, use the `ren` command, stating the folder current location and the new name. This Command Prompt method offers precise control over folder renaming operations.
What happens: You type a command. Command Prompt renames the folder for you.
⚠️ Admin privileges required
- Open Windows Terminal with the Command Prompt tab.
- Type the command below. Replace the folder path and new name with yours.
ren "FullPathToMyFolder" "NewFolderName"
Example:
ren "C:\Users\UserName\Downloads\MyFolder" "FolderNewName"
Summary
You can rename folders in Windows 11 using several different methods depending on what feels most natural to you. Whether you prefer pressing the F2 keyboard shortcut, using a slow mouse click, right-clicking for the menu, or running batch commands in PowerShell, keeping your files organized is quick and simple.- Renaming folders helps keep your files organized and easy to find.
- You can rename folders by pressing
F2, clicking twice slowly, using the command bar, or using the right-click menu. - Advanced users can rename folders using PowerShell or Command Prompt. Both require admin privileges.
- Remember not to use these characters in folder names:
/:*?"<>| - Organizing folders well makes your computer easier to use and keeps things tidy.
- Now you know several easy ways to rename your folders in Windows 11!
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!