Share via

Are windows 11 and the Arduino IDE no longer compatible ?

Anonymous
2024-10-02T18:14:58+00:00

It seems that Windows 11's assignment of Com ports makes using the Arduino IOT IDE unusable due to having to reboot often to get boards to be recognized. Is this an architecture issue ? If so I have a macbook that seems to work fine with it, and I'll just do my development on that.

Let me now and I'll let those on the Arduino forums that they may be wasting a lot of their time trying to use windows 11.

Actually, it appears to be a conflict with the bluetooth com ports that win11 automatically installs.

Regardless, makes it impossible to use certain Arduino boards, such as the Nano 33 BLE used in the Harvard TinyML class.

Windows for home | Windows 11 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2024-10-03T09:25:10+00:00

    Dear Fortune 50 corp user,

    Thank you for reaching out to the Microsoft Community.

    I understand you're facing issues with Windows 11 and the Arduino IDE, particularly with COM port assignment and conflicts with Bluetooth, causing disruptions when using certain Arduino boards like the Nano 33 BLE.

    Let's explore this issue and some potential solutions.

    Windows 11 COM Port and Arduino IDE Compatibility

    There is no known general compatibility issue between Windows 11 and the Arduino IDE. However, it’s possible that some users may experience problems related to COM port assignments, particularly with devices like the Nano 33 BLE, which are used in specialized development environments like the Harvard TinyML class.

    From your description, the issue might be related to Bluetooth COM port conflicts or how Windows 11 manages COM ports, particularly when multiple devices are involved.

    Let’s address this with some potential solutions:

    **1. Update Arduino IDE and Drivers.**Ensure that you are using the latest version of the Arduino IDE and have the latest drivers for your Arduino board. Download the latest Arduino IDE version from the official Arduino website. Use the Arduino Board Manager to install or update the relevant drivers for your specific board.


    **2. Disable Power Management on USB Ports.**Windows 11’s power management settings can cause connected devices to be unrecognized after a period of inactivity, requiring reboots.


    • Open Device Manager.
    • Expand Universal Serial Bus controllers.
    • Right-click each USB Root Hub, select Properties, go to the Power Management tab, and uncheck Allow the computer to turn off this device to save power.

    **3. Test Arduino IDE Compatibility Mode.**Some users have reported success by running the Arduino IDE in compatibility mode. You can try this as a workaround:


    • Right-click the Arduino IDE shortcut or executable.
    • Select Properties > Compatibility.
    • Check Run this program in compatibility mode and choose Windows 10 from the dropdown list.
    • Apply and restart the Arduino IDE.

    Regarding Your MacBook Experience

    If you find that your MacBook works seamlessly with the Arduino IDE and the Nano 33 BLE, it could simply be due to how macOS handles serial connections and COM ports differently than Windows. If this continues to be an issue on Windows 11, using your MacBook might be a smoother solution for your development, especially if you need a consistent experience without frequent reboots.


    Please feel free to test these suggestions, and if the problem persists, I recommend keeping an eye on future updates both from Microsoft and the Arduino community, as new software and driver updates could improve compatibility.

    Best Regards,

    Martin | Microsoft Community Support Specialist

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-02-10T20:37:14+00:00

    Did you find a solution?

    0 comments No comments
  3. Anonymous
    2024-12-20T21:35:42+00:00

    Nope, this time the program lasted 20min and then the PC crashed and restarted.

    0 comments No comments
  4. Anonymous
    2024-12-20T21:22:39+00:00

    Disabling Power Management on USB Ports worked for me!!

    I was so frustrated since my experiments require communication between arduino and PC, but the PC just keeps crashing not long after my arduinos are connected to the PC. I tried updating the arduino IDE the comp port drivers and even uninstall the latest window update, but none of those methods worked. Hopefully now everything is back to normal.

    0 comments No comments