The fastest way to find your modem IP address

Your modem's IP address is usually 192.168.0.1 or 192.168.1.1. Type one of these into your web browser's address bar to log in to your modem's settings page. If neither works, you can find the actual address by checking your router's label — most modems print it on a sticker on the back or bottom — or by running a command on your computer that shows all connected devices.

The label method takes 30 seconds. The command method takes two minutes and works even if the label is worn off or missing. Both are more reliable than guessing.

Key Takeaways

  • Check the physical sticker on the back or bottom of your modem first — the IP address is usually printed there alongside the default username and password.
  • On Windows, open Command Prompt and type ipconfig, then look for "Default Gateway" — that is your modem's IP address.
  • On Mac, open Terminal and type netstat -nr | grep default to find the gateway address.
  • On iPhone or Android, go to Settings, find your Wi-Fi network, and tap it to see the router IP address listed as "Gateway" or "Router".
  • Once you have the address, type it into your browser's address bar to reach your modem's login page.

Finding the IP address on the modem itself

The easiest method is to look at the modem directly. Flip it over or look at the back panel. Most modems have a white or silver sticker that lists the default IP address, username, and password. The IP address line usually says "IP Address:", "Gateway:", or "Admin URL:" followed by a number like 192.168.1.1.

Write down the address or take a photo with your phone. If the sticker is faded or missing, move to the command-line method below.

Finding the IP address on Windows

Open the Start menu and type Command Prompt. Click the Command Prompt app to open it. Type the following command and press Enter:

ipconfig

A list of network information will appear. Look for the section labeled "Default Gateway" — the number next to it is your modem's IP address. It will look something like 192.168.1.1 or 192.168.0.1. Copy or write down that number.

Finding the IP address on Mac

Open the Applications folder, go to Utilities, and click Terminal. Type the following command and press Enter:

netstat -nr | grep default

The output will show a line starting with "default". The first long number after "default" is your modem's IP address. It typically begins with 192.168. Copy that number and close Terminal.

Finding the IP address on iPhone or Android

On iPhone, open Settings, tap Wi-Fi, and find the network you are connected to. Tap the network name (the blue "i" icon next to it on some iOS versions). Scroll down to find "Router" or "Gateway" — the IP address is listed there.

On Android, open Settings, go to Wi-Fi, and long-press the network you are connected to. Tap "Manage" or the gear icon. Look for "Gateway" or "Router IP" in the advanced settings. The address shown is your modem's IP address.

What to do once you have the IP address

Open a web browser on any device connected to your network. Type the IP address into the address bar at the top — for example, 192.168.1.1 — and press Enter. A login page will appear asking for a username and password.

Use the credentials printed on your modem's sticker. If you changed the password before and do not remember it, you can reset the modem to factory settings by holding the reset button (usually a small hole on the back) for 10 to 15 seconds. This erases all custom settings and returns the modem to its default username and password.

Why you might need your modem IP address

The modem settings page lets you restart the device, check your internet connection status, change your Wi-Fi password, and see which devices are connected to your network. Some people also use it to check for firmware updates or to troubleshoot connection problems with their internet service provider.

You do not need to log in often. Most modems work fine without any changes to the settings page. But knowing how to reach it is useful when something goes wrong or when you want to change your Wi-Fi name or password.

Frequently Asked Questions

What if neither 192.168.0.1 nor 192.168.1.1 works?

Check the sticker on your modem — your actual IP address may be different. If the sticker is missing, use the command-line method for your operating system (ipconfig on Windows, netstat on Mac) to find the default gateway. That is always your modem's IP address.

Can I change my modem's IP address?

Most home users should not change it. The default address works for all devices on your network. If you have a specific reason to change it, you can do so in the modem's settings page under LAN or Network settings, but this can break connections if done incorrectly.

Is my modem IP address the same as my internet IP address?

No. Your modem's IP address (192.168.x.x) is only used inside your home network. Your internet IP address is assigned by your service provider and is visible to websites you visit. You can find your internet IP by searching "what is my IP" in a browser.

Do I need a password to see my modem's IP address?

No. Finding the IP address itself — by checking the sticker, running ipconfig, or checking your phone settings — requires no password. You only need the password if you want to log into the modem's settings page and make changes.