Liters per Hour to Liters per Minute
Snapshot
1 Liter per Hour equals 0.016667 Liters per Minute. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses a fixed factor based on time-normalized rate definitions.
- Example: For 0.1 Liters per Hour, the result equals 0.001666667 Liters per Minute.
- 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.016667 Liters per Minute (L/min)
SwitchMachine access
Available to apps and AI agents
Liters per Hour to Liters per Minute 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
flow-rate- Source unit
liters_per_hour- Target unit
liters_per_minute
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": "flow-rate",
"value": 1,
"from": "liters_per_hour",
"to": "liters_per_minute"
}Essential response
{
"ok": true,
"conversion": {
"family": "flow-rate",
"value": 1,
"from": "liters_per_hour",
"to": "liters_per_minute",
"result": {
"raw": 0.016666666666666666,
"display": "0.016667"
},
"canonicalPath": "/flow-rate/liters-per-hour-to-liters-per-minute/"
}
}Explanation
Formula: Liters per Minute = Liters per Hour × 0.016667. Why: both units are normalized through liters per second, so the conversion combines fixed volume definitions with exact per-second, per-minute, or per-hour scaling.
Liters per Hour (L/h): a slower volumetric flow unit often used for dosing systems, filtration, and low-rate process specifications.
Liters per Minute (L/min): a practical volumetric flow unit commonly used for pumps, plumbing, dosing, and process equipment.
This route is useful when restating the same liter-based flow across per-second, per-minute, and per-hour reporting intervals in process and dosing work.
This conversion is purely multiplicative because both units reduce through one liters-per-second flow basis with fixed unit-volume definitions and no offset.
Common Conversion Values
| Liters per Hour (L/h) | Liters per Minute (L/min) |
|---|---|
| 0.1 | 0.001666667 |
| 0.5 | 0.008333333 |
| 1 | 0.016667 |
| 5 | 0.083333 |
| 10 | 0.166667 |
| 25 | 0.416667 |
| 50 | 0.833333 |
| 100 | 1.667 |
| 1,000 | 16.667 |
Questions & answers
Frequently Asked Questions
What is 1 liter per hour in liters per minute?
1 Liter per Hour equals 0.016667 Liters per Minute on this page.
How do liters per second, per minute, and per hour relate on this page?
The volume basis stays in liters while only the time interval changes. This page therefore uses exact second-to-minute and second-to-hour scaling without changing the underlying volume definition.
When would I convert liters per hour to liters per minute?
This route is useful when restating the same liter-based flow across per-second, per-minute, and per-hour reporting intervals in process and dosing work.
How do I reverse Liters per Hour to Liters per Minute?
Use the mirror Liters per Minute to Liters per Hour route; it applies the inverse relationship with the same flow-rate assumptions.