CookingPounds to Kilograms

Pounds to Kilograms

Snapshot

1 Pound equals 0.45 Kilograms. Conversion Encyclopedia keeps one fixed ingredient basis on this page so the calculator, common values, and reverse page stay aligned.

  • Reference basis: This is a straight kitchen unit conversion with no ingredient-density step in the middle.
  • Example: 0.25 Pounds work out to 0.11 Kilograms.
  • Use the reverse page if you need the opposite direction with the same basis.

Use the interactive calculator below for custom values and the common-value table for quick checks.

Interactive conversion

Converter Calculator

0.45 Kilograms

Switch

Machine access

Available to apps and AI agents

Pounds to Kilograms can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.

Machine-readable identifiers

Conversion family
cooking
Source unit
pound
Target unit
kilogram

The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.

Example API request and response

POST /api/v1/convert

Request

{
  "family": "cooking",
  "value": 1,
  "from": "pound",
  "to": "kilogram"
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "cooking",
    "value": 1,
    "from": "pound",
    "to": "kilogram",
    "result": {
      "raw": 0.45359237,
      "display": "0.45"
    },
    "canonicalPath": "/cooking/pounds-to-kilograms/"
  }
}
Full API documentation

Explanation

Multiply pounds by 0.45359237 to convert the avoirdupois pound back into kilograms for metric-aware cooking.

This Pounds-to-Kilograms route uses the standard kitchen definitions for both measures, keeping calculator output and table values in sync.

Because this route stays inside standard kitchen units, the same factor drives the direct answer, calculator, and common-value rows.

Method & Reference

  • Method basis: exact conversion formula shown in Snapshot.
  • Applied factor: 1 Pound = 0.45 Kilograms.
  • Consistency rule: calculator output and table values use the same constants and rounding policy.

Common Conversion Values

PoundsKilograms
0.25 0.11
0.5 0.23
1 0.45
2 0.91
5 2.27
10 4.54

Questions & answers

Frequently Asked Questions

What kilogram definition is used?

It uses the metric kilogram definition of 1000 grams.

Why multiply by 0.45359237?

Because each avoirdupois pound contains 0.45359237 kilograms.

How is Pounds to Kilograms calculated?

The converter applies the fixed Pounds to Kilograms relationship for this route, then shows the same rounded result across the direct answer, calculator, and common values table.