Dates & Time

What Time in 30 Minutes (and More)

Enter any start time and it shows what time it will be in 30 minutes, an hour, 90 minutes, and 2 hours, plus 30 minutes ago. It handles the rollover past midnight in 12-hour and 24-hour formats.

Reviewed and updated

How to use
  1. Enter your start time.
  2. Check the 30-minutes-ago value, with day rollover handled.
Start
30 minutes from start

start + 30 min

+ 60 min
+ 90 min
+ 120 min
- 30 min
Date math uses your inputs as given; check time-zone and leap-year edge cases.
Was this helpful?

How the clock rolls when you add half an hour

minutes + 30,   if it hits 60 carry 1 to the hour

The tool reads your current clock time and adds thirty minutes. On the hour it lands on half past; already at half past, it carries over into the next full hour. Cross midnight and it simply continues into the next day — there is no such thing as 24:15.

The two cases that trip people up

  • Passing the hour. Once the minutes reach 60 you drop 60 and add one hour, so a :45 time lands at :15 of the following hour, not :75.
  • Crossing midnight. Thirty minutes before midnight rolls into the next calendar day, which matters for anything logged by date such as shift ends or deadlines.
  • Daylight-saving days. On a spring-forward or fall-back morning the wall clock jumps or repeats, so a half-hour interval that spans the switch is really 29 or 31 minutes. Use a countdown, not clock arithmetic, when that precision matters.

Common questions

How do I add 30 minutes to a time?

Add 30 to the minutes. If the result is under 60 the hour stays the same; if it reaches or passes 60, subtract 60 and add one to the hour. A time on the hour becomes half past; a time on the half hour rolls to the next full hour.

How many 30-minute blocks are in a day?

48. A day has 1,440 minutes, and 1,440 divided by 30 is 48. That is why calendars, doctors and buses so often work in half-hour slots.

Does adding 30 minutes change the time zone?

No. Thirty minutes is the same length everywhere, so it only moves the clock number, not the zone. The one exception is a daylight-saving switch inside your half hour, which makes that single interval 29 or 31 clock minutes.

From the blog

Guides & how-tos

All articles →