chain
Minutes to Hours
⌃⏎ run · clear · / focus input
All units
send result to
no matches
// about this tool

Minutes to Hours Online

Updated 2026-07-26

Convert minutes to hours online for free. Enter a duration in minutes and SnapTools shows the exact decimal-hours value instantly, in your browser — nothing is uploaded.

Timesheets and billing systems want decimal hours, but the durations people actually track — a meeting, a task, a workout — get counted in minutes. The trap is that 90 minutes is 1.5 hours, not 1.30, because minutes divide by 60, not 100; this converter does that division correctly every time. For the full family of time units — seconds, days, weeks, years — use the Time Duration Converter.

// how to use

  1. 1 Type or paste a duration in minutes into the input.
  2. 2 SnapTools converts it to hours as you type.
  3. 3 Copy the result, or use the slider for a quick scrub across common durations.

// examples

A movie
Input
150
Output
2.5 h
A short break
Input
15
Output
0.25 h

// common uses

Converting logged minutes into decimal hours for a timesheet Working out how many hours a meeting or task duration adds up to Converting a recipe or workout duration from minutes to hours Checking a manual time conversion

// faq

Is my input uploaded to a server?
No. The conversion runs entirely in your browser, so nothing you enter leaves your machine.
Why would I convert minutes to decimal hours?
Payroll, billing, and timesheet systems usually want decimal hours (7.25, not "7h 15m") — this converter gives you that decimal figure directly from a minute count.
Does 90 minutes really equal 1.5 hours, not 1.30?
Yes — this is decimal time, not clock time. 90 minutes is 1.5 hours because minutes are a fraction of 60, not 100.
What's the exact conversion factor?
1 minute is exactly 1/60 of an hour — a fixed ratio, no rounding involved.
What about the other direction?
Use Hours to Minutes, or the full Time Duration Converter for seconds, days, weeks, and more.

Use this via API

Get a free API key →
curl -X POST https://thesnaptools.com/api/v1/tools/minutes-to-hours \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"value":"150"}'
Esc
↑↓ navigate open Esc close