Network and Internet Restart Network Adapter in Windows 11

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

Network_adapters_banner.webp

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:



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




Option One

Restart Wi-Fi Network Adapter by Turning Off and On


1 Use an available option below to turn your Wi-Fi off and back on:





Option Two

Restart Wi-Fi or Ethernet Network Adapter by Disable and Enable


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:






Option Three

Restart Wi-Fi or Ethernet Network Adapter using PowerShell Command


You must be signed in as an administrator to use this option.



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 -AutoSize

3 Make note of the network adapter Name (ex: "Wi-Fi") you want to restart. (see screenshot below)

Get-NetAdapter.webp

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.

Restart-NetAdapter.webp



That's it,
Shawn Brink


 
Last edited:
Very interesting, thanks.
My network adapters are currently behaving themselves so it's nice to know solutions exist if they ever get drunk again.


Denis
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 25H2 Build 26200.8037

Latest Support Threads

Back
Top Bottom