You turned on MacBook, and the Wi-Fi icon in the menu bar is grayed out, missing, or showing a "No Internet Connection" error? A wireless network issue on your devices Apple This can occur due to both software glitches and hardware malfunctions. In this article, we'll look at all the possible reasons why Wi-Fi won't turn on on my MacBook, - from basic checks to complex diagnostic manipulations.
It is important to understand that the troubleshooting algorithm depends on the laptop model (MacBook Air, MacBook Pro 13"/14"/16") versions macOS (from Monterey to Sonoma) and even the processor type (Intel or Apple Silicon M1/M2/M3). For example, on MacBook Pro 2018 with a chip T2 reset SMC is performed differently than on MacBook Air M1We've taken into account every detail to ensure the instructions are suitable for most modern devices.
If you are not confident in your technical skills, some steps (such as disassembling the case or working with Terminal) It's best to entrust this to a service center. However, 80% of Wi-Fi problems can be resolved using software—without opening the laptop.
1. Basic checks: router, airplane mode, and network settings
Before diving into diagnostics MacBook, make sure the problem isn't with your router or ISP. Here's what to do first:
- 🔄 Reboot your router: Unplug it for 30 seconds, then plug it back in. Wait 2-3 minutes for the device to fully boot up.
- 📱 Check other devicesConnect your smartphone, tablet, or another laptop to the same network. If Wi-Fi doesn't work everywhere, the problem is with your router or ISP.
- ✈️ Turn off Airplane Mode: click on the icon
Control Centerin the menu bar (or swipe down from the right side Touch Bar) and make sure the mode is turned off. - 🔌 Check the router's power cable: Sometimes the problem lies in a damaged adapter or unstable power supply.
If other devices connect to Wi-Fi normally, and MacBook — No, proceed to the next step. If the problem is widespread, contact your internet service provider's technical support.
⚠️ Attention: On some models MacBook Pro (2016–2019): When Airplane Mode is enabled, the Wi-Fi icon may remain grayed out even after it's disabled. A full reboot of the laptop may resolve this issue.
2. Reset the Wi-Fi module and network settings
If basic checks don't help, the next step is to reset your network settings. This will delete all saved Wi-Fi passwords, but it often resolves connection issues.
Instructions for macOS Ventura and newer:
- Open
System Preferences → Network. - Select
Wi-Fiin the left menu, then click on the three dots (…) →Forget this networkfor all saved networks. - Go to
System Preferences → General → Transfer or Reset(V Sonoma) orSystem Preferences → Network → Advanced(V Ventura). - Click
Reset network settings(V Sonoma) or delete the filecom.apple.network.identification.plistthroughTerminal(more on this below).
For a deeper reset, perform the following: Terminal (the application is in Programs → Utilities):
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plistsudo rm /Library/Preferences/SystemConfiguration/preferences.plist
sudo rm /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
After that, reboot MacBook.
☑️ Network reset on MacBook
3. macOS Issues: Updates, Cache, and SMC/NVRAM
Wi-Fi often fails after an update. macOS or due to corrupted system files. Here's what you can do:
- 🔄 Update macOS: go to
System Preferences → General → Software Updateand install the latest updates. Sometimes Apple releases patches specifically to fix Wi-Fi problems. - 🗑️ Clear network cache: V
Terminalexecute:sudo dscacheutil -flushcachesudo killall -HUP mDNSResponder - 🔧 Reset SMC and NVRAM:
- For MacBook with Apple Silicon (M1/M2/M3): reset
SMCno need, just reboot. - For MacBook with Intel: turn off your laptop, hold down
Shift + Control + Option+ power button for 10 seconds, then turn on. - Reset
NVRAM(for all models): when turning on, hold downCommand + Option + P + Rfor 20 seconds.
- For MacBook with Apple Silicon (M1/M2/M3): reset
On 2018–2019 MacBook Pros with the T2 Security Chip, resetting the SMC may temporarily disable Touch ID—this is normal and will be restored after a reboot.
⚠️ Attention: If after reset NVRAM MacBook If your system is taking longer than usual to boot up, don't panic. The system is restoring default settings, which may take up to 5 minutes.
4. Hardware faults: antennas, cables and Wi-Fi module
If software solutions don't help, the problem may be hardware-related. Common hardware causes include:
| Malfunction | Signs | Solution |
|---|---|---|
| The Wi-Fi antenna cable is damaged. | Wi-Fi drops out periodically, the signal is weak even near the router | Replacing the cable at a service center (cost: ~3,000–5,000 rubles) |
| The Wi-Fi/Bluetooth module is faulty | Wi-Fi doesn't turn on at all, and Bluetooth may not work either. | Replacing the module (on M1/M2 - part of the motherboard, expensive repair) |
| Oxidation of antenna contacts | Problems arise after exposure to moisture or sudden temperature changes. | Cleaning the contacts with alcohol or replacing the antenna kit |
| Battery problems | Wi-Fi turns off when the charger is disconnected or when the battery is low | Battery diagnostics (in System Report → Power) |
On MacBook Pro/Air with M1/M2/M3 processors The Wi-Fi module is soldered into the motherboard, so replacing it is expensive (from 15 thousand rubles). On models with Intel The module is removable, but requires careful disassembly.
How to check the antenna cable without disassembling it?
Open Option-click on the Wi-Fi icon in the menu bar. If the signal level (RSSI) constantly jumps from -30 dBm to -90 dBm - this is a sign of poor antenna contact.
5. Conflicts with VPNs, antiviruses, and third-party utilities
Some programs can block Wi-Fi connections. Common culprits include:
- 🛡️ VPN clients (NordVPN, Surfshark, ProtonVPN): try disabling your VPN or uninstalling the program.
- 🦠 Antiviruses (Kaspersky, Avast, ESET): temporarily disable network protection in settings.
- 🔧 Network monitoring utilities (Wireshark, Little Snitch): they may conflict with system services.
- 🎮 Emulators and virtual machines (Parallels, VMware Fusion): Check the network bridge settings.
How to diagnose a conflict:
- Download MacBook V Safe mode (press
Shiftwhen turned on). If Wi-Fi works, the software is to blame. - Check it out
System monitoring(Programs → Utilities): sort processes by network load (Nettab). - Remove suspicious programs via
AppCleaner(free utility for complete software removal).
6. Problems with DNS and TCP/IP settings
Sometimes MacBook connects to Wi-Fi, but the internet doesn't work due to incorrect settings DNS or TCP/IPHere's how to fix it:
Step 1: Flush DNS cache:
sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder
Step 2: Change DNS servers manually:
- Open
System Preferences → Network → Wi-Fi → Advanced. - Go to the tab
DNSand add:1.1.1.1(Cloudflare)8.8.8.8(Google DNS)
OK and reboot MacBook.Step 3: Reset settings TCP/IP:
- In the same menu (
Additionally) go to the tabTCP/IP. - Click
Renew DHCP lease(if the button is inactive, selectUse DHCPon the menuConfiguring IPv4).
7. Diagnostics via Wireless Diagnostics
Apple built in macOS A powerful tool for analyzing Wi-Fi problems - Wireless DiagnosticsTo run it:
- Clamp
Option (Alt)and click on the iconWi-Fiin the menu bar. - Select
Open Wi-Fi diagnostics. - Follow the wizard's instructions. Upon completion, a report with recommendations will open.
RSSI(signal level): if the value is below-70 dBm— the signal is too weak.Noise(noise level): if higher-85 dBm- too much interference.Transmit Rate: if below100 Mbps— there may be problems with the module or router.- 🚨 Wi-Fi doesn't turn on at all (the icon is gray or missing from the settings).
- 🔌 The problem only appears when running on battery power (not when charging).
- 🔍 In
Wireless Diagnosticsthere is a mention"Hardware Issue". - 💻 On MacBook Bluetooth also doesn't work (this indicates a faulty module).
- 🔥 The laptop was dropped, exposed to moisture, or overheated.
- Replacing the antenna cable: 3,000–6,000 rubles
- Replacing the Wi-Fi module (on Intel MacBook): 8,000–15,000 rubles
- Motherboard repair (on M1/M2 MacBook): from 20,000 rubles
- Damaged antenna in MacBook (replacement of the cable is required).
- Incorrect router settings (try changing the Wi-Fi channel to 5 GHz).
- Interference from other devices (microwaves, cordless phones).
- On MacBook with Apple Silicon (M1/M2/M3) Many USB adapters do not work due to lack of drivers.
- For Intel MacBook chip adapters will do Ralink RT5370 or Realtek RTL8188 (For example, TP-Link TL-WN725N).
- Before purchasing, check compatibility on the manufacturer's website.
What to look for in the report:
If there is a line in the report "Hardware Issue Detected" This is a direct signal of a faulty antenna or Wi-Fi module. In this case, contact a service center.
8. When to contact the service center
If you have tried all the methods in this article, but Wi-Fi is not working MacBook If it still doesn't work, it's most likely a hardware issue. Here are some signs that indicate you should contact a specialist:
The cost of repair depends on the model:
⚠️ Attention: On MacBook Pro 2016–2019 With Touch Bar Replacing the antenna cable yourself may result in failure Touch ID Due to damage to the flexible cable. Please entrust repairs to a certified service center.
FAQ: Frequently asked questions about Wi-Fi on a MacBook
Why does Wi-Fi only work near the router?
This is a sign of a weak signal and may be caused by:
Check the signal level through Option-click on the Wi-Fi icon - If RSSI below -75 dBm, the problem is most likely in the antenna.
Is it possible to connect to Wi-Fi via a USB adapter?
Yes, but with some reservations:
My Wi-Fi is gone after updating macOS. What should I do?
This is a common problem, especially when upgrading to a new version. macOSProcedure:
- Reset
NVRAM(instructions above). - Delete the file
/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist. - If it doesn't help, roll back the system
Time Machineor reinstall macOS (without data loss).
If the problem persists, check the forums Apple (For example, Apple Communities), it might be a massive bug, and Apple has already released a patch.
The Wi-Fi connects, but the page won't open. What's wrong?
Possible reasons:
- DNS issues: try changing DNS servers (instructions in section 6).
- VPN or proxy: turn them off in
System Preferences → Network. - Router-level blocking: Check your parental control settings.
- Wrong
MTU: VSystem Preferences → Network → Wi-Fi → Advanced → HardwareinstallMTU = 1453.
Wi-Fi is slow on my MacBook M1. How can I speed it up?
On chips Apple Silicon Wi-Fi slowdowns are often associated with:
- 2.4 GHz channel congestion: Switch to 5 GHz in your router settings.
- Energy saving settings: turn off
Battery charge optimizationVSystem Preferences → Battery. - Background activity: check
System monitoringto load the network.
Also try disabling the feature Private Wi-Fi Address (in network settings) - sometimes it conflicts with some routers.