How to reset Wi-Fi on a computer: 5 working methods

Problems connecting to Wi-Fi on a computer are one of the most common technical difficulties users encounter. These most commonly manifest as sudden connection interruptions, an inability to connect to the network, or slow internet speeds. The causes can range from driver failures to conflicts in operating system settings. In most cases, reset Wi-Fi settings helps restore a stable connection without contacting support.

This article will cover in detail all the current methods for resetting Wi-Fi on computers running Windows 10 And Windows 11We'll cover both software methods (using system settings, the command line, and PowerShell) and hardware methods (rebooting the router and updating drivers). We'll pay special attention to nuances often overlooked in standard instructions—for example, how to avoid losing saved network passwords or what to do if a reset doesn't work.

If you're unsure which method is right for your situation, start with the simplest one—restarting your devices. In 30% of cases, this resolves the issue without any additional steps. For more complex scenarios (for example, when the computer can't see any networks), advanced instructions using netsh or manual deletion of profiles.

1. Preparing for the reset: what you need to do before you start

Before resetting your Wi-Fi settings, take a few preliminary steps. This will help avoid further problems and speed up the connection restoration process.

  • 🔌 Check the router's power supply. Make sure the lights on the router are steady (especially Power And Wi-Fi). If the indicator light is blinking or missing, try reconnecting the power supply.
  • 📡 Estimate the coverage areaMove your computer closer to the router or check if thick walls, metal objects, or other devices operating at 2.4 GHz (such as microwave ovens) are blocking the signal.
  • 🔄 Reboot your routerUnplug it for 30 seconds, then plug it back in. Wait for it to fully boot up (usually takes 1-2 minutes).
  • 💻 Check other devicesIf Wi-Fi isn't working only on your computer, the problem is most likely with it. If other devices aren't connecting either, the issue is with your router or your ISP.

If the problem persists after rebooting the router, write down or take a photo of the current network settings (name SSID, security type, password). This will be useful if you need to set up the connection again after the reset. Also, make sure you have access to another device with internet access (e.g., a smartphone)—you may need it to download drivers.

⚠️ Attention: If you are using a corporate or educational network with certificates (eg. EAP-TLS or PEAP), resetting the settings will delete these certificates. They can only be restored through the network administrator.
📊 How often do you have problems with Wi-Fi on your computer?
Once a week or more often
Once a month
Rarely, but accurately
Never had any problems

2. Method 1: Reset the network through Windows settings

The easiest and safest method is to use the built-in function Network Reset in Windows Settings. It deletes all saved Wi-Fi profiles, resets network adapters to factory settings, and then reinstalls them automatically. This method is suitable for most users and doesn't require technical knowledge.

To perform a reset:

  1. Open Parameters (keyboard shortcut Win + I).
  2. Go to the section Network and InternetAdditional network settings.
  3. Find the block at the bottom of the page Network reset and press Reset now.
  4. Confirm the action by clicking YesThe system will request a reboot.

After restarting your computer, all saved networks will be deleted and network components will be reinstalled. You will need to reconnect to the Wi-Fi network by entering the password. This method is effective in 70-80% of cases where the issue is related to software conflicts or corrupted profiles.

⚠️ Attention: If you have a VPN connection or proxy server configured on your computer, these settings will also be deleted after resetting the network. Please save your settings in advance for reconfiguration.

Make sure the router is turned on and working properly.

Write down passwords for Wi-Fi networks

Close all programs using the Internet

Save open documents (the computer will restart)

-->

3. Method 2: Manually deleting a Wi-Fi profile

If resetting the network did not help or you want to remove the settings for only one problematic network (for example, office_wifi), you can do it manually through network managerThis method is useful when the computer "remembers" incorrect connection settings (for example, an outdated password or security type).

Instructions for Windows 10/11:

  1. Open ParametersNetwork and InternetWi-Fi.
  2. Click Managing known networks.
  3. In the list, find the network you want to delete and click Forget.

