The situation when your MacBook or iMac Suddenly losing track of a wireless network or refusing to connect is a familiar problem for many Apple users. It can happen at the most inopportune moment: during an important call, downloading files, or updating a system. Often, the problem isn't a hardware issue, but a software glitch or settings conflict that can be resolved independently.
In most cases no connection Caused by simple data desynchronization between the router and computer, outdated network profiles, or malfunctioning macOS system services. Understanding the device's behavior—whether the Wi-Fi icon is blinking, whether it's endlessly asking for a password, or simply displays "failed to connect"—is the first step to quickly restoring your internet service.
Before taking your laptop to a service center, it's worth trying a number of proven methods. diagnostics, which help in 90% of cases. We'll walk you through the steps, from simple reboots to deep cleaning of system configuration files, so you can get your gadget into service as quickly as possible.
Initial diagnosis and quick solutions
The first thing to do when a problem is detected is to rule out basic equipment malfunctions. Often wireless module My Mac simply freezes and requires a restart. Try turning off Wi-Fi in the status bar, waiting 10-15 seconds, and then turning it back on. If the icon disappears or turns gray, the problem may be deeper.
The next critical step is rebooting the router. Many users forget that routers, like computers, have their own operating system and RAM, which need to be cleared periodically. Unplug the router's power cord, wait at least 30 seconds, and plug it back in. This refreshes the IP addresses and clears temporary connection errors.
⚠️ Note: If, after rebooting the router, other devices (phones, tablets) connect without problems, but the Mac does not, then the problem is definitely with the settings of the computer itself, and not with the ISP or the service provider's equipment.
It's also worth checking whether Do Not Disturb mode or specific power saving settings are enabled on your computer, which could be disabling the adapter. Make sure the date and time on your Mac are set correctly, as time synchronization issues often block secure connections. WPA2/WPA3.
- 🔄 Restart your MacBook using the Apple menu → Restart.
- 📡 Turn Wi-Fi off and on using the menu item or via the Control Center.
- 🔌 Unplug the router for 30 seconds to completely reboot.
- ⏰ Check that the date and time are correct in your system settings.
Using built-in Wi-Fi diagnostics on macOS
The macOS operating system has a powerful built-in tool that not all users are aware of. The utility Wi-Fi diagnostics It can automatically analyze the connection status and suggest solutions. To open it, hold down the key Option (Alt) on your keyboard and simultaneously click the Wi-Fi icon in the menu bar. From the list that appears, select "Open Wi-Fi Diagnostics."
Once launched, the utility will prompt you to select the problem type. If your Mac can't see the network at all, select the appropriate option. If the network is visible but you can't connect, select "Problems connecting to a Wi-Fi network." The system will check your TCP/IP settings, DNS, and the status of your wireless adapter. In some cases, it may automatically fix errors or provide clear instructions on what needs to be changed.
The diagnostics may result in a successful fix or a recommendation to reset the settings. Don't ignore the reports the system generates, as they often contain specific error codes that can be helpful for further searching for a solution online or contacting support.
It's important to note that the utility may take several minutes to complete. During this time, the wireless connection may be interrupted. The utility checks numerous parameters, including channel conflicts and the presence of interference from neighboring networks, which is especially relevant in apartment buildings.
- 🔍 Press
Optionand click on the Wi-Fi icon. - 🛠 Select "Open Wi-Fi Diagnostics" from the drop-down menu.
- 📝 Follow the on-screen instructions to automatically fix it.
Removing and re-adding a network
One of the most common reasons why a Mac won't connect to Wi-Fi is a saved network profile with incorrect data. This can happen after changing the router password, changing the encryption type, or updating the router firmware. The computer tries to use the old ones. access keys, receives a refusal and blocks repeated attempts.
To resolve this issue, you need to completely remove the network from the list of known networks. Go to System Preferences (or System parameters (in newer versions of macOS) → Wi-FiFind your network in the list, click the "More details" button (or the "i" icon), and select "Forget this network." Your Mac will then stop trying to connect automatically.
⚠️ Note: After deleting the network, you will be prompted to re-enter the password. Make sure you know the current passkey and have not mixed up the letter case or similar characters (for example, zero and the letter O).
After deleting the profile, reselect the network from the list of available networks and enter the password. If the connection is successful, the problem was with the settings cache. In some cases, it may also be helpful to switch the router's security mode (for example, from WPA2 to WPA3 or vice versa) if your older Mac doesn't support newer encryption standards.
☑️ Check your network profile
Resetting network settings and configuration files
If simple methods don't help, the system files responsible for network connections may be damaged. On macOS, these files are responsible for .plist, stored in a hidden library. Deleting them forces the system to create new, clean configuration files with factory settings.
To perform this operation, open Finder, click on the menu "Go" → "Go to Folder" (or use the shortcut Command + Shift + G). Enter the path: /Library/Preferences/SystemConfiguration/In the folder that opens, you need to find and delete (or move to a backup folder) the following files:
com.apple.airport.preferences.plistcom.apple.network.eapolclient.configuration.plist
com.apple.wifi.message-tracer.plist
NetworkInterfaces.plist
preferences.plist
After deleting these files, be sure to restart your computer. Upon startup, macOS will detect the missing configuration files and create new ones. This often resolves issues where the Wi-Fi icon has become grayed out or disappeared completely. Please note that after doing this, you will have to re-enter passwords for all known Wi-Fi networks.
What to do if files are not deleted?
If the system reports that the file is in use or protected, check the permissions. As a last resort, you can try booting into Safe Mode (holding Shift while booting on Intel or holding the power button on Apple Silicon) and deleting the files from there.
This method is more drastic than simply "forgetting the network" because it affects global interface settings. Use it when other methods fail. Often after such a reset IP address is issued correctly, and the Internet starts working stably.
Manually Configuring DNS and TCP/IP
Sometimes a Mac connects to the router, but the internet doesn't work. This could be due to incorrect DNS server settings that fail to resolve domain names to IP addresses. By default, macOS gets this data automatically from your ISP, but sometimes manually specifying trusted servers (such as Google or Cloudflare) resolves the issue.
Go to System Preferences → Net → Wi-Fi → Read more → tab DNSIf there are any unnecessary addresses, delete them. Add new ones by clicking the plus sign: 8.8.8.8 And 1.1.1.1. It's also worth checking the tab TCP/IP and click the "Reset" button (or "Renew DHCP lease") to get a fresh IP address from the router.
| Parameter | Default value | Recommended manual value | Purpose |
|---|---|---|---|
| DNS Server 1 | Automatically | 8.8.8.8 | Google's main server |
| DNS Server 2 | Automatically | 8.8.4.4 | Google backup server |
| DNS Server 3 | - | 1.1.1.1 | Cloudflare Server (Fast) |
| IPv4 | Use DHCP | Use DHCP | Addressing protocol |
After changing your DNS settings, click "OK" and "Apply." Check your internet connection. If websites start loading faster or work at all, the issue was with your DNS provider. You should also try clearing the DNS cache using Terminal by entering the following command: sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder.
- 🌐 Open network settings and go to Wi-Fi details.
- 🔢 In the DNS section, write the addresses 8.8.8.8 and 1.1.1.1.
- 💾 Click "Apply" and check access to websites.
2.4 GHz and 5 GHz frequency conflicts
Modern routers often operate in two bands: 2.4 GHz and 5 GHz. Older Mac models may have difficulty seeing or connecting to 5 GHz networks, especially if they are far from the router. Conversely, newer Macs may ignore the crowded 2.4 GHz band if 5 GHz is prioritized.
The issue may lie with the Smart Connect feature, which causes the router to broadcast the same network on both frequencies. Your Mac may "jump" between them or get stuck on a weak signal. Try separating the networks in your router settings by giving them different names (for example, Home_2.4 and Home_5), and force your Mac to connect to the desired frequency.
⚠️ Note: The 5 GHz band has a shorter range and is less effective at penetrating walls, but it offers higher speeds. If your Mac is located far from the router, switching to 2.4 GHz can improve connection stability, even if the speed drops.
It is also worth checking whether the router is set to wireless only mode. 802.11ax (Wi-Fi 6) if your Mac doesn't support it. It's best to select Mixed mode in your router's wireless settings to ensure compatibility with all devices in your home.
How do I know what frequency I'm operating on?
Hold down Option and click the Wi-Fi icon. The "Channel" line will display the frequency. Channels 1-14 are 2.4 GHz, while channels 36 and above (e.g., 149, 153) are 5 GHz.
When you need help from a specialist
If none of the software methods have helped and your Mac still won't connect to Wi-Fi, there's a high probability of a hardware issue. This could be due to a malfunction. Wi-Fi module (antenna or chip on the board), especially if the laptop has previously been subjected to impacts or liquid damage. In such cases, diagnostics at a service center is required.
You should also contact your provider if the problem occurs on all devices simultaneously and rebooting the router doesn't help. It's possible there's maintenance going on or a power outage. Checking service availability is an important step before blaming complex Apple devices.
Remember that regularly updating macOS and router firmware minimizes the risk of software conflicts. Keep your software up-to-date to take advantage of the latest security patches and wireless stability improvements.
Why does my Mac say "incorrect password" even though I'm entering it correctly?
A common cause is Caps Lock being enabled or the wrong keyboard layout (Russian instead of English). The password on the router may also have changed, and the Mac is trying to use an old saved key. Solution: Delete the network (Forget the network) and re-enter the password, paying close attention to capitalization.
How to reset SMC and NVRAM on Mac to fix network issues?
On a Mac with an Intel processor: Shut down your Mac, hold down Control + Option + Shift (left) and the power button for 7 seconds, then release and turn on. For NVRAM: when turning on, hold down Option + Command + P + R and hold until the second beep. On a Mac with an Apple Silicon chip (M1/M2/M3), a regular reboot is sufficient, as the reset occurs automatically.
Can antivirus block Wi-Fi on Mac?
Yes, third-party security programs or firewalls can block a network connection if they deem it unsafe. Try temporarily disabling your antivirus or firewall. System Preferences → Net → Firewall and check the connection.
What should I do if the Wi-Fi icon has disappeared completely?
This indicates that the system isn't detecting the wireless adapter. Try creating a new macOS user and check if the icon appears there. If it doesn't, the Wi-Fi module hardware may be faulty. Resetting the SMC/NVRAM may also help.