- Why not just upload the GPX to my head unit?
- Garmin head units treat a GPX as a track without turn prompts. A FIT course carries explicit course_point messages, so you get the beep and the on-screen arrow at every turn. The difference is roughly the same as following a line on a map versus following a real navigation system that tells you what to do.
- Will my Garmin show turn-by-turn directions?
- For most Edge units (Edge 530/540/830/840/1030/1040/1050), yes - the course_points trigger the standard turn-by-turn UI with the on-screen arrow. Older Fenix watches may only beep without the directional arrow. If your unit supports the Courses app, this file will navigate it.
- Does this preserve elevation?
- Yes - every trackpoint's ele field carries through verbatim. We do not resample altitude, smooth it, or pull from a different DEM. If your GPX had garbage elevation to start, the FIT will too. To clean that up, run the file through our [FIT Elevation Setter](/tools/fit-elevation-setter) after converting.
- What is the turn-detection threshold?
- Bearing change greater than 60 degrees across three consecutive trackpoints by default. Adjustable on the tool page if your route is unusually twisty (drop to 45 degrees for tight switchbacks) or unusually open (raise to 75 degrees for highway routes where you only want major decision points marked).
- Will this work with Komoot, RWGPS, and Strava GPX exports?
- Yes - all three platforms export standard GPX 1.1. Drop the file straight in. The only thing to watch for is that some Komoot exports include turn instructions as waypoints; we ignore those and detect turns from the track geometry to keep the result consistent across sources.
- How do I copy the .fit onto my Garmin?
- Plug the unit into your computer via USB. Drop the .fit into the Garmin/NewFiles or Garmin/Courses folder (depends on the model). Eject, unplug, and the course shows up in the Courses app on your unit.
- Can I batch convert many GPX files at once?
- One file at a time today. If you need bulk conversion (commute routes, brevet packages, multi-day tour days), email hello@neverchill.com and we will prioritize a batch flow.
- Why does my converted course distance differ slightly from the GPX?
- GPX distance is usually summed from haversine deltas between adjacent points; FIT distance is computed during encoding from the same coordinates with a slightly different algorithm. Expect 0.1-0.5% drift, never anything that affects navigation.