For a deeper cleaning (for example, if the network still appears in the list), use command line:

netsh wlan delete profile name="NETWORK_NAME"

Replace NETWORK_NAME to the real name (for example, netsh wlan delete profile name="TP-Link_5G"). To see all saved profiles, enter:

netsh wlan show profiles

After deleting the profile, restart your computer and try connecting to the network again. If the issue was a settings conflict (for example, an encryption type mismatch), this should resolve the issue.

What to do if the network is not displayed in the list netsh wlan show profiles?

If the command doesn't show your network, it may mean its profile is corrupted at the registry level. In this case, a full network reset (Method 1) or a manual registry cleanup via regeditHowever, editing the registry requires caution—errors can lead to system instability. If unsure, use Method 1 or 4.

4. Method 3: Reset via command line (netsh and ipconfig)

For advanced users, or in cases where the GUI is unavailable (e.g. due to a system crash), a network reset can be performed via command lineThis method allows for more flexible management of settings, such as resetting only the TCP/IP stack or DNS cache.

Open Command Prompt as Administrator (Win + XTerminal (Administrator)) and execute the commands sequentially:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Decoding of commands:

  • netsh winsock reset - resets the catalog Winsock (responsible for network connections).
  • netsh int ip reset — Restores TCP/IP parameters to default values.
  • ipconfig /flushdns - clears the cache DNS, which is useful for errors like "DNS server not responding".

After executing the commands Be sure to restart your computerThis method is especially effective if the problem manifests itself in the form of errors. ERR_NAME_NOT_RESOLVED in the browser or the inability to obtain an IP address from the router.

⚠️ Attention: Teams netsh int ip reset And netsh winsock reset may reset the static IP address settings (if it was assigned manually). After rebooting, check the settings in Settings → Network → Configure adapter settings.

5. Method 4: Update or roll back Wi-Fi adapter drivers

If the previous methods did not work, the problem may lie in network adapter driversOutdated, corrupted, or incompatible drivers often cause unstable Wi-Fi performance. This section will cover how to update or roll back drivers manually.

Step 1: Check the current driver

  1. Open device Manager (Win + Xdevice Manager).
  2. Expand the branch Network adapters.
  3. Find the device with the names Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
  4. Right click → Properties → tab DriverHere you will see the driver version and date.

Step 2: Update the driver

  • 🔄 Automatically: In the adapter properties window, click Update driverAutomatic search. WindowsAttempts to find the latest version online.
  • 💿 Manually: Download the driver from the website of the laptop or adapter manufacturer (for example, Intel, Realtek, Broadcom) and select Search for drivers on this computer.

Step 3: Roll back the driver

If problems started after the latest update, please roll back to the previous version:

  1. In the driver properties window, click Roll back.
  2. Please provide a reason (e.g. "Wi-Fi is unstable") and confirm.
  3. Restart your computer.

If the rollback option is unavailable (the button is grayed out), try uninstalling the driver completely and then restarting your PC. Windows will automatically install the default version the next time you start it.

Adapter manufacturer Website for downloading drivers Peculiarities
Intel downloadcenter.intel.com Drivers for AX200/AX201/AX210 are updated frequently. Use Intel Driver & Support Assistant for automatic search.
Realtek realtek.com On the website, search by chip model (for example, RTL8821CE). Drivers are often supplied in archives.
Qualcomm Atheros qualcomm.com (Support section) For laptops Lenovo or HP It is better to download drivers from the laptop manufacturer's website.
Broadcom broadcom.com/support Drivers for BCM43xx may conflict with Windows 11. Check compatibility.

6. Method 5: Hard reset (for built-in adapters)

