How to reset Wi-Fi settings on a laptop: a complete guide with instructions

Problems connecting to Wi-Fi on a laptop are one of the most common technical issues users encounter. Most often, the cause is a network configuration error: incorrectly saved settings, IP address conflicts, or corrupted configuration files. Reset Wi-Fi settings — is a universal solution that helps restore a stable connection without in-depth diagnostics.

However, not everyone knows how to do this correctly. Some limit themselves to rebooting the router, while others try deleting the network manually, but this doesn't always solve the problem. In this article, we'll cover all the methods for resetting Wi-Fi settings on laptops with different operating systems, using standard tools. Windows 10/11 to the command line and manual clearing of configurations on macOS And LinuxYou'll also learn when a reset is truly necessary, and when simpler methods will suffice.

If your laptop suddenly stops detecting the network, constantly loses connection, or displays the "No Internet Access" error, don't rush to blame your ISP. In 70% of cases, the problem lies in the adapter's local settings. Today, you'll learn how to fix it yourself—without calling a technician or incurring unnecessary expenses.

When should you reset your Wi-Fi settings?

Resetting network settings isn't a panacea, but in some cases it's the only viable way to restore internet access. Here are typical situations when this procedure is warranted:

  • 🔄 My laptop connects to Wi-Fi, but pages don't load (error "No internet access" or "Limited").
  • 📡 The network has disappeared from the list of available networks, although other devices can see it.
  • 🔒 After changing the password on the router, the laptop cannot connect, even though the data entered is correct.
  • 🐢 My internet speed has dropped sharply, although everything is fine on other devices.
  • 🔧 You changed your IP/DNS settings manually and now you can't access the network.

If the problem is hardware nature (for example, a physical failure of the Wi-Fi module or a damaged antenna), a factory reset won't help. In such cases, a hardware diagnostic is required.

Important! Before resetting, try these basic steps:

  • ⚡ Restart your laptop and router.
  • 🔌 Disable VPN or proxy if you were using one.
  • 📶 Check if Airplane mode is enabled (Win + A → notification panel).
📊 Do you often have problems with Wi-Fi on your laptop?
Constantly
Sometimes
There were some before, but I decided
Never

How to reset Wi-Fi on a Windows 10/11 laptop

IN Windows There are several methods for resetting network settings, from simply deleting the network to completely reinstalling the adapter drivers. Let's look at them in order, from the easiest to the most drastic.

Method 1: Removing a network from the list of saved networks

If the problem occurs with only one access point, simply delete it from your laptop's memory and reconnect. This will work, for example, if you changed the password on your router, but the old one is saved in the system.

How to do it:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click Managing known networks.
  3. Select the problematic network and click Forget.
  4. Please reconnect to it using the current password.

Note: On Windows 11 the path is a little different - Settings → Network & Internet → Wi-Fi → Manage networks.

Make sure the router is turned on and distributing the network

Write down your current Wi-Fi password (if you forgot it)

Disable VPN or proxy

Save open documents (requires restart)-->

Method 2: Reset network settings via the Windows menu

If deleting the network doesn't help, try a full reset of all network settings. This will return TCP/IP, DNS, and adapter configurations to factory defaults.

Instructions:

  1. Open Settings → Network & Internet → Status.
  2. Scroll down and click Network reset.
  3. Confirm the action and wait for the laptop to restart.

After this procedure, all saved networks will be deleted and network adapters will be reinstalled. You will have to re-enter passwords for all Wi-Fi hotspots.

⚠️ Attention! If you use static IP (for example, for office use), you'll need to reconfigure it after the reset. Check with your network administrator for the settings beforehand.

Method 3: Command Prompt (for advanced users)

If the graphical interface does not help, you can reset the settings via Command lineThis method is suitable for Windows 7/8/10/11 and allows you to clear the DNS cache, reset Winsock and TCP/IP.

Execute the following commands in order (press each one) Enter):

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Once completed, restart your laptop. If the issue was due to corrupted network protocols, this should resolve it.

What do these commands do?

