Need to find your IP address on Windows 11? There are several ways to do it. This guide covers finding both your public IP (what the internet sees) and your private/local IP (your network address).
The Fastest Way: Use Our Tool
The easiest way to find your public IP address is to visit our What Is My IP page. It instantly shows your IP, location, ISP, and more — no commands needed.
Method 1: Windows Settings
To find your private (local) IP address:
- Open Settings (press
Win + I) - Click Network & Internet
- Click on your connection type (WiFi or Ethernet)
- Click Hardware properties (for WiFi) or your network name
- Scroll down to find IPv4 address and IPv6 address
Method 2: Command Prompt
For your private IP:
- Press
Win + R, typecmd, press Enter - Type
ipconfigand press Enter - Look for IPv4 Address under your active adapter
For your public IP via Command Prompt:
- Type
curl ipapi.co/ipand press Enter - Your public IP will be displayed
Method 3: PowerShell
For a more detailed view:
- Right-click the Start menu → Windows Terminal
- Type
Get-NetIPAddress | Where-Object { $_.AddressFamily -eq 'IPv4' } - This shows all IPv4 addresses on your system
For your public IP in PowerShell:
- Type
(Invoke-WebRequest -Uri "https://ipapi.co/ip").Content
Method 4: Task Manager
- Press
Ctrl + Shift + Escto open Task Manager - Click the Performance tab
- Click on Ethernet or WiFi
- Your IPv4 and IPv6 addresses are shown at the bottom
Public vs. Private IP: What's the Difference?
Your private IP (like 192.168.1.x) is only used within your home network. Your public IP is what websites and online services see. The public IP is shared by all devices on your network through your router.
To see your public IP instantly, visit CheckWhatIsMyIP.com.