You can find your MacBook’s IP address using System Settings, Network or Terminal. Here’s how:
Method 1: Using System Settings
- Click the Apple menu () in the top-left corner.
- Select System Settings (or System Preferences in older macOS versions).
- Click Network.
- Choose your active connection (Wi-Fi or Ethernet).
- Click Details (or Advanced in older versions).
- Narrow down and Your IP address will be listed under the TCP/IP tab.
Method 2: Using Network Settings
Simply click the Wi-Fi icon at the top of your screen, select Network Settings, and you’ll see your IP address listed. It’s a super convenient method if you’re already connected to Wi-Fi.
Method 3: Using Terminal
- Open Terminal by click Go, Utilities, Terminal or search for it in Spotlight with Cmd + Space.
- Type:
- ipconfig getifaddr en0
(For Wi-Fi)
or
ipconfig getifaddr en1
(For Ethernet)
- Press Enter, and your IP address will be displayed.