About Contact
Tools
1 Rep Max Calculator — Estimate Your 1RM From Any Set401(k) CalculatorAge Calculator — Your Exact Age in Years, Months & DaysAmortization CalculatorAsphalt CalculatorAsphalt Driveway Cost CalculatorAuto Loan CalculatorBarcode GeneratorBase64 EncoderBd Ft CalculatorBench Press Max Calculator — Estimate Your Bench 1RMBMR Calculator — Estimate Your Basal Metabolic RateBoard Foot CalculatorBrick CalculatorCalorie Deficit Calculator — Daily Target and TimelineCD Calculator (Certificate of Deposit)Cement CalculatorCircle Area Calculator — Area, Radius, Diameter, CircumferenceColor Palette GeneratorCompound Interest CalculatorConcrete Bag CalculatorConcrete Block CalculatorConcrete CalculatorConcrete Calculator with CostConcrete Footing CalculatorConcrete Mix CalculatorConcrete Pad CalculatorConcrete Price CalculatorConcrete Slab CalculatorConcrete Slab Cost CalculatorConcrete Volume CalculatorConcrete Weight CalculatorConcrete Yard CalculatorConduit Fill CalculatorCrushed Stone CalculatorDirt CalculatorDrywall CalculatorDue Date Calculator — Estimate Your Baby's Due DateFantasy Name GeneratorFavicon GeneratorFence CalculatorFill Dirt CalculatorFinal Exam Calculator — What Grade Do I Need on the Final?Fraction Calculator — Add, Subtract, Multiply, DivideFree Citation Generator (APA, MLA, Chicago, Harvard)GPA Calculator — Unweighted and Weighted, with Cumulative GPAGravel CalculatorHEIC to JPG ConverterHELOC CalculatorInsulation CalculatorLandscape Rock CalculatorMacro Calculator — Daily Protein, Carbs, and FatMean Calculator — Average of a List of NumbersMedian Calculator — Middle Value of a List of NumbersMeme GeneratorMetal Roof CalculatorMinute to Decimal ConverterMorse Code ConverterMortgage Payoff CalculatorMulch CalculatorOvulation Calculator — Find Your Fertile WindowPaver Base CalculatorPaver CalculatorPaver Sand CalculatorPea Gravel CalculatorPeptide CalculatorPercentage Calculator — Solve Any Percent QuestionPNG to PDF ConverterPuppy Weight CalculatorPythagorean Theorem Calculator — Solve Any Right TriangleQuadratic Formula Calculator — Roots, Vertex, Factored FormQuikrete Concrete CalculatorRaised Bed Soil CalculatorRandom Name GeneratorRiver Rock CalculatorRock CalculatorRoof Cost CalculatorRoof Pitch CalculatorRoof Shingle CalculatorRoof Slope CalculatorRoof Truss CalculatorRubik's Cube Solver — Solve Any Scrambled 3×3 CubeSakrete Concrete CalculatorSales Tax CalculatorSand CalculatorScrap Silver CalculatorSignature GeneratorSleep Calculator — Best Bedtimes & Wake Times by Sleep CycleSlope Calculator — Slope, Equation, Angle, GradeSnow Day CalculatorSod CalculatorSoil CalculatorSonotube Concrete CalculatorSquare Footage Calculator — Room and Floor AreaSquat Max Calculator — Estimate Your Squat 1RMStandard Deviation Calculator — Sample and PopulationStone CalculatorTDEE Calculator — Total Daily Energy ExpenditureTier List MakerTile CalculatorTime Calculator for WorkTop Soil CalculatorTopsoil CalculatorTriangle Calculator — Solve Any Triangle From 3 InputsUPC GeneratorUsername GeneratorVolume Calculator — 8 Shapes With Unit ConversionWebP to JPG ConverterWebP to PNG ConverterWordle Solver — Best Next Guess for Today's Puzzle
← All tools

Minute to Decimal Converter

Turn HH:MM timesheet entries into decimal hours. Choose 1/4-hour or 1/10-hour rounding, copy a clean weekly summary.

Rounding
Total: 0.00 hours

Accepts 7:30, 7.5, 7h 30m, 30m, :45.

Minute → decimal-hour reference
MinutesDecimal hours
50.0833
100.1667
150.25
200.3333
250.4167
300.5
350.5833
400.6667
450.75
500.8333
550.9167
601.0

What is minute to decimal converter?

