To find your router's IP address, follow these steps based on your device:
For Windows:
- Open Command Prompt:
- Press
Win + R, typecmd, and hitEnter.
- Press
- Run the Command:
- Type the following command and press
Enter:ipconfig
- Type the following command and press
- Locate Default Gateway:
- Look for the line labeled "Default Gateway." The IP address next to it (e.g.,
192.168.1.1) is your router's IP address.
- Look for the line labeled "Default Gateway." The IP address next to it (e.g.,
For macOS:
- Open Terminal:
- Go to Applications > Utilities > Terminal.
- Run the Command:
- Type the following command and press
Enter:netstat -nr | grep default
- Type the following command and press
- Find the IP Address:
- The IP address listed next to "default" is your router's IP address.
For Linux:
- Open Terminal.
- Run the Command:
- Type the following command and press
Enter:ip route | grep default
- Type the following command and press
- Identify the IP Address:
- The IP address after "default via" is your router's IP address.
For Mobile Devices:
- iOS: Go to
Settings>Wi-Fi, tap on the connected network, and look for "Router." - Android: Go to
Settings>Network & internet>Wi-Fi, tap on the connected network, and look for "Gateway."
If you need further assistance, feel free to ask!
