How to Delete a Wi-Fi Network on a MacBook: Step-by-Step Instructions

Laptop users Apple Often, we need to change our internet connection settings, but the wording "remove Wi-Fi" can be interpreted differently. In the operating system macOS There's no button to completely physically remove the wireless module, as it's integrated into the hardware platform. This request most often refers to deleting a saved network profile, resetting settings to factory defaults, or disabling a power-saving feature. Understanding these differences is critical to solving your specific problem.

In this article, we'll cover all possible wireless connection scenarios on MacBooks. You'll learn how to delete forgotten networks that prevent automatic connections, reset the module settings in case of software failures, and completely disable the adapter. Managing network profiles wisely helps avoid IP address conflicts and speeds up the search for available access points.

Before we get started, it's worth noting that the system interface may differ slightly depending on the version. macOSNew versions such as Sonoma or Ventura, have an updated settings menu that resembles the interface iPadOS, while older versions use classic system settings. We'll cover universal methods suitable for most current configurations.

Deleting a Saved Wi-Fi Network on macOS

The most common user request is to remove a specific network from the list of remembered networks. This is especially true if you've changed your router password, moved to a new office, or simply want to fix your laptop's automatic connection to the Wi-Fi at a cafe. The process for deleting a profile depends on your operating system version.

In modern versions macOS (Ventura and newer) Network management has moved to the System Preferences app. Open the menu and go to the section Wi-Fi Find the "More" button next to the active network name or use the "Advanced" button at the bottom of the window. In the list of known networks that opens, find the one you don't need and click the minus symbol or the delete button.

⚠️ Attention: Removing a network from the list of known networks will prevent your MacBook from automatically connecting to it. If this is your home network, you'll need to re-enter the password the next time you connect.

For older versions of macOS (Monterey and earlier), the procedure is performed through "System Preferences" -> "Network." Here, select Wi-Fi in the left-hand list, click "Advanced," and then go to the Wi-Fi tab. In the "Preferred Networks" list, select the desired network and click the minus sign.

📊 What version of macOS are you using?
Ventura / Sonoma
Monterey / Big Sur
Catalina and older
I don't know

After deleting a profile, the system may require confirmation of the action by entering the administrator password. This is a standard measure. macOS security, preventing accidental changes to network configurations by third-party programs or inexperienced users. Make sure you're deleting the specific network that's causing conflicts.

Complete reset of the Wi-Fi module settings

If deleting a specific network doesn't resolve the connection issue, a more drastic approach may be necessary: ​​a full reset of the wireless module. This restores the network hardware configuration to factory defaults, clearing the DNS cache, resetting TCP/IP settings, and deleting all saved profiles.

Unlike mobile devices, there's no single "Reset Network" button on a Mac. You'll need to follow a series of steps to remove the configuration files. To get started, open Finder and press the key combination Command + Shift + Gto navigate to the folder. Enter the path. /Library/Preferences/SystemConfiguration/.

In the folder that opens, you are interested in files that contain the words in their names. preferences, NetworkInterfaces or airports. Specific names may vary, but it is usually com.apple.airport.preferences.plist, com.apple.network.eapolclient.configuration.plist And com.apple.wifi.message-tracer.plistBefore deleting, it is recommended to copy these files to your desktop as a backup.

☑️ Checklist before resetting settings

Completed: 0 / 4

After moving or deleting the specified files, you must restart your computer. Upon startup, the system will detect the missing configuration files and create new, default ones. This often resolves issues when Wi-Fi module works unstably or does not see the network.

Disabling the Wi-Fi adapter programmatically

Sometimes users need to temporarily "remove" connectivity, i.e., completely disable the wireless module. This may be necessary for airplane mode, to save battery life, or when using a wired Ethernet connection with priority.

The fastest way is to use the status bar menu item. Click the Wi-Fi icon in the upper-right corner of the screen and toggle the switch to "Off." In newer versions of macOS, the icon will turn gray, and a message will appear in the list of networks indicating that Wi-Fi is off.

An alternative method is via Control Center. Click the icon with two toggles in the menu bar, find the Wi-Fi block, and disable it. You can also use hotkeys if configured, or use the terminal for deeper control.

Advanced users can disable the interface via the terminal. This allows scripting to control the network state. The command to disable the interface is as follows:

sudo ifconfig en0 down

To turn it back on, use the command sudo ifconfig en0 up. Here en0 — This is the standard designation for the wireless interface on most MacBooks. Using Terminal requires administrator rights.

