How to find IP address on any device
Complete guide with multiple methods and troubleshooting.
7-10 min read
Expert Verified
Last Updated: August 2025
Quick Answer
Finding the IP address on any device can be accomplished through various methods, depending on the operating system and device type. This guide provides detailed instructions for locating IP addresses on Windows, macOS, Linux, and mobile devices.
Easy⏱ 7-10 min read
Prerequisites & Requirements
Before you begin, ensure you have the following:
- •A device connected to a network (Wi-Fi or Ethernet)
- •Basic knowledge of navigating your device's settings
- •Administrative access may be required for some methods
- •No specific software is needed, as all methods use built-in tools
Method 1: Using Command Prompt (Windows)
This method is effective for quickly finding your IP address on Windows devices.
- •Step 1: Press 'Windows + R' to open the Run dialog.
- •Step 2: Type 'cmd' and press 'Enter' to open Command Prompt.
- •Step 3: Type 'ipconfig' and press 'Enter'.
- •Step 4: Look for 'IPv4 Address' under your active network connection to find your IP address.
- •Step 5: If it doesn't work, ensure you have an active network connection.
For Windows 11
Windows 11 has a slightly updated interface but follows similar steps.
- •Step 1: Right-click the Start button and select 'Windows Terminal' or 'Command Prompt'.
- •Step 2: Type 'ipconfig' and press 'Enter'.
- •Step 3: Find 'IPv4 Address' under your active connection.
For Windows 10
Windows 10 users can follow these steps.
- •Step 1: Click on the Start menu and type 'cmd' in the search bar.
- •Step 2: Click on 'Command Prompt' from the results.
- •Step 3: Type 'ipconfig' and press 'Enter'.
- •Step 4: Locate 'IPv4 Address' for your IP address.
Method 2: Using Network Settings (Windows)
This method is useful for users who prefer a graphical interface.
- •Step 1: Click on the Start menu and select 'Settings'.
- •Step 2: Navigate to 'Network & Internet'.
- •Step 3: Select 'Status' and click on 'Properties' under your network connection.
- •Step 4: Scroll down to find 'IPv4 Address' listed in the properties.
Method 3: Using System Preferences (macOS)
For macOS users, the following steps will help you find your IP address.
- •Step 1: Click on the Apple menu and select 'System Preferences'.
- •Step 2: Click on 'Network'.
- •Step 3: Select your active network connection (Wi-Fi or Ethernet) from the left sidebar.
- •Step 4: Your IP address will be displayed on the right under 'Status'.
Method 4: Using Terminal (macOS)
An alternative method for macOS users is to use the Terminal.
- •Step 1: Open 'Terminal' from Applications > Utilities.
- •Step 2: Type 'ifconfig | grep inet' and press 'Enter'.
- •Step 3: Look for the line that starts with 'inet' to find your IP address.
Method 5: Mobile Devices (iOS/Android)
Finding your IP address on mobile devices is straightforward.
- •For iOS:
- •Step 1: Open 'Settings'.
- •Step 2: Tap on 'Wi-Fi'.
- •Step 3: Tap the 'i' icon next to your connected network.
- •Step 4: Your IP address will be listed under 'IP Address'.
- •For Android:
- •Step 1: Open 'Settings'.
- •Step 2: Tap on 'Network & internet'.
- •Step 3: Tap on 'Wi-Fi' and select your connected network.
- •Step 4: Your IP address will be displayed under 'IP address'.
Common Mistakes to Avoid
Avoid these common pitfalls:
Expert Tips
Using the command line can be faster and more efficient for experienced users.