Arduino IDE 2.0.3 Suddenly stopped recognizing ports

I went to bed last night after playing around on Arduino, saved, exited, unplugged, locked my computer, and went to sleep. I woke up and Arduino IDE will no longer identify either of my Arduinos (an uno and a mega 2560) on either of my two functional cables. I tried it on my laptop and everything is fine. I checked the device manager and the Arduino appears fine in the appropriate category. I tried multiple USB ports including USB 3. Double-clicking the reset button did nothing What the hey?

Hi @jdel. I'm sorry about the problem with the board identification in Arduino IDE.

Please try this:

  1. Select File > Quit from the Arduino IDE menus.
  2. Start Arduino IDE.
  3. Plug the USB cable of your Arduino board into your computer if it is not already.

Does Arduino IDE now identify the Arduino board?

my 2.0.3 ide keeps on asking to select com port and under tools the com option disappeared and the IDE won't quit when tap the X icon in the upper right hand corner and under the file menu the Quit option doesn't work either!

I'll provide instructions you can follow to force quit Arduino IDE:

  1. Open the Windows "Start" menu.
  2. Search for task manager
  3. Start the "Task Manager" app.
  4. Find "Arduino IDE" in the list of processes and click on it.
  5. Click on "End task" on the processes toolbar.
    Arduino IDE should now exit.
  6. Restart Windows (this is an option accessed via the power button on the "Start" menu) in order to restore the system from any ephemeral bad state that might have caused the Arduino IDE application hang.
  7. Start Arduino IDE.

Does Arduino IDE now identify the Arduino board?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.