MetricCalc

Grams to Stones Converter - Convert g to st

Convert precisely with st = (g ÷ 1,000) ÷ 6.35029318 (i.e., st = g ÷ 6,350.29318). The reverse identity is g = st × 6,350.29318. Very small or large outputs switch to scientific notation automatically for clarity.

Exact identities: 1 g = 0.001 kg and 1 st = 14 lb = 6.35029318 kg. See all free weight unit converters.

About Grams to Stones Conversion

Grams (g) are the everyday SI unit for small and medium masses, used across science, healthcare, cooking, and retail packaging. Stones (st) are a traditional avoirdupois unit equal to exactly 14 pounds, or 6.35029318 kilograms. Converting from grams to stones is useful when you need to express familiar SI measurements in a regional unit used in parts of the UK and Ireland-particularly in consumer communications or legacy datasets that still use stones.

Because both units connect to kilogram with exact definitions, the mapping is fully deterministic. The calculator above applies the identity st = (g ÷ 1,000) ÷ 6.35029318 directly. The sections below expand the formula, define both units, walk through step-by-step conversions, and provide deep-dive use cases and broad reference tables that you can paste into internal documentation or export scripts.

Grams to Stones Formula

Exact relationship

st = (g ÷ 1,000) ÷ 6.35029318 = g ÷ 6,350.29318
// inverse
g  = st × 6,350.29318

Unit breakdown:

1 g = 0.001 kg (exact)   1 st = 14 lb = 6.35029318 kg (exact)
⇒   1 st = 6,350.29318 g (exact)   and   1 g ≈ 0.000157473 st

Related Weight Converters

What are Grams (g)?

The gram is the most commonly used SI unit for everyday mass measurement. It integrates seamlessly with scientific instrumentation, retail packaging standards, nutrition labeling, and lab notebooks. Because 1 g = 0.001 kg by definition, grams convert exactly to SI base multiples (kilograms, tonnes) and then to legacy units like stones.

For data pipelines, storing canonical mass in kilograms (or grams) is recommended, with conversion on output. This helps avoid rounding drift when chaining transformations.

What are Stones (st)?

The stone is an avoirdupois unit equal to exactly 14 pounds. With the international pound fixed at 0.45359237 kg, one stone equals exactly 6.35029318 kg. Although stones are less common in scientific work, they persist in cultural use and some consumer materials, especially for body mass in the UK and Ireland.

This converter uses the exact international definitions so results are reproducible across software and compliance documentation.

Step-by-Step: Converting g to st

  1. Start with a mass in grams (g).
  2. Divide by 1,000 to express the mass in kilograms (kg).
  3. Divide by 6.35029318 to convert kilograms to stones (st).
  4. Round once at presentation while retaining full internal precision for exports and audits.

Example walkthrough:

Input:   10,000 g
Compute: kg = 10,000 ÷ 1,000 = 10 kg
         st = 10 ÷ 6.35029318 ≈ 1.57480315 st
Output:  ≈ 1.57480315 st (UI rounding only)

Deep-Dive Use Cases

Consumer packaging and retail copy

Packaging and labels may be authored in grams to align with SI and legal requirements; marketing content aimed at certain regions may prefer stones. A deterministic g → st bridge keeps messaging consistent and comprehensible for the audience without changing underlying inventory numbers.

Healthcare and wellness communications

Clinical systems store mass in kilograms/grams, yet patient-facing materials sometimes reference stones. Exact conversion allows consistent counseling, discharge summaries, and educational materials while keeping clinical data SI-aligned.

Data warehousing and analytics

Keep canonical mass in SI for joins and aggregations, then format in stones for region-specific dashboards. This avoids proliferation of duplicated columns and minimizes rounding drift.

Common Conversions

Grams (g)Stones (st)
1000.015747
2500.039368
5000.078740
1,0000.157480
2,5000.393701
5,0000.787402
10,0001.574803
25,0003.937008
50,0007.874015
100,00015.748031
250,00039.370078
500,00078.740157

Quick Reference Table (Reverse)

Stones (st)Grams (g)
0.10635.029318
0.251,587.573295
0.503,175.14659
1.006,350.29318
2.0012,700.58636
5.0031,751.4659
10.0063,502.9318
16.00101,604.69088
32.00203,209.38176
64.00406,418.76352
100.00635,029.318

Precision, Rounding & Significant Figures

Operational rounding

Compute with full precision and round once for the chosen output. For region-facing dashboards, stones often display with 2–3 decimals; scientific exports may keep more digits. Avoid rounding mid-pipeline to prevent drift when chaining conversions (e.g., g → kg → st).

Consistent documentation

Keep both identities near examples (st = g ÷ 6,350.29318 and g = st × 6,350.29318). Use explicit unit symbols (g, st) in headers and CSV export columns. Include your rounding policy in a shared data dictionary so analytics, finance, and engineering teams stay aligned.

Where This Converter Is Used

Frequently Asked Questions

What is the exact formula to convert grams to stones?

Use st = (g ÷ 1,000) ÷ 6.35029318. Since 1 gram = 0.001 kilogram and 1 stone = 6.35029318 kilogram (exact), dividing kilograms by 6.35029318 gives stones. Equivalently, st = g ÷ 6,350.29318 (exact).

How do I convert back from stones to grams?

Use g = st × 6,350.29318. Because 1 stone is exactly 6.35029318 kg and 1 kg is 1,000 g, multiply stones by 6.35029318 × 1,000 to get grams.

Are these constants exact or approximate?

Exact. The international avoirdupois pound is defined as exactly 0.45359237 kg, the stone is exactly 14 lb, and therefore 1 st = 6.35029318 kg exactly. The gram is an SI base-derived unit (1 g = 0.001 kg).

Is the stone used worldwide?

The stone (st) is most common in the UK and Ireland for body mass and some commodities. Many other regions use kilogram. This tool uses the international definitions so conversions are globally consistent.

Do negative or fractional grams convert correctly?

Yes. The relationship is linear and sign-preserving. Fractional grams (e.g., 12.7 g) or negative deltas in balance logs convert proportionally to stones.

What anchor pairs help with quick checks?

1 st = 6,350.29318 g (exact); 0.5 st = 3,175.14659 g; 10,000 g ≈ 1.5748 st; 100,000 g ≈ 15.748 st. These anchors help sanity-check results at a glance.

How should I round for labels, appraisals, and reports?

Keep full internal precision and round once at presentation. Because outputs in stones can be small, 3–4 decimals may be helpful. Document rounding rules in your data dictionary.

Does locale formatting change the math?

No. Localization affects only how numbers appear (decimal symbol and digit grouping). The conversion arithmetic and constants remain the same.

What is the difference between stone and troy units?

Stone is an avoirdupois mass unit (14 lb). Troy units (e.g., troy ounce) are used for precious metals and are unrelated to the stone. This tool uses the stone (st) as 6.35029318 kg exactly.

Any mental math tips for g → st?

Divide by ~6,400 to get a quick underestimate, then add about 0.8% (since the exact divisor is 6,350.29318, slightly less than 6,400). For example, 10,000 g ÷ 6,400 ≈ 1.5625; adding ~0.8% gives ≈ 1.575 st (exact is 1.5748…).

What symbols should I keep consistent?

Use g for grams and st for stones. Keep symbols consistent in headings, tables, exports, and API fields.

Is gram the same as ‘grain’?

No. A grain (gr) is an older mass unit equal to exactly 64.79891 mg. It is unrelated to the gram (g), which is an SI unit.

Tips for Working with g & st

Popular Weight Tools