“Duplicate name exists on the network” Windows error

Posted on September 21, 2009 at 5:32 am

Previously, I wrote an article about what would happen if you had two computers with the same IP address on the same network: an IP address conflict. But what happens when you have two computers with the same name on a network?

Well, in that case, you might end up seeing a message like the following:

Duplicate name exists on the network

At first, you might think the obvious answer is to just rename one of the computers, right? Well, you may also get this error even if no two computers have the same name on the network!

The reason why is because it could be caused by an old network adapter that is no longer present on the system. Here’s a coupe of ways you can try to solve this issue before renaming computers.

Method 1 – IPCONFIG

Firstly, a simple release and renew of the IP address might solve your problem. Go to Start, then Run and type in CMD. At the command prompt, go ahead and type in

IPCONFG /release

IPCONFIG /renew

If you still get the error, then move on to the following possible solutions.

Method 2 – Remove Hidden Network Adapters

Go to Start, Run, and type in DEVMGMT.MSC in the box. Now in Device Manager, click on View and choose Show Hidden Devices.

duplicate name on network

Now scroll down to Network Adapters and uninstall any that are showing with transparent icons. If nothing is grayed out, then your problem is also not with a old network adapter.

device manager

Method 3 – Rename computer

If neither of these two methods worked, than you will probably just have to rename the computer. This can occur for one of two reasons:

  1. You actually have two machines on the network with the same name
  2. One of the computers has the same name as the name of the workgroup

You can go to Start, run, type in CMD, and then type in nbtstat –n at the command prompt and it’ll show you a conflicting workstation if there is one.

nbtstat

Make sure to look at the one for network connection you are currently using, i.e. Local Area Connection or Wireless Network Connection.

You can rename a computer by right-clicking on the My Computer icon on the desktop, choosing Properties and then clicking on Computer Name tab.

change computer naem

Click the Change button and type in a new name for the computer. Restart your computer and the problem should be gone. If you’re still having issues, post a comment here and I’ll try to help! Enjoy!

» Filed Under Computer Tips

Related Posts

Comments

3 Responses to ““Duplicate name exists on the network” Windows error”

  1. Anna Barre said on :

    We had this problem at work last week. We tried all of these fixes, without success. We finally went into our DNS where both names were listed. We deleted one of them from there.


  2. Richard said on :

    I tried it and it doesn’t work at all. I recently changed my Linksystem router settings. Could that have played a role in this problem?


  3. Jes said on :

    Thank You so Much for all of your help!! I’ve tried everything out there on the internet, your suggestions were the easiest and they simply worked for that duplicate computer name error!! I tried all three of them and the simplest one worked…i renamed the computer by right clicking on my computer tab. The error is simply gone!


Please post your comments/suggestions!