Whenever you try to connect to a network through your computer or laptop, Windows automatically assigns a name to that network adapter based on whether it is Wi-Fi or Ethernet. However, it may sometime happen that you want to change the name of it. The good news is that you can do that on your Windows OS.
Now, there are some significant ways that you can use to change the Network Adapter name, namely with the help of the Settings app, Control Panel, or Windows PowerShell. You need to keep reading this risewindows article for insights.
How to Change the Name of the Network Adapter on Windows 11 through the Settings app?
Use the following steps to rename the Wi-Fi or Ethernet adapter’s name using the Settings app:-
Step 1: First, open the Settings app.
Step 2: In the left sidebar,
Step 3: Click the
Step 4: Find the “Network adapters” section, and choose the Wi-Fi or Ethernet adapter you want to expand.
Step 5: Look for the
Step 6: Set a new name for your network adapter.
Step 7: Click the
How to Rename Network Adapter on Windows 11 or 10 from Control Panel?
Use the following steps to change the name of a network adapter in Windows 11 or 10 from Control Panel:-
Step 1: First, open Control Panel.
Step 2: Set “View by” to Category and find the
Step 3: Go to
Step 4: In the left navigation pane, find the
Step 5: Select the
Step 6: Type a new name for the adapter and press
How to Rename Network Adapter on Windows 11 or 10 using PowerShell?
Use these steps to change the network adapter’s name on Windows 11 or 10 using PowerShell:-
Step 1: To begin, Open PowerShell with administrative privilege.
Step 2: You can view the adapters present on your computer by typing the following command:-
Get-NetAdapter | Format-List -Property Name
Step 3: Take note of the adapter name.
Step 4: You can rename the Wi-Fi or Ethernet adapter by typing the following command:-
Rename-NetAdapter -Name "OLD-NAME" -NewName "NEW-NAME"
On a side note, you should keep in mind that in the above command, “OLD-NAME” should be replaced with the current name and the “NEW-NAME” with the desired name that you want to assign to your Wi-Fi or Ethernet adapter. You can consider the following command to rename “WiFi Old” to “WiFi”:-
Rename-NetAdapter -Name "WiFi Old" -NewName "WiFi"
How to Change Network Adapter Name in Windows 11 or 10 through Command Prompt?
Use the following steps to rename the network adapter name on Windows 11 or 10 using Command Prompt:-
Step 1: Begin by opening an elevated Command Prompt.
Step 2: Next, view the network adapters by typing the following:-
netsh interface show interface
Step 3: Take note of your desired interface name.
Step 4: Type the following on your keyboard and press
netsh interface set interface name="OLD-NAME" newname="NEW-NAME"
On a side note, you should keep in mind that in the above command, “OLD-NAME” should be replaced with the current name and the “NEW-NAME” with the desired name that you want to assign to your Wi-Fi or Ethernet adapter. You can consider the following command to rename “WiFi” to “WiFi Home”:-
netsh interface set interface name="WiFi" newname="WiFi Home"
That is it.
You guys are amazing; Keep reading, learning, and growing.