Diagnosis and creation of a new location

If standard methods don't work, an effective way to "remove" current problematic settings is to create a new Location. In macOS, this is a virtual profile containing all network settings. By creating a new one, you get a clean slate without having to manually delete system files.

Go to "System Preferences" -> "Network." At the top of the window (or in the menu, depending on your OS version), find the "Locations" drop-down list. Select "Edit Locations..." or "New Location...." Name it something like "Home Clean" or "Office New."

After creating a new location, the system will apply the default settings. You'll need to reconfigure your Wi-Fi connection, enter passwords, and test your internet connection. This method is especially useful if your old profile has accumulated configuration errors or DNS conflicts.

td>Custom/erroneous ones are possible

Standard (Wi-Fi over Ethernet)

Parameter Old Place (Problematic) New place (Clean)
Saved networks All accumulated over the years None
DNS settings Automatic (from the router)
Proxy May be active Disabled
Priority of services Modified by user

Switching between locations is instant and doesn't require a reboot. You can easily revert to the old profile if the new one doesn't work. This is a safe experiment that doesn't change any system files.

Deleting virtual network interfaces

Often users install virtualization software (eg. VirtualBox, VMware) or development tools (Docker) that create their own virtual network adapters. These adapters may appear in the list of network interfaces and sometimes interfere with normal Wi-Fi operation by intercepting traffic or creating routing conflicts.

To remove such interfaces, go to "System Preferences" -> "Network." In the list on the left, you may see interfaces with names like "VMnet1," "vboxnet0," or "docker0." Select the interface you no longer need and click the minus button at the bottom of the list to remove it.

⚠️ Attention: Removing virtual interfaces may disrupt the operation of virtual machines or containers. Ensure you no longer need these services or uninstall the associated software completely.

If the interface can't be removed through the standard menu, it may be created by a kernel driver. In this case, you'll need to uninstall the application that created it or use special uninstall scripts provided by virtualization software developers.

For deep cleaning, you can use the terminal. The command ifconfig -a will show all active and inactive interfaces. If you see "junk" interfaces left over from uninstalled programs, you can try disabling them with the command sudo ifconfig interface_name down, but complete removal requires cleaning system extensions.

How to find hidden network extensions?

In Terminal, enter the command "networksetup -listallhardwareports." This will display a list of all physical and logical ports available to the system, including those not visible in the graphical interface.

Troubleshooting Drivers and Hardware

In rare cases, the problem isn't a settings issue, but a driver or hardware failure. If the Wi-Fi module has completely disappeared from the system (the icon is gone, and network scanning doesn't work even after a reboot), the control unit may be frozen.

The first step should always be a reboot. If that doesn't help, try resetting the SMC (System Management Controller). On Macs with Intel processors, this is done with a key combination while the laptop is turned off (depending on the model, often Shift + Control + Option + power button). On a Mac with chips Apple Silicon (M1, M2, M3) The reset occurs automatically when closing and opening the lid after a full discharge or reboot.

It's also worth checking for macOS updates. Apple regularly releases patches that fix networking stack bugs. Wi-Fi 6 and older standards. Go to "System Preferences" -> "Software Update" and install available updates.

If all else fails, create a new user on your Mac and test the network under that account. If Wi-Fi works, the problem is with the primary user's profile. If not, there's likely a hardware failure or deep system corruption.

Frequently Asked Questions (FAQ)

Is it possible to physically disable the Wi-Fi module on a MacBook?

On modern MacBook models, the Wi-Fi module is soldered to the motherboard and does not have a plug-in connector. Physically disabling it is only possible by desoldering the component, which requires professional equipment and will void the warranty. Software disabling is the only safe option.

Will resetting the network remove all my passwords?

Yes, deleting configuration files or creating a new location will cause all saved Wi-Fi passwords to be lost. However, passwords saved in iCloud Keychain may sync back after signing in with your Apple ID, but this isn't guaranteed for all network types.

Why can't my MacBook see the 5GHz network?

This may be due to router settings (frequency separation) or regional restrictions. Make sure the "Smart Connect" feature, which combines networks, is not enabled in your router settings, or try changing the broadcast channel to 1, 4, or 8, which are supported everywhere.

How do I get the Wi-Fi icon back if it's gone?

Go to "System Preferences" -> "Control Centers." Find "Wi-Fi" in the list and select "Show in menu bar." If the module isn't detected at all, try restarting your computer or resetting the SMC.