How to Check Your IP Address - A Complete Guide
Understanding your IP address is crucial for troubleshooting and maintaining a secure network. In this article, readers will learn various methods to check their IP address across different devices, including PCs, smartphones, and printers. We will cover techniques using built-in operating system tools, online services, and command-line utilities. By the end, you'll be equipped to quickly find your IP address whenever needed.


Understanding your IP address is crucial for troubleshooting and maintaining a secure network. An Internet Protocol (IP) address serves as a unique identifier for a device on a network, much like a postal address is used to identify a location. Knowing how to find your IP address can be essential for various tasks, including configuring network settings, resolving connectivity issues, or ensuring your online privacy. In this comprehensive guide, we will explore several methods to check your IP address across different devices, including PCs, smartphones, and printers. We will cover techniques using built-in operating system tools, online services, and command-line utilities, equipping you with the knowledge to quickly find your IP address whenever needed.
Understanding IP Addresses
Before diving into how to check your IP address, it's essential to understand what an IP address is and its types. An IP address is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. There are two main versions of IP addresses: IPv4 and IPv6.
- IPv4: This is the most widely used IP address format, consisting of four numbers separated by periods (e.g., 192.168.1.1). Each number can range from 0 to 255, allowing for approximately 4.3 billion unique addresses.
- IPv6: Due to the exhaustion of IPv4 addresses, IPv6 was introduced. It uses a longer format, consisting of eight groups of four hexadecimal digits separated by colons (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334). IPv6 allows for a vastly larger number of unique addresses.
Having a solid grasp of these concepts will help you better understand your network environment and the significance of your IP address.
How to Check Your IP Address on Different Devices
Checking Your IP Address on Windows
For many users, a Windows PC is their primary device. Here are several methods to check your IP address on Windows:
Method 1: Using the Command Prompt
The Command Prompt is a powerful tool that allows users to execute commands directly. To check your IP address:
- Press
Windows + R
to open the Run dialog. - Type
cmd
and press Enter to open the Command Prompt. - In the Command Prompt window, type
ipconfig
and press Enter.
You will see a list of network adapters and their respective IP addresses. Look for the line labeled "IPv4 Address" under the appropriate network adapter (e.g., Ethernet adapter or Wireless LAN adapter). For example:
Ethernet adapter Ethernet:
IPv4 Address. . . . . . . . . . : 192.168.1.10
Method 2: Using the Settings App
For users who prefer a graphical interface, you can find your IP address through the Windows Settings:
- Click on the Start menu and select Settings (the gear icon).
- Navigate to Network & Internet.
- Select either Wi-Fi or Ethernet (depending on your connection type).
- Click on your network connection. Your IP address will be displayed under "Properties."
Method 3: Network Troubleshooter
If you're encountering connectivity issues, the Network Troubleshooter can be helpful:
- Right-click on the network icon in the taskbar and select Troubleshoot problems.
- The troubleshooter will run diagnostics and may display your IP address along with other relevant network information.
Checking Your IP Address on macOS
For Mac users, finding your IP address is straightforward. Here are methods to do so:
Method 1: Using System Preferences
- Click on the Apple menu and select System Preferences.
- Choose Network.
- Select your active network connection (Wi-Fi or Ethernet) from the left sidebar.
- Your IP address will be displayed on the right side of the window, under the "Status" section.
Method 2: Using the Terminal
If you prefer using command-line tools, you can also use the Terminal:
- Open the Terminal application from Applications > Utilities.
- Type
ifconfig
and press Enter.
Look for the section labeled en0
(for Wi-Fi) or en1
(for Ethernet) and find the line that starts with inet
. For example:
inet 192.168.1.15 netmask 0xffffff00 broadcast 192.168.1.255
Your IP address is the number following inet
.
Checking Your IP Address on Smartphones
Smartphones are ubiquitous, and knowing how to check your IP address on these devices is essential for users on the go.
Checking IP Address on iOS Devices
- Open the Settings app.
- Tap on Wi-Fi.
- Locate your connected Wi-Fi network and tap the information icon (ℹ️) next to it.
- Your IP address will be displayed under the "IP Address" section.
Checking IP Address on Android Devices
The process may vary slightly between different Android devices, but generally, it follows these steps:
- Open the Settings app.
- Tap on Network & internet.
- Select Wi-Fi and find your connected network.
- Tap on the network name, and your IP address will be displayed.
Checking Your IP Address on Printers and Other Devices
Many modern printers and smart devices also have IP addresses. Here's how to find them:
Finding Your Printer's IP Address
- On the Printer's Control Panel: Most printers have an option in the settings menu that allows you to view network settings, including the IP address.
- Using the Printer's Web Interface: If your printer is connected to the network, you can enter its IP address into a web browser to access its configuration page.
Finding IP Addresses on Other Devices
For smart home devices (like security cameras or smart speakers), the IP address can often be found in the accompanying mobile app or on the device's settings page.
Using Online Services to Check Your Public IP Address
Aside from checking local IP addresses, you may also want to find your public IP address, which is how your network is identified on the internet. Here are some popular methods:
Method 1: Using Websites
Several websites can display your public IP address instantly. Some popular options include:
- WhatIsMyIP.com
- IPChicken.com
- ipaddress.network
Simply visit one of these sites, and your public IP address will be displayed prominently on the homepage.
Method 2: Using Command-Line Tools
If you prefer command-line tools, you can use curl
to check your public IP:
- Open Command Prompt or Terminal.
- Type
curl ifconfig.me
and press Enter.
The output will display your public IP address.
Method 3: Router Configuration Page
You can also find your public IP address through your router's configuration page:
- Open a web browser and enter your router's IP address (commonly 192.168.1.1 or 192.168.0.1).
- Log in with your router's credentials.
- Look for a section labeled "WAN" or "Internet" to find your public IP address.
Key Considerations for IP Address Management
Understanding your IP address is only part of effective network management. Here are some best practices to consider:
Static vs. Dynamic IP Addresses
- Dynamic IP Addresses: Most home networks use dynamic IP addresses assigned by a DHCP (Dynamic Host Configuration Protocol) server. This means your IP address can change over time. It's suitable for most users but can lead to issues if you need a consistent address for services like remote access or server hosting.
- Static IP Addresses: A static IP address remains constant. It's often used for devices that require stable connectivity, such as servers or printers. If you need a static IP, you can set it manually in your device's network settings or request one from your Internet Service Provider (ISP).
IPv4 vs. IPv6
As mentioned earlier, IPv4 addresses are being exhausted. Many ISPs are transitioning to IPv6. Understanding this shift is vital for future-proofing your network.
Security Considerations
- IP Address Exposure: Knowing your public IP address can expose your network to potential threats. Use a Virtual Private Network (VPN) to mask your public IP when browsing the internet.
- Firewall Configurations: Ensure your firewall is properly configured to allow only necessary traffic to and from your devices.
Conclusion
Knowing how to check your IP address is an invaluable skill for anyone using a networked device, whether for troubleshooting, configuring network settings, or enhancing online security. This guide has explored various methods for checking both local and public IP addresses on different devices, including PCs, smartphones, printers, and routers. By understanding the different types of IP addresses and their significance, you can better manage your network and navigate the complexities of IP addressing with confidence. As you become more familiar with your IP address and its implications, you will enhance your ability to troubleshoot connectivity issues and maintain a secure online presence.
About the Author

Marilyn J. Dudley
Marilyn is a Senior Network Engineer with over 15 years of experience in network infrastructure design and implementation. She holds CCNA and CCNP certifications and specializes in IP addressing, network security, and IPv6 migration strategies. Throughout her career, she has successfully led numerous large-scale network deployments and IPv6 transition projects for Fortune 500 companies. She is currently a dedicated writer for ipaddress.network, sharing her expertise to help organizations build secure and efficient networks.
Last updated: January 12, 2025