Every device connected to a network requires a unique identifier to communicate, and your local IP address is that essential label within your private network. Finding this number is a fundamental troubleshooting step for network issues, setting up local servers, or configuring port forwarding. This guide provides clear, platform-specific methods to locate your internal address quickly and accurately.
Understanding Local vs. Public IPs
Before you search, it is crucial to distinguish between your local and public addresses. Your local IP is used exclusively within your home or office network, assigned by your router via DHCP. In contrast, your public IP is the single address your entire network uses to interact with the internet, assigned by your Internet Service Provider. The methods below focus solely on identifying the internal address specific to your machine.
Using Command Line Tools
The fastest and most universal method involves using the command prompt or terminal. This approach bypasses graphical interfaces and works across Windows, Mac, and Linux systems with identical efficiency.
Windows Users
Open Command Prompt and type ipconfig . Look for the "IPv4 Address" entry under your active connection, such as Ethernet or Wi-Fi. The number typically appears in the format 192.168.x.x or 10.x.x.x.
Mac and Linux Users
Open Terminal and type ifconfig on Mac or Linux, or ip addr for modern Linux distributions. Scan the output for the "inet" address listed under your active connection, usually labeled en0 , en1 , or eth0 . This value is your local IP address.
Checking Through System Settings
If you prefer a visual interface over text commands, every operating system stores this information in the network settings menu. The steps are straightforward and require no technical expertise.
On Windows
Navigate to Settings > Network & Internet > Wi-Fi (or Ethernet). Click on your current network, and the IPv4 address will be listed among the connection properties. This method is particularly useful for users uncomfortable with terminal commands.
On macOS
Go to System Settings > Network. Select your active connection (Wi-Fi or Ethernet) from the sidebar. The IP address is displayed prominently at the top of the window, next to the signal strength indicator.
On Mobile Devices
For smartphones, open Settings > Wi-Fi, tap the ⓘ icon next to your connected network, and the IP address will appear at the top of the screen. This applies equally to iOS and Android platforms.
Verifying Your Address
Once you locate the number, it is helpful to understand its format to ensure you have the correct identifier. Most local networks utilize addresses within specific private ranges defined by RFC standards.
If your address falls within these ranges, you can be confident that you are looking at your local network identifier rather than your public-facing address. This internal address is the key to managing your local network devices and configuring advanced router settings.