How to Change Computer Name on Windows 10

Photo of author

By Victor Ashiedu

Published

In this Itechguide, Victor teaches you how to change computer name on Windows 10. The guide covers steps for 4 methods to rename a Windows 10 PC.

Option 1: Change Computer Name From Windows 10 Settings

This is the new way you can change computer name in Windows 10. Here are the steps:

  • Logon to the computer. Then right-click start menu. Then click System.
How to Change Computer Name on Windows 10 from Windows 10 Settings
  • On the About settings, scroll down and and click Rename this PC.
How to Change Computer Name on Windows 10 from Windows 10 Settings
  • At Rename your PC, Current PC Name:..field, type the new name for your computer. Then click Next.
  • To change computer name for your Windows 10 PC, click Restart now.

Option 2: How to Change Computer Name From System Settings

If you ever renamed a Windows 7 PC, this was the common way to do it then – from System Settings or Computer Properties. Here are the steps to rename your PC with this method:

  • Right-click Start Menu. Then click File Explorer.
How to Change Computer Name on Windows 10 from System Settings
  • From File Explorer, right-click This PC. Then select Properties.
How to Change Computer Name on Windows 10 from System Settings
You can also get to System Settings from Control Panel > System and Security > System.
  • When View basic information about your computer opens, locate Computer name. Beside it, click Change settings.
  • When System Properties opens, click Change – see the image below.
  • Then, on the Computer Name/Domain Changes screen, enter a new name in the Computer Name field. When you finish, click OK. At the You must restart your computer to apply these changes prompt, click OK.
  • When you are returned to System Properties, click Close. Then click Restart now.

Option 3: Change Computer Name with PowerShell

You can also rename a Windows 10 PC with PowerShell. Here are the steps:

  • Type PowerShell in the search bar. Then Right-click Windows PowerShell and click Run as administrator.
How to Change Computer Name on Windows 10 with PowerShell
  • At the User Account Control prompt, click Yes.
  • At Powerhell prompt, type this sample command. Then press enter.
Rename-Computer -NewName "Win10PCInsider" -Restart

To use this command, change “Win10PCInsider” to the actual new name for your computer. When you press enter. The computer will be renamed and restarted.

How to Change Computer Name on Windows 10 with PowerShell

You can also rename a remote computer with this sample PowerShell command:

Rename-Computer -ComputerName  "Current_PC_Name" -NewName "New_PC_Name" -DomainCredential DomainName\AdminUserName -Restart

Option 4: Change Computer Name with Command Line

The last method in this guide is to demo how to change computer name of a Windows 10 PC with command line. Here are the steps:

  • Type Command Prompt in the search bar. Then Right-click Command Prompt and click Run as administrator.
How to Change Computer Name on Windows 10 with Command Line
  • At the User Account Control pop up, click OK
How to Change Computer Name on Windows 10 with Command Line
  • At command prompt, type the command below. Then press enter.
WMIC computersystem where caption='current_computer_name' rename new_computer_name 

replace 'current_computer_name' and new_computer_name

For my demo, I used this actual command below:

WMIC computersystem where caption='Win10PCInsider' rename Win10Insider
  • Wait for the command to return “method execution successful”. Then type the command below this image to restart the PC.
Rename a Windows 10 PC with Command Line
Shutdown /r
  • You will receive a shutdown notification. Click Close then wait for the PC to restart.
Rename a Windows 10 PC with Command Line

Conclusion

Whatever your reason for renaming your Windows 10 PC, I am confident that one of the 4 methods worked for you. by responding to the “Was this page helpful?” question below.

Finally, for more Windows 10 Itechguides, visit our Windows 10 How-To page.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

Leave a comment

Send this to a friend