Milliliters to Teaspoons
Snapshot
1 Milliliter equals 0.2 Teaspoons. 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-measure conversion, so the result follows the standard spoon and cup definitions.
- Example: 5 Milliliters work out to 1 Teaspoons.
- 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.2 Teaspoons
SwitchMachine access
Available to apps and AI agents
Milliliters to Teaspoons 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
teaspoon_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": "teaspoon_us"
}Essential response
{
"ok": true,
"conversion": {
"family": "cooking",
"value": 1,
"from": "milliliter",
"to": "teaspoon_us",
"result": {
"raw": 0.20288433901973052,
"display": "0.2"
},
"canonicalPath": "/cooking/milliliters-to-teaspoons/"
}
}Explanation
It divides metric milliliters by the teaspoon volume (1/48 US cup) so you can interpret milliliter quantities as spoonful counts without changing the base standard.
This Milliliters-to-Teaspoons route uses the standard kitchen definitions for both measures, keeping calculator output and table values in sync.
The displayed values all come from the same kitchen-unit relationship, so manual checks stay aligned with the page output.
Common Conversion Values
| Milliliters | Teaspoons |
|---|---|
| 5 | 1 |
| 10 | 2 |
| 15 | 3 |
| 30 | 6.1 |
| 45 | 9.1 |
| 60 | 12.2 |
| 120 | 24.3 |
| 240 | 48.7 |
| 500 | 101.4 |
Questions & answers
Frequently Asked Questions
Does this use the US teaspoon definition?
Yes. It anchors to 1 teaspoon = 1/48 US cup (≈4.93 mL) and uses the same 236.588 mL cup standard across the site.
Can I convert decimal milliliters?
Yes. The calculator accepts decimals so you can translate precise metric volumes into teaspoon counts for seasoning and plating.
How does this converter compute Milliliters to Teaspoons?
The converter applies the fixed Milliliters to Teaspoons relationship for this route, then shows the same rounded result across the direct answer, calculator, and common values table.