netsh winsock reset — resets the Winsock catalog (used for network applications). netsh int ip reset — returns TCP/IP settings to default values. ipconfig /release And ipconfig /renew — release and renew the IP address. ipconfig /flushdns - clears the DNS cache, which is useful for hostname resolution errors.

Method 4: Reinstall the Wi-Fi adapter driver

If resetting the settings doesn't help, the problem may lie with the network card driver. Reinstalling it often resolves issues with unstable connections or missing networks.

How to reinstall the driver:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the section Network adapters.
  3. Find your Wi-Fi adapter (usually contains the words Wireless, Wi-Fi or a brand name, for example, Intel Wi-Fi 6).
  4. Right click → Remove device → check the box Remove the driver software for this device (if any).
  5. Restart your laptop. The system will automatically reinstall the driver.

If Wi-Fi does not work after rebooting, download the latest driver from the laptop manufacturer's website (Lenovo, HP, Dell etc.) or adapter chip (Intel, Qualcomm Atheros, Realtek).

Resetting Wi-Fi on macOS laptops

On MacBook The procedure for resetting Wi-Fi settings is different from Windows, but no less effective. The main methods are deleting configuration files and resetting the module. SMC/NVRAM.

Method 1: Manually remove network settings

IN macOS All Wi-Fi parameters are stored in special files. They can be deleted via Terminal:

  1. Open Terminal (Command + Space → enter "Terminal").
  2. Run the command to delete all saved networks:
    sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
    

    sudo rm /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist

  3. Reboot MacBook.

After this, all networks will be deleted and you will have to connect to them again.

Method 2: Reset SMC and NVRAM

If Wi-Fi has disappeared completely or is unstable, the problem may be in the system management controller (SMC) or non-volatile memory (NVRAM). Resetting these modules often helps restore the adapter's functionality.

For MacBooks with removable batteries (before 2015):

  1. Turn off your laptop.
  2. Disconnect the power adapter.
  3. Remove the battery.
  4. Press and hold the power button for 5 seconds.
  5. Put the battery back in, connect the charger and turn it on. MacBook.

For MacBooks with a non-removable battery (2015 and newer):

  1. Turn off your laptop.
  2. Clamp Shift + Control + Option (left side of the keyboard) + power button for 10 seconds.
  3. Release the keys and turn on MacBook.

To reset NVRAM:

  1. Turn off your laptop.
  2. Turn it on and immediately hold it down Command + Option + P + R.
  3. Hold the keys for about 20 seconds until the laptop restarts.
⚠️ Attention! Reset NVRAM This will reset not only network settings but also sound, screen resolution, and boot disk selection to factory defaults. After the procedure, you'll need to reconfigure them.

Resetting Wi-Fi on a Linux Laptop (Ubuntu, Mint, Fedora)

In distributions Linux Resetting Wi-Fi depends on the network manager you are using. Most often, it is NetworkManager or systemd-networkdLet's consider both options.

Method 1: Reset via NetworkManager

If you are using a graphical interface (eg. GNOME or KDE), the easiest way to delete the network is through the menu. But for a complete reset, it's better to use Terminal:

Delete all saved networks:

nmcli connection show # view a list of networks

nmcli connection delete "Network_Name" # delete the problematic network

Restart NetworkManager:

sudo systemctl restart NetworkManager

Method 2: Clearing Configurations Manually

If NetworkManager not used, check configuration files in /etc/NetworkManager/system-connections/ or /etc/netplan/ (For Ubuntu With netplan).

