Enter time and operation to add or subtract hours/minutes within 24h.
Result: 11:15
What Is the Time Within 24 Hours Calculator?
This tool computes a new time by adding or subtracting a given number of hours and minutes to/from a starting time, all within a 24‑hour cycle (00:00–23:59).
Theoretical calculation: Convert the starting time and the operation amount into total minutes. For addition, sum them; for subtraction, subtract. Then apply modulo 1440 (the number of minutes in 24 hours) to wrap the result into the 0–1439 range. Finally, convert back to HH:MM format. This ensures the result always stays between 00:00 and 23:59.
Example: 08:30 + 2h45m = 11:15. 23:30 + 1h45m = 01:15 (wraps past midnight). 02:00 – 3h30m = 22:30 (wraps backward).
How to Use
- Enter the starting time in HH:MM format (e.g., 08:30).
- Select + to add or − to subtract.
- Set the number of hours (0–23) and minutes (0–59).
- Click Calculate or press Enter.
- The result appears immediately in the box below.
- Press Reset to 00:00 to clear the input and start from midnight.