Every time you try and troubleshoot network settings, you know that Windows automatically gives network adapters generic names that can be very confusing. Fortunately, it’s an easy task to rename these adapters in Windows 10 and 11.
And if you want to rename network adapters fast, here’s a guide to do it with several quick and simple methods.
What can I do to change Network Adapter name in Windows 10?
If you’re on Windows 10, follow these steps to rename your network adapter:
- Open Settings
- Click the Windows icon in your toolbar and press Settings.
Navigate to Network Settings - Click Change adapter options in Network and Internet.
Rename the Adapter - 1. Right click your network adapter, 2. pick Rename, 3. type in a new name, 4. and click OK.
Windows 11 can change Network Adapter Name
The steps differ slightly in Windows 11:
- Open Settings
- Click on the Start menu, right click on it and select Settings.
Check Network Settings -> Advance Network Settings - Go to left sidebar, select Network & Internet and click Advanced network settings.
Rename the Adapter - It finds Rename this adapter, and you type in your new desired name, before hitting Save.
Other methods of renaming Network Adapters (this works both on Windows 10 and Windows 11)
If you happen to have other methods that you’d like to use to rename your network adapter in Windows 10 or 11, I have three more ways that you can do so.
Method 1: From the Control Panel
- Open Control Panel
- Type Search for Control Panel in the Windows search bar and open.
Navigate to Network Settings - Change adapter settings → Go to Network and Sharing Center.
Rename the Adapter - Go to the control panel > Device Manager right click on the network adapter you want to change the name and select Rename and type in the name you want to change the name to.
Method 2: Using PowerShell
This is a super quick method if you are comfortable with PowerShell.
- Launch Open PowerShell window as Administrator
- Click on the Start menu, right click and select Windows PowerShell (Admin).
View Current Adapters - We can see the list of adapters by typing Get-NetAdapter | Format-List -Property Name and press Enter.
Rename the Adapter - Use the command:
NETIOgStartRenaming “OLD-NAME” “NEW-NAME”
Make OLD-NAME the current adapter name and NEW NAME the name you actually want.
Close PowerShell - You can close PowerShell after renaming.
Method 3: Using Command Prompt
- For a similar approach using Command Prompt:
- Go to Start -> Run, type ‘cmd’ and hit ‘Enter’ -> type ‘cmd’ again
- Click on Search for Command Prompt, choose Run as administrator.
View Current Adapters - Netsh interface show interface And press Enter.
Rename the Adapter - Enter the command:
interface set interface name=”OLD-NAME” newname=”NEW-NAME”
For you to replace OLD NAME with the current name and NEW NAME with your chosen name.
Final Thoughts
If you have a Windows 10 or 11 desktop or laptop, renaming your network adapters simplifies identification of Wi-Fi and Ethernet connections, which becomes especially so if you have multiple networks. Change the structure and try one of these methods and you’ll find things a bit more organized.