Teaspoons to Tablespoons
Snapshot
1 Teaspoon equals 0.3 Tablespoons. 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: 0.3 Teaspoons work out to 0.1 Tablespoons.
- 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.3 Tablespoons
SwitchMachine access
Available to apps and AI agents
Teaspoons to Tablespoons 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
teaspoon_us- Target unit
tablespoon_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": "teaspoon_us",
"to": "tablespoon_us"
}Essential response
{
"ok": true,
"conversion": {
"family": "cooking",
"value": 1,
"from": "teaspoon_us",
"to": "tablespoon_us",
"result": {
"raw": 0.3333333333333333,
"display": "0.3"
},
"canonicalPath": "/cooking/teaspoons-to-tablespoons/"
}
}Explanation
Divide teaspoon counts by 3 to recover tablespoon measures so small spoonful conversions stay consistent.
This Teaspoons-to-Tablespoons route uses the standard kitchen definitions for both measures, keeping calculator output and table values in sync.
Calculator output and table rows use the same kitchen conversion constants, so repeated checks stay consistent.
Common Conversion Values
| Teaspoons | Tablespoons |
|---|---|
| 1/4 | 0.1 |
| 1/2 | 0.2 |
| 1 | 0.3 |
| 2 | 0.7 |
| 3 | 1 |
| 4 | 1.3 |
| 6 | 2 |
| 8 | 2.7 |
Questions & answers
Frequently Asked Questions
Which teaspoon definition is used?
It assumes the US teaspoon definition of 1/48 cup and links it to tablespoons.
When should I convert teaspoons into tablespoons?
Use it when recipes call for tablespoons but your starting point is teaspoons, such as for seasoning or baking mixes.
What formula is used for Teaspoons to Tablespoons?
The converter applies the fixed Teaspoons to Tablespoons relationship for this route, then shows the same rounded result across the direct answer, calculator, and common values table.