Skip to content
Follow
Windows

How to Rename Folders in Windows 11

Richard
Written by
Richard
Feb 4, 2026 Updated Jul 13, 2026 4 min read
How to Rename Folders in Windows 11
How to Rename Folders in Windows 11

Renaming folders in Windows 11 helps you keep your files organized and easy to find.

A folder name acts like a label, and changing it lets you update that label whenever you need to. This simple change makes it much faster to locate specific documents on your PC.

For instance, you might rename “Project Docs” to “Q3 Project Files” to be more specific.

You can rename folders using just your mouse or keyboard. Just remember, Windows doesn’t allow certain characters in folder names, like \ / : * ? ” < > |.

⚡ Quick Answer

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 quickly rename folders in Windows 11 by using the F2 keyboard shortcut. Select the folder you want to rename, press the F2 key, type in the new name, and then press Enter. It’s a fast, efficient way to keep files organized without reaching for your mouse.

You’ll need: File Explorer open on your computer.

  1. Find the folder you want to rename.
  2. Click the folder once to select it.
  3. Press the F2 key on your keyboard.
  4. Type the new name for the folder.
  5. Press Enter.
Rename folder in Windows 11
Rename folder in Windows 11

2Rename With a Single Click

Renaming folders in Windows 11 using your mouse is a good option with a slow double-click. After selecting the folder, click its name again slowly to make the text editable. You can then type the new name and press Enter to save your changes. This method works well for renaming individual folders.

You’ll need: File Explorer open on your computer.

  1. Click the folder you want to rename once to select it.
  2. Click the folder name text once more (slowly). The name becomes editable.
  3. Type the new name.
  4. Press Enter.
Rename folder in File Explorer with single click
Rename folder in File Explorer with single click

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.

  1. Select the folder you want to rename.
  2. Click the Rename button on the top command bar.
  3. Type the new folder name.
  4. Press Enter.
Rename folder using the rename button
Rename folder using the rename button

4Rename Using Right-Click Menu

You can rename folders in Windows 11 using the right-click menu. Right-click on the folder you want to rename, select ‘Rename’ from the options that appear, type in the new name, and press Enter. This method uses common mouse actions to change a folder’s name.

  1. Open File Explorer.
  2. Right-click on the folder you want to rename.
  3. Click Rename from the menu.
  4. Type the new name.
  5. Press Enter.
💡Tip
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.
Right-click context menu to rename folder
Right-click context menu to rename folder

5Rename Using PowerShell (for advanced users)

For users comfortable with command-line tools, PowerShell offers a quick way to rename folders in Windows 11, and it’s especially useful for changing many folder names at once. You open PowerShell and type a specific command that tells it the folder’s current name and the new name you want. This method provides powerful control for efficient file management.

What happens: You type a command. PowerShell renames the folder for you.

⚠️ Admin privileges required

  1. Open Windows Terminal and select the PowerShell tab.
  2. Type the following command. Replace the text in quotes with your folder’s full path and the new name you want.
💻Code
Rename-Item -Path "FullPathToFolder" -NewName "NewFolderName" -Force

Example:

You can rename folders in Windows 11 using Command Prompt. After opening Command Prompt, you use the `ren` command, stating the folder’s 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

  1. Open Windows Terminal with the Command Prompt tab.
  2. Type the command below. Replace the folder path and new name with yours.
💻Code
ren "FullPathToMyFolder" "NewFolderName"

Example:

💻Code
ren "C:\Users\UserName\Downloads\MyFolder" "FolderNewName"

Summary

Keeping your files organized and easy to find in Windows 11 is much simpler when you rename your folders. You can use simple methods like the F2 key, a slow double-click, or the right-click menu for renaming individual folders. For batch renaming or more control, users comfortable with command-line tools can utilize PowerShell or Command Prompt.
  • 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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Use Favorites in Windows 11 File Explorer
Windows How to Use Favorites in Windows 11 File Explorer
How to Display Full Path in Windows 11 File Explorer
Windows How to Display Full Path in Windows 11 File Explorer
How to Change File Explorer Layout in Windows 11
Windows How to Change File Explorer Layout in Windows 11
How to Change Folder Layout View in Windows 11 File Explorer
Windows How to Change Folder Layout View in Windows 11 File Explorer

No comments yet — be the first to share your thoughts!

Leave a Comment

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