Fix common GPX import issues, remove vendor-specific clutter, and export a cleaner GPX for devices and apps. Processing happens locally in your browser.
GPX files often include extra fields that are useful in one app but cause problems in another (failed imports, huge files, or unexpected private metadata like timestamps). Cleaning makes a “plain GPX” that tends to import more reliably.
Your GPX file stays in your browser. Nothing is uploaded.
This tool removes selected GPX fields (like timestamps, metadata, and extensions). It does not change the underlying GPS track geometry unless you use a separate tool to crop/simplify.
Many devices and apps add vendor-specific data under <extensions>. Removing extensions can improve
compatibility when importing into other platforms.
It strips per-point fields except <ele>, leaving just coordinates (and elevation if present).