# LB to Stone

Convert pounds to stone with configurable decimal precision

> Canonical page: https://elysiatools.com/en/tools/lb-to-stone

- **Category:** Math & Numbers

- **Keywords:** pounds, stone, weight, conversion, lb

## Overview

The LB to Stone converter provides a quick and accurate way to transform weight measurements from pounds into the British stone unit. Users can input any weight in pounds and specify the desired decimal precision to receive a structured JSON output suitable for personal records or technical integration.

## Inputs

- **Pounds** (text): e.g. 28
- **Decimal Precision** (number)

## When to use

- Tracking body weight for fitness goals using UK-standard measurements.
- Converting shipping weights for logistics companies operating in the United Kingdom or Ireland.
- Standardizing weight data in datasets that mix imperial pounds and stone units.

## How it works

- Enter the weight value in pounds into the designated input field.
- Adjust the decimal precision to define how many decimal places the result should include.
- The tool calculates the stone equivalent by dividing the pounds by 14.
- View the final result in a clean JSON format containing both the original and converted values.

## Use cases

- Personal health tracking for individuals using British weight scales.
- E-commerce platforms calculating shipping costs for UK-bound parcels.
- Data analysts cleaning weight-related datasets for international research projects.

## Frequently asked questions

### How many pounds are in one stone?

There are exactly 14 pounds in one stone.

### Can I control the number of decimal places?

Yes, you can set the precision between 0 and 10 decimal places.

### What is the default precision if I do not specify one?

The tool defaults to 4 decimal places if no value is provided.

### Is the output available in a machine-readable format?

Yes, the tool generates a JSON object containing the input and the calculated result.

### Does this tool support negative numbers?

While it accepts numeric input, weight is typically measured in positive values for physical objects.

## Related tools

- [Acre to Hectare](https://elysiatools.com/en/tools/acre-to-hectare): Convert acres to hectares with configurable decimal precision
- [Acre to Square Feet](https://elysiatools.com/en/tools/acre-to-square-feet): Convert acres to square feet with configurable decimal precision
- [Acre to Square Meter](https://elysiatools.com/en/tools/acre-to-square-meter): Convert acres to square meters with configurable decimal precision
- [Arcminutes to Degrees](https://elysiatools.com/en/tools/arcminutes-to-degrees): Convert arcminutes to degrees with configurable decimal precision
- [Arcseconds to Degrees](https://elysiatools.com/en/tools/arcseconds-to-degrees): Convert arcseconds to degrees with configurable decimal precision
- [ATM to KPa](https://elysiatools.com/en/tools/atm-to-kpa): Convert standard atmospheres to kilopascals with configurable decimal precision
- [Bar to KPa](https://elysiatools.com/en/tools/bar-to-kpa): Convert bar to kilopascals with configurable decimal precision
- [Bar to PSI](https://elysiatools.com/en/tools/bar-to-psi): Convert bar to pounds per square inch with configurable decimal precision

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