How To Enter A Static IP Address | Step-By-Step Per OS

Setting a static IP address manually requires entering an unused IP, the correct subnet mask, and your router’s gateway address into your operating system’s network settings.

How to enter a static IP address correctly comes down to matching three values to your network: the IP itself, the subnet mask, and the default gateway. One wrong digit knocks a device offline instantly, so the exact menu path and the numbers you type both matter equally. Whether you use Windows 11, macOS, or a router reservation, the process follows the same pattern — get the right info first, then pick the method that matches your device.

What Information Do You Need Before Starting?

A static IP assignment fails immediately if any of the base numbers are wrong. Collect these four values from your network administrator or router status page before you open any settings.

Field Description & Rules Common Example
Static IP Address The fixed address for your device. It must be unused on the network and within the same logical subnet as the router. 192.168.1.50
Subnet Mask Defines the network’s size. Consumer routers almost always use 255.255.255.0, which covers 254 devices. 255.255.255.0
Default Gateway The local IP of your router, which bridges the local network to the internet. You reach your router’s admin panel through this address. 192.168.1.1
DNS Server (Primary & Secondary) Converts domain names to IP addresses. Your ISP’s DNS works, but public DNS like Google or Cloudflare is often faster and more reliable. 8.8.8.8 / 8.8.4.4
DHCP vs Static DHCP assigns addresses automatically. Static bypasses the pool, so the address you pick must fall outside the router’s DHCP range. Automatic vs Manual
IP Conflict Two devices claiming the same IP causes dropped connections for both. Always verify the address is free before assigning it. Ping the IP first
MAC Address The hardware identifier tied to the network card. Router reservations bind a static IP to this address. 00:1A:2B:3C:4D:5E

How To Enter A Static IP On Windows 10 And 11

Windows keeps the static IP menu in the classic Control Panel, which is the same across both Windows 10 and 11. The direct shortcut ncpa.cpl bypasses the newer Settings app entirely and opens the network adapters list instantly.

TRENDnet’s official documentation provides the exact sequence used below. Open network connections, configure the IPv4 properties manually, and enter your static values.

  1. Press Windows key + R, type ncpa.cpl, and press Enter.
  2. Right-click your active network adapter (labeled Ethernet or Wi-Fi) and select Properties.
  3. Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
  4. Select Use the following IP address. Enter your static IP address, subnet mask, and default gateway.
  5. Select Use the following DNS server addresses and enter your preferred DNS values.
  6. Click OK in both open dialog boxes to apply and close.

The network icon stops showing a yellow alert triangle, and a quick ipconfig in the Command Prompt reflects your new static values.

On Windows 11, the Control Panel is hidden by default, but ncpa.cpl works identically. The IP you choose must be static-capable and unused. TRENDnet’s step-by-step static IP guide confirms every button and field location.

How To Enter A Static IP On macOS

Apple sets the manual IP option under the TCP/IP tab inside the connection details. The macOS System Settings app restructured some menus in recent versions, but the fields remain the same.

  1. Open Apple menu > System Settings (or System Preferences on older macOS).
  2. Click Network.
  3. Select your active connection (Wi-Fi or Ethernet) and click Details.
  4. Click TCP/IP. Change Configure IPv4 from Using DHCP to Manually.
  5. Enter your static IP address, subnet mask, and router (gateway) address. Add DNS servers on the DNS tab.
  6. Click OK then Apply to save.

The connection status shows a green dot, and the assigned IP appears next to “IP Address” in the network overview.

macOS will not allow you to save the config if the IP is already in use by another device detected on the network — a handy built-in conflict check.

Router DHCP Reservation: The Safer Alternative

Manually setting a static IP on the device itself works, but it creates a potential conflict if the device’s OS is ever reset or if it connects to a different network. The most stable approach is to configure a reservation in your router’s DHCP settings, which pins the desired IP to the device’s MAC address on the network side.

This keeps the device on standard DHCP (so it works on other networks automatically), while guaranteeing it always receives the same local address from the home router.

Method What It Controls Best For
Windows / macOS Manual Assignment The OS-level networking stack. Settings must be reconfigured after a system wipe or adapter change. Individual desktops or laptops that stay on one network.
Router DHCP Reservation The router’s address pool. The device stays on DHCP but gets the same IP every time. Printers, NAS, game consoles, smart home hubs.
Public Static IP (from ISP) The internet-facing address on the modem or router. Hosting a VPN server or a public-facing service from home.
Mixed Approach A manually configured device plus a router reservation as a fallback. Mission-critical devices where every millisecond of downtime matters.

The reservation setup flow: Log into your router’s admin interface (usually 192.168.1.1) > find DHCP or LAN Settings > look for Address Reservation > enter the MAC address of your device and the desired IP > save the rule and reboot the device. The router handles the rest.

The device’s network settings still say “DHCP,” but the “DHCP Server” field in the device status shows the router has assigned the reserved IP.

Final Checklist Before Saving Any Static IP

One wrong digit in the subnet mask or a duplicate IP will silently break connectivity. Run this quick mental checklist before you click OK or Apply.

  • Is the IP in the same subnet? The first three number groups of the IP must match the router’s IP (e.g., 192.168.1.xxx for a 192.168.1.1 router).
  • Is the IP outside the DHCP pool? Most routers assign dynamic addresses starting from .100 or .50. Choose a number below or above that range, or check the router status for the exact pool.
  • Is the IP conflict-free? Open a command prompt and type ping [your chosen IP]. If the ping gets replies, that address is already alive on the network — pick a different one.
  • Are DNS servers entered? A static IP without a valid DNS will connect to the network but fail to load any website. 8.8.8.8 and 8.8.4.4 (Google Public DNS) are the most reliable fallback.
  • Did you click OK enough times? Every dialog window requires confirmation. One missed OK leaves the old settings active.

A correctly assigned static IP works instantly and stays stable for months — a bad one creates a network ghost story that is hard to diagnose from the symptom alone. Double-check the numbers, and the device will never fight for its address again.

References & Sources