Reset Network Adapter
How to reset your network adapter when it disappears, shows no internet, or stops working. Step-by-step instructions for Windows, Mac, and Linux.
If your network adapter has disappeared, you're seeing "No Internet" despite being connected, or your Wi-Fi/Ethernet just stopped working out of nowhere, resetting the adapter can fix it. Start with the simple toggle before going nuclear.
Quick fix – toggle Wi-Fi off and on:
- Click the Wi-Fi icon in the menu bar
- Click the toggle to turn Wi-Fi off
- Wait 10 seconds, then turn it back on
If that didn't help, try cycling the adapter from Terminal:
- Open Terminal
- Run:
sudo ifconfig en0 down sudo ifconfig en0 up
Replace en0 with your actual interface name if needed. Run networksetup -listallhardwareports to check which one is your Wi-Fi adapter.
Full reset – remove and re-add the Wi-Fi service:
- Open System Settings > Network
- Select your Wi-Fi service
- Click the ... (more options) button and choose Remove Service (or right-click the service)
- Click the + button (or Add Service) at the bottom
- Select Wi-Fi as the interface, give it a name, and click Create
- Reconnect to your network
Deep reset – delete network config files (last resort):
If nothing else works, macOS stores network configuration in plist files you can remove to force a clean rebuild:
- Turn off Wi-Fi in System Settings > Network
- Open Finder, press Cmd + Shift + G, and go to
/Library/Preferences/SystemConfiguration/ - Move these files to your Desktop as a backup:
com.apple.airport.preferences.plistNetworkInterfaces.plistpreferences.plist
- Restart your Mac
- macOS will recreate fresh config files on boot – reconnect to your Wi-Fi network
Frequently Asked Questions
Will resetting my network adapter forget my saved Wi-Fi passwords?▾
On Windows, a full network reset (through Settings) will erase all saved Wi-Fi passwords – you'll need to re-enter them. On Mac, Wi-Fi passwords are stored in Keychain and usually survive a service removal. On Linux, removing a connection with nmcli connection delete removes its saved password too.
When should I do a full reset vs. just toggling the adapter?▾
Start with the toggle (off/on). If that doesn't fix it, try the quick terminal commands. Only do a full reset if you're dealing with persistent issues like the adapter not appearing at all, repeated "no internet" errors after connecting, or corruption after an OS update. A full reset is the sledgehammer – it works, but you'll spend a few minutes reconnecting everything.
My adapter shows "connected" but I have no internet. What's going on?▾
This usually means your computer connected to the router but can't reach the wider internet. Common causes: your router lost its upstream connection (restart it), your DNS is broken (try flushing DNS or changing to 1.1.1.1), or your network stack is corrupted (the command line resets in this guide fix that). Try pinging 1.1.1.1 from Terminal or Command Prompt – if that works but websites don't load, it's a DNS problem, not an adapter problem.
Is it safe to delete macOS network config files?▾
Yes, as long as you back them up first (move to Desktop, don't delete). macOS regenerates these files on restart with default settings. The worst that happens is you need to re-enter Wi-Fi passwords and reconfigure any custom network settings like static IPs or proxy configurations.
Related Guides
IPv4 vs IPv6
What IPv4 and IPv6 are, why IPv6 exists, and whether you need to care. A plain-language explanation of internet protocol versions and compatibility.
Understanding IP Addresses
What IP addresses are, how to find yours, and what they reveal about you. Covers public vs. private IPs, IPv4 and IPv6, and common privacy concerns.
Change DNS Settings
How to change your DNS server for faster and more reliable internet. Covers popular DNS providers like Cloudflare and Google on all major platforms.
Port Forwarding
What port forwarding is, when you need it, and how to set it up on your router. Covers gaming, remote access, security considerations, and common pitfalls.
Hotspot and Tethering
Share your phone's internet connection with your laptop via Wi-Fi hotspot or USB tethering. Setup and troubleshooting for iPhone and Android devices.
Captive Portal Troubleshooting
Fix hotel, airport, and coffee shop Wi-Fi login pages that won't load. Troubleshoot captive portal issues with DNS, browser, and network settings.