How to reset Wi-Fi settings on a laptop: a complete guide for all operating systems

Problems connecting to Wi-Fi on a laptop are one of the most common technical issues users encounter. Slow internet, constant connection drops, or complete network outages can frustrate even the most patient tech owner. These issues are most often caused by incorrect network settings, conflicting drivers, or adapter configuration errors. Resetting your Wi-Fi settings is a universal way to restore factory settings and restore stable network operation.

In this article, we'll discuss how to properly reset laptops running different operating systems: Windows 10/11, macOS And LinuxYou'll learn what tools are used for this, how to avoid common mistakes, and what to do if a reset doesn't help. We'll also share a unique way to diagnose Wi-Fi problems via the command line, which is rarely mentioned in standard instructions.

When do you need to reset your Wi-Fi settings?

Before you begin a reset, it's important to determine whether it's truly necessary. Here are key signs that the problem lies with your wireless network settings:

  • 🔌 The laptop does not connect to the network, although other devices (smartphone, tablet) work fine.
  • 🐢 The internet speed on my laptop is significantly lower than on other devices on the same network.
  • 🔄 Constant connection interruptions with the message "No Internet access" or "Limited".
  • 🔒 You're being asked to enter your Wi-Fi password even though you haven't changed it.
  • 🚫 Message "We couldn't connect to this network" when trying to connect.

If you experience any of these symptoms, a factory reset will likely help. However, there are exceptions. For example, if the problem is on all devices simultaneously, the router or ISP is most likely to blame—in this case, resetting the laptop won't help.

📊 What operating system do you have on your laptop?
Windows 10
Windows 11
macOS
Linux
Other

Reset Wi-Fi settings in Windows 10 and 11

Modern versions of Windows offer several ways to reset network settings. Let's start with the simplest and safest: using the graphical interface.

Method 1: Using Network Settings

This method is suitable for most users and doesn't require any command knowledge. Follow the instructions:

  1. Open the menu Start and go to Parameters (gear icon).
  2. Select a section Network and Internet.
  3. Scroll down and click Network reset.
  4. In the window that opens, click Reset now and confirm the action.

After this, the laptop will automatically reboot, and all network adapters will be reset to factory settings. You will need to re-enter your Wi-Fi password.

Make sure you have your Wi-Fi password|Save any open documents|Connect your laptop to a power source|Close any resource-intensive programs-->

Method 2: Command Prompt (for advanced users)

If the graphical interface is unavailable or resetting via Settings doesn't work, try the command line. This method is more in-depth and resets not only Wi-Fi settings but all network protocols as well.

Open Command Prompt as Administrator (press Win + X and select the appropriate item) and enter the following commands sequentially:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After each command, a message indicating a successful reset should appear. Then restart your laptop.

Method 3: Delete the network profile

Sometimes the problem isn't with the adapter settings, but with a saved profile for a specific network. To delete it:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click Managing known networks.
  3. Select the problematic network and click Forget.

After this, try connecting again by entering the password.

⚠️ Attention: If you are using a corporate or academic network with certificates (such as eduroam), deleting your profile may require reconfiguration through your IT service.

Resetting Wi-Fi on macOS laptops

On a MacBook, the reset process is slightly different, but no less simple. The main methods are through System Preferences or Terminal.

Method 1: Delete network settings via interface

To reset Wi-Fi settings on macOS:

  1. Open System Preferences → Network.
  2. Select Wi-Fi in the left menu and click Additionally.
  3. In the window that opens, go to the tab Wi-Fi.
  4. Select the problematic network and click (minus) to remove it.
  5. Click OK and confirm the changes.

It is also recommended to reset the settings DHCP And DNS:

  1. In the same window Additionally go to the tab TCP/IP.
  2. Click Renew DHCP lease.
  3. Go to the tab DNS and delete all servers by clicking .
  4. Add Google's default DNS: 8.8.8.8 And 8.8.4.4.

Method 2: Reset via Terminal

For a deeper cleanup, use Terminal (Programs → Utilities → Terminal). Enter the following commands in order:

sudo ifconfig en0 down

sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

sudo rm /Library/Preferences/SystemConfiguration/preferences.plist

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

sudo ifconfig en0 up

Once completed, restart your MacBook. All network settings will be reset to factory defaults.

⚠️ Attention: On some MacBook models (especially those with chips Apple Silicon M1/M2) the network interface name may differ from en0To find out the exact name, enter the command in Terminal networksetup -listallhardwareports and find the line Wi-Fi.

Resetting Wi-Fi on Linux laptops (Ubuntu, Fedora, Mint, etc.)

In Linux distributions, the reset process depends on the network manager used. Most often, it is NetworkManager or systemd-networkdLet's consider both options.

Method 1: Reset via NetworkManager (Ubuntu, Mint, Fedora)

