Modern users rarely think about how exactly their devices interact with wireless networks until a connection conflict arises or data privacy is needed. Deleting a Wi-Fi network On a MacBook, disconnecting from the internet isn't just a simple process, but a process that may be necessary to clear the list of trusted networks, resolve authorization errors, or protect against automatic connections to unsafe access points in the future. In macOS, this process is implemented logically, but has its own nuances depending on the operating system version.
Many owners MacBook Air And MacBook Pro Face a situation where your laptop automatically connects to the old network of a cafe or office, ignoring faster mobile internet or a home router. Completely deleting the network profile from the system settings is the only way to ensure that your device will never attempt to connect to that access point again without your knowledge. This is especially important for those who travel frequently or work in different locations with multiple open networks.
In this article, we'll cover all aspects of wireless connection management in detail: from simply "forgetting" a network to thoroughly resetting configuration files that can cause system failures. You'll learn the difference between temporarily disabling and completely clearing connections, and how to diagnose problems if standard methods don't work. Understanding these mechanisms will allow you to maintain your Mac clean and safe.
Basic network deletion via system settings
The easiest and safest way to get rid of an unnecessary connection is to use the built-in macOS interface. The network management interface has changed with the release of new versions of the operating system, so it's important to know where to find the necessary switches in your version. macOSIn newer versions such as macOS Ventura or Sonoma, the logic of the arrangement of elements has become closer to mobile operating systems, which simplifies navigation for many users.
To complete this procedure, you need to open the System Preferences menu. You can do this by clicking the apple in the upper-left corner of the screen and selecting the appropriate option, or by using a keyboard shortcut. Locate the section responsible for network connections. In older versions of macOS, this was simply called "Network," but in newer versions, it's often separated into a separate category. Wi-Fi in the side menu.
- 📡 Click the "More details" icon or the gear icon next to the active network name to see a list of known access points.
- 🗑️ Find the network you want to delete in the list and click the "Forget this network" button or the minus icon.
- 🔒 Confirm the action if the system asks you to enter an administrator password or Touch ID to make configuration changes.
After completing these steps, the system will immediately terminate the connection if it was active and delete the saved password. Going forward, even if you're within range of this network, your MacBook won't attempt to connect automatically. This is an effective method for managing personal and guest networks that you no longer plan to access.
Managing Networks in macOS Ventura and Sonoma
Owners of modern laptops such as MacBook Pro 2023 or newer, often run current versions of macOS, which have undergone significant interface changes. Apple has redesigned the menu structure, making it more modular. If you're accustomed to the classic network list, in the new versions you'll have to adapt to a new approach, where each network is treated as a separate object with its own properties.
To delete a network in these versions, go to System Preferences → Wi-FiHere you'll see a Wi-Fi status switch and a list of known networks below. Hover over the name of the network you want to delete, and a three-dot icon or "More details" button will appear on the right. Clicking it will take you to the detailed settings menu for that specific access point, where the delete button is located.
⚠️ Note: In newer versions of macOS, deleting a network may take a few seconds while the system syncs changes with iCloud Keychain. If the network doesn't disappear immediately, don't try deleting it again—this may cause a process conflict.
It is important to note that if you use iCloud KeychainDeleting a network on one device may delete it from all your Apple devices linked to your Apple ID. This is convenient for keeping your devices tidy, but requires caution if you plan to use this network on another Mac in the future.
Working with priorities and hidden networks
Sometimes simply deleting a connection isn't enough, especially when it comes to hidden networks or situations where the MacBook prefers a weak network over a strong one. The operating system prioritizes connections based on history and security settings. Network priority — is a mechanism that determines which access point a computer will connect to if there are several known networks within range.
In older versions of macOS (before Catalina), you could drag and drop networks in the priority list to change their order. In modern versions, this functionality is hidden, and priority is given to the most recently connected network or a network with a higher security level. If your Mac stubbornly clings to a network with a poor signal, the only solution is to completely remove it from the device's memory.
Hidden networks (those that don't broadcast their SSID) require special attention. Your MacBook may store their profile and constantly scan the air for that specific name, which drains battery life. To delete a hidden network, you need to know its exact name. In the list of known networks, it may appear simply as "Hidden Network" or by name if you've connected to it before.
- 🔍 Make sure you know the exact name (SSID) of the hidden network, as without it you won't be able to find it in the profile list.
- 📉 Removing a hidden network will stop background scanning, which can have a positive impact on battery life MacBook.
- 🔄 If you need a network but the connection is unstable, it's best to delete it and create a new connection profile from scratch, manually entering the security settings.
Using the terminal for advanced users
For those who prefer the command line to the graphical interface, or in cases where the macOS graphical interface does not work correctly, there is a powerful tool - TerminalUsing the command line allows for in-depth manipulation of network settings that are not accessible through the standard menu. This is especially useful for system administrators or when diagnosing complex problems.
To manage Wi-Fi via the terminal, a utility is used networksetupFirst of all, you need to know the exact name of your network interface. Usually, on a MacBook, it's Wi-Fi, but the name may differ in some configurations. To list all networks your computer knows, use the command to list saved profiles.
networksetup -listpreferredwirelessnetworks Wi-Fi
This command will list all SSIDs stored by the device. To delete a specific network, use the delete command, specifying the network name. For example, to delete a network named "Cafe_Free," the command would look like this:
networksetup -removepreferredwirelessnetwork Wi-Fi"Cafe_Free"
After entering the command, the system may prompt you for an administrator password. Enter it (the characters won't be displayed on the screen) and press Enter. If the operation is successful, the network will disappear from the list of preferred networks. This method is advantageous because it works at the system level, ignoring any potential GUI bugs.
What should I do if the terminal says "Device not found"?
If the command returns an error, check the exact interface name with the networksetup -listallhardwareports command. Look for the line with "Wi-Fi" in parentheses and use the name from the top line (e.g., en0).
Radical measures: resetting network settings
If deleting individual networks doesn't help and the connection issues are system-wide, you may need to perform a full network settings reset. This will return all network configurations to factory defaults. Reset network settings This will delete all saved Wi-Fi passwords, VPN settings, proxy servers, and custom DNS addresses. This is a last resort and should only be used after other methods have failed.
Unlike Windows, macOS doesn't have a single "Reset Network" button. The process varies depending on the OS version. In older versions, you could use a hidden debug menu by holding down certain keys while clicking the Wi-Fi icon. In newer versions, Apple has simplified this process by adding a reset option to the main settings, but it still requires careful attention.
| Action | Consequences | Need to reboot |
|---|---|---|
| Forget the network | Deleting one profile | No |
| Resetting NVRAM/PRAM | Resetting low-level settings | Yes |
| Deleting plist files | Complete reset of network daemons | Yes |
| Change of region | Resetting available Wi-Fi channels | No |
One effective way to "cure" network problems is to create a new network location. Go to the network settings, find the "Location" menu, and create a new one, naming it something like "Default." This will force the system to reinitialize network services, often bypassing software errors.
⚠️ Important: Before performing a full reset of network settings, be sure to write down passwords for important Wi-Fi networks and corporate VPN settings, as they cannot be restored automatically.
Diagnosing and resolving connection problems
Even after deleting the network and reconnecting, errors may still occur. Often, the problem isn't with the MacBook itself, but rather with IP address conflicts or outdated DNS caches. Wi-Fi diagnostics — is a built-in macOS tool that can automatically find and fix many common problems.
To start diagnostics, press the key Option and click the Wi-Fi icon in the menu bar. Select "Open Wireless Diagnostics." Follow the wizard's instructions. It will analyze your signal quality, check your configuration, and suggest solutions. Don't ignore the report that is generated at the end—it may indicate the specific cause of the instability.
- 📡 Check if you are using a congested Wi-Fi channel, especially in apartment buildings.
- 🔒 Make sure your network security type (WPA2/WPA3) is supported by your router and MacBook.
- 🔄 Try updating your router's firmware, as older versions of software may conflict with Apple's new security standards.
If nothing helps, try manually entering DNS servers, for example, from Google (8.8.8.8) or Cloudflare (1.1.1.1). This often resolves "no internet" issues even when connected to the internet. It's also worth checking the date and time on your device—an incorrect time can block a secure connection.
☑️ Checklist before resetting the network
Is it possible to restore a deleted Wi-Fi network without re-entering the password?
If you used iCloud Keychain and the network was deleted on only one device, it may be automatically restored during sync if the password is saved in the cloud. However, if you chose the option to completely delete it from all devices or Keychain was disabled, you will need to enter the password again.
Why doesn't my MacBook see the "Forget This Network" button?
This button is only active when you're in the detailed settings menu for a specific network. If you only see a list of networks, click the "i" icon or the three dots next to the network name. The button may also be unavailable if you're trying to delete a system network or a restricted guest network.
Does deleting a network affect internet speed?
Deleting a network itself doesn't increase speed, but clearing the list of dozens of unnecessary profiles can speed up the initial scan and connection process when turning on Wi-Fi. Furthermore, this prevents attempts to connect to weak or insecure networks, which indirectly improves the user experience.
What should I do if my MacBook still connects to a network after deleting it?
This may mean the network profile is saved elsewhere, such as in an enterprise management profile (MDM) or synced from another device via iCloud. Check your Keychain settings in the Keychain Access app and manually delete the password entry there.