What Is My Router IP Address?

Your router's local gateway IP is what you type into a browser to reach the admin panel. The tool below detects it automatically using WebRTC - no apps, no sign-up.

Detecting your network via WebRTC…

Try These Common Gateway Addresses Directly

192.168.1.1 192.168.0.1 10.0.0.1 192.168.1.254 192.168.2.1 10.0.1.1 192.168.100.1 192.168.10.1 192.168.88.1 192.168.8.1 192.168.178.1

Find Your Router IP Manually

WebRTC detection works in most browsers but may be blocked by privacy settings. These manual methods always work on any device.

Windows

1
Windows: open Command Prompt

Press Win + R, type cmd, press Enter. Then type ipconfig and press Enter.

2
Find Default Gateway

Look for the Default Gateway line under your active network adapter. That IP is your router address.

3
Mac: open Terminal

Open Terminal and type ip route show default or netstat -rn | grep default. The first IP shown is your router.

4
Phone: check Wi-Fi settings

On iPhone: Settings → Wi-Fi → tap your network → tap the i icon. On Android: Settings → Wi-Fi → long press network → Manage network settings.

macOS

1
Open Terminal

(Applications → Utilities → Terminal).

2
Type netstat -nr | grep default and press Enter.

Type netstat -nr | grep default and press Enter.

3
The first IP after "default" is your router. Alternatively:

The first IP after "default" is your router. Alternatively: System Settings → Network → your connection → Details → TCP/IP → Router field.

Linux

1
Open Terminal and type ip route show default.

Open Terminal and type ip route show default.

2
The IP after "via" is your router gateway.

The IP after "via" is your router gateway.

iPhone / iPad

1
Go to Settings → Wi-Fi.

Go to Settings → Wi-Fi.

2
Tap the ⓘ info icon next to your network name.

Tap the ⓘ info icon next to your network name.

3
Scroll down to the Router field - that is your gateway IP.

Scroll down to the Router field - that is your gateway IP.

Android

1
Go to Settings → Network → Wi-Fi.

Go to Settings → Network → Wi-Fi.

2
Tap the gear icon next to your connected network.

Tap the gear icon next to your connected network.

3
Tap Advanced or View More. Find the Gateway field.

Tap Advanced or View More. Find the Gateway field.

Common Router IPs by Brand

BrandDefault Gateway IPLogin Guide
Netgear192.168.1.1 or routerlogin.netGuide
TP-Link192.168.1.1 or tplinkwifi.netGuide
Linksys192.168.1.1 or myrouter.localGuide
D-Link192.168.0.1 or dlinkrouter.localGuide
Asus192.168.1.1 or router.asus.comGuide
Comcast / Xfinity (Arris)10.0.0.1Guide
BT Smart Hub192.168.1.254 or bthub.homeGuide
Apple AirPort10.0.1.1Guide
MikroTik192.168.88.1-
AVM Fritz!Box192.168.178.1 or fritz.box-
Huawei192.168.8.1 or 192.168.3.1-
Google Nest WiFi192.168.86.1 (app only)Guide

Frequently Asked Questions

Why did no router IP get detected?

Your browser may have WebRTC disabled (common with Firefox's privacy settings or Brave's Shields). Try the manual steps above - ipconfig on Windows or ip route on Linux and Mac always works regardless of browser settings.

My router IP detected doesn't match what ipconfig shows - which is correct?

The ipconfig result is always authoritative. WebRTC detection estimates the gateway by assuming it ends in .1, but some routers use .254 or other addresses. If there's a discrepancy, use the ipconfig/ip route result.

I found my router IP - what do I do with it?

Type it into your browser address bar with http:// at the start (example: http://192.168.1.1). You'll see the router admin login page. Enter the username and password from the sticker on the back of your router. From there you can change your Wi-Fi password, set up port forwarding, update firmware, and more.

Is it safe to share my router's local IP?

Sharing the local IP is low risk on its own - 192.168.1.1 is used by millions of routers worldwide and doesn't identify your specific device. However, sharing your router admin password alongside it is dangerous. Keep credentials private.