System Find Computer Name of Windows 11 Device

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:

Display_banner.webp

This tutorial will show you different ways on how to find the current computer name of your Windows 11 device.

The computer name makes it easier to identify your device. For example, if you use multiple computers with your Microsoft account devices.

PCs on a network need unique names so they can identify and communicate with each other. If two PCs have the same name on the same network, it creates a conflict for network communications. Most PCs come with default names, but you can change the computer name.

Reference:



Contents





Option One

Find Computer Name in Settings


1 Open Settings.

2 Click/tap on System on the left side, and click/tap on About on the right side. (see screenshot below)


Computer_name_Settings-1.webp

3 Under Device specifications, you will see the Device name (ex: "BrinkW11") of this PC. (see screenshot below)

Computer_name_Settings-2.webp




Option Two

Find Computer Name in System Properties


1 Open System Properties (sysdm.cpl).

2 In the Computer Name tab, you will see the Full computer name (ex: "BrinkW11") of this PC. (see screenshot below)

Computer_name_Control_Panel.webp





Option Three

Find Computer Name in System Information


1 Open System Information (msinfo32.exe).

2 Select System Summary in the left pane. (see screenshot below)

3 In the right pane, you will see the System Name (ex: "BrinkW11") of this PC.

Computer_name_System_Information.webp





Option Four

Find Computer Name in Registry Editor


1 Open Registry Editor (regedit.exe).

2 Navigate to the key below in the left pane of Registry Editor. (see screenshot below)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName

3 In the right pane of the ActiveComputerName key, look at the "Data" value (ex: "BrinkW11") of the ComputerName string value (REG_SZ) for the computer name of this PC.

Computer_name_regedit.webp





Option Five

Find Computer Name using Hostname Command


1 Open an elevated Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Type the command below into Terminal, and press Enter to output the computer name (ex: "BrinkW11") of this PC. (see screenshot below)

hostname

hostname_command.webp





Option Six

Find Computer Name using MachineName Command


1 Open an elevated Windows Terminal, and select Windows PowerShell.

2 Type the command below into Terminal, and press Enter to output the computer name (ex: "BrinkW11") of this PC. (see screenshot below)

[System.Environment]::MachineName

MachineName_command.webp



That's it,
Shawn Brink


 
Last edited:

Latest Support Threads

Back
Top Bottom