In rare cases, the problem isn't related to software settings, but to a hardware failure of the Wi-Fi adapter. This can occur after a power surge, physical damage, or prolonged use. If none of the previous methods work, try the following steps:

  • 🔧 Reconnecting the adapter (for USB modules): Disconnect the USB Wi-Fi adapter, wait 10 seconds, and then reconnect it. Try a different USB port.
  • 🔄 Reset BIOS/UEFI: On some laptops (eg. Dell or HP) Resetting the BIOS settings can restore functionality to the integrated Wi-Fi module. To do this, go to the BIOS and select Load Default Settings.
  • 🛠️ Checking antennas (for desktop PCs): If you are using a PCI-e adapter with external antennas, make sure they are firmly connected to the connectors. MAIN And AUX.

For laptops with a built-in Wi-Fi module (for example, M.2 2230 or NGFF) you can try to reconnect it:

  1. Turn off your laptop and remove the battery (if it is removable).
  2. Remove the back cover (you will need a Phillips screwdriver).
  3. Locate the Wi-Fi module (usually located next to the SSD and marked as WLAN).
  4. Carefully remove it from the slot, then insert it back until it clicks into place.
  5. Assemble the laptop and turn it on.
⚠️ Attention: Disassembling your laptop may void your warranty. If you're unsure of your skills, contact a service center. Also, be careful with cables and small screws—they're easily damaged.

7. Additional checks if Wi-Fi still doesn't work

If after all these steps your computer's Wi-Fi still doesn't work, check the following:

  • 🌐 Problems on the provider's sideCheck with your internet provider to see if there are any outages or scheduled maintenance. Sometimes outages are disguised as "Wi-Fi problems."
  • 🔒 MAC address blockingSome routers are configured to distribute the Internet only to certain devices. Check in the router settings (section MAC Filter or Access Control), whether your computer is locked.
  • 🛡️ Antivirus or firewall: Temporarily disable your antivirus (for example, Kaspersky, Avast) and the built-in Windows firewall, then try connecting again.
  • 🔄 Changing the Wi-Fi channel: In the router settings (192.168.0.1 or 192.168.1.1) change the channel with Auto to a fixed number (for example, 6 or 11 for 2.4 GHz). This will help avoid interference from neighboring networks.

If your computer connects to Wi-Fi but there is no internet connection (the "Connected, no network access" icon appears), follow these steps:

ping 8.8.8.8

If the ping works, but websites don't open, the problem is DNSTry manually entering Google's DNS (8.8.8.8 And 8.8.4.4) in the adapter settings.

FAQ: Frequently asked questions about resetting Wi-Fi on your computer

Is it possible to reset Wi-Fi for just one network without affecting the others?

Yes, this can be done through Settings → Network & Internet → Wi-Fi → Manage known networks, by selecting the desired network and pressing ForgetThe command will also work. netsh wlan delete profile name="NETWORK_NAME".

After resetting the network, the computer can't see any Wi-Fi networks. What should I do?

The adapter drivers may have reset. Check them in Device ManagerIf there is an exclamation mark next to the adapter, update the driver manually (see Method 4). Also, make sure that Wi-Fi is not disabled by the hardware button (some laptops have a separate switch).

Do I need to reset my router if the problem only affects one computer?

No, if other devices connect to the Wi-Fi network without problems, resetting the router is not necessary. The problem is most likely local (drivers, Windows settings). Start with the methods described in this article.

How to save Wi-Fi network passwords before resetting?

Passwords can be exported using the command line. Open Command Prompt (Administrator) and run:

netsh wlan export profile key=clear folder="C:\WiFi_Backup"

Passwords will be saved in the folder C:\WiFi_Backup as XML files. After resetting, they can be imported back using the command:

netsh wlan add profile filename="C:\WiFi_Backup\FILE_NAME.xml"
Will resetting Wi-Fi help if internet speed is slow?

If the speed is only dropping on one device, resetting it may help (for example, if the issue is a DNS cache or IP conflict). However, if the speed is low on all devices, check your router settings (channel, Wi-Fi standard) or contact your ISP.