Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Networking»How To Reset Ethernet Adapter

How To Reset Ethernet Adapter

Anup ThapaBy Anup ThapaJanuary 2, 2023
how to reset ethernet adapter

Resetting the Ethernet adapter usually involves disabling and re-enabling it. Disabling the adapter unloads the device driver and sets the interface state as Disconnected. It also leads to other device-specific procedures like clearing the ARP table entries.

This is why a basic adapter reset fixes so many networking errors in Windows. If simply restarting the adapter doesn’t help, you can also try a complete reset by resetting and reinstalling the networking components.

Performing a basic reset on your Ethernet adapter will solve various errors (e.g., network protocols missing). Let’s look at some other cases though.

Instead of resetting the Ethernet adapter, disabling the wireless adapter helps with the Err_Network_Change problem. Disabling the Virtual WiFi Miniport Adapter can fix DNS errors. Disabling all adapters except the Ethernet adapter can solve the Unidentified Network error.

The point here is that resetting the Ethernet adapter will fix some problems, but resetting or disabling the rest will be more effective for others. Please keep this in mind when troubleshooting your current problem.

Table of Contents

  • Restart Ethernet Adapter
    • Network Connections Applet
    • Windows Settings
    • Device Manager
    • Command Prompt
    • PowerShell
  • Reset/Reinstall Networking Components
    • Step 1: Reset Network Components
    • Step 2: Fix Ethernet Driver
  • What If Resetting Doesn’t Work?

Restart Ethernet Adapter

Do note that your account must be a member of the Network Configuration Operators or Administrators group to reset the Ethernet adapter. 

Network Connections Applet

  1. Press Win + R, type ncpa.cpl, and press Enter.
  2. Right-click your Ethernet adapter and select Disable.
    turn off-ethernet-adapter
  3. Then, right-click it and select Enable.
    enable-ethernet-adapter

Windows Settings

  1. Press Win + I and select Network & internet > Advanced network settings.
  2. Disable the Ethernet adapter here, then re-enable it.
    disable-ethernet-windows-settings

Device Manager

  1. Press Win + R, type devmgmt.msc, and press Enter.
  2. Expand the Network adapters section.
  3. Right-click your network adapter and select Disable device.
    disable-ethernet-controller
  4. Press Yes to accept the confirmation prompt.
  5. Then, right-click it and select Enable device.
    enable-ethernet-controller

Command Prompt

  1. Press Win + R, type cmd, and press Ctrl + Shift + Enter.
  2. Enter netsh interface show interface and note the interface name of the Ethernet adapter.
  3. Enter netsh interface set interface <interfacename> disable. If the interface name contains spaces, use double quotes as shown in the picture.
    netsh-interface-set-interface-Ethernet-disable
  4. Re-enable the adapter with netsh interface set interface <interfacename> enable.
    netsh-interface-set-interface-Ethernet-enable

PowerShell

  1. Press Win + R, type powershell, and press Ctrl + Shift + Enter.
  2. Enter Get-NetAdapter and note the interface’s Name.
  3. Enter Disable-NetAdapter -Name <interfacename>. If the interface name has spaces, use double quotes.
    disable-netadapter-ethernet-powershell
  4. Enter Y to confirm the action.
  5. Execute the Enable-NetAdapter -Name <interfacename> command to re-enable the adapter.
    enable-net-adapter-ethernet

Reset/Reinstall Networking Components

When a basic reset isn’t enough, you’ll need to resort to a thorough reset to fix any problems with your Ethernet adapter.

Step 1: Reset Network Components

To start, we’ll reset the Winsock catalog to a clean state. Then, we’ll reset the TCP/IP parameters, which does the same thing as removing and reinstalling TCP/IP would.

  1. Press Win + R, type cmd, and press Ctrl + Shift + Enter.
  2. Execute the following commands:
    Netsh winsock reset
    Netsh int ip reset
    netsh-winsock-reset-int-ip-reset
  3. Restart your PC and check if your problem is resolved. If not, check the next step.

Step 2: Fix Ethernet Driver

A corrupted Ethernet driver falls among the most common reasons for networking problems. Sometimes, simply updating to the latest driver will fix the problem. In other cases, the latest driver might be the problem and you’ll need to revert to an older stable version.

  1. Press Win + X and select Device Manager.
  2. Expand the Network Adapters section.
  3. Right-click your Ethernet adapter and select Update Driver.
    update-ethernet-controller-driver
  4. Select Search automatically for drivers and follow the on-screen instructions.
    ethernet-controller-update-driver
  5. If auto-update doesn’t help, download the driver from your device manufacturer’s site. 
  6. If they provide a driver installer, use that. But if they provide .inf files, open Device Manager again.
  7. Follow Steps 2-3 and select Browse my computer for drivers.
  8. Select Browse and locate the folder containing the driver files.
    browse-ethernet-driver
  9. Press Next > Ok and follow the on-screen instructions to update the network driver.

As stated, updating to the latest driver will generally fix networking problems. But sometimes, you may need to try out different driver versions until you find a compatible one.

What If Resetting Doesn’t Work?

In rare cases, the adapter keeps getting disabled automatically, or users are unable to turn it back on. If this is happening to you, here’s what we recommend:

  1. Press Win + X and select Device Manager.
  2. In the Network Adapters section, right-click your Ethernet adapter and select Properties.
    ethernet-controller-properties
  3. In the Power Management tab, ensure the Allow the computer to turn off the device to save power option is not enabled.
    ethernet-controller-power-management-properties
  4. If you made the change just now, press Ok to apply it.

Aside from this, we’ve mostly seen this problem occur after updating or upgrading Windows. As such, updating to a newer patched version, or reverting to an older stable one is the best course of action here. Installing a compatible driver directly from your device manufacturer, as detailed in the previous section, can also help.

how-to
Anup Thapa
  • LinkedIn

Anup Thapa is a tech writer at TechNewsToday. He mostly writes informative articles, tutorials, and troubleshooting guides related to Windows systems, networking, and computer hardware. Anup has been writing professionally for almost 5 years, and tinkering with PCs for much longer. His love for all things tech started when he got his first PC over 15 years ago. It was a Pentium IV system running Windows XP on a single 256 MB stick. He spent his formative years glued to this PC, troubleshooting any hardware or software problems he encountered by himself. Professionally, Anup has had brief forays into a variety of fields like coding, hardware installation, writing, etc. In doing so, he's worked with people of different backgrounds and skill levels, from average joes to industry leaders and experts. This has given him not just a versatile skillset, but also a unique perspective for writing that enables him to concisely communicate complex information and solve his reader's problems efficiently. You can contact him at anup@technewstoday.com

Related Posts

packet loss test

How To Perform Packet Loss Test On Windows

January 15, 2023
does my pc have wifi

Does Your Desktop Have Wi-Fi? Here’s How to Find Out

January 1, 2023
dns server is not responding

8 Ways to Fix “DNS Server Is Not Responding” Error

December 27, 2022
how-to-reset-spectrum-wifi

How to Reset Spectrum Wi-Fi

December 26, 2022
how to update router firmware tp-link

How to Update Router Firmware on TP-Link (2 Possible Ways)

December 26, 2022
how to update router firmware

How to Update Router Firmware Netgear

December 25, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
You may also like
how-to-connect-headphones-to-tv

5 Ways to Connect Headphones to TV

January 29, 2023
connect-airpods-to-samsung-tv

How to Connect AirPods to Samsung TV? (Step-by-Step Guide)

January 29, 2023
AIO Pump Not Working

AIO Pump Not Working? Here’s How to Fix It

January 29, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.