How to Forget a WiFi Network on a MacBook Pro: A Complete Guide

Modern Apple devices are renowned for their ability to instantly connect to popular wireless networks, which is incredibly convenient for everyday use. However, this same feature can become a source of problems if the network configuration has changed, the password has changed, or IP addressing errors have occurred. In such situations, the user must force a disconnect and force the system to ignore saved data for a specific access point.

The procedure for deleting a network profile on macOS has changed dramatically with the release of new versions of the operating system, which often causes confusion among laptop owners. While everything was previously managed through a single preferences window, now there are action algorithms for the current macOS Sonoma and older versions differ significantly. Understanding these differences is critical for quickly resolving connection issues without having to reinstall the system.

In this guide, we'll cover all the known methods for forgetting a WiFi network on a MacBook Pro, taking into account the specifics of different operating system generations. You'll learn how to clear the priority network list, reset access keys, and resolve software conflicts that are interfering with internet stability.

Why do I need to delete a saved WiFi network?

The main reason you might need to forget a WiFi network on a MacBook is because the security settings between your router and laptop are out of sync. When you change the router password or transfer it from the protocol WPA2 to a more modern one WPA3, your laptop continues to attempt to log in using old, no longer valid encryption keys. This leads to endless connection loops that can last for hours.

Another common problem is the presence of multiple profiles with the same name (SSID), but with different security settings, for example, when switching from a guest network to the main network. macOS may get stuck trying to use the guest access settings for the main network, making the internet unavailable. Deleting the old profile forces the computer to re-request fresh data.

⚠️ Attention: Before deleting the network, make sure you have the current password handy. After this procedure, your MacBook will completely "forget" the access point, and automatic connections will be impossible without manually entering the password.

It is also worth noting cases where the problem lies not in the password, but in MAC address Some providers or corporate networks use hardware address filtering, and changing the hardware address (using the "Private Wi-Fi Address" feature) requires a complete reset of the connection profile to establish a new association with the server.

Instructions for macOS Sonoma, Ventura, and later

Since version macOS VenturaApple has completely redesigned the system settings, making them similar to the iPadOS interface. The classic tabbed window is gone; instead, a sidebar with detailed menus is used. Forgetting a WiFi network in this environment requires a slightly different process than in previous generations of the OS.

First, open the Apple menu in the upper left corner of the screen and select System PreferencesIn the window that opens, find the section Wi-Fi in the sidebar. Here you'll see the wireless module switch and a list of known networks the device has previously connected to. Hover over the name of the network you want to delete.

An icon with three horizontal dots or a button will appear next to the network name. "Additionally" (depending on the minor update version). Click on this control. A context menu or a new properties window will open, where you need to select the option Forget this networkThe system will ask you to confirm the action, as this is an irreversible operation for the current session.

☑️ Check before deleting a network

Completed: 0 / 4

Once confirmed, the network will disappear from the list of known networks. If you are within range of the network but the password was incorrect or the network was deleted, macOS will no longer attempt to automatically connect to it, which resolves the issue where the "Connecting..." status is stuck.

Deleting Networks in macOS Monterey, Big Sur, and Catalina

For users who have not updated to the latest OS versions and are running macOS Monterey, Big Sur or CatalinaThe interface remains more traditional. Network management is handled through a tabbed preference panel, which many find more familiar and intuitive.

To get started, go to the Apple menu and select System Preferences, and then click on the icon NetIn the left part of the window, select the active connection. Wi-FiUnlike the new versions, here you need to press a button Additionally..., which is usually located in the lower right corner of the network settings window.

A window will open with a list of all preferred networks sorted by connection priority. Select the network you don't need from the list and click the minus button. (-) below the list. This action will delete the profile from memory. Don't forget to click the button OK and then Apply in the main window for the changes to take effect.

⚠️ Attention: In older versions of macOS, removing a network from the preferred list doesn't always immediately clear the key cache. If the issue persists, an additional step via Keychain may be required, as described below.

It's important to note that in these operating system versions, the order of networks in the list matters. macOS always tries to connect to the first available network at the top of the list. By removing old or unused networks, you not only solve the problem with one access point but also optimize the connection process to other familiar areas.

Working with Keychain Access

Sometimes standard methods for deleting a network don't help, since information about the password and certificates is stored deeper - in the system utility Bunch of keysThis is the password vault where macOS stores login data for various services and networks. If a network profile is stuck or corrupted, deleting it from here is the most radical and effective method.

To access the storage, open Finder, go to the folder ProgramsUtilities and launch the application Bunch of keysYou can also use Spotlight search by typing the program name. Select a category in the left panel. Keys, and at the top of the window, switch to the tab All keys or System, if the network in question was public.

