What your gateway IP is and why you need it

Your gateway IP address is the address of the device that connects your home network to the internet — usually your router. When you need to change your Wi-Fi password, restart your router, or troubleshoot a connection problem, you enter this address into your browser to reach your router's settings page. Without it, you cannot access those controls.

The gateway IP is different from the IP addresses of individual devices on your network. Your phone, laptop, and smart TV each have their own local IP addresses. The gateway is the one device that talks to your internet service provider and directs traffic between your devices and the outside world.

Most home routers use one of three gateway addresses: 192.168.1.1, 192.168.0.1, or 10.0.0.1. Your router's manual or the sticker on the back of the device will tell you which one yours uses, but you can also find it through your operating system without looking anything up.

Key Takeaways

  • Your gateway IP address is printed on a sticker on the back or bottom of your router, usually labeled "Default Gateway" or just shown as an IP address.
  • On Windows, you can find it by opening Command Prompt and typing ipconfig, then looking for "Default Gateway" in the results.
  • On Mac or Linux, open Terminal and type netstat -nr | grep default to see your gateway address.
  • On iPhone or iPad, go to Settings > Wi-Fi, tap the network name, and scroll down to see the router IP listed as "Router".
  • On Android, go to Settings > Network and Internet > Wi-Fi, tap your network, and look for "Gateway" in the advanced options.

Finding your gateway IP on Windows

Open Command Prompt by pressing the Windows key, typing cmd, and pressing Enter. A black window will open. Type ipconfig and press Enter.

Look through the results for a section labeled with your network name or "Ethernet" if you are wired. In that section, find the line that says "Default Gateway" — the IP address next to it is your gateway. It will look something like 192.168.1.1. Write it down or copy it.

Close Command Prompt when you are done. You can now paste that address into your browser's address bar to reach your router's login page.

Finding your gateway IP on Mac

Open Terminal by pressing Command and Space, typing terminal, and pressing Enter. Type netstat -nr | grep default and press Enter.

The first result will show your gateway IP in the second column. It will look something like 192.168.1.1 or 10.0.0.1. That is the address you need. You can also find it faster by going to System Settings > Network, clicking your active connection, and looking for "Router" in the TCP/IP section.

Finding your gateway IP on iPhone or iPad

Go to Settings and tap Wi-Fi. Find the network you are connected to and tap the information icon (the small circle with an "i" in it) next to the network name.

Scroll down to the section labeled "IPv4 Address". Below that, you will see "Router" — the IP address listed there is your gateway. This method works on any iOS or iPadOS device connected to your Wi-Fi network.

Finding your gateway IP on Android

Go to Settings and tap Network and Internet, then Wi-Fi. Tap the network you are connected to. On some Android versions, you will see the gateway listed when ready as "Gateway". On others, you may need to tap "Advanced" or "More options" to see it.

If you do not see it in Wi-Fi settings, try this: go to Settings > About Phone > Status (or Network), and look for "Gateway" or "Router IP" in the list. The exact location varies by manufacturer and Android version, but the information is always in the network settings somewhere.

Checking the sticker on your router

The simplest way to find your gateway IP is often the one you have not tried yet: look at the back or bottom of your router. Most routers have a sticker with the default gateway address printed on it, usually labeled "Default Gateway", "Router IP", or just shown as a number like 192.168.1.1.

The sticker also shows the default username and password you need to log in — usually "admin" and "admin" or "admin" and a blank password, though some routers use different defaults. If you have changed your router password before, you will need the new password, not the one on the sticker.

If the sticker is worn off or missing, the operating system methods above will always work.

What to do once you have your gateway IP

Open any web browser and type your gateway IP into the address bar — for example, 192.168.1.1 — and press Enter. Your router will ask you to log in. Use the username and password from the sticker on your router, or the ones you set up if you have changed them before.

Once you are logged in, you can change your Wi-Fi password, restart the router, check which devices are connected, adjust security settings, or troubleshoot connection problems. The exact options depend on your router model, but the layout is similar across most brands.

If you cannot reach the login page, double-check that you typed the IP address correctly and that you are connected to the right Wi-Fi network. If the page still does not load, try restarting your router by unplugging it for 30 seconds, plugging it back in, and waiting two minutes for it to fully start up.

Frequently Asked Questions

What if I cannot remember my router password?

Most routers have a reset button on the back that you can hold for 10 to 15 seconds to restore factory settings. This will erase your Wi-Fi password and return the router to the defaults printed on the sticker. After reset, you can log in with those defaults and set a new password. Check your router's manual for the exact reset procedure, as it varies by model.

Is my gateway IP the same as my public IP address?

No. Your gateway IP (like 192.168.1.1) is only visible to devices on your home network. Your public IP is the address your internet service provider assigns to your router, and it is what websites see when you visit them. You can find your public IP by searching "what is my IP" in any search engine.

Can I change my gateway IP address?

Yes, but there is usually no reason to. You can change it in your router's settings under LAN or Network settings, but doing so can break devices that expect the default address. Most people should leave it at the factory default.

Why does my gateway IP start with 10.0.0 instead of 192.168?

Different routers use different default ranges. Both 192.168.x.x and 10.0.0.x are valid private IP ranges. Some older routers or business-grade equipment use 10.0.0.1. The range does not matter — it works the same way either way.