How to Lookup IP Address on Windows Fast in 2025 Featured Image

Alex B

Author

Why You Might Need to LookUp Your IP Address

    An IP address is your digital “home address” on the Internet. Without it, it is impossible to understand where your computer is on the network and how to access it. When you open a website, launch an online game, or connect to a VPN, it’s the IP address that tells the systems who you are and where you’re from.

    It is important to distinguish between the two types:

    • Local IP address. This is an internal address inside your home network (for example, 192.168.1.5). It is needed so that the router understands which device — a phone, laptop, or set—top box – is making the request.
    • Public IP. This is the “external” address that the Internet sees. When you visit the site, it is transmitted to the server.

    Why might you need to lookup IP address on Windows?

    • Network diagnostics. If the Internet is slow, they often start with the IP address: whether the correct address has been issued, whether it conflicts with another device.
    • VPN and proxy. To check if the VPN is working, it is enough to compare the IP before and after the connection.
    • Games and remote access. In order for friends to connect to your Minecraft server or to log in to your computer remotely, you need to know the IP address.

    So IP search is not geeky fun, but a simple and necessary thing in everyday life. Even websites check the IPs of their visitors, you can read more about it in our blog.

    Understanding the Basics: Types of IP on Windows

      Before you figure out how to lookup IP addresses on Windows, it’s important to understand what they are.

      • IPv4 and IPv6.
        • IPv4 — the usual four-digit sets separated by dots (for example, 192.168.0.10). There are a limited number of them, so they are “saved” using NAT.
        • IPv6 — newer, longer addresses with letters and numbers (for example, 2001:0db8:85a3::8a2e:0370:7334). Windows supports both formats.
      • Private vs Public IP.
        • Private (local) — used only within the network: the router distributes such addresses to devices at home or in the office.
        • Public (external) is the same address that websites and services see when you connect to the Internet.

      How Windows works with IP

      Windows usually gets the local IP automatically from the router via DHCP. In corporate networks, administrators can assign static IP addresses for servers and workstations. For the user, it looks simple: the computer is “connected to Wi-Fi and everything is working.” But in fact, Windows always stores these IP settings somewhere, and that’s where we’ll look.

      Understanding these differences is important: when you search for an IP on Windows, you need to understand whether you are looking at local or external, IPv4 or IPv6.

      How to LookUp IP Address on Windows with WhoerIP

      If you don’t like to dig into Windows settings or run commands in the terminal, you can go the easy way — use an online service WhoerIP. This is one of the most convenient tools to quickly and visually find out your IP address right in the browser.

      • What WhoerIP shows. The site automatically detects your public IP address, country, city, provider, connection type (residential or data center), as well as the level of anonymity. Unlike standard whatismyip services, Whoer also provides an assessment of privacy: whether sites see your real DNS, whether WebRTC is open, and whether your proxy or VPN is “burning”.
      • Why is it convenient. You don’t need to enter commands like ipconfig or open Windows settings here — just go to the website and it will collect all the information on its own. This is especially useful if you are checking whether the VPN is working or if the proxy is configured correctly.
      • How to use it.
        • Open a Windows browser.
        • Go to the website whoer.net
      • Your IP address and all additional information will immediately appear on the main page.

        If you need to quickly lookup the IP address on Windows and check the anonymity level at the same time, WhoerIP is an excellent choice. It works like an instant X-ray of your connection: it shows not only the address, but also how transparent you are to external services.

        How to LookUp IP Address on Windows via Settings App

          The easiest way is to use the built—in Settings app. It is convenient because everything is done with clicks, without commands or terminals. This method is especially good for beginners who don’t like “black windows” of the command line.

          1. Windows 10.
            • Open Settings → Network & Internet.
            • Go to the Status or Wi-Fi/Ethernet tab (depending on the connection).
            • Click Properties for the active network.
            • In the Properties section, you will see the IPv4 address line — this is your local IP.
          2. Windows 11.
            • The path is similar: Settings → Network & Internet → select Wi-Fi or Ethernet → Properties. IPv4 is also displayed there.

          What’s convenient: this method shows not only the IP, but also a bunch of useful parameters — DNS, gateway, connection type. All in one window.

          For beginners, this is the best way to lookup the IP address on Windows: visually, clearly, and without the risk of getting confused by long command outputs.

          How to Check IP Address in Control Panel (Classic Method)

            For those who are used to older versions of Windows, the path through the Control Panel remains the most familiar. It is also relevant in Windows 10/11, although it is gradually fading into the background.

            How to lookup IP address on Windows

            Here you will see all the network parameters: IPv4 Address, Default Gateway, Subnet Mask and DNS.

            Why is it still useful? Because this particular method shows more details than the new Settings. If you need not only to lookup the IP address on Windows, but also to quickly check the gateway or DNS, the classic panel is an excellent choice.

            How to Lookup IP Address on Windows Using Command Prompt

              When you need it quickly and without clicks, Command Prompt comes to the rescue. Here everything is solved by one command:

              ipconfig

              After you enter it, a list of network adapters will appear. You need an active one (for example, a Wireless LAN Wi-Fi adapter or an Ethernet adapter). Below it you will see the lines:

              • IPv4 Address is your local IP.
              • Subnet Mask — network mask.
              • Default Gateway — the gateway (usually the router’s IP).

              Why is this method convenient? It is universal. It works on all versions of Windows, including very old ones. If you have several network adapters, Command Prompt will immediately show everything — this is useful for diagnostics.

              So if you need to quickly lookup IP address on Windows without graphics, ipconfig is the best tool.

              Using PowerShell to Lookup IP Address

                PowerShell is a more modern tool than Command Prompt. It gives you more flexibility and allows you to filter the results.

                Basic commands:

                • Get-NetIPAddress — shows a list of all IP addresses on the device.
                • Test-Connection google.com — it works as an extended ping, showing the IP through which the connection is going.

                Unlike ipconfig, PowerShell can filter only IPv4 or only IPv6 addresses at once. For example:

                Get-NetIPAddress -AddressFamily IPv4
                Get-Net ipaddress -AddressFamily IPv6

                This method is good when you work in a complex network or you need automated scripts. For example, an admin can run PowerShell commands on dozens of computers at once.

                It’s a little more difficult for the average user, but if you want to learn the advanced way to lookup IP address on Windows, PowerShell is the perfect tool.

                How to Find Public IP Address in Windows

                  It’s important to remember here: your local IP (for example, 192.168.0.15) is not the address that websites see. An external or public IP is issued by your ISP, and it is he who determines your “face” on the Internet.

                  There are several ways to find it:

                  • Through the command line. Enter the command: nslookup myip.opendns.com resolver1.opendns.com. It will “ask” the DNS server for your external address and immediately show it.
                  • Through online services. The fastest way is to go to whoerip.com. You can immediately see the IP address, the country, and even the city.

                  Why is this important? Sometimes people think they found their IP through ipconfig, but in fact they only saw the local one. If the task is to check the VPN or open access for a remote connection, you need a public IP. This is another example where knowing how to lookup an IP address on Windows saves you nerves and time.

                  Type of IPExample AddressWhere to See It in WindowsWhat It’s Used For
                  Local (Private)192.168.1.10Settings → Network → Properties / ipconfigCommunication inside your home/office network
                  Public (External)85.143.210.45whatismyip.com / nslookupSeen by websites, online services, VPN check
                  IPv6 Localfe80::1a2b:3c4d…PowerShell / ipconfigInternal addressing with IPv6 support
                  IPv6 Public2001:0db8:85a3…whatismyip.comFuture-proof addressing for the internet

                  How to Lookup IP Address on Windows for Wi-Fi Networks

                    Wi-Fi works a little differently than a wired connection. Here, addresses are most often assigned dynamically, meaning your IP can change every time you connect.

                    To view it:

                    • Go to Settings → Network & Internet → Wi-Fi.
                    • Select your active network and click Properties.
                    • Find the IPv4 address string — this is your current local IP.

                    You can also use ipconfig on the command line — see the Wireless LAN adapter Wi-Fi.

                    The main feature: if you reboot the router or disconnect/reconnect, the IP may change. Therefore, if you are setting up a server or want your friends to connect to your computer, it is better to check in advance.

                    Thus, searching via Wi-Fi is one of the most common scenarios of how to lookup IP address on Windows, because it is the wireless connection that most users use.

                    How to Lookup IP Address on Windows for Ethernet Connections

                      Ethernet is a wired connection, and it’s usually more stable than Wi-Fi. Here, the IP can be static (set manually) or dynamic (via DHCP).

                      To find out the address:

                      1. Go to Settings → Network & Internet → Ethernet.
                      2. Click on the active connection and scroll to the IPv4 address line.

                      Alternative path: Control Panel → Network and Sharing Center → select the Ethernet adapter → Details.

                      Unlike Wi-Fi, Ethernet is often used in offices where the IP is fixed and set by the administrator. Therefore, when it comes to corporate networks, how to lookup an IP address on Windows over Ethernet can help identify access problems or address conflicts.

                      Advanced: How to Lookup IP Address Using Network Diagnostics

                        Sometimes standard methods are not enough. For example, the Internet is unstable, the address is constantly “jumping” or Windows says that the network has no Internet access. In such cases, the built-in diagnostic tool helps.

                        • Troubleshooter. Go to Settings → Network & Internet → Status and click Network Troubleshooter. Windows will automatically check all network settings, including IP, DNS, and gateway.
                        • Detailed reports. Through the command msdt.exe /id NetworkDiagnosticsNetworkAdapter you can run advanced diagnostics and get a log detailing your current IP, routing, and errors.
                        • When it’s useful. This method is especially helpful for complex problems: a conflict of IP addresses in the office, a DHCP error, or a situation where the IP is assigned, but the Internet is not working.

                        This is not the fastest method, but sometimes it gives a complete picture of what is happening. And this is another facet of how to lookup an IP address on Windows in real conditions.

                        Common Issues When Looking Up IP Address on Windows

                          Finding an IP address may seem like a trivial task, but in practice, difficulties often arise:

                          • Why the IP may change. If you have a dynamic IP (usually via Wi-Fi at home), then it can be updated every time you connect or reboot the router.
                          • NAT and hiding the real IP. Office networks and providers often use NAT (Network Address Translation). As a result, your local IP may be one, but another one comes out, shared by hundreds of users.
                          • VPN and proxy. When you work through a VPN, the local IP remains the same, but the public ONE changes. It can be confusing.: you look in ipconfig and see “your” address, and the sites see the IP of the VPN server. It’s the same with the proxy.

                          Knowing these nuances helps you interpret search results correctly and avoid mistakes. Therefore, when it comes to how to lookup an IP address on Windows, it is important to understand not only “where to click”, but also what exactly you are looking for — a local, public or VPN address.

                          MethodWhere to FindProsCons
                          Settings AppSettings → Network & Internet → StatusEasy for beginners, visualShows mostly local IP only
                          Control PanelNetwork and Sharing Center → Adapter → DetailsDetailed view (DNS, Gateway)Outdated interface
                          Command PromptipconfigFast, works on all versionsOutput can be overwhelming
                          PowerShellGet-NetIPAddressFlexible, can filter IPv4/IPv6Requires more skill
                          Online Serviceswhatismyip.com, ipinfo.ioShows public IP instantlyNeeds internet access
                          Diagnostics ToolNetwork Troubleshooter, logsFull report, advanced detailsSlower, not beginner-friendly

                          Conclusion: Choosing the Best Method to Lookup Your IP Address

                          We have analyzed a whole set of methods: from simple ones through Settings and online services, to advanced ones through PowerShell and network diagnostics.

                          • If you’re a beginner, the easiest way is to use the Settings App or a website like whatismyip.com .
                          • If you need full control and details, choose Command Prompt (ipconfig) or PowerShell.
                          • For complex cases, network logs and Windows diagnostics are useful.

                          The main thing to remember is that there are two different levels — the local IP inside the network and the public IP on the Internet. Both are important, but they solve different tasks.

                          Thus, understanding how to lookup IP address on Windows helps not only to “know your address”, but also to understand how the network works. This is simple knowledge that will be useful to everyone — from a gamer to a system administrator. If you want to know how to find internet protocol on all devices feel free to check our article.

                          Frequently Asked Questions

                          Check your device’s network settings or use ipconfig (Windows) / ifconfig (Mac/Linux).

                          Use system settings, Command Prompt/Terminal, or online tools like whoerip.com.

                          Perform an IP WHOIS lookup via services like whoerip

                          Open Command Prompt → type ipconfig (Windows), or use online IP lookup sites.

                          Check the printer’s network settings menu, print a configuration page, or view it in your router’s device list.

                          On Windows: run ipconfig. On macOS/Linux: use ifconfig or ip addr show.

                          Alex B

                          Author

                          A dynamic blend of strategic marketer, tech enthusiast, and sports fanatic, I thrive at the intersection of business, innovation, and competition. With a playbook inspired by elite athletes and a mind wired for the latest tech trends, I craft campaigns that don’t just reach audiences, they dominate the market.

                          Recommended Posts

                          Insights & Inspirations: Our Blog

                          DNS Leak Test Shows Cloudflare – Is It a Real Leak? - featured image
                          Cybersecurity

                          DNS Leak Test Shows Cloudflare – Is It a Real Leak?

                          A DNS leak means your real DNS requests are being exposed instead of staying securely inside your VPN or proxy tunnel. In simple terms, websites or apps can...

                          5 min read
                          What is CIDR and Why It Is Important - featured image
                          Cybersecurity

                          What is CIDR and Why It Is Important

                          In short, what is CIDR is a modern way to describe networks and subnets without strict reference to outdated "classes" A/B/C. The transcript will be below, but...

                          11 min read
                          Is my IP blacklisted? Why and How to Find Out? - featured image
                          IP address

                          Is my IP blacklisted? Why and How to Find Out?

                          The phrase "Is my IP blacklisted" sounds alarming, but in fact it describes a fairly simple situation: your IP address has been included in a special list of...

                          13 min read
                          How to Prevent DNS Leaks Simple Guide - featured image
                          Cybersecurity VPN

                          How to Prevent DNS Leaks Simple Guide

                          DNS is like an Internet phone book: you type "google.com ", and the system translates this into an IP address. The problem is that sometimes these requests...

                          11 min read
                          How to Check DNS Leak Easily in 2025 - featured image
                          Cybersecurity VPN

                          How to Check DNS Leak Easily in 2025

                          Why You Need to Know How to Check DNS Leak Let's start with a simple one. DNS leak is a situation where your DNS queries (that is, the list of sites you visit)...

                          11 min read
                          What Is DNS Leak in Simple Words - featured image
                          Cybersecurity VPN

                          What Is DNS Leak in Simple Words

                          To explain what is DNS leak, let's start with a simple metaphor. Imagine that you are sending a letter in an envelope. The letter itself is sealed — no one will...

                          14 min read
                          Instagram Proxy Server and How to Use it - featured image
                          Proxy

                          Instagram Proxy Server and How to Use it

                          Why Instagram and Proxy are now "together" Instagram today is not just a social network where people share photos of breakfast or sunset by the sea. This is a...

                          16 min read
                          Unblocked WhatsApp and Why It Can Be Blocked - featured image
                          Cybersecurity Proxy

                          Unblocked WhatsApp and Why It Can Be Blocked

                          Why WhatsApp Can Be Blocked When we say "WhatsApp has been blocked", it can mean two completely different scenarios — and it depends on how exactly to solve the...

                          16 min read
                          The Best VPN Services of 2025 — Our Picks for the Year’s Top Services - featured image
                          VPN

                          The Best VPN Services of 2025 — Our Picks for the Year’s Top Services

                          Welcome to our 2025 VPN buyer’s guide — your shortcut to choosing the right service without wasting time. We know this because we’ve spent over a decade testing...

                          32 min read
                          How to Unblock Websites Easily in 2025 - featured image
                          Cybersecurity

                          How to Unblock Websites Easily in 2025

                          Why Websites Are Sometimes Blocked The Internet seems like a big free highway: I sat down, drove, flew to the right site. But sometimes, instead of the desired...

                          28 min read
                          Why Websites Check the IP of Their Visitors - featured image
                          Click Fraud IP address

                          Why Websites Check the IP of Their Visitors

                          Websites use visitor IP addresses for analytics, security, geotargeting, and content personalization. This helps distinguish new vs. returning users, block...

                          10 min read
                          How an HTTP Proxy Server Works and Why It’s Used - featured image
                          IP address Proxy

                          How an HTTP Proxy Server Works and Why It’s Used

                          To explain it quite simply, the HTTP Proxy is an intermediary between you and the site. He's like a polite courier who knocks on your door instead, says he came...

                          16 min read
                          Browser Fingerprinting: How Websites Track You Beyond Your IP - featured image
                          Cybersecurity

                          Browser Fingerprinting: How Websites Track You Beyond Your IP

                          Websites today are constantly tracking our online activities, whether it’s to serve personalized ads, enhance user experience, or gather analytics. You might be...

                          8 min read
                          Is WebGL Spying on You? How to Block WebGL Fingerprinting - featured image
                          Cybersecurity

                          Is WebGL Spying on You? How to Block WebGL Fingerprinting

                          Your browser might know more about you than you think. Even if you avoid installing extensions, block location tracking, and regularly clear your cookies —...

                          8 min read
                          How To Download From MEGA Without Limit - featured image
                          Antidetect Browsers

                          How To Download From MEGA Without Limit

                          MEGA.nz is a cloud storage and file sharing service best known for its end-to-end encryption and strong stance on user privacy. It was launched in 2013 by Kim...

                          8 min read