A minute to decimal converter turns time written in hours and minutes — like a timesheet entry of 7:30 — into a single decimal number, like 7.50. The math is straightforward: divide the minutes by 60 and add the result to the hours. Twenty-three minutes is 23 / 60 = 0.3833 hours. Seven hours and thirty minutes is 7 + 30/60 = 7.50 hours. The reason this conversion matters is that almost every payroll system, billing system, and spreadsheet on the planet expects time in decimal hours so it can be multiplied by an hourly rate. A column of 7:30, 8:15, 7:45 can’t be summed by a spreadsheet directly; the same column written as 7.50, 8.25, 7.75 adds up to 23.50 in one click.

The trickiest part of decimal-hour conversion isn’t the arithmetic — it’s the rounding. Most contracts specify a granularity. US salaried payroll typically rounds to the nearest quarter hour (15 minutes); legal and consulting billing often uses the nearest tenth of an hour (6 minutes); some scientific and engineering contracts round to the nearest minute. The rounding granularity has to be applied consistently to each entry — rounding only the total can swallow a half-minute per row that adds up to real money over a week. This tool rounds each row, then sums.

The rounding method matters too. The naive “round half up” rule (7.5 always becomes 8) creates a systematic upward bias when applied to a long timesheet — every :30-ending entry rounds up half-an-hour-equivalent, gaining the employee a few free minutes per week. Banker’s rounding, also called round-half-to-even, breaks ties by rounding to the nearest even multiple of the granularity. In the 1/4 hr mode, that means 7 minutes rounds down to 0 (since 0 is even), 22 minutes rounds up to 30 (since 2 quarters is even), and so on. Across many entries, banker’s rounding averages out to neutral instead of biased. This is also the rule used by Python, NumPy, and IEEE 754 by default, so the numbers match what your downstream spreadsheet would produce if you re-rounded.

The ranges of accepted input formats are designed to match how people actually type time. The dominant format is H:MM7:30, 8:15, 0:45. A leading colon is shorthand for under-one-hour entries: :45 means 45 minutes. The Xh Ym form (7h 30m, or compact 7h30m) is also common, especially in exported data from time-tracking apps. Bare numbers (7, 7.5) are always interpreted as decimal hours — not minutes — to avoid the magic-threshold guesswork that some converters use (“if it’s bigger than 60 it must be minutes” rules are a footgun). To enter raw minutes, append m: 30m, 90m. The hint under the rows lists every form.

Beyond payroll, the secondary “Convert minutes” tab handles single-shot unit conversions of the type that show up in homework, cooking, video editing, and back-of-envelope math: type 90 and see at a glance that it’s 1.5 decimal hours, 0.0625 of a day, 5,400 seconds, and 01:30:00 in HH:MM:SS form. There’s no rounding mode in this tab — when someone searches “what is 90 minutes in decimal hours,” they want the exact answer, not the rounded one.

Privacy is the final detail worth stating explicitly. Every calculation in this tool runs locally in your browser. Your timesheet entries are saved to your own browser’s localStorage so a refresh doesn’t blow away an in-progress week, but the data never leaves your device — there’s no server, no API, no analytics on input values. Click the Clear button next to the total to wipe the saved state. If you want to wipe a single device’s stored timesheet without using the button, your browser’s “clear site data” tool does it — the storage key is mtd:timesheet:v1.

When to use a minute to decimal converter

  • Filling out a weekly payroll timesheet — Most US employers expect timesheets in decimal hours so the total can be multiplied by an hourly rate. Type each day's clocked time as HH:MM and copy the rounded weekly total straight into the payroll system.
  • Billing clients in 6-minute increments — Lawyers, accountants, and other professionals often bill in tenths of an hour (6 minutes). Pick the 1/10 hr rounding mode to round each entry to the nearest tenth before summing.
  • Converting a single duration for homework or recipes — Switch to the Convert minutes tab and type a raw minute count. The tool shows it as decimal hours, decimal days, total seconds, and HH:MM:SS at once — useful for unit-conversion homework, cooking timers, or interval sums.
  • Sanity-checking a contractor's invoice — If a contractor invoices you for 'three weeks of work,' typing each daily HH:MM block lets you see the actual decimal-hour total. The 1/4 hr default matches the most common contract-labor convention.
  • Adding biweekly or partial-period hours — Use + Add row to extend the timesheet beyond Mon-Sun for biweekly payrolls, or delete unused rows for shorter periods. Persistence keeps your in-progress timesheet across browser refreshes.