If your system uses NetworkManager (this can be checked with the command systemctl status NetworkManager), follow these steps:

  1. Open Terminal (Ctrl + Alt + T).
  2. Enter the command to reset all connections:
    sudo nmcli networking off
    

    sudo nmcli connection delete --all

    sudo nmcli networking on

  3. Restart your laptop.

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

Method 2: Manually clearing configuration files

For a deeper cleanup, remove the configuration files manually:

  1. Open terminal and run:
    sudo rm /etc/NetworkManager/system-connections/*
    

    sudo systemctl restart NetworkManager

  2. If used systemd-networkd, clear the folder:
    sudo rm /etc/systemd/network/*.network
    

    sudo systemctl restart systemd-networkd

On some distributions (for example, Arch Linux) additional configuration may be required dhcpcd or wpa_supplicant.

⚠️ Attention: In Linux, you may lose your wired network (Ethernet) connection after a reset. Prepare a backup internet connection (such as a USB modem) in case you need to download drivers.

Additional ways to diagnose Wi-Fi problems

If resetting the settings doesn't help, the problem may lie deeper. Here are a few diagnostic methods that can help you identify the root cause.

Checking network adapter drivers

Outdated or corrupted drivers are a common cause of Wi-Fi issues. To check their status:

  • 🪟 In Windows: open device Manager, find the section Network adapters and check if there is an exclamation mark next to your Wi-Fi module.
  • 🍎 In macOS: open System report (hold Option and click on the Apple logo → System information), then go to Network → Wi-Fi.
  • 🐧 In Linux: enter in terminal lspci | grep -i network or lsusb (for USB adapters).

If the driver does not work correctly, download it from the official website of the laptop or adapter manufacturer. Linux You may need to install proprietary drivers (for example, for chips) Broadcom).

Network traffic analysis

Tools like Wireshark (Windows/macOS/Linux) or built-in utility ping will help identify packet loss or IP address conflicts. For example, run the following in a terminal:

ping 8.8.8.8 -n 50

If packet loss exceeds 10%, the problem may be with the router or ISP.

Testing on a different Wi-Fi channel

Router bandwidth congestion is one of the causes of slow internet. To check:

  1. Connect to the router via cable (Ethernet).
  2. Open the router's web interface (usually at 192.168.0.1 or 192.168.1.1).
  3. Find the section Wireless network and change the channel with Auto on 6, 11 or 1 (for 2.4 GHz).
  4. Save your settings and reconnect to Wi-Fi.
How do I know which Wi-Fi channel is the least congested?

Use apps like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS). They will show the channel load in your region. The best option is to choose a channel with the least amount of overlap.

What to do if resetting doesn't help?

If Wi-Fi still doesn't work after resetting your settings, check the following:

Problem Possible cause Solution
Wi-Fi turns on but doesn't connect to the network Incompatibility of standards (802.11n/ac/ax) Enable compatibility mode in your router settings. 802.11b/g/n
The network is visible but does not accept the password. Security protocol failure (WPA2/WPA3) Change the encryption type in your router to WPA2-PSK (AES)
The laptop does not see any networks. The Wi-Fi module is disabled or damaged. Check the Wi-Fi switch on your laptop case or a key combination (e.g. Fn + F2)
The internet works, but it's very slow. Restrictions from your provider or router Check your router's QoS settings or contact your ISP.

If none of these methods work, there may be a hardware issue—for example, a faulty Wi-Fi module. In this case, we recommend contacting a service center.

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

Is it possible to reset Wi-Fi settings without restarting the laptop?

In most cases, a reboot is required, as changes only take effect after restarting network services. However, in Linux you can restart NetworkManager team sudo systemctl restart NetworkManager without a complete system reboot.

Will other network settings (such as VPN or proxy) be lost after the reset?

Yes, resetting the network in Windows or macOS removes all network configurations, including VPN settings, proxies, and static IP addresses. These will need to be reconfigured. In Linux, when deleting files from /etc/NetworkManager/system-connections/ All user connections are also reset.

How do I reset Wi-Fi on a laptop with two network adapters (built-in and USB)?

The reset affects all network devices. If your USB adapter stops working after the reset, try the following:

  1. Disconnect the USB adapter and reconnect it.
  2. Update driver via device Manager (Windows) or lsusb (Linux).
  3. Check if the adapters are in conflict with each other (in Device Manager there should be no exclamation marks).
Will resetting Wi-Fi help if the problem is only with one network?

There's no point in performing a full reset if the issue is only with one access point. In this case, the following steps are sufficient:

  • Delete this network profile (in Windows: Manage Known Networks → Forget).
  • Reboot the router.
  • Try connecting again.

A full reset is only advisable in the event of system failures affecting all networks.

Is it possible to undo a Wi-Fi reset?

No, it's impossible to undo a reset, as all previous settings are permanently deleted. However, you can:

  • Create a backup copy of your network configurations in advance (on Linux: copy the folder /etc/NetworkManager/system-connections/).
  • Restore settings from cloud backup (if enabled).
  • Manually re-enter all parameters (passwords, static IP, etc.).