# Maidenhead Locator Decoder

Decode Maidenhead locator to latitude and longitude coordinates

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

- **Category:** Converter

- **Keywords:** maidenhead, locator, grid, coordinates, decoder, amateur, radio, ham

## Overview

The Maidenhead Locator Decoder is a precise utility designed to convert Maidenhead grid locators into exact latitude and longitude coordinates, facilitating accurate location tracking for amateur radio operators and geocaching enthusiasts.

## Inputs

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

## When to use

- When you need to convert a 4, 6, or 8-character Maidenhead grid square into decimal degrees.
- When planning radio signal propagation paths based on grid square locations.
- When verifying the geographic center point of a specific Maidenhead locator for mapping purposes.

## How it works

- Enter your Maidenhead locator string into the input field.
- The tool parses the alphanumeric grid pairs to calculate the corresponding latitude and longitude.
- The output provides the precise decimal coordinates for the specified grid square.

## Use cases

- Amateur radio operators logging contacts by grid square.
- Field researchers mapping locations based on grid-based data.
- Geocaching enthusiasts calculating distances between grid squares.

## Frequently asked questions

### What is a Maidenhead locator?

It is a geographic coordinate system used by amateur radio operators to concisely describe locations on Earth using a grid of squares.

### Does this tool support 6-character locators?

Yes, the decoder supports standard Maidenhead formats, including 4, 6, and 8-character strings.

### What output format does the tool provide?

The tool returns the result in JSON format containing the latitude and longitude in decimal degrees.

### Is this tool free to use?

Yes, this utility is free and does not require any account registration or software installation.

### Are the coordinates exact?

The coordinates represent the center point of the grid square defined by the provided locator string.

## Related tools

- [Geohash Decoder](https://elysiatools.com/en/tools/geohash-decoder): Decode geohash to latitude and longitude coordinates
- [Maidenhead to Coordinates](https://elysiatools.com/en/tools/maidenhead-to-coords): Convert Maidenhead locator system to latitude and longitude (used by amateur radio operators)
- [Utility Bill Line-Item Decoder & Hidden Fee Detector (CSR/CFL/MHC/HFA Riders, Peak Demand, kWh↔Btu↔therm↔ton-hours)](https://elysiatools.com/en/tools/csr-cfl-cfl-mhc-hfa-btu-ton-hours-utility-bill-line-item-validator-and-rgp-peak-explainer): Decode home and commercial electric/gas/water bills: classify tariff riders and charges (CSR/CFL/MHC/HFA-style codes, TOU on/off-peak, demand, capacity tag, decoupling), convert kWh↔Btu↔therms↔Ccf↔m³↔ton-hours with EIA factors, expose hidden fixed fees, and project annual cost with load-factor and peak-shaving savings.
- [Leetspeak Decoder & Detector](https://elysiatools.com/en/tools/leetspeak-decoder-detector): Decode leetspeak (1337) to plain text and score how plausibly leet an input is — for password-policy bypass screening, profanity-filter evasion, and log-noise filtering.
- [Maidenhead Locator Encoder](https://elysiatools.com/en/tools/maidenhead-encoder): Convert latitude and longitude coordinates to Maidenhead locator
- [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.
- [Rail Fence (ZigZag) Cipher](https://elysiatools.com/en/tools/zigzag-railfence-text): Encode, decode, visualize, and brute-force the Rail Fence transposition cipher. See the zigzag rail grid and try all rail counts to crack a ciphertext.
- [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.

## 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
