This tutorial will show you how to restart a network adapter in Windows 11.
A network adapter (aka: Network Interface Controller (NIC) ) is a computer hardware component that connects a computer to the Internet or local area network.
When you restart a network adapter, it will disable and then re-enable the network adapter.
Restarting a network adapter may help fix network connection issues without resetting your network adapters.
References:
Fix Ethernet connection problems in Windows - Microsoft Support
Learn about different things you can try to fix Ethernet network connection problems in Windows
Fix Wi-Fi connection issues in Windows - Microsoft Support
Learn about different things you can try to fix network connection problems in Windows.
Contents
- Option One: Restart Wi-Fi Network Adapter by Turning Off and On
- Option Two: Restart Wi-Fi or Ethernet Network Adapter by Disable and Enable
- Option Three: Restart Wi-Fi or Ethernet Network Adapter using PowerShell Command
1 Use an available option below to turn your Wi-Fi off and back on:
Turn On or Off Wi-Fi in Windows 11
This tutorial will show you how to only turn on or off Wi-Fi communication for your Windows 11 PC. Wi-Fi is a wireless local area network (WLAN) technology and standard that uses high-frequency radio waves to provide wireless Internet and network connections to your device. Windows 11 supports...
www.elevenforum.com
You must be signed in as an administrator to use this option.
1 Use an available option below to disable and re-enable a network adapter:
Enable or Disable Network Adapters in Windows 11
This tutorial will show you how to enable or disable network adapters in Windows 10 and Windows 11. A network adapter (aka: Network Interface Controller (NIC) ) is a computer hardware component that connects a computer to the Internet or local area network. Sometimes you may need to disable a...
www.elevenforum.com
You must be signed in as an administrator to use this option.
Restart-NetAdapter (NetAdapter)
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
learn.microsoft.com
1 Open Windows Terminal (Admin), and select Windows PowerShell.
2 Copy and paste the command below into PowerShell, and press Enter to see a list of all network adapters and their current status on your PC. (see screenshot below step 3)
Get-NetAdapter | Format-Table -AutoSize3 Make note of the network adapter Name (ex: "Wi-Fi") you want to restart. (see screenshot below)
4 Type the command below into PowerShell, and press Enter. (see screenshot below)
Restart-NetAdapter -Name "Network Adapter Name"Substitute Network Adapter Name in the commands above with the actual network adapter Name (ex: "Wi-Fi") you want from step 3.
For example: Restart-NetAdapter -Name "Wi-Fi"
5 When finished, you can close Windows Terminal (Admin) if you like.
That's it,
Shawn Brink
Last edited:











