Milliliters to Cups Converter (US Cup)
Snapshot
1 Milliliter equals < 0.01 Cups. 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: 30 Milliliters work out to 0.13 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.01 Cups
SwitchMachine access
Available to apps and AI agents
Milliliters to Cups Converter (US Cup) 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
milliliter- 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/convertRequest
{
"family": "cooking",
"value": 1,
"from": "milliliter",
"to": "cup_us"
}Essential response
{
"ok": true,
"conversion": {
"family": "cooking",
"value": 1,
"from": "milliliter",
"to": "cup_us",
"result": {
"raw": 0.0042267570629110525,
"display": "< 0.01"
},
"canonicalPath": "/cooking/milliliters-to-cups/"
}
}Explanation
This converter uses the US customary cup standard (1 cup = 236.588 mL). To convert milliliters to cups, divide the milliliter value by 236.588 to get the equivalent number of US cups.
Common kitchen conversions include 100 mL, 250 mL, 500 mL, and 1,000 mL (1 liter). Results often show decimals because most metric amounts don’t map to neat cup fractions.
If a recipe specifies a metric cup (250 mL), the result will differ slightly—this page always uses the US cup for consistency across cooking converters.
Common Conversion Values
| Milliliters | Cups |
|---|---|
| 30 | 0.13 |
| 60 | 0.25 |
| 120 | 0.51 |
| 180 | 0.76 |
| 240 | 1.01 |
| 355 | 1.5 |
| 500 | 2.11 |
| 750 | 3.17 |
| 1,000 | 4.23 |
Questions & answers
Frequently Asked Questions
Which cup standard is used?
This page uses the US customary cup: 1 cup = 236.588 mL.
What is the formula for mL to cups?
Cups = milliliters ÷ 236.588.
Why do results show decimals?
Most milliliter values don’t convert into exact cup fractions, so decimals preserve accuracy.
Is this the same as a metric cup (250 mL)?
No. A metric cup is 250 mL; this converter uses the US cup standard (236.588 mL).