Your gateway address is the IP address of your router, and you need it to change your Wi-Fi password, update security settings, or troubleshoot connection problems

The gateway address is the internal IP address your router uses on your home network — something like 192.168.1.1 or 192.168.0.1. It is the address you type into a web browser to log into your router's settings page. Without it, you cannot access the control panel where you change passwords, turn on security features, or see which devices are connected to your network.

Most home routers use one of a handful of standard gateway addresses depending on the manufacturer. If you do not know yours, you can find it in seconds using a command on your computer or by checking a label on the router itself.

Key Takeaways

  • Your gateway address is printed on a sticker on the bottom or back of your router, usually labeled "Default Gateway" or "Router IP".
  • On Windows, open Command Prompt and type ipconfig, then look for the line that says "Default Gateway" — that is your address.
  • On Mac or Linux, open Terminal and type netstat -nr | grep default to find your gateway address.
  • The most common gateway addresses are 192.168.1.1 and 192.168.0.1, so you can try these first if the label is missing or unreadable.
  • Once you have the address, type it into your web browser's address bar (not a search engine) to reach your router's login page.

Check the physical label on your router

The fastest way to find your gateway address is to look at the sticker on your router itself. Most routers have a label on the bottom, back, or inside the battery compartment that lists the default gateway address, the router's model number, and sometimes the default username and password.

The label may say "Default Gateway", "Router IP", "Gateway Address", or straightforward show the address as a series of numbers separated by periods (like 192.168.1.1). If your router is wall-mounted or hard to reach, take a photo of the label with your phone so you have it saved.

Find your gateway address on Windows

Open the Command Prompt process on your Windows computer. Press the Windows key, type cmd, and press Enter. A black window will open with a blinking cursor.

Type ipconfig and press Enter. The screen will fill with network information. Look for the section labeled with your network name (or "Ethernet" if you are using a wired connection). Find the line that says "Default Gateway" — the numbers after it are your gateway address. It will look something like 192.168.1.1 or 192.168.0.1.

Find your gateway address on Mac or Linux

Open the Terminal process. On a Mac, press Command + Space, type terminal, and press Enter. On Linux, open Terminal from your applications menu or press Ctrl + Alt + T.

Type netstat -nr | grep default and press Enter. The output will show a line with several columns of numbers. The first set of numbers in that line is your gateway address — usually something like 192.168.1.1. If you see multiple lines, look for the one that shows your active network connection.

Try the most common gateway addresses if you cannot find yours

If the router label is missing or damaged and you cannot access the command line, the most common gateway addresses are 192.168.1.1 and 192.168.0.1. Open a web browser, click on the address bar at the top, type one of these addresses, and press Enter.

If that address is correct, you will see a login page asking for a username and password. If the page does not load, try the other address. If neither works, your router may use a less common address — in that case, the command line method above is your most reliable option.

What to do once you reach your router's login page

Once you have typed your gateway address into the browser and reached the login page, you will need a username and password. Most routers come with a default username (often "admin") and a default password (often "admin" or "password", or sometimes printed on the router label). Enter these credentials and you will see your router's control panel.

From here, you can change your Wi-Fi network name and password, turn on security features like WPA3 encryption, see which devices are connected to your network, and update your router's firmware. If you have changed the password before and do not remember it, you may need to reset the router to factory settings — a small button on the back that you hold for 10 to 15 seconds will do this, though it will erase all your custom settings.

Frequently Asked Questions

What is the difference between gateway address and IP address?

Your gateway address is your router's IP address on your home network. Your computer also has its own IP address on the network (like 192.168.1.5). The gateway is the address you use to reach the router's settings; your computer's IP is what identifies your computer to other devices on the network.

Why do I need to know my gateway address?

You need it to log into your router and change settings like your Wi-Fi password, turn on security features, or see which devices are connected. Without the gateway address, you cannot reach the router's control panel.

Is it safe to share my gateway address?

Your gateway address is not sensitive information — it is visible to anyone on your Wi-Fi network. What matters is protecting your router's username and password, which you should keep private. Do not share those credentials with anyone you do not trust with access to your network.

What if my gateway address does not match the label on my router?

This can happen if someone changed the router's settings after installation. The address shown by the ipconfig or netstat command is the one currently in use on your network, so use that one. If you want to reset it to the factory default, you can reset the router using the button on the back.