Knowing your IP address can help you troubleshoot internet issues, set up a printer or router, configure remote access, or confirm whether you’re connected to the right network. On Windows 11/10, you can find your IP address in multiple ways—through Settings, Control Panel, Command Prompt, PowerShell, and even your browser (for public IP).
Before we start, here’s the key thing:
-
Private (Local) IP address: Assigned by your router to your PC (usually looks like
192.168.x.xor10.x.x.x). Used inside your home/office network. -
Public IP address: The IP your internet provider shows to the outside world. Websites and online services “see” this IP.
This guide covers Windows 11 and Windows 10, with every method explained step-by-step.
Method 1: Find IP Address Using Windows Settings (Easiest)
On Windows 11
-
Press Windows + I to open Settings
-
Go to Network & internet
-
Click your connection type:
-
Wi-Fi (if you’re on wireless)
-
Ethernet (if you’re on cable)
-
-
Select the connected network (Wi-Fi name or Ethernet)
-
Scroll down to IP assignment and Properties
-
Look for:
-
IPv4 address (most common)
-
IPv6 address (optional / modern networks)
-
On Windows 10
-
Press Windows + I to open Settings
-
Click Network & Internet
-
Choose Wi-Fi or Ethernet from the left sidebar
-
Click the connected network
-
Scroll to Properties
-
Find IPv4 address and IPv6 address
Tip: If you see multiple network adapters, make sure you’re checking the one that says Connected.
Method 2: Find IP Address from Network Status (Quick View)
Windows 11
-
Right-click the Start button
-
Click Settings
-
Go to Network & internet
-
Open Advanced network settings
-
Click Hardware and connection properties
-
Find your active adapter and look for:
-
IPv4 address
-
Default gateway (your router IP)
-
Windows 10
-
Right-click the network icon (Wi-Fi/PC icon) in the taskbar
-
Click Open Network & Internet settings
-
Click Status
-
Click Properties
-
Scroll down to see IPv4 address
Method 3: Find IP Address Using Control Panel (Classic Windows Way)
-
Press Windows + R, type
control, then press Enter -
Go to Network and Internet
-
Click Network and Sharing Center
-
Next to Connections, click:
-
Wi-Fi (wireless) OR
-
Ethernet (wired)
-
-
In the pop-up window, click Details
-
Look for:
-
IPv4 Address
-
IPv6 Address
-
Default Gateway (router IP)
-
This is one of the most reliable methods when Settings feels confusing.
Method 4: Use Command Prompt (ipconfig) — Fast & Accurate
-
Press Windows + R
-
Type
cmdand press Enter -
Type the command below and press Enter:
ipconfig
-
Find your active adapter section:
-
Wireless LAN adapter Wi-Fi
-
Ethernet adapter Ethernet
-
-
Look for:
-
IPv4 Address → your local IP
-
Default Gateway → your router IP
-
Need more details? Use:
ipconfig /all
This shows DNS servers, MAC address, DHCP details, and more.
Method 5: Use PowerShell (More Modern Than CMD)
-
Right-click Start
-
Select Windows Terminal (Admin) or Windows PowerShell
-
Run this command:
ipconfig
(Yes, it works here too.)
Or use a PowerShell-only command:
Get-NetIPAddress
If you see lots of results, look for:
-
AddressFamily: IPv4
-
The adapter that matches your current connection (Wi-Fi/Ethernet)
Method 6: Find Your Public IP Address (What Websites See)
Your public IP is different from your local IP.
Option A: Use Google Search
-
Open your browser (Chrome/Edge/Firefox)
-
Search:
-
what is my ip
-
-
Google typically shows your public IP at the top.
Option B: Check Your Router (More Accurate for Networks)
If multiple devices share the same internet connection, your public IP is usually shown in the router dashboard:
-
Open a browser
-
Go to your router (often
192.168.0.1or192.168.1.1) -
Log in
-
Look for WAN IP, Internet IP, or Public IP
Method 7: Find IP Address Using Task Manager (Hidden but Handy)
-
Press Ctrl + Shift + Esc to open Task Manager
-
Click More details (if you see a simple view)
-
Go to the Performance tab
-
Click Wi-Fi or Ethernet
-
Look for IPv4 address on the right side
This is great when you want a quick check without digging through settings.
Method 8: Find IP Address Using System Information (Advanced)
-
Press Windows + R
-
Type:
msinfo32
-
Press Enter
-
Go to:
Components → Network → Adapter -
Choose the active adapter and find your IP values (may take a moment to load)
IPv4 vs IPv6: Which One Do You Need?
-
IPv4: Most common; used for most router setups and troubleshooting.
-
IPv6: Newer standard; used by modern ISPs and networks.
If a game/server/app asks for an IP, it usually means IPv4, unless it specifically says IPv6.
Common Problems: Why You Might Not See an IP Address
You see 169.254.x.x
This usually means Windows couldn’t get an IP from your router (DHCP issue). Fixes:
-
Restart router and PC
-
Reconnect Wi-Fi
-
Run CMD as Admin and try:
ipconfig /release
ipconfig /renew
You see multiple IPv4 addresses
You may have:
-
A VPN connected
-
A virtual adapter (VirtualBox, VMware)
-
Multiple network interfaces
Check the adapter that says Connected and matches your active network.
FAQ
Can my IP address change?
Yes. Most home networks use dynamic IPs, so your public IP can change after router restarts or over time. Your local IP can also change if DHCP reassigns it.
Is it safe to share my IP address?
Sharing your public IP isn’t ideal publicly. It can expose your approximate region and can be targeted for nuisance attacks. Sharing your local IP is usually harmless outside your network.
What is the “Default Gateway”?
That’s your router’s IP address (the address your PC uses to reach the internet).
Conclusion
To find your IP address on Windows 11/10, the simplest option is Settings → Network & internet → Properties. For accuracy and troubleshooting, Command Prompt (ipconfig) is the best. And if you need the IP websites see, you’re looking for your public IP, which you can check via a browser search or your router’s WAN page.
If you want, tell me whether you need local IPv4 or public IP, and whether you’re on Wi-Fi or Ethernet—I’ll point you to the fastest method for your exact case.