How to use the Minute to Decimal Converter

  1. Pick a rounding modeChoose Exact for the unrounded decimal, 1/10 hr for tenth-of-an-hour billing, 1/4 hr for the most common payroll contracts, or 1 min for whole-minute rounding. The default is 1/4 hr.
  2. Enter each day's hoursType into each day's row. Accepted formats: 7:30 (HH:MM), 7.5 (decimal hours), 7h 30m or 7h30m, 30m (minutes only), :45 (under one hour). Invalid input shows 'invalid' beside the row but doesn't break the total.
  3. Read the total or copy the summaryThe total updates as you type. Each row's rounded decimal is also visible. Click Copy ⧉ to put a multi-line summary on your clipboard, ready to paste into a payroll form, email, or spreadsheet.
  4. Convert a single minute countSwitch to the Convert minutes tab and type a raw number — say 90. The tool shows you 90 minutes as decimal hours (1.5), decimal days (0.0625), total seconds (5,400), and HH:MM:SS (01:30:00) at once.

Worked examples

A standard 40-hour week with quarter-hour rounding

Input:  Mon 8:00, Tue 8:15, Wed 7:53, Thu 8:07, Fri 7:45 (1/4 hr mode)
Output: 8.00 + 8.25 + 8.00 + 8.00 + 7.75 = 40.00 hours

Wed and Thu are within 7 minutes of an exact quarter, so banker's rounding pulls them to 8.00. The week's total comes out to a clean 40.

Same week with no rounding

Input:  Mon 8:00, Tue 8:15, Wed 7:53, Thu 8:07, Fri 7:45 (Exact mode)
Output: 8.0000 + 8.2500 + 7.8833 + 8.1167 + 7.7500 = 40.0000 hours

Switching to Exact reveals the actual decimal each day adds up to. The displayed precision is 4 decimal places, enough to recover the original minute count.

Converting 90 minutes

Input:  Convert minutes tab → 90
Output: Decimal hours 1.5 · Decimal days 0.0625 · Total seconds 5,400 · HH:MM:SS 01:30:00

The Convert minutes panel doesn't round — it shows the exact value across four units at once.

Frequently asked questions

What is decimal hours?
Decimal hours expresses a duration as a single number where the fractional part is the share of an hour: 30 minutes is 0.5 hours, 15 minutes is 0.25 hours, 45 minutes is 0.75 hours. The math is just minutes ÷ 60. Most US payroll systems require time in decimal hours so a single multiplication produces gross pay.
Why round timesheets to a quarter or tenth of an hour?
Rounding makes invoicing and payroll arithmetic clean. The two most common conventions are 1/4 hour (15 minutes — used in most US salaried and hourly payroll) and 1/10 hour (6 minutes — used in legal billing and many consulting engagements). Picking a rounding granularity up front means everyone agrees on what counts as a 'full' billable unit and avoids debates about whether 7 minutes of work counts.
Is rounding payroll time legal?
In the US, the Department of Labor's 29 CFR § 785.48(b) permits employers to round to the nearest 5, 6, or 15 minutes as long as it doesn't systematically favor the employer over time. The 1/4 hr default in this tool uses banker's rounding (round-half-to-even) so half-increments don't bias upward. State law may impose stricter requirements — California, for example, has stricter standards than federal — so check local rules if you're using this for actual payroll.
Does this tool save my data?
Your timesheet is stored only in your own browser's localStorage so a refresh doesn't lose your week-in-progress. It never leaves your device — there is no server to send it to. Click Clear to wipe the saved state. Nothing is collected, transmitted, or shared.
What does HH:MM:SS mean and when do I need it?
HH:MM:SS is the standard hours/minutes/seconds format used by stopwatches, video editors, and exercise apps. It's almost never needed for payroll but is sometimes useful for converting recipe times, exercise intervals, or video durations. Find it in the Convert minutes tab — type a minute count and the HH:MM:SS form appears alongside decimal hours and days.
How do I enter time that's less than an hour?
Three formats work for sub-hour times: :45 (45 minutes), 30m (30 minutes — note the m suffix), or 0:45 (zero hours, 45 minutes). Bare numbers like 45 are interpreted as decimal hours, not minutes — typing 45 would mean 45 hours.
Why does 90.5m or 7.5h not work?
To keep the parser unambiguous, the only format that accepts a decimal is the bare-number form (which always means decimal hours). The h and m suffix forms require integer values. If you need to enter 90.5 minutes, type 1.5083 in decimal hours, or 1:30 if half-second precision doesn't matter.
Can I add more than seven rows?
Yes — click + Add row to append additional rows. The first seven are labeled Mon-Sun for the most common weekly use case; subsequent rows are labeled Day 8, Day 9, and so on. You can also delete rows you don't need with the × button. The minimum is one row.
What's the difference between Exact and 1 min mode?
Exact never rounds — it shows the unrounded decimal-hour value to four decimal places. 1 min rounds to the nearest whole minute before formatting. The two are visually identical for input that was already a whole number of minutes (which most payroll input is); they only differ if you're entering decimal hours like 0.123.