BeverageFluid Ounces to Cups

Fluid Ounces to Cups

Snapshot

1 Fluid Ounce equals 0.13 Cups. Conversion Encyclopedia keeps one fixed beverage basis on this page so the calculator, common values, and reverse page stay aligned.

  • Reference basis: This route stays inside one beverage volume system, so there is no density step in the middle.
  • Example: 2 Fluid Ounces work out to 0.25 Cups.
  • 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.13 Cups

Switch

Machine access

Available to apps and AI agents

Fluid Ounces to Cups 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
beverage
Source unit
fluid_ounce_us
Target unit
cup_us

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": "beverage",
  "value": 1,
  "from": "fluid_ounce_us",
  "to": "cup_us"
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "beverage",
    "value": 1,
    "from": "fluid_ounce_us",
    "to": "cup_us",
    "result": {
      "raw": 0.125,
      "display": "0.13"
    },
    "canonicalPath": "/beverage/fluid-ounces-to-cups/"
  }
}
Full API documentation

Explanation

1 fluid ounce is 0.13 cups under the same beverage volume standard, so pours, service sizes, and storage labels stay comparable.

Fluid Ounces: a US customary liquid-volume unit used for pours, menus, and beverage labeling.

Cups: a US customary liquid-volume unit used for recipe-style beverage measurements.

This route is useful when converting between common beverage serving and container units while keeping the same fixed liquid-volume standard.

Because both measures stay in the same beverage volume system, the numbers scale directly with no density or ingredient step in the middle.

Method & Reference

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

Common Conversion Values

Fluid OuncesCups
1 0.13
2 0.25
3 0.38
4 0.5
5 0.63
8 1
12 1.5
16 2
20 2.5
32 4

Questions & answers

Frequently Asked Questions

Are fluid ounces the same as ounces (weight)?

Fluid ounces (fl oz) measure volume while ounces (oz) measure weight, so this page stays inside the volumetric dimension.

Does this assume a US cup?

Yes. It uses the US customary cup defined as 236.588 mL so the result matches the site's shared cup definition.

Are decimals supported?

Yes. Decimal fluid-ounce inputs apply the same fixed factor throughout, so the resulting cup totals stay consistent.

Why do recipes sometimes list fluid ounces instead of cups?

Fluid ounces can describe pours more precisely for bars and recipes, and this converter shows how those pours relate back to cups.