Time Calculator.
Add, subtract, multiply and convert time durations in hours, minutes, and seconds. Perfect for timesheets, billing, project planning, and scheduling.
Loading Calculator...
How to Use
Choose a Mode
Select from Add Times, Subtract Times, Convert Duration, or Multiply/Divide. Each mode is designed for a specific time calculation task.
Enter Durations
Type hours, minutes, and seconds for each time entry. For Add/Subtract mode, click "+ Add Another Time" to add as many rows as you need.
Get Instant Results
Click Calculate to see the result in H:MM:SS format, plus total seconds, minutes, hours, and days — all at once.
Time Formula
Core Conversion Formula
Total Seconds = H × 3600 + M × 60 + S
Result H = ⌊T ÷ 3600⌋ · M = ⌊(T mod 3600) ÷ 60⌋ · S = T mod 60
Hours component of the duration
Minutes component (0–59)
Seconds component (0–59)
Worked Examples
Example 1: Add three work sessions
2h 15m + 1h 45m + 0h 30m
- 01Convert: 8100s + 6300s + 1800s
- 02Total = 16,200 seconds
- 03H = floor(16200÷3600) = 4, M = floor((16200 mod 3600)÷60) = 30
Total: 4h 30m 0s = 4.5 hours
Perfect for freelancers totalling a day's work sessions for client billing.
Example 2: Subtract — time remaining
8h 0m − 3h 20m (time left in workday)
- 01Convert: 28,800s − 12,000s
- 02Result = 16,800 seconds
- 03H = 4, M = 40, S = 0
Remaining: 4h 40m 0s
Use Subtract mode any time you need to know how much time is left.
Example 3: Multiply — estimating repeated tasks
One task: 0h 25m. Estimate for 8 repetitions.
- 01Base = 25 minutes = 1500 seconds
- 021500 × 8 = 12,000 seconds
- 03H = 3, M = 20, S = 0
Estimated total: 3h 20m
Use Multiply mode to quickly estimate project timelines from a single task benchmark.
Complete Guide
Time arithmetic is deceptively tricky. Unlike decimal numbers, time operates on a base-60 system for seconds and minutes, and base-24 for hours. This means you cannot simply add 1h 45m + 2h 30m as 3.75 — the correct answer is 4 hours 15 minutes, not 3 hours and 75 minutes. Our time calculator handles this conversion automatically, letting you work with hours, minutes and seconds the natural way.
Pro Tip: For freelancers and consultants, always calculate time in decimal hours for billing. Our calculator shows both the H:MM:SS format and the decimal equivalent — so you can go straight from time tracking to invoice without manual conversion.
The Four Modes Explained
Add Times is the most commonly used mode. It sums any number of time durations — perfect for totalling a day's work sessions, calculating total video duration in a playlist, or finding out how long a series of meetings took. You can add up to 20+ rows.
Subtract Times finds the difference between two or more durations. The first row is the base duration; all subsequent rows are subtracted from it. If the result is negative — meaning the subtracted times exceed the base — the result is shown with a negative sign, useful for tracking budget overruns.
Convert Duration transforms any H:MM:SS duration into every unit simultaneously — total seconds, total minutes, decimal hours, and days. This is the fastest way to convert 2h 45m into 2.75 hours for a spreadsheet, or confirm how many seconds a long recording contains.
Multiply / Divide scales a duration by a factor. Multiply a single-task estimate by the number of repetitions to forecast project hours. Divide total project time by team members to calculate per-person load. This mode is particularly useful in project management and sprint planning.
Time Arithmetic: The Math Behind It
Every time calculation works by first converting to a common unit — seconds — performing the arithmetic, then converting back. One hour = 3,600 seconds; one minute = 60 seconds. This conversion makes addition, subtraction, and multiplication straightforward despite the base-60 system. The reverse conversion back to H:MM:SS uses integer division and the modulo operator to extract hours, minutes, and remaining seconds cleanly.
Practical Applications
Freelancers and consultants use time calculators to total work sessions and convert to decimal hours for billing. Teachers and students use them to plan study schedules and track time on assignments. Video editors and podcast producers use them to calculate total content duration. Operations managers use them to estimate shift lengths, total downtime, and production cycles. Athletes and coaches use them to add split times, calculate average pace, and track training volume.
The key advantage of a dedicated time calculator over a spreadsheet is that it understands H:MM:SS notation natively — no need to format cells, write TIME() functions, or remember that Excel stores time as fractions of a day. Just enter the numbers and get the answer.
Time vs. Date: Which Calculator Do You Need?
Use the Time Calculator when you are working with durations — lengths of time without reference to specific calendar dates. "How long did the meeting take?" and "What is the total of my three work sessions?" are time duration questions.
Use the Date Calculator when you are working with specific calendar dates. "How many days until my deadline?" and "What date is 90 days from today?" require knowledge of which year, month, and day you are starting from — that is the Date Calculator's domain. For anything involving both a specific start time and end date, use our Date Calculator with time support.
More Related Tools
Free utility tools for everyday calculations
Date Calculator
Days between dates & add/subtract
Age Calculator
Exact age in years, months, days
Random Password Generator
Strong secure passwords instantly
BMI Calculator
Body mass index
EMI Calculator
Loan EMI calculator
SIP Calculator
Mutual fund SIP returns
Income Tax Calculator
New vs Old regime 2025-26
Percentage Calculator
Quick percentage calculations
Unit Converter
Length, weight, temperature & more
Word Counter
Words, chars & reading time
Time Calculator FAQ Hub
Everything you need to know about calculating time durations.
1. How do I add hours, minutes and seconds?
Convert to seconds, sum all, convert back. E.g. 1h 45m + 2h 30m = 4h 15m. Our Add Times mode handles any number of durations.
2. How do I subtract time durations?
Use Subtract mode. Enter the larger time first. The calculator converts to seconds, subtracts, and displays the result in H:MM:SS and decimal hours.
3. How do I convert seconds to hours and minutes?
Hours = floor(S ÷ 3600), Minutes = floor((S mod 3600) ÷ 60), Seconds = S mod 60. Our Convert mode does this instantly.
4. How do I calculate total hours worked?
Add each work session in Add Times mode. Get total hours, minutes and decimal hours — ready for invoices or timesheets.
5. How do I multiply a duration?
Use Multiply/Divide mode. Enter base duration and a multiplier (e.g. 1h 30m × 5 = 7h 30m) or divisor (8h ÷ 3 = 2h 40m).
6. How many seconds are in an hour?
3,600 seconds per hour. One day = 86,400 seconds. One week = 604,800 seconds.
7. How do I convert minutes to hours?
Divide total minutes by 60. Example: 150 min ÷ 60 = 2.5 hours = 2h 30m.
8. What is the time addition formula?
Convert to seconds: S = H×3600 + M×60 + Sec. Sum all. Convert back: H = floor(S÷3600), M = floor((S mod 3600)÷60), Sec = S mod 60.
9. Can I add more than two durations?
Yes — click "+ Add Another Time" to add unlimited rows. Great for weekly timesheets.
10. What is 90 minutes in hours?
90 minutes = 1h 30m = 1.5 decimal hours.
11. How do I calculate time for billing?
Add sessions → get decimal hours → multiply by hourly rate. E.g. 2.5 hrs × ₹500 = ₹1,250.
12. Difference between time and date calculator?
Time calculator works with durations (H:MM:SS). Date calculator works with calendar dates and counts days between specific dates.
13. What is 1.75 hours in hours and minutes?
1.75 hours = 1h 45m. Formula: 0.75 × 60 = 45 minutes.
14. How many minutes in a day?
1,440 minutes per day (24 × 60). In seconds: 86,400.
15. Can I get negative time results?
Yes. Subtracting a larger time from smaller shows a negative result, e.g. −1h 0m 0s. Useful for budget overruns.
16. How do I convert hours to days?
Divide hours by 24. Example: 48 hours = 2 days. Convert mode shows days and weeks automatically.
17. What is 2h 45m in decimal hours?
2.75 hours. Formula: 2 + (45 ÷ 60) = 2.75. Most billing software uses decimal hours.
18. How is this useful for students?
Plan study sessions, track assignment time, and analyse weekly hours across subjects for better time management.
19. How do I calculate elapsed time?
Use Subtract mode: enter end time as first row, start time as second. Result = elapsed duration.
20. What is the maximum duration I can enter?
There is no practical limit — you can enter thousands of hours. The tool handles any duration from seconds to years.