An IPv4 address is a 32-bit identifier assigned to a network interface within a routing scope. It is commonly written as four decimal numbers separated by periods, such as 192.168.1.1; the address can be private, public, shared, or special-purpose depending on its range and how it is used.
Table of Contents
Each decimal number can range from 0 to 255.IPv4 addresses are assigned to computers by routers or DHCP servers.People often ask: how to find my IPv4.
There are a few methods to find out the IPv4 address of your computer, depending on your operating systems. Here are some ways to find your IP address:
6 Ways to Find my IPv4
1. Using the Command Prompt on Windows
- Click the Start button.
- On the search box, type” cmd”.
- Right-click on cmd and select Run as Administrator.
- Type “ipconfig” and press Enter.
You will see a line that says IPv4 Address.
2. Finding your IPv4 on Windows 10
- On the task bar, select Wi-Fi network.
- Hover over the Wi-Fi network that you are connected to.
- Click Properties.
3. Finding your IPv4 on Windows 11
- Open the Start menu and click Settings.
- From Settings, select Network & internet.
- From the Wi-Fi menu, select the Wi-Fi network that you are connected to.
Select Properties. From there, you’ll see IPv4 address.
4. Finding your IPv4 on Linux
- Open a terminal.
- Type
ip -4 addressto list IPv4 addresses on the interfaces. - Find the interface that is connected to the network; names vary, such as
enp3s0orwlan0.
On that interface, look for the inet entry. The value next to inet is your IPv4.
5. Finding your IPv4 on Mac
a. Using the Terminal
- Open the Terminal app.
- Type the following command: ipconfig getifaddr en0.
This will show how to find our IP address on a Wi-Fi connection. If you connect to an Ethernet network, you need to use the en1 interface instead of en0.
b. Using System Settings
- Click on the Apple icon in the top-left corner of your screen.
- Select System Settings.
- Click on Network.
- Select the network connection you are using from the left sidebar. 5. Look for the IPv4 Address field. This is your IPv4 address.
6. Using a website to find your IPv4 address
There are many websites that can help you find your IP address. One popular website is WhatIsMyIP.com: https://www.whatismyip.com/. Simply visit the website and it will show you your IPv4 address.
You can also enter “What is my IP” on the Google search bar. Google will display your IP address on the search results page. Learn more about Google’s IP address detection here.
Different types of IPv4
When you use a terminal, whether on Windows or Linux, you will find that there are different types of IPv4 addresses.
There are three types of IPv4 addresses:
- Unicast addresses are assigned to individual devices. Your phone and laptop have different unicast addresses.
- Broadcast addresses are used to send messages to all devices on a network. Your phone and laptop share the same broadcast address.
- Multicast addresses are used to send messages to a group of devices.
What is the purpose of IPv4?
IPv4 is used to route packets of data between devices on the Internet. When a device wants to send data to another device, it first needs to know the IPv4 address of the destination device.
The source device then encapsulates the packet with the destination device’s IPv4 address and sends it to its default gateway. The default gateway is a router that knows how to route packets to other networks.
The router then forwards the packet to the next router, and so on, until the packet reaches the destination device.
IPv4 is a simple and efficient protocol that has been used for many years. It is also widely supported by network devices and software.
IPv4 is one way a service can reach an endpoint; IPv6 is another. For an IPv4 connection, the destination normally sees the source address used by the path, which may be a router, VPN, proxy, or shared gateway rather than a single device. These are a few ways a service can see an IPv4 address:
When you visit a website: When you visit a website, your computer’s IPv4 address is sent to the website’s server. This allows the website to know where to send the data that you request.
When you connect to a service: When you connect to a service, such as an online game or a file-sharing service, your IPv4 address is also sent to the service’s server. This allows the service to know where to send your data and to identify you.
When you use a public Wi-Fi network: When you connect to a public Wi-Fi network, your IPv4 address is visible to the network administrator. This is because the network administrator needs to know your address in order to route your traffic.
Generally, there is no harm in having your IPv4 seen by other people. But if you are concerned, there are a few things that you can do to protect your privacy. You can use a VPN, a proxy server, or an open-source software like Tor.
Hopefully, when someone asks you “what is my IPv4,” you can use this article to find your answer.
How to read the IPv4 address you find
The address shown by an IP lookup is usually the public address that the lookup service sees for your connection. It may belong to a home router, an employer, a VPN server, a proxy, or a carrier-grade NAT gateway. It is not automatically the private address assigned to your computer, and it does not identify a person or exact physical location by itself.
| Where you found it | What it usually represents | What to check next |
|---|---|---|
| A public IP lookup | The source address visible to that website | Whether a VPN, proxy, router, or shared gateway is on the path |
| Your device settings | An address on a local or virtual interface | The interface, subnet, default route, and whether it is private or public |
| A router WAN page | The address assigned to the router's external connection | Whether the ISP uses carrier-grade NAT and whether inbound traffic is possible |
IPv4 uses four decimal octets separated by periods. If the result contains hexadecimal groups separated by colons, it is IPv6 instead. A browser user agent, account login, cookie, or other application signal is separate from the IP address and can still identify a session when the address changes.
Why your public IPv4 address can change
- Dynamic ISP assignment: the router can receive another address after reconnecting or when its lease is renewed.
- VPN or proxy routing: a covered request can appear to come from an exit address while other applications use the ordinary connection.
- Carrier-grade NAT: several customers can share one public address, so the lookup result may not be dedicated to your connection.
- Dual-stack networking: one service can see IPv4 while another prefers IPv6. Test the protocol and destination that matter.
For local troubleshooting, record the address, interface, subnet prefix, default gateway, DNS path, and time. For an internet-facing service, also record the public result, the route used, and whether the address is expected to remain stable. A changed result is a networking fact to investigate, not proof that the device moved or that its identity changed.
Common questions about finding an IPv4 address
Is the IPv4 address shown by a lookup site my computer's address?
It is the address the lookup site sees for that request. It can be your router, a VPN or proxy exit, or a shared carrier gateway rather than the private address configured on the computer.
Can an IPv4 address reveal my exact location?
It can provide ISP or approximate geographic context from a database. It does not prove an exact home address, physical location, identity, or who was using the connection at that time.
Why do I see IPv4 and IPv6 results?
Many networks are dual-stack. The application, DNS result, destination, and route policy determine which address family is used. Check the label and test the path required by your service.



