HackMyIP
← back to sheets

How to Find Your Router IP Address (Default Gateway)

~/sheets/how-to-find-router-ip-address.md
1

Find Your Router IP Address

2

Your router IP address (also called the default gateway) is the address you use to access your router's admin panel. Common defaults are 192.168.1.1, 192.168.0.1, or 10.0.0.1, but yours might be different.

3

On Windows

4
    5
  1. Open Command Prompt (Win + R, type cmd)
  2. 6
  3. Type ipconfig and press Enter
  4. 7
  5. Find Default Gateway — that is your router IP
  6. 8
    9

    On Mac

    10
      11
    1. Open System Settings > Network > Wi-Fi > Details
    2. 12
    3. Look for Router under TCP/IP
    4. 13
    5. Or in Terminal: netstat -nr | grep default
    6. 14
      15

      On iPhone

      16
        17
      1. Settings > Wi-Fi > tap (i) next to your network
      2. 18
      3. Scroll to find Router
      4. 19
        20

        On Android

        21
          22
        1. Settings > Wi-Fi > tap your connected network
        2. 23
        3. Look for Gateway in the network details
        4. 24
          25

          Accessing Your Router Admin Panel

          26

          Type your router IP into any browser address bar (e.g., http://192.168.1.1). You will be prompted for a username and password. Common defaults are admin/admin or admin/password. Check your router label or manual for the correct credentials.

          27

          Router Security Tips

          28

          Change the default admin password immediately. Enable WPA3 if available, or WPA2 at minimum. Disable WPS. Keep firmware updated. Regularly scan for open ports and check our WiFi security checklist.

          29

          Your Public IP vs Router IP

          30

          Your router IP is a private address only accessible within your network. Your public IP is what the outside world sees. Check your public IP now to see what websites and services know about your connection.

          31
          Last updated: April 2026