How to Rename Your Windows 11 Computer

Want to give your Windows 11 computer a new name that feels more personal? Maybe you want it to be easier to recognize on your home network. This simple guide will show you easy ways to rename your PC.

Why Rename Your Computer?

Changing your computer’s name can help you:

  • Personalize your device
  • Find your PC easily on a home or work network
  • Keep things organized if you have multiple computers

Method 1: Rename Your Computer Using Settings

Follow these steps to rename your PC through Windows Settings:

  1. Click the Start menu (Windows icon at the bottom-left) and select Settings.

    Or, press the keyboard shortcut Windows key + I to open Settings directly.
  2. In the Settings window, look at the top of the Home section — you will see your current computer name.
  3. Click the Rename this PC button or link below the name.
  4. A small window will pop up. Type your new computer name here. You can use letters, numbers, and hyphens (but no spaces or special characters).
  5. Click Next, then choose to Restart now or later. Your PC will restart to apply the new name.
Rename Windows 11 computer
Type computer new name

Method 2: Rename Using System Properties

You can also rename your PC through System Properties like this:

  1. Press Windows key + R on your keyboard to open the Run box.
  2. Type sysdm.cpl and press Enter. This opens the System Properties window.
  3. Click the Computer Name tab if it’s not already selected.
  4. Click the Change… button.
  5. In the new window, enter your desired computer name in the Computer name box.
  6. Click OK, then close all windows.
  7. Restart your computer to save the changes.
System Properties Window
Change computer name button
Type new computer name

Method 3: Rename Using Command Prompt

If you like using commands, here’s how to rename your PC with Command Prompt:

  1. Click the Start button, type Command Prompt.
  2. Right-click on Command Prompt in the search results and choose Run as administrator.
  3. Type the following command (replace Old_Name with your current PC name and New_Name with the new name you want):
wmic computersystem where name="Old_Name" call rename name="New_Name"

For example, if your old name is DESKTOP123 and you want to rename it to MyPC, type:

wmic computersystem where name="DESKTOP123" call rename name="MyPC"

Press Enter. If it works, you’ll see a message saying the rename was successful.

Restart your computer to apply the new name.

Command Prompt as Administrator

Method 4: Rename Using PowerShell

PowerShell is another way to rename your Windows 11 PC:

  1. Click the Start button, type PowerShell.
  2. Right-click Windows PowerShell and select Run as administrator.
  3. Type this command, replacing NewName with the name you want:
Rename-Computer -NewName "NewName"

For example:

Rename-Computer -NewName "MyNewPC"

Press Enter, then restart your computer for the change to take effect.

PowerShell as Administrator

Summary

  • Renaming your Windows 11 PC makes it easier to identify and adds a personal touch.
  • You can rename your computer using Settings, System Properties, Command Prompt, or PowerShell.
  • All methods are simple, and you just need to restart your PC to see the new name.
  • Pick whichever method you find easiest!

Enjoy your newly named computer!

Categories:

Tags:

You May Also Like

Leave a Reply

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

Explore Topics

Exit mobile version