# Maidenhead to Coordinates

Convert Maidenhead locator system to latitude and longitude (used by amateur radio operators)

> Canonical page: https://elysiatools.com/en/tools/maidenhead-to-coords

- **Category:** Geography

- **Keywords:** maidenhead, locator, grid, amateur, radio, coordinates, qth, decode

## Overview

The Maidenhead to Coordinates tool converts amateur radio grid locator codes into precise latitude and longitude values. It's designed for operators who need to decode QTH locators for accurate location tracking, logging, and communication planning.

## Inputs

- **Maidenhead Locator** (text): Enter Maidenhead locator (e.g., FN31pr)...

## When to use

- When decoding a Maidenhead locator received during a radio contact to obtain geographic coordinates.
- For inputting station locations into logging software or mapping applications based on grid squares.
- To verify or standardize location data in amateur radio databases or records.

## How it works

- Enter the Maidenhead locator code (e.g., FN31pr) into the input field.
- The tool decodes the locator using the standard Maidenhead grid system algorithm.
- Output is generated in JSON format, providing latitude and longitude in decimal degrees.

## Use cases

- Logging amateur radio contacts with precise latitude and longitude for accurate record-keeping.
- Creating maps of station locations for club events or emergency communication planning.
- Integrating locator decoding into custom scripts or applications for radio data processing.

## Frequently asked questions

### What is a Maidenhead locator?

A Maidenhead locator is a geocode system used by amateur radio operators to denote locations on Earth with a short alphanumeric string, often called a grid square.

### How accurate is the coordinate conversion?

Accuracy depends on the locator length; a 6-character locator like 'FN31pr' typically provides coordinates accurate to within a few kilometers.

### Can I convert multiple locators at once?

No, this tool processes one locator at a time for simplicity and accuracy.

### What format is the output in?

The output is in JSON format, containing keys for latitude and longitude as decimal numbers.

### Is this tool suitable for real-time radio operations?

Yes, it provides quick conversions ideal for logging contacts or planning communications during amateur radio activities.

## Related tools

- [Open Location Code Plus Codes Encoder / Decoder](https://elysiatools.com/en/tools/open-location-code-plus-codes-encoder-decoder): Convert coordinates and Google Plus Codes in both directions, including short-code recovery and refinement precision.
- [Coordinates to Maidenhead](https://elysiatools.com/en/tools/coords-to-maidenhead): Convert latitude and longitude to Maidenhead locator system (used by amateur radio operators)
- [Geohash Decoder](https://elysiatools.com/en/tools/geohash-decoder): Decode geohash to latitude and longitude coordinates
- [Maidenhead Locator Decoder](https://elysiatools.com/en/tools/maidenhead-decoder): Decode Maidenhead locator to latitude and longitude coordinates
- [A1Z26 Letter-Number Workbench](https://elysiatools.com/en/tools/a1z26-letter-number-workbench): Convert between letters and numbers (A=1, B=2, … Z=26) with configurable separator and case, decode numbers back to letters, and compute the letter sum of any text.
- [Address to Latitude Longitude](https://elysiatools.com/en/tools/address-to-lat-lon): Geocode an address into normalized place details, latitude, and longitude coordinates
- [ASCII85 Converter](https://elysiatools.com/en/tools/ascii85-converter): Encode and decode text to/from ASCII85 format (Adobe version)
- [Avro Converter](https://elysiatools.com/en/tools/avro-converter): Encode and decode data to/from Avro data serialization format with schema support

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion

## Related content

- [Geospatial Coordinate Conversion and Map Data Workflow](https://elysiatools.com/en/hubs/geospatial-coordinate-workflows): Normalize coordinate formats, verify locations, calculate distance and bearing, then convert GeoJSON, KML, OSM, and GPX data for downstream mapping work.
