Your cart is currently empty!
3 Ways To Change Computer Name In Windows 10 (Local)
Changing your computer name in Windows 10 is a simple task, but many people don’t realize there’s more than one way to do it. Whether you’re organizing a home network or just tired of the default name, here are three easy ways to change your computer name locally—no third-party tools, no domain admin rights needed.
1. Change It Through System Settings
This is the most user-friendly option.
Steps:
- Press
Windows + I
to open Settings. - Go to System > About.
- Scroll down and click Rename this PC.
- Type the new name you want.
- Click Next, then Restart Now to apply the changes.
✅ Best for casual users and quick renames.
2. Use the Control Panel
The classic method. Still works—and some users prefer it.
Steps:
- Press
Windows + R
, typesysdm.cpl
, and press Enter. - Under the Computer Name tab, click Change.
- Enter your new computer name.
- Hit OK, then Restart when prompted.
✅ Good for those used to older Windows versions.
3. Rename via Command Prompt
If you like command-line tools, this one’s for you.
Steps:
- Press
Windows + X
, then choose Command Prompt (Admin) or Windows PowerShell (Admin). - Run the following command:
WMIC computersystem where name="%computername%" call rename name="NewPCName"
ReplaceNewPCName
with whatever you want to call your computer. - Restart your PC to finalize the change.
✅ Ideal for scripting or remote support.
Final Tip
Keep your computer name simple—no special characters or spaces. Stick to letters, numbers, and hyphens. Something like Home-PC
, WorkLaptop
, or GamingRig
will keep things tidy and compatible across networks.
Need help with other Windows 10 tweaks? Drop a comment below.