Arduino not Detected? This Solution will Help!
In this post we are going to solve Arduino software and driver related issues which are driving some beginners crazy, we will also address some of the issues related to Arduino hardware.
We will see:
- Why your Arduino is not detected by your computer?
- Solutions for not detection of Arduino boards
- Driver Download Link
- How to install the driver
- Troubleshooting Arduino board and IDE
You landed on this page because you could not upload your sketch to Arduino or it is not even detected by your trusty computer. Here we will discuss the possible problems why your Arduino board is not detected or why you couldn’t upload the sketch/code and we will see the recommended solutions.
Let’s starts with a common issue.
Why your Arduino is not detected by your computer?
This is a very common issue faced by most Arduino beginners and sometimes even who has intermediate experience with Arduino. Your IDE will not show the connected Arduino board and you device manager will say “unknown USB device”, when you try to fix with windows tools you will still end up not fixing the issue.

To find out why the Arduino boards are not detected, let’s inspect the Arduino board’s USB to serial converter chip.
The USB to serial converter is utilized on Arduino boards for uploading sketches to main microcontroller and also for serial communication between the computer and the main microcontroller.
Here is an Arduino UNO clone with ATmega16U2 controller which is used as USB to serial converter, the ATmega16U2 is actually a microcontroller. The ATmega16U2 is also utilized on a genuine Arduino boards.

The clones which utilize ATmega16U2 as USB to serial converter for the main microcontroller won’t have any issues with detection.
Now let’s inspect another Arduino board clone which doesn’t utilize ATmega16U2 for its main microcontroller.

The above Arduino board is SMD type; this board has exactly same specification as genuine Arduino UNO. As you can see there is a difference in the USB to serial converter chip. This is called CH340G USB to serial converter chip.
You can see this on cheap Chinese Arduino clones; this chip will not be detected neither by your computer nor the IDE. You have to install CH340G driver to your computer only then your computer will recognize the device and able to upload sketches.
You can also find this CH340G chip even on Arduino nano clones as illustrated below:

- Download CH340G Driver:
You can download the CH340G driver for these kinds of Arduino boards: Click Here
How to install CH340G Driver to windows Computer:
- Download the CH340G drive from the given link.
- Now double left-click on this icon:
- It will ask for administrator permissions, click YES.
- Now it will prompt you with 3 options: Install, uninstall and help.
- Click on Install.

- Click Install, once the driver installed it says “Driver Install Success”.