In the list of all entries, find the name of your WiFi network. It may appear several times: as an entry like "AirPort base station" or simply as the network name. Right-click the entry and select DeleteThe system will require you to enter an administrator password or use Touch ID to confirm the operation.

What if the network is not removed from the keychain?

If the system reports that the item can't be deleted, try restarting your Mac in Safe Mode (holding Shift while booting) and repeating the process. Also, check if there's a process running that's using the network.

After deleting entries from the keychain, it's recommended to restart your computer. The next time you connect to this network, macOS will act as if it's seeing it for the first time, prompting you for the password again and creating a clean, correct connection profile without any previous errors.

Resetting network settings via Terminal

For experienced users who find graphical interfaces unhelpful, there's the option to reset network settings via the command line. This method is especially useful when the system interface freezes or becomes unresponsive. Terminal requires attention, since commands are executed immediately after entering.

Open the app Terminal (via Spotlight or in the Utilities folder). To remove all network settings and restore them to factory defaults, you can use the daemon reset command. Enter the following command and press Enter:

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

The system will prompt you for an administrator password (the characters won't display as you type). After entering, press Enter. This command will delete the WiFi preferences file, forcing the system to recreate it from scratch the next time you reboot. Be careful: this will delete all saved networks, not just the specific one.

An alternative and more gentle method is to restart the network service without deleting files. Enter the command:

sudo ifconfig en0 down && sudo ifconfig en0 up

This sequence of commands will force the WiFi module to turn off and on (en0 (The standard designation for the wireless interface on a MacBook Pro). This often helps reset stuck DHCP client states and renew the IP address without losing saved passwords.

⚠️ Attention: Commands in Terminal are executed with superuser privileges. Incorrectly deleting system files can lead to network instability. Use these methods only if you are confident in your actions.

Diagnostics and table of possible problems

If the connection issue persists after completing all the network deletion procedures, it's possible the issue isn't a forgotten profile, but a deeper settings conflict or hardware issue. Below is a table to help you categorize the symptoms and point you in the right direction for further troubleshooting.

It's important to distinguish between macOS software glitches and router issues. If other devices in your home also can't see the network or connect, the problem is most likely with your ISP or router, not yours. MacBook Pro.

Symptom Probable cause Recommended action Complexity
The "Connecting..." status hangs indefinitely. IP conflict or old profile Forget network + reset DHCP Low
A password is required, although it has not been changed. Keychain Error Deleting an entry from Keychain Average
The network is visible but does not connect. Unsupported security standard Checking router settings (WPA2/3) High
WiFi is gray and won't turn on. Wi-Fi service or module failure Resetting NVRAM and SMC High

Manually resetting the DHCP lease often helps resolve IP addressing errors. Go to System PreferencesNetWi-FiDetails (or Additionally). Find the TCP/IP section and click the button Reset DHCPThis action will update the device's address on the local network.

📊 What's the most common WiFi connection problem you encounter?
The password keeps disappearing
The network is not visible at all
Slow connection speed
The device does not see any networks.

Frequently Asked Questions (FAQ)

In conclusion, we'll address the most common questions users have when managing network connections on a MacBook. These answers will help clear up any remaining doubts and avoid common mistakes.

Will this remove the WiFi network from all my Apple devices?

No, the "Forget This Network" feature only works locally on the device where you perform this action. However, if you have iCloud Keychain sync enabled, the password may update on other devices, but you will need to remove the profile from your preferred networks list on your iPhone or iPad separately on each device.

Is it possible to restore a deleted network without entering a password?

If you've forgotten your network but haven't saved the password anywhere, you won't be able to restore automatic login. For security reasons, macOS doesn't store passwords in plaintext after the user deletes them. You'll have to either remember the password, view it on an already connected device (for example, an iPhone with iOS 16 or later, where WiFi passwords can be found in Settings), or reset the password on the router.

Why is my MacBook connecting to my neighbor's WiFi with my name?

This happens if you or someone else previously used a default router name (such as "TP-Link" or "Netgear") and didn't change it. Your MacBook remembers the first network it encounters with that name. To fix this, you need to forget all networks with that name and, if possible, rename your router to a unique name through its web interface.

How do I disable automatic connection to open networks?

There is a security warning feature in the WiFi settings. Go to System PreferencesWi-Fi and find the option related to network security. You can also remove a specific open network from the list of known networks to prevent your MacBook from connecting to it. Newer versions of macOS have a "Private Wi-Fi Address" feature, which is best left enabled to protect your privacy.

What should I do if the "Forget this network" button is inactive?

If the button is grayed out, it may mean the network is currently in use by the system or there are configuration profile restrictions (common on corporate MacBooks). Try disabling the WiFi module first, uninstalling it, and then re-enabling it. If this is a work laptop, contact your company's IT department.