How to Rename Your Windows 11 Computer

If you just got a new Windows computer, you might want to give it a personal name. This guide shows you the easiest ways to rename your Windows 11 computer.

Why Rename Your Computer?

Giving your computer a custom name makes it feel more personal. It also helps you identify your device if you have multiple computers on your network.

Method 1: Rename Using Settings

This is the easiest way to rename your computer.

  1. Open the Windows Settings app. Click the Start menu and select Settings. Or press Windows key + I on your keyboard to open Settings app.
  2. Look for your computer name in the Home section.
  3. Click the “Rename” link.
Rename Windows 11 computer

  1. Type the new name you want for your computer. You can use letters, numbers, and hyphens.
Type computer new name

  1. Click Next to save your change.
  2. Restart your computer to apply the new name.

Method 2: Rename Using System Properties

This method gives you access to more computer settings.

  1. [ADMIN REQUIRED] Press Windows key + R on your keyboard.
  2. Type the following command:

sysdm.cpl

Windows 11 settings to change computer name

  1. Press Enter. The System Properties window will open.
  2. Click the Change button below the computer name.
Renaming a Windows 11 computer name in settings

  1. A new window will appear. Type your new computer name in the Computer name field.
Windows 11 computer name change dialog box

  1. Click OK to save.
  2. Restart your computer to apply the new name.

Method 3: Rename Using Command Prompt

The Command Prompt is a text-based tool for advanced tasks.

  1. [ADMIN REQUIRED] Search for “Command Prompt” using the search bar.
  2. Right-click Command Prompt and select Run as administrator.
Windows 11 command prompt for administrator access

  1. Type the following command:
wmic computersystem where name="Old_Name" call rename name="New_Name"
  1. Replace Old_Name with your current computer name.
  2. Replace New_Name with the name you want.
  3. Press Enter.

When successful, you will see this message:

Executing (\\192.168.1.100\ROOT\CIMV2:Win32_ComputerSystem.Name="GENERICPC")->rename()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ReturnValue = 0;
};
  1. Restart your computer to apply the new name.

Method 4: Rename Using PowerShell

PowerShell is another tool for managing Windows computers.

  1. [ADMIN REQUIRED] Search for “PowerShell” using the search bar.
  2. Right-click PowerShell and select Run as administrator.
Windows 11 PowerShell running as administrator

  1. Type the following command:
Rename-Computer -NewName "NewComputerName"
  1. Replace “NewComputerName” with the name you want.
  2. Press Enter.
  3. Restart your computer to apply the new name.

Summary

Renaming your Windows 11 computer is a simple way to personalize your device. You have four easy methods to choose from:

  • Settings – The quickest and easiest method
  • System Properties – Access more computer settings at the same time
  • Command Prompt – For users comfortable with text commands
  • PowerShell – Another command-line option for advanced users

No matter which method you choose, remember to restart your computer after making the change. This ensures your new name takes effect properly. Personalizing your computer name makes your device feel more like your own and makes it easier to find on a network with multiple computers.

Categories:

Tags:

3 responses to “How to Rename Your Windows 11 Computer”

  1. […] a Settings app that allows users to configure many settings. From connecting a Bluetooth device to renaming a computer to creating user accounts, the Windows Settings app lets you do them […]

  2. […] If you want to learn how to change your computer name, read this post. […]

  3. […] Windows 11 has a Settings app that lets you configure many settings for your device. For example, you can change the time zone, add and remove devices, and rename your computer. […]

Leave a Reply to How to Find Printer Details on Windows 11 | Geek Rewind Cancel reply

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