How to rename network adapter on Windows 11

On Windows 11, you can use the Settings app to change the name of any network adapter, and here's how.

Windows 11 change Ethernet or WiFi name
Windows 11 change Ethernet or WiFi name

Windows 11 lets you change the name of a Wi-Fi or Ethernet network adapter from within the Settings app without the need to use Control Panel. Although Windows 11 can automatically assign a name to a network adapter based on the type (Wi-Fi or Ethernet), you may sometimes need to change the name manually to specify something different.

In previous versions of the OS, if you needed to change the adapter’s name, you had to use Control Panel, but now the functionality is built inside the Settings app.

This guide will teach you the steps to rename a network adapter from the Settings app on Windows 11 as well as from Control Panel and PowerShell.

Rename network on Windows 11

To change the Wi-Fi or Ethernet adapter’s name with the Settings app, use these steps:

  1. Open Settings on Windows 11.

  2. Click on Network & internet.

  3. Click the Advanced network settings tab.

    Advanced network settings

  4. Under the “Network adapters” section, click the Wi-Fi or Ethernet adapter to rename.

  5. Click the Rename button.

    Rename network adapter

  6. Specify a new name – for example, Ethernet 10Gb or Wi-Fi6E Card.

    Windows 11 change name Ethernet adapter

  7. Click the Save button.

Once you complete the steps, the network adapter will reflect the new name you specified on Windows 11.

Rename network from Control Panel on Windows 11

To rename a network adapter from Control Panel, use these steps:

  1. Open Start.

  2. Search for Control Panel and click the top result to open the app.

  3. Click on Network and Internet.

  4. Click on Network and Sharing Center.

  5. Click on Change adapter settings from the left navigation pane.

    Change adapter settings

  6. Right-click the Wi-Fi or Ethernet adapter and select the Rename option.

    Control Panel rename network adapter

  7. Specify a new name – for example, Ethernet 10Gb or Wi-Fi6E Card.

After you complete the steps, the network adapter will apply the new name on Windows 11.

Rename network from PowerShell on Windows 11

To change the network adapter name with PowerShell command, use these steps:

  1. Open Start.

  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.

  3. Type the following command to view all the network adapters on your computer and press Enter:

    Get-NetAdapter | Format-List -Property Name
  4. Type the following command to rename the Wi-Fi or Ethernet adapter and press Enter:

    Rename-NetAdapter -Name "OLD-NAME" -NewName "NAME-NAME"

    In the command, change OLD-NAME for the current adapter’s name and NEW-NAME for the new name you want to assign. This example changes the name from Ethernet0 to Ethernet 10Gb:

    Rename-NetAdapter -Name "Ethernet0" -NewName "Ethernet 10Gb"

    PowerShell rename network adapter

Once you complete the steps, the PowerShell command will change the name of the wired or wireless network adapter you specified.

About the author

Mauro Huculak is a Windows How-To Expert who started Pureinfotech in 2010 as an independent online publication. He has also been a Windows Central contributor for nearly a decade. Mauro has over 14 years of experience writing comprehensive guides and creating professional videos about Windows and software, including Android and Linux. Before becoming a technology writer, he was an IT administrator for seven years. In total, Mauro has over 20 years of combined experience in technology. Throughout his career, he achieved different professional certifications from Microsoft (MSCA), Cisco (CCNP), VMware (VCP), and CompTIA (A+ and Network+), and he has been recognized as a Microsoft MVP for many years. You can follow him on X (Twitter), YouTube, LinkedIn and About.me. Email him at [email protected].