How-To Guide
How To Find Your Router’s IP (Default Gateway)
📡 Find Your Router’s IP (Default Gateway)
You can find your router’s IP (also known as the default gateway) on both Windows and Mac. Here’s how:
🔵 On Windows:
Open Command Prompt:
Press
Windows + R
, typecmd
, and press Enter.
Run this command:
ipconfig
Look for "Default Gateway" under your network adapter (usually Wi-Fi or Ethernet).
🟣 On macOS:
Open Terminal:
Press
Cmd + Space
, type Terminal, and hit Enter.
Run this command:
netstat -nr | grep default
Find the router IP in the output next to “default”.
Once you have the IP (e.g. 192.168.1.1
), open a browser and type it into the address bar to access your router’s settings.