How Can We Help?
HOW-TO: Find my ip address
To find your IP address, follow these steps based on your operating system:
Windows
- Via Command Prompt:
- Press
Win + R
, typecmd
, and press Enter. - In the Command Prompt window, type
ipconfig
and press Enter. - Look for “IPv4 Address” under the active network connection.
- Press
- Via Settings (Windows 10/11):
- Press
Win + I
to open Settings. - Go to “Network & Internet.”
- Select “Status” and then “Properties” under your network connection.
- Your IP address will be listed next to “IPv4 address.”
- Press
macOS
- Via System Preferences:
- Click on the Apple icon in the top left corner and select “System Preferences.”
- Click on “Network.”
- Select your active network connection (Wi-Fi or Ethernet) from the left pane.
- Your IP address will be displayed on the right.
- Via Terminal:
- Open Terminal (you can find it in Applications > Utilities).
- Type
ifconfig
and press Enter. - Look for
inet
under the active network interface (usuallyen0
for Wi-Fi).
Linux
- Via Terminal:
- Open a terminal window.
- Type
hostname -I
and press Enter. - Your IP address will be displayed.
- Via System Settings (varies by distribution):
- Open your system settings.
- Go to “Network” or “Internet” settings.
- Select your active network connection, and your IP address should be displayed.
Finding Your Public IP Address
- Via Web Browser:
- Open a web browser and go to a site like WhatIsMyIP.com, IP Chicken, or Google (search “What is my IP”).
- The website will display your public IP address.
- Via Command Line (Windows, macOS, Linux):
- Open Command Prompt or Terminal.
- Type
curl ifconfig.me
and press Enter. - Your public IP address will be displayed.
These methods will help you quickly find both your local and public IP addresses on any major operating system.