- Restart your computer after installation (Important).
NOTE: Some users notified that Arduino clones which use CH340G chip are not working properly on USB 3.0. Please comment if you face similar issue.
By now majority of the problems would have been solved with Arduino boards. Now let’s discuss some other issues faced by arduino enthusiasts.
Program/sketch not uploading solutions:
These are the possible explanations for not able to upload the sketch to Arduino and their solutions.
- Wrong COM port selected.
Most beginners make this mistake, they select wrong COM port. Each computer has different COM port numbers and you have to select the right one for your PC. If your Arduino board sport ATmega16U2 chip it will show you to which COM port number your board is connected to and select that one.
If your Arduino board sport CH340G chip, it won’t show you the connect COM port number and you have try each of them that is displayed.
- Selected wrong board at tools menu:
You have to select the correct board option. If you choose Arduino Nano for Arduino Uno, you code will not get uploaded.
- Selected wrong processor:
You should select the right micro-controller IC number at tools menu otherwise the code will not get uploaded.
- Defective USB port:
Connect your Arduino board to a good USB port of your computer and make sure that USB port on the Arduino board has no physical defects. Try connecting to another USB port of your computer; if problems arise from a particular USB port don’t use that again.
- Inspect for physical damages on Arduino board.
Grab a magnifying glass and take a closer look at the traces and solder joints of USB to serial converter chip and main microcontroller IC, if any defect found try to solder them. If you find any physical damage on the ICs such as cracks or burn marks, you may replace the component or replace the whole board.
There could be defects with microcontrollers or any passive or active components which are not visually inspect-able neither replaceable, in such case replace the whole board.
- Try Reinstall the Arduino IDE:
Download a fresh copy of IDE from the official website of Arduino and install to your computer. There could be situations where the newer IDE didn’t work well with your Arduino board, if so please try roll backing to the previous version which you have been using before.
- Try to upload a sketch from another computer:
This is the final troubleshooting step if can’t get your Arduino board to work. Connect your board to another computer which is known to upload Arduino sketches without any issues currently. If still issue persist with your board, just replace it.
By now you should be able to find issues with your Arduino and able to fix it.
If you have any further questions, please comment below, you will get a guaranteed reply from us.
Hi guys, i want to share my experience (at this very moment) I have the same problem my pc is a windows 7 64, after a lot off web investigation and nothing i went back to my problem and i noticed that the controller was in the proteus carpet (absolutely crazy!) so i got rid of the proteus Labcenter carpet and that is it! My arduino is now installed and working, you should check that (Not the program files X86 carpet but the program files carpet)
Thanks for sharing you experience.
do you know how to fix with atmega16u2 chip?
Hi Linh,
Can you elaborate your issue?
Regards
the esp is conected but not data to thingspeak just line with t =0
Please tell us which project you are referring to and the exact issue, we will sort it out.
Regards
i have problem where arduino mega 2560 is running latest code but pc is not even detecting it , it started happen to me when i accidentally connected arduino 5v pin with 12 v external power supply , i was in process of swapping 12v input to circuit with 5v arduino voltage but i forgot to shutdown my external 12v power supply and it turn on arduino for movement i disconnected quickly as i noticed that i messed up and next when i try to connect arduino with pc it not detected but it would run latest code uploaded to it , so it seems primary serial channel is burned up . i can connect arduino to pc using serial1 through ttl usb but am not able upload code to it , so it will be exciting if there is way to upload code to arduino through serial1 channel ,
Hi,
I understood your issue.
Search online for how to upload code to Arduino pro-mini, follow the wire connections for your Mega using USB to serial programmer.
You can also search for how to upload code using ICSP pins. Both are easy.
But if your microcontroller’s hardware serial is damaged (or) the your microcontroller’s hardware serial is kept pulled-up or pulled-down by your damaged Mega’s (built-in) serial programmer IC, you cannot upload the code.
Regards
Nice
Hi,
I am using an arduino clone (maker uno) which utilizes the CH340G chip mentioned. When i try to install the driver , i am seeing the following the following notification ” The drive is successfully Pre-installed in advance ! . I dont see the driver install success message.
Note that i have already connected the arduino device to one of my usb ports when i am installing the driver. In addition, there is no Ports (COM&LPT) in my device manager.
*Using windows 10 and my usb ports is 3.0
Hi,
If you get that message CH340G driver is already installed.
We already mentioned this issue in the post that USB 3.0 and CH340 chips don’t sync quite well. If you have a USB 2.0 port try connecting to it.
Currently we don’t have a solution for this…
Regards
I buy a arduino clone from local market and when I am try to connect it with with my computer I try every thing which is on youtube it does not work .the power led is blink when I connect the board to it what I can do help me
Things you may try:
1) Change the USB data cable.
2) Try on a different computer with drivers installed.
Hello,
Just like the previous comment, I am using an arduino clone (Blackboard C from SparkFun) which utilizes the CH340G chip mentioned. When i try to install the driver, i am seeing the following the following notification ” The drive is successfully Pre-installed in advance! . I dont see the driver install success message. (I saw your reply to this that said it is installed).
I had my device connected to one of my usb ports while installing the driver, but there was no device detected at all (not even under “other devices” and I made sure none are hidden). There are no Ports (COM&LPT) in my device manager.
*Using windows 10 and my usb ports is 2.0
At this point I want to assume that the cable is the issue even though the leds are lit, but the vendors said it supports serial applications and that it is a data cable so I am very confused.
Link to cable:{link}
I don’t know if it’s fair to blame the cable, but I don’t have another one to test with. Any advice would be awesome. Thanks in advance.
Hi,
1) You can try changing the cable.
2) Try it on a different PC with proper drivers installed.
3) Lastly, if possible try changing the board.
Regards
Worked perfectly, thanks a lot.
You are welcome..
Hello everyone,
I’m really joyful about your efforts. You are trully thoughtful. It took ca. 5 hours to find a solution. Your solution.
Best wishes!