This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report. 

  • Garmin Fenix 9 Solar 51mm - Passcode Enabled Each Morning / No Morning Report Generated (Possible Watch Crash)

    • Under Review on
    • 1 Comment
    I am not clear on what is causing the crash, but for the past 3 days I have woke up with the watch passcode screen visible and no morning report is being generate. I can only assume the watch is crashing/restarting (causing the passcode lock to be visible...
  • Sensor.getInfo stop providing accelerometer data

    • Acknowledged on
    • 0 Comments
    Launch device app → accel works → leave app → return to app → Sensor.getInfo().accel no longer updates/null → terminate app completely → relaunch → accel works again. This is a long-standing issue. After an app goes into the background and then resumes...
  • Connect IQ Face It Spinning Wheel

    • Acknowledged on
    • 0 Comments
    I’ve restarted my phone and my watch, and updated both. But the Face It section of Connect IQ will not load. It only has the spinning wheel
  • Connect IQ Face It Spinning Wheel

    • Acknowledged on
    • 0 Comments
    I’ve restarted my phone and my watch, and updated both. But the Face It section of Connect IQ will not load. It only has the spinning wheel
  • Fenix 9 Solar 51mm (New OS) Default Menu2 Sluggishness

    • Acknowledged on
    • 0 Comments
    Has anyone else noticed default menu2 implementations are extremely sluggish in 3rd party apps? Even using the side physical buttons, scrolling does not respond well and even when I feel the tactical vibration, the scrolls position sometimes never move...
  • Garmin Connect Web not showing IQ data chart correctly

    • Acknowledged on
    • 0 Comments
    I have an IQ chart that displays "stroke errors" from a kayaking app. So mostly the Y values are zero, with an occassional value of 1 to idicate a stroke error or on a vary rare occassion a value of two to indicate 2 stroke errors occured in the same...
  • The type checker doesn't handle loops correctly

    • Acknowledged on
    • 3 Comments
    In the following, the if is clearly not unreachable, except on the first iteration of the loop: function not_unreachable() as Void { var x = null; while (true) { if (x == null) { x = 42; } else if (x == 42) { // type checker says this 'if' is unreachable...
  • Change Password to Garmin account returns a blank page with a tag of 'that was unexpected'

    • Acknowledged on
    • 1 Comment
    Using Windows 11 (with all latest updates) Using Chrome (v 152.0.7977.65 which has just been updated) The account I want to change the password to is a Developer only account and not linked to a watch In this forum, whilst logged in, I select my...
  • ActivityRecording.Session.discard() does not work

    • Acknowledged on
    • 6 Comments
    I modified the Record Sample to discard the recording instead of save, but the FIT file was still sent to my mobile Connect app.
  • Fenix 9 Position.CONFIGURATION_GPS_xxxxx not supported

    • Acknowledged on
    • 5 Comments
    BUG: All Fenix 9 models do not support all 'Configuration values for known GNSS configurations', except for CONFIGURATION_SAT_IQ. Resolution: support all Position.CONFIGURATION_GPS_XXXXXX configurations. I am seeing following results in the simulation...