How to Rename Windows PC 11

Did you know that you can make your Windows 11 computer even more unique by customizing your PC account name ? In fact, you can change the name of your Windows 11 computer through the System Settings or Properties. You can also rename your PC using Windows PowerShell or Command Prompt if you prefer to work with a command line interface.

Among the advantages of customizing the name of your PC we find that of making it unique, which makes it distinguishable on the network with other devices. If you manage many Windows accounts, giving each a unique name is very useful as it will allow you to distinguish your PC immediately. Your computer can have a name consisting of letters, dashes and numbers. However, it cannot contain spaces or other special characters.

The topics of the post hide ]

  • 13 Methods on How to Rename Your Windows 11 PC
    • 1Use the Settings app to rename your Windows 11 computer
    • 2System Properties To Rename Windows 11 computers
    • 3Use Command Prompt To rename your Windows 11 computer
    • 4Rename your Windows 11 computer with Windows Powershell
    • 5Conclusions

3 Methods on How to Rename Your Windows 11 PC

Use the Settings app to rename your Windows 11 computer

In Windows 11, the Settings app is the best place to start if you want to change the name of your computer. This is the procedure.

Step 1:  To enter the Settings app, press Win + I.

Step 2  : Click the Rename link next to the current PC name in the System tab.

Step 3:  Enter a new name in the Rename your PC window.

Step 4:  Choose Next.

Step 5:  You need to restart your computer for the change to take effect. To restart your computer right away, click Restart Now.

Note:  If you want to save your work first, click Restart Later.

System Properties To Rename Windows 11 computers

Using the System Properties window, your Windows 11 computer can also be quickly renamed. Here’s how you approach it.

Step 1:  Open the Run dialog box by pressing Win + R.

Step 2:  In the Open area, type  sysdm.cpl  and hit Enter. As a result, the System Properties window will open.

Step 3:  Click the Change button on the Computer Name tab.

Step 4:  Enter a new name for your PC in the Computer Name area.

Step 5:  Select OK.

Step 6:  To apply the name change, restart your computer.

Use Command Prompt to rename your Windows 11 computer

If you prefer to use the terminal, here’s how to rename your pc using the command prompt.

Step 1: Right-click on the Start icon or press Win + X on your keyboard.

Step 2:  From the selection, choose Terminal ( Admin ).

Step 3:  When the User Account Control (UAC) prompt appears, click Yes.

Step 4:  Enter the incoming command to change your computer name:

wmic computersystem where name=”%computername%” call rename name=”NewName”

Step 5: Enter the name you want to give your computer should be replaced by NewName in the above mentioned command.

Step 6:  After running the above command, restart your computer to see the new name.

Rename your Windows 11 computer with Windows Powershell

You can rename your Windows 11 PC using Windows PowerShell, just like with the command prompt.

Step 1 : To bring up the search menu, press Win + S. Windows PowerShell is typed.

Step 2:    Select Run as administrator.

Step 3:  When the User Account Control (UAC) prompt appears, click Yes.

Step 4:  Type the following command:

Rename-Computer -NewName “Newname”

Step 5: Assign the name you want to give your machine should be replaced by NewName in the above mentioned command.

Step 6:  To activate the change and restart your computer, enter the following command:

Restart-Computer

Conclusions

Most Windows 11 computers have generic names, and few people personalize their PC. Thankfully, Windows 11 offers several alternatives for changing the computer name, all of which are easily accomplished without too much effort.

 

by Abdullah Sam
I’m a teacher, researcher and writer. I write about study subjects to improve the learning of college and university students. I write top Quality study notes Mostly, Tech, Games, Education, And Solutions/Tips and Tricks. I am a person who helps students to acquire knowledge, competence or virtue.

Leave a Comment