Unconnected trace

Hello,
In my design, I have one unconnected trace. Restnest is on but couden’t find the unconnected trace.
Also, DRC is not showing anything.

Is there any other way to find it?

Thank you.

If DRC does not report any unconnected net then there is no unconnected net.

The unconnected count (in the lower part of kicad, The dark blue counter in your screenshot) is not always updated correctly. This is a known bug.
Close PCB_new and re open it to force it to update.

1 Like

I have re open kicad but it didn’t go away. But if it is a bug then I guess I’m ok.

Thanks for the information!

What does DRC say?
First press start DRC and then List unconnected. You need to do it in this order otherwise you get a wrong result.

1 Like

It says the same thing.It just I miss timed my screenshot.

Click on the “list unconnected” button.

The DRC check always shows a blank under the unconnected tab unless the lis unconnected is enforced.

Can you attach the board that shows the issue?

Tom

Sorry, I won’t be able to do upload board files. I am thinking I will go through every connection one by one and make sure there is no unconnected track.
I believe this is the copper pour which I used as a GND.

Thanks,
Vatsal

This is what I have tried but it is not showing it.

What kicad version are you running?
If you use an older stable try to update to the newest.
(4.0.6 is the newest. 4.0.7 is not yet officially released. If you have 4.0.7 maybe downgrade to 4.0.6)

If you already run the newest try the nightlies and run DRC from there.
Is there a difference in behavior?

Ok, I am running 4.0.7, Will check it in 4.0.6 version.
Thanks.

@Rene_Poschl Thanks for the suggestion. I have installed version 4.0.6 in a different computer and I’m not seeing the unconnected trace.

Thank you:)