You've just updated your Mac, expecting things to run smoother. Instead, your WiFi's completely dead. Won't connect, keeps asking for the password (even though you know it's right), or just sits there with a greyed-out icon mocking you. Sound familiar? This MacBook WiFi not working after macOS update problem has been driving people mad since the latest Tahoe release, and I've been fixing it remotely for customers about five times a week. Most online guides are either outdated or miss the actual fix that works.
✅ 85% success rate
📅 Updated April 2026
Key Takeaways
- MacBook WiFi not working after macOS update affects both Apple Silicon and Intel Macs, particularly after major updates
- Corrupted network preference files cause about 70% of WiFi failures post-update
- Basic network resets (forgetting WiFi, renewing DHCP) fix most cases in under 10 minutes
- Terminal commands to delete preference files work when standard fixes fail
- SMC and NVRAM resets are last resort options before considering hardware issues
What Causes MacBook WiFi Not Working After macOS Update?
Here's the thing: macOS updates rewrite system files, and sometimes they completely mess up your network configuration in the process. The most common culprit (and I see this constantly) is corrupted WiFi preference files. When macOS installs an update, it modifies or overwrites the com.apple.airport.preferences.plist file, which stores all your saved networks, passwords, and connection settings. If this file gets damaged during the update, your Mac literally forgets how to connect to WiFi properly.
The second issue is DHCP conflicts. Your Mac might assign itself a self-assigned IP address (you'll see something like 169.254.x.x if you check), which means it's connected to the network but can't actually talk to the router or get internet access. This happens when the update resets DHCP leases without properly requesting a new IP from your router.
DNS problems are another frequent cause. The update might change your DNS server settings or introduce bugs in how macOS resolves domain names. You'll see this as 'connected but no internet' or 'server not found' errors even though your connection looks fine. Less commonly, the update corrupts SMC or NVRAM settings (the low-level stuff that controls hardware), which can make your WiFi icon grey out completely or show 'no hardware installed' messages. That one's proper annoying because it looks like a hardware failure when it's actually just corrupted firmware settings.
VPN clients and third-party network tools can also interfere. If you're running something like NordVPN, ExpressVPN, or corporate network management software, the update might break compatibility with those apps, blocking all connectivity. And occasionally (though rarely), the update itself just has bugs. Apple's macOS support page sometimes lists known WiFi issues in update release notes, though they're not always quick to admit problems.
MacBook WiFi Not Working After macOS Update: Quick Network Reset
Network Settings Reset and DHCP Renewal Easy
Time: 5-10 minutes | Success Rate: 60-70%
This is where you start. About two-thirds of MacBook WiFi not working after macOS update cases get sorted with this method. It clears out temporary network glitches and forces your Mac to rebuild its connection from scratch.
- Restart everything
Click the Apple menu > Shut Down. Wait 30 seconds (actually wait, don't just count to five). Whilst your Mac's off, unplug your router's power cable, wait another 30 seconds, then plug it back in. Once the router's fully restarted (all the lights are on), turn your Mac back on. This clears temporary network hangs and IP conflicts that build up during updates. - Forget the WiFi network
Open System Settings (or System Preferences on older macOS versions) > Network > WiFi. Click the three dots (...) next to 'Known Networks', find your network in the list, and click 'Forget This Network'. Now turn WiFi completely off using the toggle, wait five seconds, then turn it back on. This deletes the corrupted network profile that's probably causing your headache. - Reconnect with fresh credentials
Select your WiFi network from the menu bar icon. Enter your password carefully (capitalisation matters, and it's easy to mistype when you're frustrated). Click Join. Your Mac will create a brand new network configuration without the corrupted data from before. - Renew your DHCP lease
Go back to System Settings > Network > WiFi > Details (the button next to your connected network). Click the TCP/IP tab. You'll see a button that says 'Renew DHCP Lease'. Click it. This forces your Mac to request a new IP address from the router, which fixes those annoying self-assigned IP issues where you're connected but have no internet. - Change DNS servers
Whilst you're still in that Details window, click the DNS tab. You'll see a list of DNS servers (might be empty or have your router's IP). Click the little '+' button at the bottom. Add8.8.8.8(Google's DNS) and press return. Click '+' again and add1.1.1.1(Cloudflare's DNS). Click OK. This bypasses any DNS resolution failures the update might have introduced.
More MacBook WiFi Not Working After macOS Update Solutions
Terminal Network Configuration Rebuild Intermediate
Time: 15-20 minutes | Success Rate: 40-50%
When the basic reset doesn't work, it's time to delete the actual preference files that macOS uses to manage WiFi. This sounds scary but it's safe. macOS will automatically rebuild these files with default settings when you restart.
- Boot into Safe Mode first
This step helps you figure out if third-party software is causing the problem. On Apple Silicon Macs: shut down completely, then press and hold the power button until you see 'Loading startup options'. Select your startup disk, hold down Shift, and click 'Continue in Safe Mode'. On Intel Macs: restart, then immediately press and hold the Shift key until you see the login screen. Safe Mode loads macOS with minimal extensions, isolating software conflicts. - Test WiFi in Safe Mode
Try connecting to your WiFi network. If it works fine in Safe Mode but fails in normal mode, you've got a third-party app or kernel extension interfering (probably VPN software or network monitoring tools). If it still doesn't work in Safe Mode, the problem's deeper in the system configuration. - Restart normally and open Terminal
Restart your Mac the normal way. Once you're back at your desktop, open Finder > Applications > Utilities > Terminal. You'll see a command prompt window. Don't panic, you're just going to type one command. - Delete the corrupted WiFi preferences
Type this exactly (or copy and paste):sudo rm /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plistand press Return. You'll be asked for your administrator password. Type it in (you won't see any characters appear whilst typing, that's normal for security) and press Return again. This deletes the corrupted WiFi configuration file that's causing your MacBook WiFi not working after macOS update problem. - Restart your Mac
Typesudo rebootand press Return, or just use the Apple menu > Restart. When your Mac starts up again, macOS will automatically create a fresh WiFi preferences file with default settings. No corruption, no conflicts. - Reconnect to WiFi
After the restart, click the WiFi icon in the menu bar, select your network, and enter your password. You'll need to reconnect to all your saved networks because the old file with those saved passwords is gone. If you had custom DNS servers or proxy settings, set those up again now.
Advanced MacBook WiFi Not Working After macOS Update Fixes
SMC and NVRAM Reset for Hardware-Level Issues Advanced
Time: 20-30 minutes | Success Rate: 30-40%
If you're still stuck with MacBook WiFi not working after macOS update, the problem might be in your Mac's firmware settings. The SMC (System Management Controller) controls hardware functions including WiFi power management, whilst NVRAM stores system parameters. Resetting these can fix issues that software fixes can't touch.
- Check if macOS can see your WiFi hardware
Before you reset anything, verify this isn't actual hardware failure. Click the Apple menu > About This Mac > More Info > System Report. In the left sidebar, scroll down to Network and click WiFi. You should see your WiFi adapter listed with details like card type and firmware version. If nothing appears or it says 'No information found', you might have genuine hardware failure (rare, but it happens). If the hardware's detected, proceed with the reset. - Reset the SMC
The process differs between Apple Silicon and Intel Macs. Apple Silicon: Shut down your Mac completely. Wait 30 seconds. Press and hold the power button for exactly 10 seconds, then release it. Wait another 5 seconds, then press the power button normally to start up. Intel Macs: Shut down. Press and hold Shift + Control + Option + Power button all at the same time for 10 seconds. Release all keys simultaneously. Press the power button to start up normally. This resets hardware management settings including WiFi power states. - Reset NVRAM (Intel Macs only)
If you've got an Intel Mac, you need to reset NVRAM separately. Restart your Mac, then immediately press and hold Command + Option + P + R keys together. Keep holding them until you hear the startup chime for a second time (takes about 20 seconds). Then release the keys and let your Mac boot normally. On Apple Silicon Macs, NVRAM resets automatically during the SMC reset, so you don't need to do this step. - Test your WiFi connection
Once your Mac restarts, try connecting to WiFi. Check that the WiFi icon in the menu bar isn't greyed out anymore. If it's active and you can see available networks, try connecting. The hardware-level reset should have cleared whatever firmware corruption the update caused. - Update macOS via Ethernet if possible
If you've got a USB-C to Ethernet adapter (or Thunderbolt to Ethernet), connect it now. Wired connections bypass WiFi entirely. Go to System Settings > General > Software Update and install any available updates. Apple sometimes releases supplemental updates that fix WiFi bugs introduced in major updates. I've seen cases where a .1 or .2 point update fixed WiFi issues that the main release broke. - macOS Recovery reinstall (last resort)
If nothing else works and your WiFi hardware is definitely detected, you can reinstall macOS without erasing your data. Restart and enter Recovery mode: Apple Silicon - hold the power button until you see 'Loading startup options', then select Options. Intel - hold Command + R during restart. Once in Recovery, select 'Reinstall macOS'. This is non-destructive (keeps all your files and apps) but repairs system files that might be corrupted. Takes 30-60 minutes and requires an internet connection, so you'll need Ethernet or create a bootable installer beforehand.
Still Stuck? Let Us Fix It Remotely
If your MacBook WiFi keeps failing after trying these fixes, or you're seeing weird behaviour like intermittent drops or slow speeds that weren't there before, it could be a deeper firmware conflict or corrupted system files that need proper diagnosis. I can remote into your Mac and track down exactly what the update broke.
Preventing MacBook WiFi Not Working After macOS Update
Look, you can't completely prevent update-related WiFi issues (Apple's gonna Apple), but you can reduce the chances significantly. First priority: use an Ethernet connection during major macOS updates. Get yourself a USB-C to Ethernet adapter (about £15-20) and plug directly into your router when you're installing big updates like the annual macOS releases. This avoids WiFi-dependent update processes that can corrupt network settings.
Before any update, disable VPN clients and third-party network management software. Quit NordVPN, ExpressVPN, corporate VPN tools, network monitoring apps, all of it. These often conflict with updated network frameworks. You can turn them back on after the update completes and you've verified WiFi works.
Here's something most people don't do: restart your Mac immediately after an update finishes, before you start testing WiFi. The update process leaves system services in weird states sometimes, and a fresh restart lets everything initialise properly. Sounds simple, but it prevents a lot of problems.
Keep an eye on System Settings > General > Software Update for incremental patches. Apple releases point updates (like macOS 15.1, 15.2) that fix bugs introduced in major releases. If you're on the initial release of a new macOS version and having WiFi problems, wait a week or two and check for supplemental updates. And obviously, avoid beta versions on your main work machine. Beta software has networking bugs constantly.
One more thing: write down your custom network settings before updates. If you use static IP addresses, custom DNS servers, or proxy configurations, note them somewhere. Updates can wipe these settings, and you'll want to reconfigure them quickly if needed. Takes two minutes, saves you hours of troubleshooting later.
MacBook WiFi Not Working After macOS Update: Summary
Right, let's wrap this up. MacBook WiFi not working after macOS update is frustrating but usually fixable within 10-30 minutes. Start with the basic network reset (forget WiFi, renew DHCP, change DNS servers), which solves about 60-70% of cases. If that doesn't work, use Terminal to delete corrupted preference files, which handles another 40-50% of the remaining cases. For stubborn problems, SMC and NVRAM resets fix hardware-level firmware issues.
The root cause is almost always corrupted network configuration files that the update overwrites or damages. DHCP conflicts, DNS failures, and VPN software interference are secondary causes. Genuine hardware failure is rare but possible if System Report shows no WiFi adapter detected.
Most importantly, don't panic when your WiFi dies after an update. It's a known issue that's been happening for years across multiple macOS versions. The fixes work, you just need to try them systematically. And if you're still stuck after trying everything here, it's worth getting someone to look at it remotely before you start thinking about hardware repairs or Genius Bar appointments. Nine times out of ten, it's a software problem with a software solution.








