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.
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:
- Open the menu
Startand go toParameters(gear icon). - Select a section
Network and Internet. - Scroll down and click
Network reset. - In the window that opens, click
Reset nowand 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 resetnetsh 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:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Managing known networks. - 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:
- Open
System Preferences → Network. - Select
Wi-Fiin the left menu and clickAdditionally. - In the window that opens, go to the tab
Wi-Fi. - Select the problematic network and click
–(minus) to remove it. - Click
OKand confirm the changes.
It is also recommended to reset the settings DHCP And DNS:
- In the same window
Additionallygo to the tabTCP/IP. - Click
Renew DHCP lease. - Go to the tab
DNSand delete all servers by clicking–. - Add Google's default DNS:
8.8.8.8And8.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 downsudo 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 fromen0To find out the exact name, enter the command in Terminalnetworksetup -listallhardwareportsand find the lineWi-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:
- Open Terminal (
Ctrl + Alt + T). - Enter the command to reset all connections:
sudo nmcli networking offsudo nmcli connection delete --all
sudo nmcli networking on - 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:
- Open terminal and run:
sudo rm /etc/NetworkManager/system-connections/*sudo systemctl restart NetworkManager - If used systemd-networkd, clear the folder:
sudo rm /etc/systemd/network/*.networksudo 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 sectionNetwork adaptersand check if there is an exclamation mark next to your Wi-Fi module. - 🍎 In macOS: open
System report(holdOptionand click on the Apple logo →System information), then go toNetwork → Wi-Fi. - 🐧 In Linux: enter in terminal
lspci | grep -i networkorlsusb(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:
- Connect to the router via cable (Ethernet).
- Open the router's web interface (usually at
192.168.0.1or192.168.1.1). - Find the section
Wireless networkand change the channel withAutoon6,11or1(for 2.4 GHz). - 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:
- Disconnect the USB adapter and reconnect it.
- Update driver via
device Manager(Windows) orlsusb(Linux). - Check if the adapters are in conflict with each other (in
Device Managerthere 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.).