What is DHCP?

Dynamic Host Configuration Protocol (DHCP) is a network protocol. It is responsible for managing and automating the process of IP assignment so the devices can be individually accessed when on a network. I am sure you must have seen this one when configuring a router, which acts as a DHCP device. When a computer boots, it looks for a DHCP device or server and tries to get an IP. If the device is not there or not configured properly, the DHCP Lookup will fail.

How to fix DHCP Lookup Failed

Follow these suggestions to fix the problem. You should be able to resolve this without any admin account.

1] Too many devices connecting to the same DHCP Server

Every DHCP server has a SUBNET configuration which essentially decides how many devices it can manage. Usually, we all use the 255.255.255.0 Subnet mask with IP as 192.168.X.Y. If you have tons of devices connecting to the server, i.e., more than 200, then it is a good idea to switch to Class A or Class B subnet. It would be best to ask your IT admin to

Class A networks use a default subnet mask of 255.0.0.0Class B networks use a default subnet mask of 255.255.0.0

If you have a basic knowledge of configuring the router, this setting should be available as the first option after you login. The issue was largely reported by organizations that bought Chromebooks in bulk, and the network was not ready to manage all of them together.

2] Renew IP

It is possible that the router wasn’t able to assign an IP address to every device, and some of them failed. In that case, you can run the following on the Command Prompt on Windows. This will force the computer to connect with DHCP to get a new IP address.

If you are using a Chromebook, you can use the Chrome OS settings to fix it. Go to Chrome OS Settings, and locate the Internet Connection. It has settings to manually assign an IP or toggle switch, which will initiate an IP renewal request.

3] Run Network Troubleshooter

Windows comes with a built-in Network troubleshooter. You can find it in Windows Settings (WIN +I) > Update and Security >  Advanced Troubleshoot. Locate Internet Connections, select it, and run it. You can also type network troubleshooter, and it will bring up the Internet Connections troubleshooter, which you can instantly run. If that does not help, try using the Network Reset option in Windows 10. I hope the post was useful and helped you to fix DHCP Lookup Failed issue.