Free Time Calculator: Add Hours, Minutes & More

Free time calculator to add, subtract, and convert hours, minutes, seconds, days, and weeks. Calculate time durations and convert between time units instantly.

Jump to the free time calculator

How to Calculate Time

Time calculations come up constantly — project estimates, payroll, travel planning, cooking. Unlike regular numbers, time uses a mixed-radix system: 60 seconds in a minute, 60 minutes in an hour, 24 hours in a day, 7 days in a week.

Common Time Conversions

FromToFormula
MinutesHours÷ 60
HoursMinutes× 60
HoursDays÷ 24
DaysHours× 24
DaysWeeks÷ 7
WeeksDays× 7
DaysYears÷ 365.25

Examples

3.5 hours = 3.5 × 60 = 210 minutes
90 minutes = 90 / 60 = 1.5 hours
2 weeks = 2 × 7 = 14 days
1 year = 365.25 × 24 = 8,766 hours

Practical Time Calculations

Project Time Tracking

Tracking hours across multiple tasks in a project:

Design phase = 12 hours
Development = 40 hours
Testing = 16 hours
Review = 8 hours

Total = 12 + 40 + 16 + 8 = 76 hours
In days = 76 / 8 = 9.5 work days
In weeks = 9.5 / 5 = 1.9 work weeks

Payroll Hours

Calculating weekly hours for payroll:

Monday = 8.5 hours
Tuesday = 7.75 hours
Wednesday = 8 hours
Thursday = 8.25 hours
Friday = 7.5 hours

Total = 40 hours
Overtime = Total - 40 = 0 hours

For calculating pay from these hours, see our salary calculator or the freelancer invoice calculator.

Travel Time Estimation

Planning a road trip:

Distance = 450 miles
Average speed = 60 mph
Drive time = 450 / 60 = 7.5 hours

In hours and minutes = 7 hours 30 minutes
With 2 rest stops (15 min each) = 7.5 + 0.5 = 8 hours

Time Unit Reference

UnitIn SecondsNotes
Millisecond0.001Computer response times
Second1Base unit
Minute60Common for tasks
Hour3,600Work shifts, travel
Day86,400Calendar planning
Week604,800Sprint cycles, scheduling
Year~31,557,600Long-term planning
Century~3,155,760,000Historical context

Free Time Calculator

Convert between time units instantly.

=

©2026 Notes Calculator. All rights reserved.


Example

How many minutes in 3.5 hours?

3.5 × 60 = 210 minutes

Frequently Asked Questions

How do I convert minutes to hours and minutes?

Divide the total minutes by 60. The whole number is the hours, and the remainder is the minutes. For example, 195 minutes: 195 / 60 = 3 hours with a remainder of 15 minutes, so 195 minutes = 3 hours 15 minutes.

How many work hours are in a year?

A standard work year is approximately 2,080 hours (40 hours per week x 52 weeks). After accounting for holidays and vacation (typically 10-15 days), the actual number is closer to 1,880-1,960 hours. This is useful for converting annual salary to hourly rate.

How do I calculate time between two dates?

Subtract the earlier date from the later date. For simple calculations, convert both to the same unit (days or hours) first. For example, January 1 to March 15 = 31 (Jan) + 28 (Feb) + 15 (Mar) = 74 days = 10 weeks and 4 days.

For converting your time into pay, check the salary calculator. For tracking time in a notepad calculator vs spreadsheet, see our comparison guide.

Calculate Time in Notes Calculator

Notes Calculator supports all time units with natural conversion syntax:

# Project Timeline
design = 3 days
development = 2 weeks
testing = 4 days

// Convert to common unit
design in hours
development in days
total days = design + development + testing

// Payroll calculation
hours worked = 42.5 hours
hours worked in minutes

// Time conversions
1 year in days
1 year in hours
90 minutes in hours
86400 seconds in days

Use to, in, or as to convert between seconds, minutes, hours, days, weeks, years, and even centuries. The total keyword sums consecutive time values, and variables let you adjust project estimates and see all dependent calculations update instantly.

Try it in Notes Calculator

Calculate directly in your notepad — available on Mac, Windows, Linux & Web.