How to Reserve an IP Address for a Device on Your Router

by Tommy N. Updated Apr 23, 2026

If you've ever set up a printer, game console, or smart home device only to find it stopped working after a router reboot, a reserved IP address is the fix you've been looking for. Reserving an IP address — also called a DHCP reservation or static DHCP lease — tells your router to always hand the same local address to a specific device, every single time it connects.

Router admin panel showing DHCP reservation settings for assigning a fixed IP address to a device by MAC address
Figure 1 — How to Reserve an IP Address for a Device on Your Router

In this guide you'll learn exactly how to reserve an IP address on your router, why it's more reliable than manually configuring a static IP on the device itself, and how to avoid the common mistakes that leave devices unreachable. If you're not yet comfortable with concepts like how DHCP works or what an IP address actually is, a quick read of those guides first will make everything here click instantly.

How to Reserve an IP Address for a Device on Your Router — complete visual guide showing DHCP reservation workflow
Figure 2 — How to Reserve an IP Address for a Device on Your Router at a Glance

What Is a Reserved IP Address & How Does It Work?

Your router runs a service called DHCP (Dynamic Host Configuration Protocol) that automatically issues IP addresses to devices as they join your network. By default, these leases are temporary — a device may receive 192.168.1.105 today and 192.168.1.118 tomorrow after a reboot or a long period offline. That shifting address breaks any rule, forwarding entry, or shortcut that depended on the old one.

A DHCP reservation solves this by creating a permanent mapping between a device's MAC address and a specific IP address inside the router's lease table. The MAC address is a hardware identifier — a 12-character hexadecimal string like A4:C3:F0:85:2D:11 — that is baked into every network adapter at manufacture. Because the MAC address never changes, the router can recognise the device every time it asks for an address and hand back the same reserved IP without any configuration needed on the device itself.

This is fundamentally different from setting a static IP directly on a device's operating system. When you configure a static IP on a computer or phone, that device claims the address without asking the router, which means the router's DHCP pool could simultaneously hand that same address to another device and create a collision. A reservation keeps the DHCP server in charge: the device still requests an address normally, and the router fulfils that request with the reserved one. No collisions, no conflicts, and no manual network settings to maintain across multiple devices.

Reservations are particularly valuable for devices that need consistent network access: network-attached storage (NAS) drives, smart TVs, security cameras, printers, Raspberry Pi servers, and anything you've set up port forwarding rules for. The moment any of those devices change their IP, the rule stops working — a reserved address prevents that entirely.

How to Reserve an IP Address on Your Router: Step-by-Step

The exact menu names vary between router brands (Asus, Netgear, TP-Link, Linksys, and so on), but the process follows the same five-step pattern on virtually every home router.

  1. Log in to your router's admin panel — Open a browser and navigate to your router's gateway address, typically 192.168.1.1 or 192.168.0.1. If you're unsure of your gateway, see our guide on how to find your router's IP address. Enter your admin username and password — if you haven't changed these, check router default passwords for your model.
  2. Find the DHCP settings or LAN settings section — Look for a menu labelled LAN, Network, DHCP, or Advanced depending on your router's firmware. Within that section, look for sub-options such as DHCP Reservation, Address Reservation, Static Leases, or IP & MAC Binding. TP-Link routers typically use DHCP → Address Reservation, while Asus routers place it under LAN → DHCP Server.
  3. Find the device's MAC address — Most routers display a connected devices list in the same DHCP section, showing each device's current IP, hostname, and MAC address. You can simply click the device from that list to pre-fill the reservation form. Alternatively, find the MAC address on the device itself: on Windows, run ipconfig /all in Command Prompt; on Android or iOS, check Settings → Wi-Fi → [Network name] → Advanced.
  4. Enter the MAC address and your chosen IP address — Type or paste the MAC address into the reservation form and specify the IP you want that device to always receive. Choose an address inside your router's subnet (e.g., 192.168.1.x) but outside the DHCP pool range to guarantee no conflicts. For example, if your pool runs from 192.168.1.100 to 192.168.1.199, pick an address like 192.168.1.50. You can use our subnet calculator to visualise the address space.
  5. Save the reservation and reconnect the device — Click Save or Apply in the router's interface. The reservation takes effect immediately for new DHCP requests, but the device will keep its current lease until it expires or is renewed. To apply the change right away, disconnect the device from the network and reconnect it — it will receive the reserved address on its next DHCP request. Verify by checking the device's IP in its network settings or in the router's connected devices list.

DHCP Reservation vs. Static IP: Which Should You Use?

Both approaches result in a device keeping the same IP address, but they work differently and each has trade-offs worth understanding before you commit to one for every device on your network.

MethodConfigured OnConflict RiskBest For
DHCP ReservationRouterNone (router controls pool)Most home devices, printers, NAS
Static IP (device)Device OSPossible if not plannedServers, VMs with known subnets
Dynamic DHCP (default)RouterNone, but address changesPhones, laptops, guest devices
Static IP + ReservationBothNone (belt-and-suspenders)Critical infrastructure, NAS
Link-local (APIPA)Device OSNone (169.254.x.x range)Fallback only, no internet access

Choose an IP Outside the DHCP Pool Range

Before entering a reserved address, log in to your router and note the start and end of your DHCP pool (often listed as Starting IP and Ending IP or DHCP Range). Pick your reserved addresses from outside that range — for example, if the pool is .100–.200, use .2 through .99 for reservations. This single step eliminates the most common cause of IP address conflicts on home networks.

Troubleshooting & Best Practices for IP Reservations

Once you've set up a few reservations, maintenance is minimal — but there are some scenarios where things go wrong and a few habits that will save you headaches down the road. The most frequent issue is a device not picking up its reserved address after the reservation is saved. This almost always means the device's existing DHCP lease hasn't expired yet. Simply toggling the device's Wi-Fi or Ethernet off and on, or rebooting the device, forces a fresh DHCP request and the router will respond with the reserved address.