For a full reset:

  1. Remove configuration files:
    sudo rm /etc/NetworkManager/system-connections/*
  2. Restart the service:
    sudo systemctl restart NetworkManager

If used netplan, edit the file /etc/netplan/*.yaml and apply the changes:

sudo netplan apply

Method 3: Reset via IP and iwconfig

For a low-level reset, you can use utilities ip And iwconfig:

Disable and enable your Wi-Fi adapter again:

sudo ip link set wlan0 down # disable (replace wlan0 with your interface)

sudo ip link set wlan0 up # enable

Delete all saved networks:

sudo iw dev wlan0 scan | grep SSID # see the list of networks

sudo iw dev wlan0 disconnect

On some distributions (for example, Arch Linux), a utility is used to manage Wi-Fi. iwd instead of wpa_supplicantIn this case, the commands will be different—check your distribution's documentation.

What to do if resetting doesn't help?

If Wi-Fi still isn't working after all these steps, the problem may be deeper. Here's what to check:

  • 🔌 Hardware failure: Try connecting your laptop to the router via cable. If the internet works, the problem is with the Wi-Fi module. If not, the problem is with the network card or the router.
  • 🛠️ Driver conflict: On Windows Try rolling back the driver to a previous version or installing it manually from the manufacturer's website.
  • 📡 Interference from other devices: Microwaves, cordless phones, and even neighboring routers can cause interference. Try changing the Wi-Fi channel in your router settings (e.g., car on 6 or 11).
  • 🔒 Blocked by antivirus/firewall: Temporarily disable protection and check the connection.

If the laptop doesn't see not a single one network, the Wi-Fi module itself may be disabled. On some models, it can be enabled with a key combination (for example, Fn + F2 on Lenovo or HP). Check the indicator on the case - if it is not lit, the adapter is turned off.

⚠️ Attention! On some laptops (especially Dell And HP) The Wi-Fi module can be disabled in BIOS/UEFIGo to settings (F2/Del when booting) and check the section Wireless or Onboard Devices.

Table: Comparison of Wi-Fi reset methods

Method OS Complexity When to apply Cons
Removing a network from the list Windows, macOS, Linux Problems with one access point Doesn't help with system failures
Reset network settings Windows, macOS ⭐⭐ General connection problems Deletes all saved networks
Command Prompt / Terminal Windows, macOS, Linux ⭐⭐⭐ Deep failures in protocols Requires knowledge of commands
Reinstalling drivers Windows, Linux ⭐⭐ The adapter is not detected or works unstable You need to download drivers manually
Reset SMC/NVRAM macOS ⭐⭐⭐ Wi-Fi has disappeared completely. Resets other settings (sound, screen)

FAQ: Frequently asked questions about resetting Wi-Fi on a laptop

After a reset, the laptop can't see any networks. What should I do?

If the adapter does not detect the network at all, check:

  • Is Wi-Fi enabled on your laptop (key Fn + F2/F12 or hardware switch).
  • Are the drivers installed (in Device Manager There should be no exclamation marks next to the network adapter).
  • Is the router working (try connecting from your phone).

If nothing helps, the Wi-Fi module itself may be broken - contact a service center.

Should I reset my router if the problem is on my laptop?

No, in most cases a reset is enough only on laptopRestarting the router may help if the problem is related to IP address distribution (DHCP), but a full reset of the router will result in the loss of all its settings (including the Wi-Fi password).

Exception: if all devices If you can't connect to the router, then rebooting or resetting it is justified.

Is it possible to reset Wi-Fi without losing other network settings?

Yes, if the problem is with only one network, it is enough to delete it from the list of saved ones (method 1 for Windows/macOS). Complete network reset (Network reset in Windows or uninstall plist-files on macOS) will be deleted All saved connections.

On Linux You can delete the configuration of only one network through nmcli.

Why did my Wi-Fi speed become slower after the reset?

This may be due to:

  • Automatic connection to a congested channel (try manually selecting channel 1, 6 or 11 in the router settings).
  • By resetting the QoS (quality of service) settings on the router.
  • By setting up standard DNS (try using 8.8.8.8 And 8.8.4.4 from Google).

Check the speed on other devices - if it also drops, the problem is with the router or provider.

How to reset Wi-Fi on a laptop without access to the system (if Windows won't boot)?

If your laptop won't boot, try:

  1. Boot into Safe Mode with Networking (F8 at startup or after Msconfig).
  2. Use LiveCD With Linux (For example, Ubuntu) and reset the settings via the terminal.
  3. Connect your laptop to another device via Ethernet and update the drivers.

If the problem is due to damaged system files, you may need to restore or reinstall the OS.