Another common problem arises when unexpected devices appear on your network with addresses that collide with your reserved ones. This typically happens when a guest device is manually configured with a static IP that lands inside your pool, or when a reservation was set up for an old device and the address was later reassigned manually elsewhere. Keeping a simple spreadsheet or text file that maps device names, MAC addresses, and reserved IPs takes about five minutes to set up and saves enormous time when diagnosing these conflicts later.

It is also worth periodically reviewing your reservation list — especially after replacing devices. When you get a new phone or printer, its MAC address changes and the old reservation becomes dead weight in the router's table. Clean up stale reservations to keep the list accurate and your available address space tidy.

  • Always note the new reserved IP in one place (a home network diagram, a notes app, or a label on the device) so you can reference it when configuring port forwarding or firewall rules later.
  • Use a consistent numbering convention — for example, .2–.9 for network infrastructure (router, switch, access points), .10–.49 for computers, .50–.79 for IoT devices — to keep your address space organised.
  • After saving a reservation, verify it works by checking the device's IP from within the device's own settings (not just the router's lease table), to confirm the reservation was applied correctly.
  • If you replace your router, export or photograph your reservations list before you reset the old one — most routers do not export DHCP reservations in a universally importable format.

Pro Tip: After setting up reservations for devices you've also configured port forwarding for, double-check that each forwarding rule targets the reserved address — not just whatever IP the device had when you first created the rule. Use our port checker tool to confirm the forwarded ports are reachable from outside your network after making changes.

Common Mistakes That Break IP Reservations

  • Reserving an address that falls inside the active DHCP pool range — the router may hand it to another device before honouring the reservation.
  • Entering the MAC address with the wrong separator format — some routers expect colons (AA:BB:CC:DD:EE:FF), others use hyphens (AA-BB-CC-DD-EE-FF). Check your router's format and match it exactly.
  • Forgetting to reconnect the device after saving — the device keeps its old dynamic lease until the reservation is triggered by a new DHCP request.
  • Reserving an address for a Wi-Fi device using the wired MAC address, or vice versa — most devices have separate MAC addresses for their Wi-Fi and Ethernet adapters, so make sure you use the correct one for how the device connects.

Frequently Asked Questions

What is the difference between a reserved IP address and a static IP address?

A reserved IP address is configured on the router and delivered to the device via DHCP, so the device still obtains its address automatically — it just always gets the same one. A static IP is configured manually on the device itself, bypassing DHCP entirely. Reservations are generally safer for home networks because the router remains in control of address assignment, preventing conflicts. You can learn more about the underlying mechanism in our DHCP guide.

Will reserving an IP address slow down my network or affect Wi-Fi performance?

No — a DHCP reservation has no effect on network speed or Wi-Fi performance. The reservation only changes which IP address the router assigns during the handshake when a device joins the network; once the address is assigned, data flows exactly as it would with a dynamic lease. The entire reservation lookup adds microseconds to the connection process, which is completely imperceptible in practice.

How do I find a device's MAC address to create a reservation?

The easiest method is to check your router's connected devices list — it shows the MAC address of every currently connected device alongside its hostname and IP. On Windows you can also run ipconfig /all in Command Prompt and look for the Physical Address field. On iPhones and some Android devices, Wi-Fi MAC randomisation may be active; you'll need to disable it for that network in the device's Wi-Fi settings before creating a reservation, otherwise the MAC address changes and the reservation won't match.

Can I reserve the same IP address for more than one device?

No — each reserved IP address must map to exactly one MAC address, and each MAC address can only appear once in the reservation table. Assigning the same IP to two MAC addresses would cause an IP conflict the moment both devices are online simultaneously, resulting in neither device having reliable connectivity. Always assign a unique address to each device you want to reserve.

Do I need to reserve an IP address before setting up port forwarding?

You don't technically have to, but it is strongly recommended. Port forwarding rules target a specific local IP address, and if that address changes because the device's DHCP lease expired and it received a new one, the forwarding rule silently stops working. Setting up a DHCP reservation first ensures the device always has the same address and your port forwarding rules remain valid indefinitely.

What happens if I reserve an IP address that is already in use by another device?

If you reserve an address that another device currently holds via a dynamic lease, a conflict will occur when both devices are online — typically resulting in one or both devices losing network access. To avoid this, always pick a reserved address from outside your router's active DHCP pool range, or check your router's current lease table to confirm the address isn't already in use before saving the reservation.

Key Takeaways

  • A DHCP reservation tells your router to always assign the same IP address to a specific device, identified by its MAC address.
  • Reservations are safer than device-side static IPs because the router stays in control of address assignment, eliminating IP conflicts.
  • Always choose a reserved address outside your router's active DHCP pool range to guarantee no address collisions.
  • After saving a reservation, reconnect the device to trigger a fresh DHCP request and pick up the new address immediately.
  • Any device that has a port forwarding rule, NAS function, or fixed network role should have a DHCP reservation — it is the single most reliable way to keep those rules working long-term.

Related Guides

For authoritative networking standards and specifications, refer to the Internet Assigned Numbers Authority (IANA) or IETF RFC documents.

Tommy N.

About Tommy N.

Tommy is the founder of RouterHax and a network engineer with over ten years of experience in home and enterprise networking. He has configured and troubleshot networks ranging from simple home setups to multi-site enterprise deployments, with deep hands-on experience in router configuration, WiFi optimization, and network security. At RouterHax, he oversees editorial direction and covers home networking guides, mesh WiFi system reviews, and practical troubleshooting resources for everyday users.

Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.

Once done, hit any button as below